Class TimeSyncTokenType
java.lang.Object
org.keycloak.dom.saml.v2.ac.classes.TimeSyncTokenType
Java class for TimeSyncTokenType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TimeSyncTokenType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="DeviceType" use="required" type="{urn:oasis:names:tc:SAML:2.0:ac:classes:AuthenticatedTelephony}DeviceTypeType" /> <attribute name="SeedLength" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" /> <attribute name="DeviceInHand" use="required" type="{urn:oasis:names:tc:SAML:2.0:ac:classes:AuthenticatedTelephony}booleanType" /> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the deviceInHand property.Gets the value of the deviceType property.Gets the value of the seedLength property.void
setDeviceInHand
(Boolean value) Sets the value of the deviceInHand property.void
setDeviceType
(DeviceTypeType value) Sets the value of the deviceType property.void
setSeedLength
(BigInteger value) Sets the value of the seedLength property.
-
Field Details
-
deviceType
-
seedLength
-
deviceInHand
-
-
Constructor Details
-
TimeSyncTokenType
public TimeSyncTokenType()
-
-
Method Details
-
getDeviceType
Gets the value of the deviceType property.- Returns:
- possible object is
DeviceTypeType
-
setDeviceType
Sets the value of the deviceType property.- Parameters:
value
- allowed object isDeviceTypeType
-
getSeedLength
Gets the value of the seedLength property.- Returns:
- possible object is
BigInteger
-
setSeedLength
Sets the value of the seedLength property.- Parameters:
value
- allowed object isBigInteger
-
getDeviceInHand
Gets the value of the deviceInHand property.- Returns:
- possible object is
BooleanType
-
setDeviceInHand
Sets the value of the deviceInHand property.- Parameters:
value
- allowed object isBooleanType
-