Package org.apereo.cas.gua.impl
Class LdapUserGraphicalAuthenticationRepository
- java.lang.Object
-
- org.apereo.cas.gua.impl.LdapUserGraphicalAuthenticationRepository
-
- All Implemented Interfaces:
java.io.Serializable,UserGraphicalAuthenticationRepository,org.springframework.beans.factory.DisposableBean
public class LdapUserGraphicalAuthenticationRepository extends java.lang.Object implements UserGraphicalAuthenticationRepository, org.springframework.beans.factory.DisposableBean
- Since:
- 5.1.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LdapUserGraphicalAuthenticationRepository()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()com.google.common.io.ByteSourcegetGraphics(java.lang.String username)Gets graphics.
-
-
-
Method Detail
-
destroy
public void destroy()
- Specified by:
destroyin interfaceorg.springframework.beans.factory.DisposableBean
-
getGraphics
public com.google.common.io.ByteSource getGraphics(java.lang.String username)
Description copied from interface:UserGraphicalAuthenticationRepositoryGets graphics.- Specified by:
getGraphicsin interfaceUserGraphicalAuthenticationRepository- Parameters:
username- the username- Returns:
- the graphics
-
-