Class EntityApiAuthenticator
- java.lang.Object
 - 
- de.xima.fc.security.pac4j.authentication.EntityApiAuthenticator
 
 
- 
- All Implemented Interfaces:
 org.pac4j.core.credentials.authenticator.Authenticator
public class EntityApiAuthenticator extends Object implements org.pac4j.core.credentials.authenticator.Authenticator
Authenticator for retrievingUserProfiles by validating username password credentials against an entity authenticator given by UUID over the API.- Since:
 - 8.0.0
 - Author:
 - XIMA Media GmbH
 
 
- 
- 
Constructor Summary
Constructors Constructor Description EntityApiAuthenticator(UUID callbackUuid) 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EntityApiAuthenticatorforEntity(IAuthenticator<?> authenticator)voidvalidate(org.pac4j.core.credentials.Credentials credentials, org.pac4j.core.context.WebContext context, org.pac4j.core.context.session.SessionStore sessionStore) 
 - 
 
- 
- 
Constructor Detail
- 
EntityApiAuthenticator
public EntityApiAuthenticator(UUID callbackUuid)
 
 - 
 
- 
Method Detail
- 
forEntity
public static EntityApiAuthenticator forEntity(IAuthenticator<?> authenticator)
 
- 
validate
public void validate(org.pac4j.core.credentials.Credentials credentials, org.pac4j.core.context.WebContext context, org.pac4j.core.context.session.SessionStore sessionStore)- Specified by:
 validatein interfaceorg.pac4j.core.credentials.authenticator.Authenticator
 
 - 
 
 -