Package org.apereo.cas.authentication
Class BaseAuthenticationServiceSelectionStrategy
- java.lang.Object
-
- org.apereo.cas.authentication.BaseAuthenticationServiceSelectionStrategy
-
- All Implemented Interfaces:
java.io.Serializable,org.apereo.cas.authentication.AuthenticationServiceSelectionStrategy,org.springframework.core.Ordered
public abstract class BaseAuthenticationServiceSelectionStrategy extends java.lang.Object implements org.apereo.cas.authentication.AuthenticationServiceSelectionStrategy- Since:
- 6.3.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BaseAuthenticationServiceSelectionStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apereo.cas.authentication.principal.ServicecreateService(java.lang.String identifier, org.apereo.cas.authentication.principal.Service original)Create service.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-