Class JsonResourceSurrogateAuthenticationService
- java.lang.Object
-
- org.apereo.cas.authentication.surrogate.BaseSurrogateAuthenticationService
-
- org.apereo.cas.authentication.surrogate.SimpleSurrogateAuthenticationService
-
- org.apereo.cas.authentication.surrogate.JsonResourceSurrogateAuthenticationService
-
- All Implemented Interfaces:
org.apereo.cas.authentication.surrogate.SurrogateAuthenticationService
public class JsonResourceSurrogateAuthenticationService extends SimpleSurrogateAuthenticationService
- Since:
- 5.1.0
-
-
Field Summary
-
Fields inherited from class org.apereo.cas.authentication.surrogate.BaseSurrogateAuthenticationService
servicesManager
-
-
Constructor Summary
Constructors Constructor Description JsonResourceSurrogateAuthenticationService(java.io.File json, org.apereo.cas.services.ServicesManager servicesManager)JsonResourceSurrogateAuthenticationService(org.springframework.core.io.Resource json, org.apereo.cas.services.ServicesManager servicesManager)
-
Method Summary
-
Methods inherited from class org.apereo.cas.authentication.surrogate.SimpleSurrogateAuthenticationService
canAuthenticateAsInternal, getEligibleAccountsForSurrogateToProxy
-
Methods inherited from class org.apereo.cas.authentication.surrogate.BaseSurrogateAuthenticationService
canAuthenticateAs
-
-
-
-
Constructor Detail
-
JsonResourceSurrogateAuthenticationService
public JsonResourceSurrogateAuthenticationService(java.io.File json, org.apereo.cas.services.ServicesManager servicesManager) throws java.lang.Exception- Throws:
java.lang.Exception
-
JsonResourceSurrogateAuthenticationService
public JsonResourceSurrogateAuthenticationService(org.springframework.core.io.Resource json, org.apereo.cas.services.ServicesManager servicesManager) throws java.lang.Exception- Throws:
java.lang.Exception
-
-