Uses of Class
com.broadleafcommerce.auth.tenant.domain.DefaultAuthServerProperties.AuthServerProperties
Package
Description
-
Uses of DefaultAuthServerProperties.AuthServerProperties in com.broadleafcommerce.auth.tenant.domain
Modifier and TypeMethodDescriptionDefaultAuthServerProperties.getAuthServerPropertiesForTenant
(String tenantId) Return AuthServerModifier and TypeMethodDescriptionDefaultAuthServerProperties.getDefaultAuthServerProperties()
A map of default auth server properties, keyed by tenant ID.Modifier and TypeMethodDescriptionvoid
DefaultAuthServerProperties.setDefaultAuthServerProperties
(Map<String, DefaultAuthServerProperties.AuthServerProperties> defaultAuthServerProperties) A map of default auth server properties, keyed by tenant ID. -
Uses of DefaultAuthServerProperties.AuthServerProperties in com.broadleafcommerce.auth.tenant.service
Modifier and TypeMethodDescriptionprotected AuthorizationServer
DefaultAuthServerCreationHandler.createAuthorizationServer
(Application application, DefaultAuthServerProperties.AuthServerProperties properties, String friendlyName) protected void
DefaultAuthServerCreationHandler.createAuthorizedClient
(Application application, AuthorizationServer authorizationServer, DefaultAuthServerProperties.AuthServerProperties properties, String friendlyName) protected AuthorizationServer
DefaultAuthServerCreationHandler.createNewAuthServer
(Application application, DefaultAuthServerProperties.AuthServerProperties properties, String friendlyName) DefaultAuthServerCreationHandler.getAuthenticationMethods
(DefaultAuthServerProperties.AuthServerProperties properties) protected Set<UserPermissionRef>
DefaultAuthServerCreationHandler.getDefaultPermissions
(DefaultAuthServerProperties.AuthServerProperties defaultAuthServerProperties) protected String
DefaultAuthServerCreationHandler.getDefaultRedirectUri
(Application application, DefaultAuthServerProperties.AuthServerProperties properties) protected Set<UserRoleRef>
DefaultAuthServerCreationHandler.getDefaultUserRoles
(DefaultAuthServerProperties.AuthServerProperties defaultAuthServerProperties) DefaultAuthServerCreationHandler.getGrantTypes
(DefaultAuthServerProperties.AuthServerProperties properties) DefaultAuthServerCreationHandler.getRedirectUris
(DefaultAuthServerProperties.AuthServerProperties properties, @NonNull Application application) protected String
DefaultAuthServerCreationHandler.getResetPasswordBaseUri
(DefaultAuthServerProperties.AuthServerProperties properties)