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 QNameCOMPLEX_TYPEstatic ItemNameF_METADATA_URLstatic ItemNameF_PATH_TO_FILEstatic ItemNameF_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 PrismContainerValueasPrismContainerValue()Saml2ProviderMetadataAuthenticationModuleTypeclone()<X> Xend()booleanequals(Object object)StringgetMetadataUrl()StringgetPathToFile()byte[]getXml()inthashCode()Saml2ProviderMetadataAuthenticationModuleTypemetadataUrl(String value)Saml2ProviderMetadataAuthenticationModuleTypepathToFile(String value)voidsetMetadataUrl(String value)voidsetPathToFile(String value)voidsetupContainerValue(PrismContainerValue containerValue)Setup value to the containerable representation.voidsetXml(byte[] value)StringtoString()Saml2ProviderMetadataAuthenticationModuleTypexml(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:
asPrismContainerValuein interfaceContainerable
-
setupContainerValue
public void setupContainerValue(PrismContainerValue containerValue)
Description copied from interface:ContainerableSetup 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:
setupContainerValuein 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()
-
-