Package org.apereo.cas.gua.impl
Class StaticUserGraphicalAuthenticationRepository
- java.lang.Object
-
- org.apereo.cas.gua.impl.StaticUserGraphicalAuthenticationRepository
-
- All Implemented Interfaces:
java.io.Serializable,UserGraphicalAuthenticationRepository
public class StaticUserGraphicalAuthenticationRepository extends java.lang.Object implements UserGraphicalAuthenticationRepository
- Since:
- 5.1.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StaticUserGraphicalAuthenticationRepository()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.common.io.ByteSourcegetGraphics(java.lang.String username)Gets graphics.
-
-
-
Method Detail
-
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
-
-