All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
protected boolean |
applicationAlreadyHasClient(Application application) |
protected AuthorizationServer |
createAuthorizationServer(Application application,
DefaultAuthServerProperties.AuthServerProperties properties,
String friendlyName) |
protected void |
createAuthorizedClient(Application application,
AuthorizationServer authorizationServer,
DefaultAuthServerProperties.AuthServerProperties properties,
String friendlyName) |
protected AuthorizationServer |
createNewAuthServer(Application application,
DefaultAuthServerProperties.AuthServerProperties properties,
String friendlyName) |
protected AuthorizedClientService<AuthorizedClient> |
getClientService() |
protected DefaultAuthServerProperties |
getDefaultAuthServerProperties() |
protected Set<UserPermissionRef> |
getDefaultPermissions(DefaultAuthServerProperties.AuthServerProperties defaultAuthServerProperties) |
protected String |
getDefaultRedirectUri(Application application,
DefaultAuthServerProperties.AuthServerProperties properties) |
protected Set<UserRoleRef> |
getDefaultUserRoles(DefaultAuthServerProperties.AuthServerProperties defaultAuthServerProperties) |
protected Set<String> |
getGrantTypes(DefaultAuthServerProperties.AuthServerProperties properties) |
protected Set<String> |
getRedirectUris(DefaultAuthServerProperties.AuthServerProperties properties,
Application application) |
protected AuthorizationServerService<AuthorizationServer> |
getServerService() |
protected com.broadleafcommerce.common.extension.TypeFactory |
getTypeFactory() |
void |
handleAuthServerCreation(Application application,
String friendlyName)
Creates necessary authorization servers and clients when a new application is created.
|
protected boolean |
isDomainPrefixResolution(Application application) |
protected boolean |
isDomainResolution(Application application) |
protected boolean |
isParameterResolution(Application application) |