Uses of Enum
org.apache.cxf.ws.security.trust.STSAuthParams.AuthMode
Packages that use STSAuthParams.AuthMode
-
Uses of STSAuthParams.AuthMode in org.apache.cxf.ws.security.trust
Methods in org.apache.cxf.ws.security.trust that return STSAuthParams.AuthModeModifier and TypeMethodDescriptionSTSAuthParams.getAuthMode()static STSAuthParams.AuthModeReturns 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.AuthModeModifierConstructorDescriptionSTSAuthParams(STSAuthParams.AuthMode authMode, String userName, String callbackHandler) STSAuthParams(STSAuthParams.AuthMode authMode, String userName, String callbackHandler, String alias, String keystoreProperties)