Class WSDerivedKeyTokenPrincipal

java.lang.Object
org.apache.ws.security.WSDerivedKeyTokenPrincipal
All Implemented Interfaces:
Principal

public class WSDerivedKeyTokenPrincipal extends Object implements Principal
This class implements the Principal interface and represents a DerivedKeyToken. The principal's name will be the wsu:Id valud of the DerivedKeyToken
Author:
Ruchith Fernando (ruchith.fernando@gmail.com)
  • Constructor Details

    • WSDerivedKeyTokenPrincipal

      public WSDerivedKeyTokenPrincipal(String id)
  • Method Details

    • getLabel

      public String getLabel()
    • setLabel

      public void setLabel(String label)
    • getLength

      public int getLength()
    • setLength

      public void setLength(int length)
    • getOffset

      public int getOffset()
    • setOffset

      public void setOffset(int offset)
    • getNonce

      public String getNonce()
    • getName

      public String getName()
      Specified by:
      getName in interface Principal
    • setNonce

      public void setNonce(String nonce)
    • getBasetokenId

      public String getBasetokenId()
    • setBasetokenId

      public void setBasetokenId(String basetokenId)