Package | Description |
---|---|
com.sun.identity.saml2.jaxb.entityconfig |
Package level documentation for generated package com.sun.identity.saml2.jaxb.entityconfig.
|
com.sun.identity.saml2.jaxb.entityconfig.impl | |
com.sun.identity.saml2.meta |
Package that handles SAML v2 metadata operations.
|
Modifier and Type | Method and Description |
---|---|
EntityConfigElement |
ObjectFactory.createEntityConfigElement()
Create an instance of EntityConfigElement
|
Modifier and Type | Class and Description |
---|---|
class |
EntityConfigElementImpl |
Modifier and Type | Method and Description |
---|---|
EntityConfigElement |
SAML2MetaManager.getEntityConfig(String realm,
String entityId)
Returns extended entity configuration under the realm.
|
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.createEntityConfig(String realm,
EntityConfigElement config)
Creates the extended entity configuration under the realm.
|
static IDPSSOConfigElement |
SAML2MetaUtils.getIDPSSOConfig(EntityConfigElement eConfig)
Returns first identity provider's SSO configuration in an entity
|
static SPSSOConfigElement |
SAML2MetaUtils.getSPSSOConfig(EntityConfigElement eConfig)
Returns first service provider's SSO configuration in an entity.
|
void |
SAML2MetaManager.setEntityConfig(String realm,
EntityConfigElement config)
Sets the extended entity configuration under the realm.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.