Class KeySharingType
java.lang.Object
org.keycloak.dom.saml.v2.ac.classes.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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the sharing property.voidsetSharing(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.
-