Package org.apereo.cas.authentication
Interface AuthenticationServiceSelectionPlan
public interface AuthenticationServiceSelectionPlan
This is
AuthenticationServiceSelectionPlan.- Since:
- 5.1.0
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidRegister strategy handler.resolveService(Service service) Resolve service from authentication request.<T extends Service>
TresolveService(Service service, Class<T> clazz) Resolve service t.
-
Field Details
-
BEAN_NAME
Bean name.- See Also:
-
-
Method Details
-
registerStrategy
Register strategy handler.- Parameters:
strategy- the strategy
-
resolveService
Resolve service from authentication request.- Parameters:
service- the service- Returns:
- the service
- Throws:
Throwable- the throwable
-
resolveService
Resolve service t.- Type Parameters:
T- the type parameter- Parameters:
service- the serviceclazz- the clazz- Returns:
- the t
- Throws:
Throwable- the throwable
-