org.jboss.identity.federation.api.wstrust
Interface SecurityToken


public interface SecurityToken

Interface that represents a security token.

Author:
Stefan Guilhen

Method Summary
 java.lang.String getTokenType()
           Obtains the type of the security token.
 java.lang.Object getTokenValue()
           Obtains the value of the security token.
 

Method Detail

getTokenType

java.lang.String getTokenType()

Obtains the type of the security token.

Returns:
a String representing the security token type.

getTokenValue

java.lang.Object getTokenValue()

Obtains the value of the security token.

Returns:
an Object representing the security token value.


Copyright © 2009 JBoss Inc.. All Rights Reserved.