Class Saml2ProviderMetadataAuthenticationModuleType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.Saml2ProviderMetadataAuthenticationModuleType
-
- All Implemented Interfaces:
Containerable
,DebugDumpable
,Serializable
,Cloneable
public class Saml2ProviderMetadataAuthenticationModuleType extends Object implements Serializable, Cloneable, Containerable
SAML2 provider metadata.Java class for Saml2ProviderMetadataAuthenticationModuleType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Saml2ProviderMetadataAuthenticationModuleType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice> <element name="metadataUrl" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="xml" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> <element name="pathToFile" type="{http://www.w3.org/2001/XMLSchema}string"/> </choice> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_METADATA_URL
static ItemName
F_PATH_TO_FILE
static ItemName
F_XML
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description Saml2ProviderMetadataAuthenticationModuleType()
Saml2ProviderMetadataAuthenticationModuleType(PrismContext prismContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrismContainerValue
asPrismContainerValue()
Saml2ProviderMetadataAuthenticationModuleType
clone()
<X> X
end()
boolean
equals(Object object)
String
getMetadataUrl()
String
getPathToFile()
byte[]
getXml()
int
hashCode()
Saml2ProviderMetadataAuthenticationModuleType
metadataUrl(String value)
Saml2ProviderMetadataAuthenticationModuleType
pathToFile(String value)
void
setMetadataUrl(String value)
void
setPathToFile(String value)
void
setupContainerValue(PrismContainerValue containerValue)
Setup value to the containerable representation.void
setXml(byte[] value)
String
toString()
Saml2ProviderMetadataAuthenticationModuleType
xml(byte[] value)
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.prism.Containerable
cloneWithoutId, debugDump
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
Constructor Detail
-
Saml2ProviderMetadataAuthenticationModuleType
public Saml2ProviderMetadataAuthenticationModuleType()
-
Saml2ProviderMetadataAuthenticationModuleType
public Saml2ProviderMetadataAuthenticationModuleType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValue
in interfaceContainerable
-
setupContainerValue
public void setupContainerValue(PrismContainerValue containerValue)
Description copied from interface:Containerable
Setup value to the containerable representation. This is used to after (empty) containerable is created to initialize it with a correct prism container value. Note: This method DOES NOT change the container value parent.- Specified by:
setupContainerValue
in interfaceContainerable
-
end
public <X> X end()
-
getMetadataUrl
public String getMetadataUrl()
-
setMetadataUrl
public void setMetadataUrl(String value)
-
getXml
public byte[] getXml()
-
setXml
public void setXml(byte[] value)
-
getPathToFile
public String getPathToFile()
-
setPathToFile
public void setPathToFile(String value)
-
metadataUrl
public Saml2ProviderMetadataAuthenticationModuleType metadataUrl(String value)
-
xml
public Saml2ProviderMetadataAuthenticationModuleType xml(byte[] value)
-
pathToFile
public Saml2ProviderMetadataAuthenticationModuleType pathToFile(String value)
-
clone
public Saml2ProviderMetadataAuthenticationModuleType clone()
-
-