Package org.keycloak.dom.saml.v2.ac
Class RestrictedLengthType
java.lang.Object
org.keycloak.dom.saml.v2.ac.LengthType
org.keycloak.dom.saml.v2.ac.RestrictedLengthType
Java class for RestrictedLengthType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RestrictedLengthType">
<complexContent>
<restriction base="{urn:oasis:names:tc:SAML:2.0:ac}LengthType">
<attribute name="min" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
<minInclusive value="3"/>
</restriction>
</simpleType>
</attribute>
<attribute name="max" type="{http://www.w3.org/2001/XMLSchema}integer" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields inherited from class org.keycloak.dom.saml.v2.ac.LengthType
max, min -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.keycloak.dom.saml.v2.ac.LengthType
getMax, getMin, setMax, setMin
-
Constructor Details
-
RestrictedLengthType
public RestrictedLengthType()
-