|
| Services |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
| Method Summary | |
String |
getBase()
Get the base used to look up the user in the repository once connected. |
String |
getDescription()
Get the user's description. |
String |
getDomain()
Get the authentication domain name the user was authenticated against. |
String |
getHost()
Get the host name the authentication server is running on. |
int |
getPort()
Get the port number of the authentication server. |
String |
getProtocol()
Set the application protocol used by the authentication process. |
String |
getUserId()
Get the userId that was authenticated. |
void |
setBase(String base)
Set the base location where the authenticated user was found in the repository. |
void |
setDescription(String description)
Set the user's description. |
void |
setDomain(String domain)
Set the authentication domain name the user was authenticated against. |
void |
setHost(String host)
Set the name of the host the authentication server is running on. |
void |
setPort(int port)
Set the port number the authentication server is running on. |
void |
setProtocol(String protocol)
Set the protocol name used by the authentication process. |
void |
setUserId(String userid)
Set the User ID that was authenticated. |
| Methods inherited from interface com.sas.services.security.login.PFSPrincipalInterface |
isProcessed, setProcessed |
| Methods inherited from interface java.security.Principal |
equals, getName, hashCode, toString |
| Method Detail |
public String getDescription()
public void setDescription(String description)
public String getUserId()
public void setUserId(String userid)
userid - The userid that was authenticated with the server.public String getHost()
public void setHost(String host)
host - The host name.public int getPort()
public void setPort(int port)
port - The server port.public String getProtocol()
public void setProtocol(String protocol)
protocol - The protocol name.public String getDomain()
public void setDomain(String domain)
domain - The authentication domain name.public String getBase()
public void setBase(String base)
base - The base location in the repository where
the authenticated user was found.
|
| Services |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||