Class OpenIdCredentialsAuthenticationHandler
- java.lang.Object
-
- org.apereo.cas.authentication.AbstractAuthenticationHandler
-
- org.apereo.cas.support.openid.authentication.handler.support.OpenIdCredentialsAuthenticationHandler
-
- All Implemented Interfaces:
org.apereo.cas.authentication.AuthenticationHandler,org.springframework.core.Ordered
@Deprecated(since="6.2.0") public class OpenIdCredentialsAuthenticationHandler extends org.apereo.cas.authentication.AbstractAuthenticationHandlerDeprecated.6.2Ensures that the OpenId provided matches with the existing TicketGrantingTicket. Otherwise, fail authentication.- Since:
- 3.1
-
-
Constructor Summary
Constructors Constructor Description OpenIdCredentialsAuthenticationHandler(java.lang.String name, org.apereo.cas.services.ServicesManager servicesManager, org.apereo.cas.authentication.principal.PrincipalFactory principalFactory, org.apereo.cas.ticket.registry.TicketRegistry ticketRegistry, java.lang.Integer order)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.apereo.cas.authentication.AuthenticationHandlerExecutionResultauthenticate(org.apereo.cas.authentication.Credential credential)Deprecated.booleansupports(java.lang.Class<? extends org.apereo.cas.authentication.Credential> clazz)Deprecated.booleansupports(org.apereo.cas.authentication.Credential credential)Deprecated.
-
-
-
Constructor Detail
-
OpenIdCredentialsAuthenticationHandler
public OpenIdCredentialsAuthenticationHandler(java.lang.String name, org.apereo.cas.services.ServicesManager servicesManager, org.apereo.cas.authentication.principal.PrincipalFactory principalFactory, org.apereo.cas.ticket.registry.TicketRegistry ticketRegistry, java.lang.Integer order)Deprecated.
-
-
Method Detail
-
authenticate
public org.apereo.cas.authentication.AuthenticationHandlerExecutionResult authenticate(org.apereo.cas.authentication.Credential credential) throws java.security.GeneralSecurityExceptionDeprecated.- Throws:
java.security.GeneralSecurityException
-
supports
public boolean supports(java.lang.Class<? extends org.apereo.cas.authentication.Credential> clazz)
Deprecated.
-
supports
public boolean supports(org.apereo.cas.authentication.Credential credential)
Deprecated.
-
-