Uses of Enum Class
org.keycloak.protocol.oauth2.cimd.clientpolicy.executor.AbstractClientIdMetadataDocumentExecutor.FetchOperation
Packages that use AbstractClientIdMetadataDocumentExecutor.FetchOperation
Package
Description
-
Uses of AbstractClientIdMetadataDocumentExecutor.FetchOperation in org.keycloak.protocol.oauth2.cimd.clientpolicy.executor
Methods in org.keycloak.protocol.oauth2.cimd.clientpolicy.executor that return AbstractClientIdMetadataDocumentExecutor.FetchOperationModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.AbstractClientIdMetadataDocumentExecutor.FetchOperation.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AbstractClientIdMetadataDocumentExecutor.FetchOperation in org.keycloak.protocol.oauth2.cimd.provider
Methods in org.keycloak.protocol.oauth2.cimd.provider that return AbstractClientIdMetadataDocumentExecutor.FetchOperationModifier and TypeMethodDescriptionAbstractPersistentClientIdMetadataDocumentProvider.determineFetchOperation(String clientId) ClientIdMetadataDocumentProvider.determineFetchOperation(String clientId) Returns if fetching a client metadata to newly create it is needed, or re-fetching a client metadata to update it is needed, or re-fetching is not needed because a client metadata does not expire.