org.apache.ws.security
Class WSDerivedKeyTokenPrincipal
java.lang.Object
org.apache.ws.security.WSDerivedKeyTokenPrincipal
- All Implemented Interfaces:
- java.security.Principal
- public class WSDerivedKeyTokenPrincipal
- extends java.lang.Object
- implements java.security.Principal
This class implements the Principal
interface and
represents a DerivedKeyToken
.
The principal's name will be the wsu:Id
value of the
DerivedKeyToken
- Author:
- Ruchith Fernando ([email protected])
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.security.Principal |
equals, hashCode, toString |
WSDerivedKeyTokenPrincipal
public WSDerivedKeyTokenPrincipal(java.lang.String id)
getLabel
public java.lang.String getLabel()
setLabel
public void setLabel(java.lang.String label)
getLength
public int getLength()
setLength
public void setLength(int length)
getOffset
public int getOffset()
setOffset
public void setOffset(int offset)
getNonce
public java.lang.String getNonce()
getName
public java.lang.String getName()
- Specified by:
getName
in interface java.security.Principal
setNonce
public void setNonce(java.lang.String nonce)
getBasetokenId
public java.lang.String getBasetokenId()
setBasetokenId
public void setBasetokenId(java.lang.String basetokenId)
Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.