Package com.sun.identity.security
Interface AppSSOTokenProvider
This interface defines method to get application single sign on token. An use
case is that an application that uses
com.sun.identity.policy.client.PolicyEvaluator
would pass an
implementation of this interface to construct an instance of
com.sun.identity.policy.client.PolicyEvaluator
.-
Method Summary
Modifier and TypeMethodDescriptionReturns application single sign on token.
-
Method Details
-
getAppSSOToken
SSOToken getAppSSOToken()Returns application single sign on token.- Returns:
- application single sign on token.
-