Package org.keycloak.dom.saml.v2.ac
Class KeyStorageType
- java.lang.Object
-
- org.keycloak.dom.saml.v2.ac.KeyStorageType
-
public class KeyStorageType extends Object
Java class for KeyStorageType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KeyStorageType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="medium" use="required" type="{urn:oasis:names:tc:SAML:2.0:ac}mediumType" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected MediumType
medium
-
Constructor Summary
Constructors Constructor Description KeyStorageType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MediumType
getMedium()
Gets the value of the medium property.void
setMedium(MediumType value)
Sets the value of the medium property.
-
-
-
Field Detail
-
medium
protected MediumType medium
-
-
Method Detail
-
getMedium
public MediumType getMedium()
Gets the value of the medium property.- Returns:
- possible object is
MediumType
-
setMedium
public void setMedium(MediumType value)
Sets the value of the medium property.- Parameters:
value
- allowed object isMediumType
-
-