|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.websphere.security.auth.WSSecurityContextResult
WSSecurityContextResult is used to get the result of the WSSecurityContext acceptSecContext outcome. This result contains the authenticated Subject. This should only be used in special cases.
Constructor Summary | |
---|---|
WSSecurityContextResult(byte[] token,
javax.security.auth.Subject subject)
Deprecated. |
Method Summary | |
---|---|
WSCredential |
getCredential()
Deprecated. Use getSubject() instead, the WSCredential will be in the public credential list of the Subject. |
byte[] |
getFinalToken()
Deprecated. Returns a byte array containing a final token or null, A null return value indicates no Final Token was produced. |
javax.security.auth.Subject |
getSubject()
Deprecated. Returns the authenticated Subject or null if authentication failed. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WSSecurityContextResult(byte[] token, javax.security.auth.Subject subject)
Method Detail |
public byte[] getFinalToken()
public javax.security.auth.Subject getSubject()
public WSCredential getCredential()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |