Uses of Enum
org.apache.cxf.rs.security.oauth2.common.AuthenticationMethod
Packages that use AuthenticationMethod
Package
Description
-
Uses of AuthenticationMethod in org.apache.cxf.rs.security.oauth2.common
Methods in org.apache.cxf.rs.security.oauth2.common that return AuthenticationMethodModifier and TypeMethodDescriptionUserSubject.getAuthenticationMethod()static AuthenticationMethodReturns the enum constant of this type with the specified name.static AuthenticationMethod[]AuthenticationMethod.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.cxf.rs.security.oauth2.common with parameters of type AuthenticationMethodModifier and TypeMethodDescriptionvoidUserSubject.setAuthenticationMethod(AuthenticationMethod method) -
Uses of AuthenticationMethod in org.apache.cxf.rs.security.oauth2.filters
Methods in org.apache.cxf.rs.security.oauth2.filters with parameters of type AuthenticationMethodModifier and TypeMethodDescriptionvoidOAuthRequestFilter.setTokenSubjectAuthenticationMethod(AuthenticationMethod method)