Class TimeSyncTokenType

java.lang.Object
org.keycloak.dom.saml.v2.ac.classes.TimeSyncTokenType

public class TimeSyncTokenType extends Object

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 Details

  • Constructor Details

    • TimeSyncTokenType

      public TimeSyncTokenType()
  • Method Details

    • getDeviceType

      public DeviceTypeType getDeviceType()
      Gets the value of the deviceType property.
      Returns:
      possible object is DeviceTypeType
    • setDeviceType

      public void setDeviceType(DeviceTypeType value)
      Sets the value of the deviceType property.
      Parameters:
      value - allowed object is DeviceTypeType
    • getSeedLength

      public BigInteger getSeedLength()
      Gets the value of the seedLength property.
      Returns:
      possible object is BigInteger
    • setSeedLength

      public void setSeedLength(BigInteger value)
      Sets the value of the seedLength property.
      Parameters:
      value - allowed object is BigInteger
    • getDeviceInHand

      public Boolean getDeviceInHand()
      Gets the value of the deviceInHand property.
      Returns:
      possible object is BooleanType
    • setDeviceInHand

      public void setDeviceInHand(Boolean value)
      Sets the value of the deviceInHand property.
      Parameters:
      value - allowed object is BooleanType