public class WSFederationAuthenticationServiceSelectionStrategy extends java.lang.Object implements AuthenticationServiceSelectionStrategy
Constructor and Description |
---|
WSFederationAuthenticationServiceSelectionStrategy(ServiceFactory webApplicationServiceFactory) |
Modifier and Type | Method and Description |
---|---|
int |
getOrder() |
Service |
resolveServiceFrom(Service service)
Resolves the real service from the provided service, if appropriate.
|
boolean |
supports(Service service)
Indicates whether this strategy supports service selection.
|
public WSFederationAuthenticationServiceSelectionStrategy(ServiceFactory webApplicationServiceFactory)
public Service resolveServiceFrom(Service service)
AuthenticationServiceSelectionStrategy
resolveServiceFrom
in interface AuthenticationServiceSelectionStrategy
service
- the provided service by the callerpublic boolean supports(Service service)
AuthenticationServiceSelectionStrategy
supports
in interface AuthenticationServiceSelectionStrategy
service
- the servicepublic int getOrder()
getOrder
in interface org.springframework.core.Ordered