Package | Description |
---|---|
org.opensaml.saml.common.messaging.context |
Context classes for SAML-based messaging function.
|
org.opensaml.saml.criterion |
Criterion based on SAML message/protocol information. |
org.opensaml.saml.ext.saml2mdquery |
Interfaces for SAML 2 Metadata Profile for Standalone Query Requesters.
|
org.opensaml.saml.metadata.support |
Classes in support of SAML metadata.
|
org.opensaml.saml.saml2.metadata |
Concrete definitions of the objects described in saml-metadata-2.0-os work.
|
Modifier and Type | Field and Description |
---|---|
private RoleDescriptor |
SAMLMetadataContext.roleDescriptor
The role descriptor of the SAML entity.
|
Modifier and Type | Method and Description |
---|---|
RoleDescriptor |
SAMLMetadataContext.getRoleDescriptor()
Gets the role descriptor of the SAML entity.
|
Modifier and Type | Method and Description |
---|---|
void |
SAMLMetadataContext.setRoleDescriptor(RoleDescriptor descriptor)
Sets the role descriptor of the SAML entity.
|
Modifier and Type | Field and Description |
---|---|
private RoleDescriptor |
RoleDescriptorCriterion.role
The entity role.
|
Modifier and Type | Method and Description |
---|---|
RoleDescriptor |
RoleDescriptorCriterion.getRole()
Gets the entity role.
|
Constructor and Description |
---|
RoleDescriptorCriterion(RoleDescriptor samlRole)
Constructor.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AttributeQueryDescriptorType
SAML 2.0 Metadata extension AttributeQueryDescriptorType.
|
interface |
AuthnQueryDescriptorType
SAML 2.0 Metadata extension AuthnQueryDescriptorType.
|
interface |
AuthzDecisionQueryDescriptorType
SAML 2.0 Metadata extension AuthzDecisionQueryDescriptorType.
|
interface |
QueryDescriptorType
SAML 2.0 Metadata extension QueryDescriptorType.
|
Modifier and Type | Field and Description |
---|---|
private RoleDescriptor |
AttributeConsumingServiceSelector.roleDescriptor
The AttributeConsumingService's parent role descriptor.
|
Modifier and Type | Method and Description |
---|---|
RoleDescriptor |
AttributeConsumingServiceSelector.getRoleDescriptor()
Get the AttributeConsumingServie's parent RoleDescriptor.
|
Modifier and Type | Method and Description |
---|---|
void |
AttributeConsumingServiceSelector.setRoleDescriptor(RoleDescriptor descriptor)
Set the AttributeConsumingServie's parent RoleDescriptor.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AttributeAuthorityDescriptor
SAML 2.0 Metadata AttributeAuthorityDescriptor.
|
interface |
AuthnAuthorityDescriptor
SAML 2.0 Metadata AuthnAuthorityDescriptor.
|
interface |
IDPSSODescriptor
SAML 2.0 Metadata IDPSSODescriptorType.
|
interface |
PDPDescriptor
SAML 2.0 Metadata PDPDescriptor.
|
interface |
SPSSODescriptor
SAML 2.0 Metadata SPSSODescriptorType.
|
interface |
SSODescriptor
SAML 2.0 Metadata SSODescriptor.
|
Modifier and Type | Method and Description |
---|---|
List<RoleDescriptor> |
EntityDescriptor.getRoleDescriptors()
Gets all the role descriptors for this entity descriptor.
|
List<RoleDescriptor> |
EntityDescriptor.getRoleDescriptors(QName typeOrName)
Gets all the role descriptors for this entity descriptor that match the supplied QName parameter.
|
List<RoleDescriptor> |
EntityDescriptor.getRoleDescriptors(QName typeOrName,
String supportedProtocol)
Gets all the role descriptors for this entity that support the given protocol.
|
Copyright © 1999–2015 JBoss by Red Hat. All rights reserved.