U - the profilepublic class DefaultCasAuthorizationGenerator<U extends CommonProfile> extends java.lang.Object implements AuthorizationGenerator<U>
AuthorizationGenerator implementation for a CasClient which is able
to retrieve the isRemembered status from the CAS response and put it in the profile.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_REMEMBER_ME_ATTRIBUTE_NAME |
protected java.lang.String |
rememberMeAttributeName |
| Constructor and Description |
|---|
DefaultCasAuthorizationGenerator() |
DefaultCasAuthorizationGenerator(java.lang.String rememberMeAttributeName) |
| Modifier and Type | Method and Description |
|---|---|
U |
generate(WebContext context,
U profile) |
public static final java.lang.String DEFAULT_REMEMBER_ME_ATTRIBUTE_NAME
protected java.lang.String rememberMeAttributeName
public DefaultCasAuthorizationGenerator()
public DefaultCasAuthorizationGenerator(java.lang.String rememberMeAttributeName)
public U generate(WebContext context, U profile)
generate in interface AuthorizationGenerator<U extends CommonProfile>Copyright © 2019. All Rights Reserved.