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 |
getAlgorithm() |
String |
getBasetokenId() |
String |
getLabel() |
int |
getLength() |
String |
getName() |
String |
getNonce() |
int |
getOffset() |
byte[] |
getSecret() |
void |
setAlgorithm(String algorithm) |
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)
public String getAlgorithm()
public void setAlgorithm(String algorithm)
Copyright © 2018 JBoss by Red Hat. All rights reserved.