Class AbstractUsernameTokenInInterceptor
- java.lang.Object
- 
- org.apache.cxf.phase.AbstractPhaseInterceptor<Message>
- 
- org.apache.cxf.interceptor.security.AbstractSecurityContextInInterceptor
- 
- org.apache.cxf.interceptor.security.AbstractUsernameTokenInInterceptor
 
 
 
- 
- All Implemented Interfaces:
- Interceptor<Message>,- PhaseInterceptor<Message>
 
 public abstract class AbstractUsernameTokenInInterceptor extends AbstractSecurityContextInInterceptor 
- 
- 
Constructor SummaryConstructors Constructor Description AbstractUsernameTokenInInterceptor()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected SubjectcreateSubject(SecurityToken token)protected abstract SubjectcreateSubject(UsernameToken token)- 
Methods inherited from class org.apache.cxf.interceptor.security.AbstractSecurityContextInInterceptorcreateSecurityContext, getPrincipal, handleMessage, reportSecurityException
 - 
Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptoraddAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
 
- 
 
- 
- 
- 
Method Detail- 
createSubjectprotected Subject createSubject(SecurityToken token) - Specified by:
- createSubjectin class- AbstractSecurityContextInInterceptor
 
 - 
createSubjectprotected abstract Subject createSubject(UsernameToken token) 
 
- 
 
-