Class Saml2ProviderAuthenticationModuleType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.Saml2ProviderAuthenticationModuleType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class Saml2ProviderAuthenticationModuleType extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
SAML2 provider.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable.Any
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ContainerableList<T extends Containerable>, com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ReferencableList<T extends Referencable>
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_AUTHENTICATION_REQUEST_BINDING
static ItemName
F_ENTITY_ID
static ItemName
F_LINK_TEXT
static ItemName
F_METADATA
static ItemName
F_NAME_OF_USERNAME_ATTRIBUTE
static ItemName
F_VERIFICATION_KEYS
static Producer<Saml2ProviderAuthenticationModuleType>
FACTORY
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description Saml2ProviderAuthenticationModuleType()
Saml2ProviderAuthenticationModuleType(PrismContext context)
Deprecated.
-
Method Summary
-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
asPrismContainerValue, getId, hashCode, setId, setupContainerValue, toString
-
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, freeze, isImmutable
-
Methods inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
prismGetContainerableList, prismGetPropertyValue, prismGetPropertyValues, prismGetReferencable, prismGetReferencableList, prismGetReferenceObjectable, prismGetSingleContainerable, prismSetPropertyValue, prismSetReferencable, prismSetReferenceObjectable, prismSetSingleContainerable
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Methods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable
-
-
-
-
Field Detail
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_ENTITY_ID
public static final ItemName F_ENTITY_ID
-
F_METADATA
public static final ItemName F_METADATA
-
F_LINK_TEXT
public static final ItemName F_LINK_TEXT
-
F_AUTHENTICATION_REQUEST_BINDING
public static final ItemName F_AUTHENTICATION_REQUEST_BINDING
-
F_VERIFICATION_KEYS
public static final ItemName F_VERIFICATION_KEYS
-
F_NAME_OF_USERNAME_ATTRIBUTE
public static final ItemName F_NAME_OF_USERNAME_ATTRIBUTE
-
FACTORY
public static final Producer<Saml2ProviderAuthenticationModuleType> FACTORY
-
-
Constructor Detail
-
Saml2ProviderAuthenticationModuleType
public Saml2ProviderAuthenticationModuleType()
-
Saml2ProviderAuthenticationModuleType
@Deprecated public Saml2ProviderAuthenticationModuleType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getEntityId
public String getEntityId()
-
setEntityId
public void setEntityId(String value)
-
getMetadata
public Saml2ProviderMetadataAuthenticationModuleType getMetadata()
-
setMetadata
public void setMetadata(Saml2ProviderMetadataAuthenticationModuleType value)
-
getLinkText
public String getLinkText()
-
setLinkText
public void setLinkText(String value)
-
getAuthenticationRequestBinding
public String getAuthenticationRequestBinding()
-
setAuthenticationRequestBinding
public void setAuthenticationRequestBinding(String value)
-
getVerificationKeys
public List<ProtectedStringType> getVerificationKeys()
-
getNameOfUsernameAttribute
public String getNameOfUsernameAttribute()
-
setNameOfUsernameAttribute
public void setNameOfUsernameAttribute(String value)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
entityId
public Saml2ProviderAuthenticationModuleType entityId(String value)
-
metadata
public Saml2ProviderAuthenticationModuleType metadata(Saml2ProviderMetadataAuthenticationModuleType value)
-
beginMetadata
public Saml2ProviderMetadataAuthenticationModuleType beginMetadata()
-
linkText
public Saml2ProviderAuthenticationModuleType linkText(String value)
-
authenticationRequestBinding
public Saml2ProviderAuthenticationModuleType authenticationRequestBinding(String value)
-
verificationKeys
public Saml2ProviderAuthenticationModuleType verificationKeys(ProtectedStringType value)
-
nameOfUsernameAttribute
public Saml2ProviderAuthenticationModuleType nameOfUsernameAttribute(String value)
-
end
public <X> X end()
-
clone
public Saml2ProviderAuthenticationModuleType clone()
- Overrides:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
-