|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WSSubjectWrapper
WSSubjectWrapper embeds a JAAS Subject. When enabling identity mapping per every RMI/IIOP request, the original caller Subject is embedded in a WSSubjectWrapper object. The WSSubjectWrapper implementation is implementated such that it cannot be propagated to downstream servers. When outbound identity mapping is enabled, the original caller subject is recovered from the WSSubjectWrapper object and set on the thread before invoking downstream servers.
Method Summary | |
---|---|
javax.security.auth.Subject |
getSubject()
getSubject method returns the embedded subject. |
Methods inherited from interface com.ibm.wsspi.security.token.Token |
---|
addAttribute, clone, getAttributeNames, getAttributes, getBytes, getExpiration, getName, getPrincipal, getUniqueID, getVersion, isForwardable, isValid, setReadOnly |
Method Detail |
---|
javax.security.auth.Subject getSubject()
getSubject
method returns the embedded subject.
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |