Class PasswordlessDelegatedClientIdentityProviderAuthorizer

  • All Implemented Interfaces:
    org.apereo.cas.web.flow.DelegatedClientIdentityProviderAuthorizer

    public class PasswordlessDelegatedClientIdentityProviderAuthorizer
    extends org.apereo.cas.pac4j.client.authz.BaseDelegatedClientIdentityProviderAuthorizer
    Since:
    6.6.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isDelegatedClientAuthorizedFor​(java.lang.String clientName, org.apereo.cas.authentication.principal.Service service, org.springframework.webflow.execution.RequestContext requestContext)  
      • Methods inherited from class org.apereo.cas.pac4j.client.authz.BaseDelegatedClientIdentityProviderAuthorizer

        handleAuthorizationForService, isDelegatedClientAuthorizedFor
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.apereo.cas.web.flow.DelegatedClientIdentityProviderAuthorizer

        getClientNameFromAuthentication, isDelegatedClientAuthorizedForAuthentication, isDelegatedClientAuthorizedForService, isDelegatedClientAuthorizedForService
    • Constructor Detail

      • PasswordlessDelegatedClientIdentityProviderAuthorizer

        public PasswordlessDelegatedClientIdentityProviderAuthorizer​(org.apereo.cas.services.ServicesManager servicesManager,
                                                                     org.apereo.cas.audit.AuditableExecution delegatedAuthenticationPolicyEnforcer)
    • Method Detail

      • isDelegatedClientAuthorizedFor

        public boolean isDelegatedClientAuthorizedFor​(java.lang.String clientName,
                                                      org.apereo.cas.authentication.principal.Service service,
                                                      org.springframework.webflow.execution.RequestContext requestContext)
        Specified by:
        isDelegatedClientAuthorizedFor in interface org.apereo.cas.web.flow.DelegatedClientIdentityProviderAuthorizer
        Overrides:
        isDelegatedClientAuthorizedFor in class org.apereo.cas.pac4j.client.authz.BaseDelegatedClientIdentityProviderAuthorizer