Class KerberosProfileCreator
- java.lang.Object
 - 
- de.xima.fc.security.pac4j.kerberos.KerberosProfileCreator
 
 
- 
- All Implemented Interfaces:
 org.pac4j.core.profile.creator.ProfileCreator
public class KerberosProfileCreator extends Object implements org.pac4j.core.profile.creator.ProfileCreator
Service that retrieves the profile data from an LDAP connection.- Since:
 - 8.0.0
 - Author:
 - XIMA Media GmbH
 
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<org.pac4j.core.profile.UserProfile>create(org.pac4j.core.credentials.Credentials credentials, org.pac4j.core.context.WebContext context, org.pac4j.core.context.session.SessionStore sessionStore) 
 - 
 
- 
- 
Method Detail
- 
create
public Optional<org.pac4j.core.profile.UserProfile> create(org.pac4j.core.credentials.Credentials credentials, org.pac4j.core.context.WebContext context, org.pac4j.core.context.session.SessionStore sessionStore)
- Specified by:
 createin interfaceorg.pac4j.core.profile.creator.ProfileCreator
 
 - 
 
 -