| java.lang.Object com.sun.xml.wss.SubjectAccessor
SubjectAccessor | public class SubjectAccessor (Code) | | Class that can be used on the ServerSide by the SEI implementation methods, Callback Handlers
and Standalone SAAJ Applications using XWSS.
|
getRequesterSubject | public static Subject getRequesterSubject(Object context) throws XWSSecurityException(Code) | | the Requester's Subject if one is available, null otherwise.The subject is populated with credentials from the incoming secure message.Note: the context supplied should either be a ServletEndpointContext or acom.sun.xml.wss.ProcessingContext |
getRequesterSubject | public static Subject getRequesterSubject()(Code) | | the Requester's Subject if one is available, null otherwise.The subjectis populated with credentials from the incoming secure message.This method should be used only with synchronous Request-Response MessageExchange Patterns. |
setRequesterSubject | public static void setRequesterSubject(Subject sub)(Code) | | |
|
|