com.sas.services.security.login
Interface OMIServerPrincipalInterface
- All Superinterfaces:
- PFSPrincipalInterface, ServerPrincipalInterface
- All Known Implementing Classes:
- public interface OMIServerPrincipalInterface
- extends ServerPrincipalInterface
|
Method Summary |
com.sas.meta.SASOMI.IOMI |
getIOMI()
Return the IOMI interface that the identity was authenticated
against. |
com.sas.meta.SASOMI.ISecurity |
getISecurity()
Return the ISecurity interface. |
String |
getPassword()
Get the password |
void |
setPassword(String password)
Set the password that was used to authenticate this principal. |
| Methods inherited from interface com.sas.services.security.login.ServerPrincipalInterface |
getBase, getDescription, getDomain, getHost, getPort, getProtocol, getUserId, setBase, setDescription, setDomain, setHost, setPort, setProtocol, setUserId |
setPassword
public void setPassword(String password)
- Set the password that was used to authenticate this principal.
I need this later if the IOMI or ISecurity interface is
requested.
- Parameters:
password - The password that authenticated this user.
getPassword
public String getPassword()
- Get the password
- Returns:
- The password that was used to authenticate with the server.
getIOMI
public com.sas.meta.SASOMI.IOMI getIOMI()
- Return the IOMI interface that the identity was authenticated
against. The authorization system uses this to retrieve
information from the server.
- Returns:
- the IOMI interface, or null if it could not be returned.
getISecurity
public com.sas.meta.SASOMI.ISecurity getISecurity()
- Return the ISecurity interface. The ISecurity interface can get
the identity or credentials for the bound user.
- Returns:
- The ISecurity interface for the server connection, or null
if it could not be established.
Copyright © 2006 SAS Institute Inc. All Rights Reserved.
javadoc generated Fri, 10 Feb 2006 17:29:02