Uses of Interface
org.apache.wss4j.common.principal.UsernameTokenPrincipal
-
Packages that use UsernameTokenPrincipal Package Description org.apache.cxf.ws.security.wss4j org.apache.wss4j.common.principal -
-
Uses of UsernameTokenPrincipal in org.apache.cxf.ws.security.wss4j
Methods in org.apache.cxf.ws.security.wss4j that return UsernameTokenPrincipal Modifier and Type Method Description protected UsernameTokenPrincipalUsernameTokenInterceptor. parseTokenAndCreatePrincipal(Element tokenElement, boolean bspCompliant, boolean allowNamespaceQualifiedPWDTypes) -
Uses of UsernameTokenPrincipal in org.apache.wss4j.common.principal
Classes in org.apache.wss4j.common.principal that implement UsernameTokenPrincipal Modifier and Type Class Description classWSUsernameTokenPrincipalImplThis class implements thePrincipalinterface and represents a UsernameToken user.
-