Class AbstractSecurityContextTokenType

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

public abstract class AbstractSecurityContextTokenType extends Object
  • Constructor Details

    • AbstractSecurityContextTokenType

      public AbstractSecurityContextTokenType()
  • Method Details

    • 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()