com.sun.identity.security
Interface AppSSOTokenProvider

All Known Implementing Classes:
SystemAppTokenProvider

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.

See Also:
PolicyEvaluator

Method Summary
 SSOToken getAppSSOToken()
          Returns application single sign on token.
 

Method Detail

getAppSSOToken

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


Copyright 2005 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.