Package org.apereo.cas.gua.impl
Class StaticUserGraphicalAuthenticationRepository
java.lang.Object
org.apereo.cas.gua.impl.StaticUserGraphicalAuthenticationRepository
- All Implemented Interfaces:
Serializable,UserGraphicalAuthenticationRepository
public class StaticUserGraphicalAuthenticationRepository
extends Object
implements UserGraphicalAuthenticationRepository
- Since:
- 5.1.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStaticUserGraphicalAuthenticationRepository(Map<String, org.springframework.core.io.Resource> graphicResource) -
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.io.ByteSourcegetGraphics(String username) Gets graphics.
-
Constructor Details
-
StaticUserGraphicalAuthenticationRepository
-
-
Method Details
-
getGraphics
Description copied from interface:UserGraphicalAuthenticationRepositoryGets graphics.- Specified by:
getGraphicsin interfaceUserGraphicalAuthenticationRepository- Parameters:
username- the username- Returns:
- the graphics
-