Interface DelegatedClientUserProfileProvisioner


public interface DelegatedClientUserProfileProvisioner
Since:
6.1.0
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Default bean name.
  • Method Summary

    Modifier and Type
    Method
    Description
    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)
    Execute.
    No op delegated client user profile provisioner.
  • Field Details

  • 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 principal
      profile - the profile
      client - the client
      credential - the credential
      Throws:
      Throwable - the throwable
    • noOp

      No op delegated client user profile provisioner.
      Returns:
      the delegated client user profile provisioner