Uses of Class
com.broadleafcommerce.auth.tenant.domain.DefaultAuthServerProperties.AuthServerProperties
Packages that use DefaultAuthServerProperties.AuthServerProperties
Package
Description
-
Uses of DefaultAuthServerProperties.AuthServerProperties in com.broadleafcommerce.auth.tenant.domain
Methods in com.broadleafcommerce.auth.tenant.domain that return DefaultAuthServerProperties.AuthServerPropertiesModifier and TypeMethodDescriptionDefaultAuthServerProperties.getAuthServerPropertiesForTenant(String tenantId) Return AuthServerMethods in com.broadleafcommerce.auth.tenant.domain that return types with arguments of type DefaultAuthServerProperties.AuthServerPropertiesModifier and TypeMethodDescriptionDefaultAuthServerProperties.getDefaultAuthServerProperties()A map of default auth server properties, keyed by tenant ID.Method parameters in com.broadleafcommerce.auth.tenant.domain with type arguments of type DefaultAuthServerProperties.AuthServerPropertiesModifier and TypeMethodDescriptionvoidDefaultAuthServerProperties.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
Methods in com.broadleafcommerce.auth.tenant.service with parameters of type DefaultAuthServerProperties.AuthServerPropertiesModifier and TypeMethodDescriptionprotected AuthorizationServerDefaultAuthServerCreationHandler.createAuthorizationServer(Application application, DefaultAuthServerProperties.AuthServerProperties properties, String friendlyName) protected voidDefaultAuthServerCreationHandler.createAuthorizedClient(Application application, AuthorizationServer authorizationServer, DefaultAuthServerProperties.AuthServerProperties properties, String friendlyName) protected AuthorizationServerDefaultAuthServerCreationHandler.createNewAuthServer(Application application, DefaultAuthServerProperties.AuthServerProperties properties, String friendlyName) DefaultAuthServerCreationHandler.getAuthenticationMethods(DefaultAuthServerProperties.AuthServerProperties properties) protected Set<UserPermissionRef>DefaultAuthServerCreationHandler.getDefaultPermissions(DefaultAuthServerProperties.AuthServerProperties defaultAuthServerProperties) protected StringDefaultAuthServerCreationHandler.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 StringDefaultAuthServerCreationHandler.getResetPasswordBaseUri(DefaultAuthServerProperties.AuthServerProperties properties)