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
Class TokenImpl

java.lang.Object
  extended by oracle.security.fed.sts.token.tpe.TokenImpl

All Implemented Interfaces:
Token

public class TokenImpl
extends java.lang.Object
implements Token

Constructor Summary
TokenImpl()
           

 

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
 void setTokenBytes(byte[] token)
           
 void setTokenDocument(org.w3c.dom.Document doc)
           
 void setTokenType(java.lang.String type)
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

TokenImpl

public TokenImpl()

Method Detail

setTokenBytes

public void setTokenBytes(byte[] token)

getToken

public java.lang.Object getToken()
Description copied from interface: Token
Fetches the token object
Specified by:
getToken in interface Token
Returns:
the token object

getType

public java.lang.String getType()
Description copied from interface: Token
Fetches the token type
Specified by:
getType in interface Token
Returns:
the type of token this is.

setTokenType

public void setTokenType(java.lang.String type)

setTokenDocument

public void setTokenDocument(org.w3c.dom.Document doc)

getTokenDocument

public org.w3c.dom.Document getTokenDocument()
Description copied from interface: Token
Fetches the XML DOM representation of the token
Specified by:
getTokenDocument in interface 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.