Uses of Interface
org.apache.cxf.rs.security.oauth2.provider.ClientSecretVerifier
-
Packages that use ClientSecretVerifier Package Description org.apache.cxf.rs.security.oauth2.provider org.apache.cxf.rs.security.oauth2.services -
-
Uses of ClientSecretVerifier in org.apache.cxf.rs.security.oauth2.provider
Classes in org.apache.cxf.rs.security.oauth2.provider that implement ClientSecretVerifier Modifier and Type Class Description classClientSecretHashVerifierClientSecretVerifier which checks the passwords against hashes -
Uses of ClientSecretVerifier in org.apache.cxf.rs.security.oauth2.services
Methods in org.apache.cxf.rs.security.oauth2.services with parameters of type ClientSecretVerifier Modifier and Type Method Description voidAbstractTokenService. setClientSecretVerifier(ClientSecretVerifier clientSecretVerifier)
-