Package org.keycloak.dom.saml.v2.ac
Class ActivationLimitType
- java.lang.Object
-
- org.keycloak.dom.saml.v2.ac.ActivationLimitType
-
public class ActivationLimitType extends Object
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
Fields Modifier and Type Field Description protected ActivationLimitDurationTypeactivationLimitDurationprotected ActivationLimitSessionTypeactivationLimitSessionprotected ActivationLimitUsagesTypeactivationLimitUsages
-
Constructor Summary
Constructors Constructor Description ActivationLimitType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActivationLimitDurationTypegetActivationLimitDuration()Gets the value of the activationLimitDuration property.ActivationLimitSessionTypegetActivationLimitSession()Gets the value of the activationLimitSession property.ActivationLimitUsagesTypegetActivationLimitUsages()Gets the value of the activationLimitUsages property.voidsetActivationLimitDuration(ActivationLimitDurationType value)Sets the value of the activationLimitDuration property.voidsetActivationLimitSession(ActivationLimitSessionType value)Sets the value of the activationLimitSession property.voidsetActivationLimitUsages(ActivationLimitUsagesType value)Sets the value of the activationLimitUsages property.
-
-
-
Field Detail
-
activationLimitDuration
protected ActivationLimitDurationType activationLimitDuration
-
activationLimitUsages
protected ActivationLimitUsagesType activationLimitUsages
-
activationLimitSession
protected ActivationLimitSessionType activationLimitSession
-
-
Method Detail
-
getActivationLimitDuration
public ActivationLimitDurationType getActivationLimitDuration()
Gets the value of the activationLimitDuration property.- Returns:
- possible object is
ActivationLimitDurationType
-
setActivationLimitDuration
public void setActivationLimitDuration(ActivationLimitDurationType value)
Sets the value of the activationLimitDuration property.- Parameters:
value- allowed object isActivationLimitDurationType
-
getActivationLimitUsages
public ActivationLimitUsagesType getActivationLimitUsages()
Gets the value of the activationLimitUsages property.- Returns:
- possible object is
ActivationLimitUsagesType
-
setActivationLimitUsages
public void setActivationLimitUsages(ActivationLimitUsagesType value)
Sets the value of the activationLimitUsages property.- Parameters:
value- allowed object isActivationLimitUsagesType
-
getActivationLimitSession
public ActivationLimitSessionType getActivationLimitSession()
Gets the value of the activationLimitSession property.- Returns:
- possible object is
ActivationLimitSessionType
-
setActivationLimitSession
public void setActivationLimitSession(ActivationLimitSessionType value)
Sets the value of the activationLimitSession property.- Parameters:
value- allowed object isActivationLimitSessionType
-
-