PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.core.wstrust
Interface SecurityToken

All Known Implementing Classes:
StandardSecurityToken

public interface SecurityToken

Interface that represents a security token.

Author:
Stefan Guilhen

Method Summary
 String getTokenID()
           Obtains the security token unique identifier.
 String getTokenType()
           Obtains the type of the security token.
 Object getTokenValue()
           Obtains the value of the security token.
 

Method Detail

getTokenID

String getTokenID()

Obtains the security token unique identifier.

Returns:
a String representing the token id.

getTokenType

String getTokenType()

Obtains the type of the security token.

Returns:
a String representing the security token type.

getTokenValue

Object getTokenValue()

Obtains the value of the security token.

Returns:
an Object representing the security token value.

PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.