Package | Description |
---|---|
org.opensaml.common.binding |
Classes related to SAML binding operations.
|
org.opensaml.saml2.metadata |
Interfaces for SAML 2.0 metadata specification types and elements.
|
org.opensaml.saml2.metadata.impl |
Implementations of the SAML 2.0 metadata specification types and elements.
|
org.opensaml.saml2.metadata.provider |
Class for retrieving, filtering, and querying metadata.
|
org.opensaml.saml2.metadata.support | |
org.opensaml.saml2.metadata.validator |
Validation rules for SAML 2.0 metadata types and elements.
|
org.opensaml.samlext.saml2mdquery |
Interfaces for SAML 2 metadata standalone query endpoints profile.
|
org.opensaml.samlext.saml2mdquery.impl |
Implemention for SAML 2 metadata standalone query endpoints profile objects.
|
org.opensaml.security |
Classes related to verifying various credentials within a SAML system.
|
Modifier and Type | Method and Description |
---|---|
RoleDescriptor |
AbstractEndpointSelector.getEntityRoleMetadata()
Gets the role of the entity.
|
RoleDescriptor |
SAMLMessageContext.getLocalEntityRoleMetadata()
Gets the role metadata of the local entity.
|
RoleDescriptor |
BasicSAMLMessageContext.getLocalEntityRoleMetadata()
Gets the role metadata of the local entity.
|
RoleDescriptor |
SAMLMessageContext.getPeerEntityRoleMetadata()
Gets the role of the peer entity.
|
RoleDescriptor |
BasicSAMLMessageContext.getPeerEntityRoleMetadata()
Gets the role of the peer entity.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractEndpointSelector.setEntityRoleMetadata(RoleDescriptor role)
Sets the role of the entity.
|
void |
SAMLMessageContext.setLocalEntityRoleMetadata(RoleDescriptor role)
Sets the role metadata for the local entity.
|
void |
BasicSAMLMessageContext.setLocalEntityRoleMetadata(RoleDescriptor role)
Sets the role metadata for the local entity.
|
void |
SAMLMessageContext.setPeerEntityRoleMetadata(RoleDescriptor role)
Sets the role metadata for the peer entity.
|
void |
BasicSAMLMessageContext.setPeerEntityRoleMetadata(RoleDescriptor role)
Sets the role metadata for the peer entity.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
AttributeAuthorityDescriptorImpl
A concrete implementation of
AttributeAuthorityDescriptor . |
class |
AuthnAuthorityDescriptorImpl
Concreate implementation of
AuthnAuthorityDescriptor |
class |
IDPSSODescriptorImpl
Concrete implementation of
IDPSSODescriptor . |
class |
PDPDescriptorImpl
Concrete implementation of
PDPDescriptor . |
class |
RoleDescriptorImpl
Concrete implementation of
RoleDescriptor . |
class |
SPSSODescriptorImpl
Concrete implementation of
SPSSODescriptor . |
class |
SSODescriptorImpl
Concrete implementation of
SSODescriptor . |
Modifier and Type | Method and Description |
---|---|
List<RoleDescriptor> |
EntityDescriptorImpl.getRoleDescriptors()
Gets all the role descriptors for this entity descriptor.
|
List<RoleDescriptor> |
EntityDescriptorImpl.getRoleDescriptors(QName typeOrName)
Gets all the role descriptors for this entity descriptor that match the supplied QName parameter.
|
List<RoleDescriptor> |
EntityDescriptorImpl.getRoleDescriptors(QName type,
String supportedProtocol)
Gets all the role descriptors for this entity that support the given protocol.
|
Modifier and Type | Method and Description |
---|---|
protected RoleDescriptor |
AbstractMetadataProvider.doGetRole(String entityID,
QName roleName,
String supportedProtocol)
Gets the role which supports the given protocol.
|
RoleDescriptor |
MetadataProvider.getRole(String entityID,
QName roleName,
String supportedProtocol)
Gets the valid role descriptors of a given type for a given entity that support the given protocol.
|
RoleDescriptor |
ChainingMetadataProvider.getRole(String entityID,
QName roleName,
String supportedProtocol)
Gets the valid role descriptors of a given type for a given entity that support the given protocol.
|
RoleDescriptor |
AbstractMetadataProvider.getRole(String entityID,
QName roleName,
String supportedProtocol)
Gets the valid role descriptors of a given type for a given entity that support the given protocol.
|
Modifier and Type | Method and Description |
---|---|
protected List<RoleDescriptor> |
AbstractMetadataProvider.doGetRole(String entityID,
QName roleName)
Gets the identified roles from an EntityDescriptor.
|
List<RoleDescriptor> |
MetadataProvider.getRole(String entityID,
QName roleName)
Gets the valid role descriptors of a given type for a given entity.
|
List<RoleDescriptor> |
ChainingMetadataProvider.getRole(String entityID,
QName roleName)
Gets the valid role descriptors of a given type for a given entity.
|
List<RoleDescriptor> |
AbstractMetadataProvider.getRole(String entityID,
QName roleName)
Gets the valid role descriptors of a given type for a given entity.
|
Modifier and Type | Method and Description |
---|---|
protected String |
SignatureValidationFilter.getRoleIDToken(String entityID,
RoleDescriptor role)
Get a string token for logging/debugging purposes that contains role information and containing entityID.
|
protected QName |
EntityRoleFilter.getRoleName(RoleDescriptor role)
Gets the effective name for the role.
|
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 | Class and Description |
---|---|
class |
RoleDescriptorSchemaValidator<RoleDescriptorType extends RoleDescriptor>
Checks
RoleDescriptor for Schema compliance. |
class |
RoleDescriptorSpecValidator<RoleDescriptorType extends RoleDescriptor>
Checks
RoleDescriptor for Spec compliance. |
Modifier and Type | Method and Description |
---|---|
protected void |
RoleDescriptorSpecValidator.validateProtocols(RoleDescriptor roleDescriptor)
Checks that the SAML 2.0 protocol is present.
|
protected void |
RoleDescriptorSchemaValidator.validateProtocols(RoleDescriptor roleDescriptor)
Checks that one or more Protocols are present.
|
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 | Class and Description |
---|---|
class |
AttributeQueryDescriptorTypeImpl
Concrete implementation of
AttributeQueryDescriptorType . |
class |
AuthnQueryDescriptorTypeImpl
Concrete implementation of
AuthnQueryDescriptorType . |
class |
AuthzDecisionQueryDescriptorTypeImpl
Concrete implementation of
AuthzDecisionQueryDescriptorType . |
class |
QueryDescriptorTypeImpl
Concrete implementation of
QueryDescriptorType . |
Modifier and Type | Method and Description |
---|---|
RoleDescriptor |
SAMLMDCredentialContext.getRoleDescriptor()
Get the role descriptor context.
|
Modifier and Type | Method and Description |
---|---|
protected List<RoleDescriptor> |
MetadataCredentialResolver.getRoleDescriptors(String entityID,
QName role,
String protocol)
Get the list of metadata role descriptors which match the given entityID, role and protocol.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.