com.ibm.websphere.security.auth
Interface WSPrincipal

All Superinterfaces:
java.security.Principal

public interface WSPrincipal
extends java.security.Principal

Principal created after a successful JAAS authentication.

Since:
1.0
Version:
1.0
See Also:
Principal

Method Summary
 WSCredential getCredential()
          Deprecated. Use com.ibm.websphere.security.auth.WSSubject.getRunAsSubject() or com.ibm.websphere.security.auth.WSSubject.getCallerSubject() methods.
 
Methods inherited from interface java.security.Principal
equals, getName, hashCode, toString
 

Method Detail

getCredential

public WSCredential getCredential()
Deprecated. Use com.ibm.websphere.security.auth.WSSubject.getRunAsSubject() or com.ibm.websphere.security.auth.WSSubject.getCallerSubject() methods.

Return a credential associated with the principal. If there is no valid credential, null is returned.

Returns:
The principal's credential.


 

WebSphere is a trademark of the IBM Corporation in the United States, other countries, or both.

 

IBM is a trademark of the IBM Corporation in the United States, other countries, or both.