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 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 Type
    Method
    Description
    Returns application single sign on token.
  • Method Details

    • getAppSSOToken

      SSOToken getAppSSOToken()
      Returns application single sign on token.
      Returns:
      application single sign on token.