public class WSDerivedKeyTokenPrincipal extends Object implements Principal
Principal
interface and
represents a DerivedKeyToken
.
The principal's name will be the wsu:Id
value of the
DerivedKeyToken
Constructor and Description |
---|
WSDerivedKeyTokenPrincipal(String id) |
Modifier and Type | Method and Description |
---|---|
String |
getBasetokenId() |
String |
getLabel() |
int |
getLength() |
String |
getName() |
String |
getNonce() |
int |
getOffset() |
byte[] |
getSecret() |
void |
setBasetokenId(String basetokenId) |
void |
setLabel(String label) |
void |
setLength(int length) |
void |
setNonce(String nonce) |
void |
setOffset(int offset) |
void |
setSecret(byte[] secret) |
public WSDerivedKeyTokenPrincipal(String id)
public String getLabel()
public void setLabel(String label)
public byte[] getSecret()
public void setSecret(byte[] secret)
public int getLength()
public void setLength(int length)
public int getOffset()
public void setOffset(int offset)
public String getNonce()
public void setNonce(String nonce)
public String getBasetokenId()
public void setBasetokenId(String basetokenId)
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.