Package | Description |
---|---|
com.sun.identity.saml2.jaxb.metadata |
Package level documentation for generated package com.sun.identity.saml2.jaxb.metadata.
|
com.sun.identity.saml2.jaxb.metadata.impl | |
com.sun.identity.saml2.meta |
Package that handles SAML v2 metadata operations.
|
Modifier and Type | Method and Description |
---|---|
EntityDescriptorElement |
ObjectFactory.createEntityDescriptorElement()
Create an instance of EntityDescriptorElement
|
Modifier and Type | Class and Description |
---|---|
class |
EntityDescriptorElementImpl |
Modifier and Type | Method and Description |
---|---|
EntityDescriptorElement |
SAML2MetaManager.getEntityDescriptor(String realm,
String entityId)
Returns the standard metadata entity descriptor under the realm.
|
static EntityDescriptorElement |
SAML2MetaUtils.getEntityDescriptorElement(String metadata) |
Modifier and Type | Method and Description |
---|---|
void |
SAML2MetaManager.createEntity(String realm,
EntityDescriptorElement descriptor,
EntityConfigElement config)
Creates the standard and extended metadata under the realm.
|
void |
SAML2MetaManager.createEntityDescriptor(String realm,
EntityDescriptorElement descriptor)
Creates the standard metadata entity descriptor under the realm.
|
static AttributeAuthorityDescriptorElement |
SAML2MetaUtils.getAttributeAuthorityDescriptor(EntityDescriptorElement eDescriptor)
Returns attribute authority descriptor in an entity descriptor.
|
static AttributeQueryDescriptorElement |
SAML2MetaUtils.getAttributeQueryDescriptor(EntityDescriptorElement eDescriptor)
Returns attribute query descriptor in an entity descriptor.
|
static AuthnAuthorityDescriptorElement |
SAML2MetaUtils.getAuthnAuthorityDescriptor(EntityDescriptorElement eDescriptor)
Returns authentication authority descriptor in an entity descriptor.
|
static IDPSSODescriptorElement |
SAML2MetaUtils.getIDPSSODescriptor(EntityDescriptorElement eDescriptor)
Returns first identity provider's SSO descriptor in an entity
descriptor.
|
static XACMLPDPDescriptorElement |
SAML2MetaUtils.getPolicyDecisionPointDescriptor(EntityDescriptorElement eDescriptor)
Returns first policy decision point descriptor in an entity descriptor.
|
static XACMLAuthzDecisionQueryDescriptorElement |
SAML2MetaUtils.getPolicyEnforcementPointDescriptor(EntityDescriptorElement eDescriptor)
Returns first policy enforcement point descriptor in an entity
descriptor.
|
static SPSSODescriptorElement |
SAML2MetaUtils.getSPSSODescriptor(EntityDescriptorElement eDescriptor)
Returns first service provider's SSO descriptor in an entity
descriptor.
|
void |
SAML2MetaManager.setEntityDescriptor(String realm,
EntityDescriptorElement descriptor)
Sets the standard metadata entity descriptor under the realm.
|
static Document |
SAML2MetaSecurityUtils.sign(String realm,
EntityDescriptorElement descriptor)
Signs the entity descriptor root element by the following rules:
Hosted Entity
If there is a signature already on the EntityDescriptor, removes it, then signs the EntityDescriptor.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.