Package com.avoka.tm.vo
Class RestCFG.Authorisation
java.lang.Object
com.avoka.tm.vo.RestCFG.Authorisation
- Enclosing class:
- RestCFG
Provides an Authorisation.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic enumThe Authorisation Types
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturn the domain name.Return the user login password.getType()Return the request Authorisation Type (BASIC|NTLM).Return the user login name.Return the workstation computer name.voidSet the domain name.voidsetPassword(String password) Set the user login password.voidSet the request Authorisation Type (BASIC|NTLM).voidsetUserName(String userName) Set the user login name.voidsetWorkstation(String workstation) Set the workstation computer name.
- 
Constructor Details- 
Authorisationpublic Authorisation()
 
- 
- 
Method Details- 
getDomainReturn the domain name. This is part of NTLM Authorization credentials.- Returns:
- the domain name which user login belongs to
 
- 
setDomainSet the domain name. This is part of NTLM Authorization credentials.- Parameters:
- domain- the domain name which user login belongs to
 
- 
getPasswordReturn the user login password.- Returns:
- the user login password
 
- 
setPasswordSet the user login password.- Parameters:
- password- the user login password
 
- 
getTypeReturn the request Authorisation Type (BASIC|NTLM).- Returns:
- the request Authorisation Type
 
- 
setTypeSet the request Authorisation Type (BASIC|NTLM).- Parameters:
- type- the request Authorisation Type (BASIC|NTLM)
 
- 
getUserNameReturn the user login name.- Returns:
- the user login name
 
- 
setUserNameSet the user login name.- Parameters:
- userName- the user login name
 
- 
getWorkstationReturn the workstation computer name. This is part of NTLM Authorization credentials.- Returns:
- the workstation computer name
 
- 
setWorkstationSet the workstation computer name. This is part of NTLM Authorization credentials.- Parameters:
- workstation- the workstation computer name
 
 
-