Package org.apereo.cas.gua.impl
Class LdapUserGraphicalAuthenticationRepository
java.lang.Object
org.apereo.cas.gua.impl.LdapUserGraphicalAuthenticationRepository
- All Implemented Interfaces:
Serializable,UserGraphicalAuthenticationRepository,org.springframework.beans.factory.DisposableBean
public class LdapUserGraphicalAuthenticationRepository
extends Object
implements UserGraphicalAuthenticationRepository, org.springframework.beans.factory.DisposableBean
- Since:
- 5.1.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLdapUserGraphicalAuthenticationRepository(org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.apereo.cas.util.LdapConnectionFactory connectionFactory) -
Method Summary
Modifier and TypeMethodDescriptionvoiddestroy()com.google.common.io.ByteSourcegetGraphics(String username) Gets graphics.
-
Constructor Details
-
LdapUserGraphicalAuthenticationRepository
public LdapUserGraphicalAuthenticationRepository(org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.apereo.cas.util.LdapConnectionFactory connectionFactory)
-
-
Method Details
-
destroy
public void destroy()- Specified by:
destroyin interfaceorg.springframework.beans.factory.DisposableBean
-
getGraphics
Description copied from interface:UserGraphicalAuthenticationRepositoryGets graphics.- Specified by:
getGraphicsin interfaceUserGraphicalAuthenticationRepository- Parameters:
username- the username- Returns:
- the graphics
-