Uses of Class
org.apache.syncope.common.lib.types.OIDCClientAuthenticationMethod
-
-
Uses of OIDCClientAuthenticationMethod in org.apache.syncope.common.lib.to
Methods in org.apache.syncope.common.lib.to that return OIDCClientAuthenticationMethod Modifier and Type Method Description OIDCClientAuthenticationMethodOIDCRPClientAppTO. getTokenEndpointAuthenticationMethod()Methods in org.apache.syncope.common.lib.to with parameters of type OIDCClientAuthenticationMethod Modifier and Type Method Description voidOIDCRPClientAppTO. setTokenEndpointAuthenticationMethod(OIDCClientAuthenticationMethod tokenEndpointAuthenticationMethod) -
Uses of OIDCClientAuthenticationMethod in org.apache.syncope.common.lib.types
Methods in org.apache.syncope.common.lib.types that return OIDCClientAuthenticationMethod Modifier and Type Method Description static OIDCClientAuthenticationMethodOIDCClientAuthenticationMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static OIDCClientAuthenticationMethod[]OIDCClientAuthenticationMethod. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of OIDCClientAuthenticationMethod in org.apache.syncope.core.persistence.api.entity.am
Methods in org.apache.syncope.core.persistence.api.entity.am that return OIDCClientAuthenticationMethod Modifier and Type Method Description OIDCClientAuthenticationMethodOIDCRPClientApp. getTokenEndpointAuthenticationMethod()Methods in org.apache.syncope.core.persistence.api.entity.am with parameters of type OIDCClientAuthenticationMethod Modifier and Type Method Description voidOIDCRPClientApp. setTokenEndpointAuthenticationMethod(OIDCClientAuthenticationMethod tokenEndpointAuthenticationMethod) -
Uses of OIDCClientAuthenticationMethod in org.apache.syncope.core.persistence.jpa.entity.am
Methods in org.apache.syncope.core.persistence.jpa.entity.am that return OIDCClientAuthenticationMethod Modifier and Type Method Description OIDCClientAuthenticationMethodJPAOIDCRPClientApp. getTokenEndpointAuthenticationMethod()Methods in org.apache.syncope.core.persistence.jpa.entity.am with parameters of type OIDCClientAuthenticationMethod Modifier and Type Method Description voidJPAOIDCRPClientApp. setTokenEndpointAuthenticationMethod(OIDCClientAuthenticationMethod tokenEndpointAuthenticationMethod)
-