Class DerivedKeyTokenType
- java.lang.Object
-
- org.apache.wss4j.binding.wssc.AbstractDerivedKeyTokenType
-
- org.apache.wss4j.binding.wssc200502.DerivedKeyTokenType
-
public class DerivedKeyTokenType extends AbstractDerivedKeyTokenType
Java class for DerivedKeyTokenType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DerivedKeyTokenType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd}SecurityTokenReference" minOccurs="0"/> <element name="Properties" type="{http://schemas.xmlsoap.org/ws/2005/02/sc}PropertiesType" minOccurs="0"/> <sequence minOccurs="0"> <choice> <element name="Generation" type="{http://www.w3.org/2001/XMLSchema}unsignedLong"/> <element name="Offset" type="{http://www.w3.org/2001/XMLSchema}unsignedLong"/> </choice> <element name="Length" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" minOccurs="0"/> </sequence> <element ref="{http://schemas.xmlsoap.org/ws/2005/02/sc}Label" minOccurs="0"/> <element ref="{http://schemas.xmlsoap.org/ws/2005/02/sc}Nonce" minOccurs="0"/> </sequence> <attribute ref="{http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd}Id"/> <attribute name="Algorithm" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description DerivedKeyTokenType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAlgorithm()Gets the value of the algorithm property.BigIntegergetGeneration()Gets the value of the generation property.StringgetId()Gets the value of the id property.StringgetLabel()Gets the value of the label property.BigIntegergetLength()Gets the value of the length property.byte[]getNonce()Gets the value of the nonce property.BigIntegergetOffset()Gets the value of the offset property.PropertiesTypegetProperties()Gets the value of the properties property.SecurityTokenReferenceTypegetSecurityTokenReference()Gets the value of the securityTokenReference property.voidsetAlgorithm(String value)Sets the value of the algorithm property.voidsetGeneration(BigInteger value)Sets the value of the generation property.voidsetId(String value)Sets the value of the id property.voidsetLabel(String value)Sets the value of the label property.voidsetLength(BigInteger value)Sets the value of the length property.voidsetNonce(byte[] value)Sets the value of the nonce property.voidsetOffset(BigInteger value)Sets the value of the offset property.voidsetProperties(PropertiesType value)Sets the value of the properties property.voidsetSecurityTokenReference(SecurityTokenReferenceType value)Sets the value of the securityTokenReference property.
-
-
-
Method Detail
-
getSecurityTokenReference
public SecurityTokenReferenceType getSecurityTokenReference()
Gets the value of the securityTokenReference property.- Specified by:
getSecurityTokenReferencein classAbstractDerivedKeyTokenType- Returns:
- possible object is
SecurityTokenReferenceType
-
setSecurityTokenReference
public void setSecurityTokenReference(SecurityTokenReferenceType value)
Sets the value of the securityTokenReference property.- Parameters:
value- allowed object isSecurityTokenReferenceType
-
getProperties
public PropertiesType getProperties()
Gets the value of the properties property.- Specified by:
getPropertiesin classAbstractDerivedKeyTokenType- Returns:
- possible object is
PropertiesType
-
setProperties
public void setProperties(PropertiesType value)
Sets the value of the properties property.- Parameters:
value- allowed object isPropertiesType
-
getGeneration
public BigInteger getGeneration()
Gets the value of the generation property.- Specified by:
getGenerationin classAbstractDerivedKeyTokenType- Returns:
- possible object is
BigInteger
-
setGeneration
public void setGeneration(BigInteger value)
Sets the value of the generation property.- Parameters:
value- allowed object isBigInteger
-
getOffset
public BigInteger getOffset()
Gets the value of the offset property.- Specified by:
getOffsetin classAbstractDerivedKeyTokenType- Returns:
- possible object is
BigInteger
-
setOffset
public void setOffset(BigInteger value)
Sets the value of the offset property.- Parameters:
value- allowed object isBigInteger
-
getLength
public BigInteger getLength()
Gets the value of the length property.- Specified by:
getLengthin classAbstractDerivedKeyTokenType- Returns:
- possible object is
BigInteger
-
setLength
public void setLength(BigInteger value)
Sets the value of the length property.- Parameters:
value- allowed object isBigInteger
-
getLabel
public String getLabel()
Gets the value of the label property.- Specified by:
getLabelin classAbstractDerivedKeyTokenType- Returns:
- possible object is
String
-
setLabel
public void setLabel(String value)
Sets the value of the label property.- Parameters:
value- allowed object isString
-
getNonce
public byte[] getNonce()
Gets the value of the nonce property.- Specified by:
getNoncein classAbstractDerivedKeyTokenType- Returns:
- possible object is byte[]
-
setNonce
public void setNonce(byte[] value)
Sets the value of the nonce property.- Parameters:
value- allowed object is byte[]
-
getId
public String getId()
Gets the value of the id property.- Specified by:
getIdin classAbstractDerivedKeyTokenType- Returns:
- possible object is
String
-
setId
public void setId(String value)
Sets the value of the id property.- Specified by:
setIdin classAbstractDerivedKeyTokenType- Parameters:
value- allowed object isString
-
getAlgorithm
public String getAlgorithm()
Gets the value of the algorithm property.- Specified by:
getAlgorithmin classAbstractDerivedKeyTokenType- Returns:
- possible object is
String
-
-