Interface DelegatedClientUserProfileProvisioner
public interface DelegatedClientUserProfileProvisioner
- Since:
- 6.1.0
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault voidexecute(org.apereo.cas.authentication.principal.Principal principal, org.pac4j.core.profile.UserProfile profile, org.pac4j.core.client.BaseClient client, org.apereo.cas.authentication.Credential credential) Execute.noOp()No op delegated client user profile provisioner.
-
Field Details
-
BEAN_NAME
Default bean name.- See Also:
-
-
Method Details
-
execute
default void execute(org.apereo.cas.authentication.principal.Principal principal, org.pac4j.core.profile.UserProfile profile, org.pac4j.core.client.BaseClient client, org.apereo.cas.authentication.Credential credential) throws Throwable Execute.- Parameters:
principal- the principalprofile- the profileclient- the clientcredential- the credential- Throws:
Throwable- the throwable
-
noOp
No op delegated client user profile provisioner.- Returns:
- the delegated client user profile provisioner
-