Package com.sun.identity.security
Interface AppSSOTokenProvider
-
@SupportedAll public interface AppSSOTokenProvider
This interface defines method to get application single sign on token. An use case is that an application that usescom.sun.identity.policy.client.PolicyEvaluator
would pass an implementation of this interface to construct an instance ofcom.sun.identity.policy.client.PolicyEvaluator
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SSOToken
getAppSSOToken()
Returns application single sign on token.
-
-
-
Method Detail
-
getAppSSOToken
SSOToken getAppSSOToken()
Returns application single sign on token.- Returns:
- application single sign on token.
-
-