public interface OAuth20ProfileScopeToAttributesFilter
| Modifier and Type | Method and Description |
|---|---|
org.apereo.cas.authentication.principal.Principal |
filter(org.apereo.cas.authentication.principal.Service service,
org.apereo.cas.authentication.principal.Principal profile,
org.apereo.cas.services.RegisteredService registeredService,
org.pac4j.core.context.J2EContext context)
Filter attributes.
|
default void |
reconcile(org.apereo.cas.services.RegisteredService service)
Reconcile the service definition.
|
org.apereo.cas.authentication.principal.Principal filter(org.apereo.cas.authentication.principal.Service service,
org.apereo.cas.authentication.principal.Principal profile,
org.apereo.cas.services.RegisteredService registeredService,
org.pac4j.core.context.J2EContext context)
service - the serviceprofile - the profileregisteredService - the registered servicecontext - the contextdefault void reconcile(org.apereo.cas.services.RegisteredService service)
service - the service