Interface MetadataValueSAMLObject
-
- All Superinterfaces:
SAMLObject,XMLObject
- All Known Subinterfaces:
ClientSecret,ClientSecretKeyReference,DefaultAcrValue,JwksData,JwksUri,PostLogoutRedirectUri,RequestUri
public interface MetadataValueSAMLObject extends SAMLObject
Abstract interface for SAML metadata objects containing singleStringvalue inside the element.
-
-
Field Summary
Fields Modifier and Type Field Description static StringSAML20MDOIDCMD_NSSAML 2.0 Metadata extension for OAuth/OIDC descriptors XML namespace.static StringSAML20MDOIDCMD_PREFIXSAML 2.0 Metadata extension for OAuth/OIDC descriptors prefi.static StringSAML20MDOIDCMD_SCHEMA_LOCATIONSAML 2.0 Metadata extension for OAuth/OIDC descriptors.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetValue()Get the value for this metadata object.voidsetValue(String newValue)Set the value for this metadata object.-
Methods inherited from interface org.opensaml.core.xml.XMLObject
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
-
-
-
-
Field Detail
-
SAML20MDOIDCMD_PREFIX
static final String SAML20MDOIDCMD_PREFIX
SAML 2.0 Metadata extension for OAuth/OIDC descriptors prefi.- See Also:
- Constant Field Values
-
SAML20MDOIDCMD_NS
static final String SAML20MDOIDCMD_NS
SAML 2.0 Metadata extension for OAuth/OIDC descriptors XML namespace.- See Also:
- Constant Field Values
-
SAML20MDOIDCMD_SCHEMA_LOCATION
static final String SAML20MDOIDCMD_SCHEMA_LOCATION
SAML 2.0 Metadata extension for OAuth/OIDC descriptors.- See Also:
- Constant Field Values
-
-