Interface HasDelegateProvider<E>
-
- All Known Implementing Classes:
JpaMapRoleEntityDelegate,MapAdminEventEntityDelegate,MapAuthenticatedClientSessionEntityDelegate,MapAuthenticationExecutionEntityDelegate,MapAuthenticationFlowEntityDelegate,MapAuthenticationSessionEntityDelegate,MapAuthenticatorConfigEntityDelegate,MapAuthEventEntityDelegate,MapClientEntityDelegate,MapClientInitialAccessEntityDelegate,MapClientScopeEntityDelegate,MapComponentEntityDelegate,MapGroupEntityDelegate,MapIdentityProviderEntityDelegate,MapIdentityProviderMapperEntityDelegate,MapOTPPolicyEntityDelegate,MapPermissionTicketEntityDelegate,MapPolicyEntityDelegate,MapProtocolMapperEntityDelegate,MapRealmEntityDelegate,MapRequiredActionProviderEntityDelegate,MapRequiredCredentialEntityDelegate,MapResourceEntityDelegate,MapResourceServerEntityDelegate,MapRoleEntityDelegate,MapRootAuthenticationSessionEntityDelegate,MapScopeEntityDelegate,MapSingleUseObjectEntityDelegate,MapUserConsentEntityDelegate,MapUserCredentialEntityDelegate,MapUserEntityDelegate,MapUserFederatedIdentityEntityDelegate,MapUserLoginFailureEntityDelegate,MapUserSessionEntityDelegate,MapWebAuthnPolicyEntityDelegate
public interface HasDelegateProvider<E>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DelegateProvider<E>getDelegateProvider()
-
-
-
Method Detail
-
getDelegateProvider
DelegateProvider<E> getDelegateProvider()
-
-