Uses of Class
org.apache.cxf.ws.security.trust.STSAuthParams.AuthMode
-
Packages that use STSAuthParams.AuthMode Package Description org.apache.cxf.ws.security.trust -
-
Uses of STSAuthParams.AuthMode in org.apache.cxf.ws.security.trust
Methods in org.apache.cxf.ws.security.trust that return STSAuthParams.AuthMode Modifier and Type Method Description STSAuthParams.AuthModeSTSAuthParams. getAuthMode()static STSAuthParams.AuthModeSTSAuthParams.AuthMode. valueOf(String name)Returns the enum constant of this type with the specified name.static STSAuthParams.AuthMode[]STSAuthParams.AuthMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.cxf.ws.security.trust with parameters of type STSAuthParams.AuthMode Constructor Description STSAuthParams(STSAuthParams.AuthMode authMode, String userName, String callbackHandler)STSAuthParams(STSAuthParams.AuthMode authMode, String userName, String callbackHandler, String alias, String keystoreProperties)
-