Uses of Enum Class
eu.webtoolkit.jwt.auth.ClientSecretMethod
Packages that use ClientSecretMethod
-
Uses of ClientSecretMethod in eu.webtoolkit.jwt.auth
Methods in eu.webtoolkit.jwt.auth that return ClientSecretMethodModifier and TypeMethodDescriptionOAuthClient.getAuthMethod()Returns the client authentication method (see OIDC Core chapter 9)FacebookService.getClientSecretMethod()abstract ClientSecretMethodOAuthService.getClientSecretMethod()Returns the method to transfer the client secret.OidcService.getClientSecretMethod()Returns the method to transfer the client secret.AbstractUserDatabase.idpClientAuthMethod(OAuthClient client) Returns the client authentication method (see OIDC Core chapter 9)static ClientSecretMethodReturns the enum constant of this class with the specified name.static ClientSecretMethod[]ClientSecretMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in eu.webtoolkit.jwt.auth with parameters of type ClientSecretMethodModifier and TypeMethodDescriptionAbstractUserDatabase.idpClientAdd(String clientId, boolean confidential, Set<String> redirectUris, ClientSecretMethod authMethod, String secret) Add a new client to the database and returns it.voidOidcService.setClientSecretMethod(ClientSecretMethod method) Sets the method to transfer the client secret.