Uses of Class
org.apache.cxf.rs.security.oauth2.common.AuthenticationMethod
-
Packages that use AuthenticationMethod Package Description org.apache.cxf.rs.security.oauth2.common org.apache.cxf.rs.security.oauth2.filters -
-
Uses of AuthenticationMethod in org.apache.cxf.rs.security.oauth2.common
Methods in org.apache.cxf.rs.security.oauth2.common that return AuthenticationMethod Modifier and Type Method Description AuthenticationMethodUserSubject. getAuthenticationMethod()static AuthenticationMethodAuthenticationMethod. valueOf(String name)Returns 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 AuthenticationMethod Modifier and Type Method Description voidUserSubject. 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 AuthenticationMethod Modifier and Type Method Description voidOAuthRequestFilter. setTokenSubjectAuthenticationMethod(AuthenticationMethod method)
-