|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.globus.ws.sc.DerivedKeyTokenType
| Field Summary | |
private Object |
__equalsCalc
|
private boolean |
__hashCodeCalc
|
private URI |
algorithm
|
private UnsignedLong |
generation
|
private Id |
id
|
private String |
label
|
private UnsignedLong |
length
|
private byte[] |
nonce
|
private UnsignedLong |
offset
|
private PropertiesType |
properties
|
private SecurityTokenReferenceType |
securityTokenReference
|
private static TypeDesc |
typeDesc
|
| Constructor Summary | |
DerivedKeyTokenType()
|
|
DerivedKeyTokenType(URI algorithm,
UnsignedLong generation,
Id id,
String label,
UnsignedLong length,
byte[] nonce,
UnsignedLong offset,
PropertiesType properties,
SecurityTokenReferenceType securityTokenReference)
|
|
| Method Summary | |
boolean |
equals(Object obj)
|
URI |
getAlgorithm()
Gets the algorithm value for this DerivedKeyTokenType. |
static Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
UnsignedLong |
getGeneration()
Gets the generation value for this DerivedKeyTokenType. |
Id |
getId()
Gets the id value for this DerivedKeyTokenType. |
String |
getLabel()
Gets the label value for this DerivedKeyTokenType. |
UnsignedLong |
getLength()
Gets the length value for this DerivedKeyTokenType. |
byte[] |
getNonce()
Gets the nonce value for this DerivedKeyTokenType. |
UnsignedLong |
getOffset()
Gets the offset value for this DerivedKeyTokenType. |
PropertiesType |
getProperties()
Gets the properties value for this DerivedKeyTokenType. |
SecurityTokenReferenceType |
getSecurityTokenReference()
Gets the securityTokenReference value for this DerivedKeyTokenType. |
static Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
static TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setAlgorithm(URI algorithm)
Sets the algorithm value for this DerivedKeyTokenType. |
void |
setGeneration(UnsignedLong generation)
Sets the generation value for this DerivedKeyTokenType. |
void |
setId(Id id)
Sets the id value for this DerivedKeyTokenType. |
void |
setLabel(String label)
Sets the label value for this DerivedKeyTokenType. |
void |
setLength(UnsignedLong length)
Sets the length value for this DerivedKeyTokenType. |
void |
setNonce(byte[] nonce)
Sets the nonce value for this DerivedKeyTokenType. |
void |
setOffset(UnsignedLong offset)
Sets the offset value for this DerivedKeyTokenType. |
void |
setProperties(PropertiesType properties)
Sets the properties value for this DerivedKeyTokenType. |
void |
setSecurityTokenReference(SecurityTokenReferenceType securityTokenReference)
Sets the securityTokenReference value for this DerivedKeyTokenType. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private SecurityTokenReferenceType securityTokenReference
private PropertiesType properties
private UnsignedLong generation
private UnsignedLong offset
private UnsignedLong length
private String label
private byte[] nonce
private Id id
private URI algorithm
private Object __equalsCalc
private boolean __hashCodeCalc
private static TypeDesc typeDesc
| Constructor Detail |
public DerivedKeyTokenType()
public DerivedKeyTokenType(URI algorithm,
UnsignedLong generation,
Id id,
String label,
UnsignedLong length,
byte[] nonce,
UnsignedLong offset,
PropertiesType properties,
SecurityTokenReferenceType securityTokenReference)
| Method Detail |
public SecurityTokenReferenceType getSecurityTokenReference()
public void setSecurityTokenReference(SecurityTokenReferenceType securityTokenReference)
securityTokenReference - public PropertiesType getProperties()
public void setProperties(PropertiesType properties)
properties - public UnsignedLong getGeneration()
public void setGeneration(UnsignedLong generation)
generation - public UnsignedLong getOffset()
public void setOffset(UnsignedLong offset)
offset - public UnsignedLong getLength()
public void setLength(UnsignedLong length)
length - public String getLabel()
public void setLabel(String label)
label - public byte[] getNonce()
public void setNonce(byte[] nonce)
nonce - public Id getId()
public void setId(Id id)
id - public URI getAlgorithm()
public void setAlgorithm(URI algorithm)
algorithm - public boolean equals(Object obj)
public int hashCode()
public static TypeDesc getTypeDesc()
public static Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||