public final class SpringSecurityPropertiesAuthorizationGenerator<U extends CommonProfile> extends Object implements AuthorizationGenerator<U>
| Modifier and Type | Field and Description |
|---|---|
static String |
DISABLED |
static String |
ENABLED |
| Constructor and Description |
|---|
SpringSecurityPropertiesAuthorizationGenerator(Properties properties) |
| Modifier and Type | Method and Description |
|---|---|
U |
generate(WebContext context,
U profile)
Generate the authorization information from and for the user profile.
|
public static final String DISABLED
public static final String ENABLED
public SpringSecurityPropertiesAuthorizationGenerator(Properties properties)
public U generate(WebContext context, U profile)
AuthorizationGeneratorgenerate in interface AuthorizationGenerator<U extends CommonProfile>context - the web contextprofile - the user profile for which to generate the authorization information.Copyright © 2017. All Rights Reserved.