|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.itim.apps.system.SystemSubjectUtil
public class SystemSubjectUtil
This class provides the utility methods to get the information about the mapped Security Identity Manager user from an authenticated WebSphere subject.
Constructor Summary | |
---|---|
SystemSubjectUtil()
|
Method Summary | |
---|---|
static SystemUserMO |
getSystemUser(PlatformContext platform,
javax.security.auth.Subject subject)
This method gets the Security Identity Manager system user who is mapped to the authenticated subject. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SystemSubjectUtil()
Method Detail |
---|
public static SystemUserMO getSystemUser(PlatformContext platform, javax.security.auth.Subject subject) throws ApplicationException
platform
- Is the PlatformContext object that holds platform connection
information.subject
- Is the Subject object that represents the authenticated user.
ApplicationException
- This exception is thrown if the method is unable to obtain the mapped
system user account. This error might be caused by a communication error
or by a subject that is not mapped to the system user.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |