Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Access Management Security Token Service
11g Release 2 (11.1.2)

E27138-01


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

All Known Implementing Classes:
TokenImpl

public interface Token

This interface represents the token that is currently being processed.


Method Summary
 java.lang.Object getToken()
          Fetches the token object
 org.w3c.dom.Document getTokenDocument()
          Fetches the XML DOM representation of the token
 java.lang.String getType()
          Fetches the token type

 

Method Detail

getToken

java.lang.Object getToken()
Fetches the token object
Returns:
the token object

getType

java.lang.String getType()
Fetches the token type
Returns:
the type of token this is.

getTokenDocument

org.w3c.dom.Document getTokenDocument()
Fetches the XML DOM representation of the token
Returns:
a reference to the document representing this token if it was created during processing otherwise this will be null.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Access Management Security Token Service
11g Release 2 (11.1.2)

E27138-01


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