org.apache.wss4j.binding.wssc
Class AbstractSecurityContextTokenType

java.lang.Object
  extended by org.apache.wss4j.binding.wssc.AbstractSecurityContextTokenType
Direct Known Subclasses:
SecurityContextTokenType, SecurityContextTokenType

public abstract class AbstractSecurityContextTokenType
extends Object


Constructor Summary
AbstractSecurityContextTokenType()
           
 
Method Summary
abstract  List<Object> getAny()
           
abstract  String getId()
           
abstract  Map<QName,String> getOtherAttributes()
           
abstract  void setId(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractSecurityContextTokenType

public AbstractSecurityContextTokenType()
Method Detail

getAny

public abstract List<Object> getAny()

getId

public abstract String getId()

setId

public abstract void setId(String value)

getOtherAttributes

public abstract Map<QName,String> getOtherAttributes()


Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.