Skip navigation links

Oracle Security Token Service Java API Reference
11.1.1.5

E22477-01


oracle.security.fed.sts.token.tpe
Interface TokenContext


public interface TokenContext

This interface represents the context in which the token is being validated or issued.


Method Summary
 java.util.Map getOtherProperties()
          Fetches the properties associated with the token being issued or validated.

 

Method Detail

getOtherProperties

java.util.Map getOtherProperties()
Fetches the properties associated with the token being issued or validated.
Returns:
a map representation of the properties in the token context. Or any additional properties that the validation/issuance module wants to return.

Skip navigation links

Oracle Security Token Service Java API Reference
11.1.1.5

E22477-01


Copyright © 2011, Oracle® and/or its affiliates. All rights reserved.