|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.itim.apps.AuthenticationObjectExtractor
This utility class is used to extract the AuthenticationObject stored in the subject.
Constructor Summary | |
---|---|
AuthenticationObjectExtractor()
|
Method Summary | |
---|---|
static com.ibm.itim.apps.ejb.home.AuthenticationObject |
getAuthenticationObject(javax.security.auth.Subject subject)
Returns an AuthenticationObject from the given Subject. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AuthenticationObjectExtractor()
Method Detail |
public static com.ibm.itim.apps.ejb.home.AuthenticationObject getAuthenticationObject(javax.security.auth.Subject subject) throws ApplicationException
subject
- a Subject object representing an authenticated user.
ApplicationException
- thrown if unable to return an
AuthenticationObject for the Subject given (i.e., if the Subject
is not authenticated).
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |