com.wles.blm
Class BLMAdminSubjectIdentityAssertionTokenType

java.lang.Object
  extended bycom.wles.blm.BLMAdminSubjectIdentityAssertionTokenType

public class BLMAdminSubjectIdentityAssertionTokenType
extends java.lang.Object


Constructor Summary
BLMAdminSubjectIdentityAssertionTokenType()
           
BLMAdminSubjectIdentityAssertionTokenType(java.lang.String tokenType, java.lang.Object tokenValue)
          Constructs BLMAdminSubjectIdentityAssertionTokenType from the given token type string and token value.
 
Method Summary
 java.lang.String getAssertionTokenType()
           
 java.lang.Object getAssertionTokenValue()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BLMAdminSubjectIdentityAssertionTokenType

public BLMAdminSubjectIdentityAssertionTokenType()

BLMAdminSubjectIdentityAssertionTokenType

public BLMAdminSubjectIdentityAssertionTokenType(java.lang.String tokenType,
                                                 java.lang.Object tokenValue)
Constructs BLMAdminSubjectIdentityAssertionTokenType from the given token type string and token value.

Parameters:
tokenType - The type String for the identity assertion token
tokenValue - The value of the identity assertion token.
Method Detail

getAssertionTokenType

public java.lang.String getAssertionTokenType()
Returns:
the assertion token type

getAssertionTokenValue

public java.lang.Object getAssertionTokenValue()
Returns:
the assertion token value

toString

public java.lang.String toString()
See Also:
Object.toString()


Copyright © 2004-2008, Oracle and/or its affiliates. All rights reserved.