Package org.keycloak.dom.saml.v2.ac
Class ActivationLimitType
java.lang.Object
org.keycloak.dom.saml.v2.ac.ActivationLimitType
Java class for ActivationLimitType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ActivationLimitType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element ref="{urn:oasis:names:tc:SAML:2.0:ac}ActivationLimitDuration"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:ac}ActivationLimitUsages"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:ac}ActivationLimitSession"/>
</choice>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ActivationLimitDurationTypeprotected ActivationLimitSessionTypeprotected ActivationLimitUsagesType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the activationLimitDuration property.Gets the value of the activationLimitSession property.Gets the value of the activationLimitUsages property.voidSets the value of the activationLimitDuration property.voidSets the value of the activationLimitSession property.voidSets the value of the activationLimitUsages property.
-
Field Details
-
activationLimitDuration
-
activationLimitUsages
-
activationLimitSession
-
-
Constructor Details
-
ActivationLimitType
public ActivationLimitType()
-
-
Method Details
-
getActivationLimitDuration
Gets the value of the activationLimitDuration property.- Returns:
- possible object is
ActivationLimitDurationType
-
setActivationLimitDuration
Sets the value of the activationLimitDuration property.- Parameters:
value- allowed object isActivationLimitDurationType
-
getActivationLimitUsages
Gets the value of the activationLimitUsages property.- Returns:
- possible object is
ActivationLimitUsagesType
-
setActivationLimitUsages
Sets the value of the activationLimitUsages property.- Parameters:
value- allowed object isActivationLimitUsagesType
-
getActivationLimitSession
Gets the value of the activationLimitSession property.- Returns:
- possible object is
ActivationLimitSessionType
-
setActivationLimitSession
Sets the value of the activationLimitSession property.- Parameters:
value- allowed object isActivationLimitSessionType
-