Class ActivationLimitType
java.lang.Object
org.keycloak.dom.saml.v2.ac.classes.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:classes:AuthenticatedTelephony}ActivationLimitDuration"/> <element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:AuthenticatedTelephony}ActivationLimitUsages"/> <element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:AuthenticatedTelephony}ActivationLimitSession"/> </choice> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected ActivationLimitDurationType
protected ActivationLimitSessionType
protected ActivationLimitUsagesType
-
Constructor Summary
-
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.void
Sets the value of the activationLimitDuration property.void
Sets the value of the activationLimitSession property.void
Sets 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
-