Class PasswordlessDelegatedClientIdentityProviderAuthorizer
- java.lang.Object
-
- org.apereo.cas.pac4j.client.authz.BaseDelegatedClientIdentityProviderAuthorizer
-
- org.apereo.cas.web.flow.delegation.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
-
-
Constructor Summary
Constructors Constructor Description PasswordlessDelegatedClientIdentityProviderAuthorizer(org.apereo.cas.services.ServicesManager servicesManager, org.apereo.cas.audit.AuditableExecution delegatedAuthenticationPolicyEnforcer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisDelegatedClientAuthorizedFor(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
-
-
-
-
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:
isDelegatedClientAuthorizedForin interfaceorg.apereo.cas.web.flow.DelegatedClientIdentityProviderAuthorizer- Overrides:
isDelegatedClientAuthorizedForin classorg.apereo.cas.pac4j.client.authz.BaseDelegatedClientIdentityProviderAuthorizer
-
-