|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.identity.federation.saml.v2.ac.classes.timesynctoken.OriginalTimeSyncTokenType
org.jboss.identity.federation.saml.v2.ac.classes.timesynctoken.TimeSyncTokenType
public class 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="{urn:oasis:names:tc:SAML:2.0:ac:classes:TimeSyncToken}TimeSyncTokenType">
<attribute name="DeviceType" use="required">
<simpleType>
<restriction base="{urn:oasis:names:tc:SAML:2.0:ac:classes:TimeSyncToken}DeviceTypeType">
<enumeration value="hardware"/>
</restriction>
</simpleType>
</attribute>
<attribute name="SeedLength" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
<minInclusive value="64"/>
</restriction>
</simpleType>
</attribute>
<attribute name="DeviceInHand" use="required">
<simpleType>
<restriction base="{urn:oasis:names:tc:SAML:2.0:ac:classes:TimeSyncToken}booleanType">
<enumeration value="true"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Field Summary |
|---|
| Fields inherited from class org.jboss.identity.federation.saml.v2.ac.classes.timesynctoken.OriginalTimeSyncTokenType |
|---|
deviceInHand, deviceType, seedLength |
| Constructor Summary | |
|---|---|
TimeSyncTokenType()
|
|
| Method Summary |
|---|
| Methods inherited from class org.jboss.identity.federation.saml.v2.ac.classes.timesynctoken.OriginalTimeSyncTokenType |
|---|
getDeviceInHand, getDeviceType, getSeedLength, setDeviceInHand, setDeviceType, setSeedLength |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TimeSyncTokenType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||