Package org.keycloak.dom.saml.v2.ac
Class KeySharingType
java.lang.Object
org.keycloak.dom.saml.v2.ac.KeySharingType
Java class for KeySharingType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KeySharingType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="sharing" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the value of the sharing property.void
setSharing
(boolean value) Sets the value of the sharing property.
-
Field Details
-
sharing
protected boolean sharing
-
-
Constructor Details
-
KeySharingType
public KeySharingType()
-
-
Method Details
-
isSharing
public boolean isSharing()Gets the value of the sharing property. -
setSharing
public void setSharing(boolean value) Sets the value of the sharing property.
-