Class KeySharingType
- java.lang.Object
-
- org.keycloak.dom.saml.v2.ac.classes.KeySharingType
-
public class KeySharingType extends Object
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 Modifier and Type Field Description protected booleansharing
-
Constructor Summary
Constructors Constructor Description KeySharingType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisSharing()Gets the value of the sharing property.voidsetSharing(boolean value)Sets the value of the sharing property.
-