Apache CXF API

Uses of Class
org.apache.cxf.ws.security.sts.provider.model.AuthenticatorType

Packages that use AuthenticatorType
org.apache.cxf.ws.security.sts.provider.model   
 

Uses of AuthenticatorType in org.apache.cxf.ws.security.sts.provider.model
 

Methods in org.apache.cxf.ws.security.sts.provider.model that return AuthenticatorType
 AuthenticatorType ObjectFactory.createAuthenticatorType()
          Create an instance of AuthenticatorType
 

Methods in org.apache.cxf.ws.security.sts.provider.model that return types with arguments of type AuthenticatorType
 javax.xml.bind.JAXBElement<AuthenticatorType> ObjectFactory.createAuthenticator(AuthenticatorType value)
          Create an instance of JAXBElement<AuthenticatorType>}
 

Methods in org.apache.cxf.ws.security.sts.provider.model with parameters of type AuthenticatorType
 javax.xml.bind.JAXBElement<AuthenticatorType> ObjectFactory.createAuthenticator(AuthenticatorType value)
          Create an instance of JAXBElement<AuthenticatorType>}
 


Apache CXF API

Apache CXF