Uses of Interface
org.opensaml.saml.saml2.metadata.RoleDescriptor
-
Packages that use RoleDescriptor Package Description org.opensaml.saml.common.messaging.context Context classes for SAML-based messaging function.org.opensaml.saml.common.messaging.soap Support classes for SAML SOAP message operations.org.opensaml.saml.criterion Criterionbased on SAML message/protocol information.org.opensaml.saml.ext.saml2mdquery Interfaces for SAML 2 Metadata Profile for Standalone Query Requesters.org.opensaml.saml.ext.saml2mdquery.impl Implementation for SAML v2.0 Metadata Extension for Stand-Alone Query Requesters.org.opensaml.saml.metadata.criteria.role.impl Implementation classes related toRoleDescriptorcriteria, particularly evaluable (predicate) criteria.org.opensaml.saml.metadata.resolver.filter.impl Implementation of the resolver filters.org.opensaml.saml.metadata.resolver.impl Classes for retrieving, filtering, and querying metadata.org.opensaml.saml.metadata.support Classes in support of SAML metadata.org.opensaml.saml.saml2.binding.decoding.impl SAML 2.0 message decoders.org.opensaml.saml.saml2.metadata Concrete definitions of the objects described in saml-metadata-2.0-os work.org.opensaml.saml.saml2.metadata.impl Concrete implementations of the metadata APIs.org.opensaml.saml.security.impl Classes related to verifying various credentials within a SAML system. -
-
Uses of RoleDescriptor in org.opensaml.saml.common.messaging.context
Fields in org.opensaml.saml.common.messaging.context declared as RoleDescriptor Modifier and Type Field Description private RoleDescriptorSAMLMetadataContext. roleDescriptorThe role descriptor of the SAML entity.Methods in org.opensaml.saml.common.messaging.context that return RoleDescriptor Modifier and Type Method Description RoleDescriptorSAMLMetadataContext. getRoleDescriptor()Gets the role descriptor of the SAML entity.Methods in org.opensaml.saml.common.messaging.context with parameters of type RoleDescriptor Modifier and Type Method Description voidSAMLMetadataContext. setRoleDescriptor(RoleDescriptor descriptor)Sets the role descriptor of the SAML entity. -
Uses of RoleDescriptor in org.opensaml.saml.common.messaging.soap
Fields in org.opensaml.saml.common.messaging.soap declared as RoleDescriptor Modifier and Type Field Description private RoleDescriptorSAMLSOAPClientContextBuilder. peerRoleDescriptorThe SAML peer RoleDescriptor.Methods in org.opensaml.saml.common.messaging.soap that return RoleDescriptor Modifier and Type Method Description RoleDescriptorSAMLSOAPClientContextBuilder. getPeerRoleDescriptor()Get the SAML peer RoleDescriptor.Methods in org.opensaml.saml.common.messaging.soap with parameters of type RoleDescriptor Modifier and Type Method Description SAMLSOAPClientContextBuilder<InboundMessageType,OutboundMessageType>SAMLSOAPClientContextBuilder. setPeerRoleDescriptor(RoleDescriptor roleDescriptor)Set the SAML peer RoleDescriptor. -
Uses of RoleDescriptor in org.opensaml.saml.criterion
Fields in org.opensaml.saml.criterion declared as RoleDescriptor Modifier and Type Field Description private RoleDescriptorRoleDescriptorCriterion. roleThe entity role.Methods in org.opensaml.saml.criterion that return RoleDescriptor Modifier and Type Method Description RoleDescriptorRoleDescriptorCriterion. getRole()Gets the entity role.Constructors in org.opensaml.saml.criterion with parameters of type RoleDescriptor Constructor Description RoleDescriptorCriterion(RoleDescriptor samlRole)Constructor. -
Uses of RoleDescriptor in org.opensaml.saml.ext.saml2mdquery
Subinterfaces of RoleDescriptor in org.opensaml.saml.ext.saml2mdquery Modifier and Type Interface Description interfaceAttributeQueryDescriptorTypeSAML 2.0 Metadata extension AttributeQueryDescriptorType.interfaceAuthnQueryDescriptorTypeSAML 2.0 Metadata extension AuthnQueryDescriptorType.interfaceAuthzDecisionQueryDescriptorTypeSAML 2.0 Metadata extension AuthzDecisionQueryDescriptorType.interfaceQueryDescriptorTypeSAML 2.0 Metadata extension QueryDescriptorType. -
Uses of RoleDescriptor in org.opensaml.saml.ext.saml2mdquery.impl
Classes in org.opensaml.saml.ext.saml2mdquery.impl that implement RoleDescriptor Modifier and Type Class Description classAttributeQueryDescriptorTypeImplConcrete implementation ofAttributeQueryDescriptorType.classAuthnQueryDescriptorTypeImplConcrete implementation ofAuthnQueryDescriptorType.classAuthzDecisionQueryDescriptorTypeImplConcrete implementation ofAuthzDecisionQueryDescriptorType.classQueryDescriptorTypeImplConcrete implementation ofQueryDescriptorType. -
Uses of RoleDescriptor in org.opensaml.saml.metadata.criteria.role.impl
Methods in org.opensaml.saml.metadata.criteria.role.impl with parameters of type RoleDescriptor Modifier and Type Method Description booleanEvaluableEntityRoleDescriptorCriterion. test(RoleDescriptor input)booleanEvaluableProtocolRoleDescriptorCriterion. test(RoleDescriptor input) -
Uses of RoleDescriptor in org.opensaml.saml.metadata.resolver.filter.impl
Methods in org.opensaml.saml.metadata.resolver.filter.impl with parameters of type RoleDescriptor Modifier and Type Method Description protected voidNameIDFormatFilter. filterRoleDescriptor(RoleDescriptor role, Collection<String> formats)Filters role descriptor.protected StringSignatureValidationFilter. getRoleIDToken(String entityID, RoleDescriptor role)Get a string token for logging/debugging purposes that contains role information and containing entityID.protected QNameEntityRoleFilter. getRoleName(RoleDescriptor role)Gets the effective name for the role. -
Uses of RoleDescriptor in org.opensaml.saml.metadata.resolver.impl
Fields in org.opensaml.saml.metadata.resolver.impl with type parameters of type RoleDescriptor Modifier and Type Field Description private CriterionPredicateRegistry<RoleDescriptor>PredicateRoleDescriptorResolver. criterionPredicateRegistryRegistry used in resolving predicates from criteria.Methods in org.opensaml.saml.metadata.resolver.impl that return RoleDescriptor Modifier and Type Method Description RoleDescriptorPredicateRoleDescriptorResolver. resolveSingle(CriteriaSet criteria)Methods in org.opensaml.saml.metadata.resolver.impl that return types with arguments of type RoleDescriptor Modifier and Type Method Description protected Iterable<RoleDescriptor>PredicateRoleDescriptorResolver. getAllCandidates(Iterable<EntityDescriptor> entityDescriptors)Obtain all role descriptors contained by the input entity descriptors.protected Iterable<RoleDescriptor>PredicateRoleDescriptorResolver. getCandidatesByRoleAndProtocol(Iterable<EntityDescriptor> entityDescriptors, CriteriaSet criteria)Obtain the role descriptors contained by the input entity descriptors which match the specified role and protocol criteria.CriterionPredicateRegistry<RoleDescriptor>PredicateRoleDescriptorResolver. getCriterionPredicateRegistry()Get the registry used in resolving predicates from criteria.protected Iterable<RoleDescriptor>PredicateRoleDescriptorResolver. predicateFilterCandidates(Iterable<RoleDescriptor> candidates, CriteriaSet criteria, boolean onEmptyPredicatesReturnEmpty)Filter the supplied candidates by resolving predicates from the supplied criteria and applying the predicates to return a filteredIterable.Iterable<RoleDescriptor>PredicateRoleDescriptorResolver. resolve(CriteriaSet criteria)Method parameters in org.opensaml.saml.metadata.resolver.impl with type arguments of type RoleDescriptor Modifier and Type Method Description protected Iterable<RoleDescriptor>PredicateRoleDescriptorResolver. predicateFilterCandidates(Iterable<RoleDescriptor> candidates, CriteriaSet criteria, boolean onEmptyPredicatesReturnEmpty)Filter the supplied candidates by resolving predicates from the supplied criteria and applying the predicates to return a filteredIterable.voidPredicateRoleDescriptorResolver. setCriterionPredicateRegistry(CriterionPredicateRegistry<RoleDescriptor> registry)Set the registry used in resolving predicates from criteria. -
Uses of RoleDescriptor in org.opensaml.saml.metadata.support
Fields in org.opensaml.saml.metadata.support declared as RoleDescriptor Modifier and Type Field Description private RoleDescriptorAttributeConsumingServiceSelector. roleDescriptorThe AttributeConsumingService's parent role descriptor.Methods in org.opensaml.saml.metadata.support that return RoleDescriptor Modifier and Type Method Description RoleDescriptorAttributeConsumingServiceSelector. getRoleDescriptor()Get the AttributeConsumingServie's parent RoleDescriptor.Methods in org.opensaml.saml.metadata.support with parameters of type RoleDescriptor Modifier and Type Method Description voidAttributeConsumingServiceSelector. setRoleDescriptor(RoleDescriptor descriptor)Set the AttributeConsumingServie's parent RoleDescriptor. -
Uses of RoleDescriptor in org.opensaml.saml.saml2.binding.decoding.impl
Methods in org.opensaml.saml.saml2.binding.decoding.impl that return RoleDescriptor Modifier and Type Method Description private RoleDescriptorHTTPArtifactDecoder. resolvePeerRoleDescriptor(SAML2Artifact artifact)Resolve the role descriptor of the SAML peer who issued the supplied artifact.Methods in org.opensaml.saml.saml2.binding.decoding.impl with parameters of type RoleDescriptor Modifier and Type Method Description private ArtifactResolveHTTPArtifactDecoder. buildArtifactResolveRequestMessage(SAML2Artifact artifact, String endpoint, RoleDescriptor peerRoleDescriptor, String selfEntityID)Build the SAML protocol message for artifact resolution.private SAMLObjectHTTPArtifactDecoder. dereferenceArtifact(SAML2Artifact artifact, RoleDescriptor peerRoleDescriptor, ArtifactResolutionService ars)De-reference the supplied artifact into the corresponding SAML protocol message.private ArtifactResolutionServiceHTTPArtifactDecoder. resolveArtifactEndpoint(SAML2Artifact artifact, RoleDescriptor peerRoleDescriptor)Resolve the artifact resolution endpoint of the peer who issued the artifact.private StringHTTPArtifactDecoder. resolveSelfEntityID(RoleDescriptor peerRoleDescriptor)Resolve the self entityID, used as the issuer of the protocol message by this entity. -
Uses of RoleDescriptor in org.opensaml.saml.saml2.metadata
Subinterfaces of RoleDescriptor in org.opensaml.saml.saml2.metadata Modifier and Type Interface Description interfaceAttributeAuthorityDescriptorSAML 2.0 Metadata AttributeAuthorityDescriptor.interfaceAuthnAuthorityDescriptorSAML 2.0 Metadata AuthnAuthorityDescriptor.interfaceIDPSSODescriptorSAML 2.0 Metadata IDPSSODescriptorType.interfacePDPDescriptorSAML 2.0 Metadata PDPDescriptor.interfaceSPSSODescriptorSAML 2.0 Metadata SPSSODescriptorType.interfaceSSODescriptorSAML 2.0 Metadata SSODescriptor.Methods in org.opensaml.saml.saml2.metadata that return types with arguments of type RoleDescriptor Modifier and Type Method 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. -
Uses of RoleDescriptor in org.opensaml.saml.saml2.metadata.impl
Classes in org.opensaml.saml.saml2.metadata.impl that implement RoleDescriptor Modifier and Type Class Description classAttributeAuthorityDescriptorImplA concrete implementation ofAttributeAuthorityDescriptor.classAuthnAuthorityDescriptorImplConcrete implementation ofAuthnAuthorityDescriptor.classIDPSSODescriptorImplConcrete implementation ofIDPSSODescriptor.classPDPDescriptorImplConcrete implementation ofPDPDescriptor.classRoleDescriptorImplConcrete implementation ofRoleDescriptor.classSPSSODescriptorImplConcrete implementation ofSPSSODescriptor.classSSODescriptorImplConcrete implementation ofSSODescriptor.Fields in org.opensaml.saml.saml2.metadata.impl with type parameters of type RoleDescriptor Modifier and Type Field Description private IndexedXMLObjectChildrenList<RoleDescriptor>EntityDescriptorImpl. roleDescriptorsRole descriptors for this entity.Methods in org.opensaml.saml.saml2.metadata.impl that return types with arguments of type RoleDescriptor Modifier and Type Method 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. -
Uses of RoleDescriptor in org.opensaml.saml.security.impl
Fields in org.opensaml.saml.security.impl declared as RoleDescriptor Modifier and Type Field Description private RoleDescriptorSAMLMDCredentialContext. roleRole in which credential was resolved.Methods in org.opensaml.saml.security.impl that return RoleDescriptor Modifier and Type Method Description RoleDescriptorSAMLMDCredentialContext. getRoleDescriptor()Get the role descriptor context.Methods in org.opensaml.saml.security.impl that return types with arguments of type RoleDescriptor Modifier and Type Method Description protected Iterable<RoleDescriptor>MetadataCredentialResolver. getRoleDescriptors(CriteriaSet criteriaSet, String entityID, QName role, String protocol)Get the list of role descriptors which match the given entityID, role and protocol.Methods in org.opensaml.saml.security.impl with parameters of type RoleDescriptor Modifier and Type Method Description protected List<XMLObject>SAMLMetadataSignatureSigningParametersResolver. getExtensions(RoleDescriptor roleDescriptor, QName extensionName)Get the extensions indicated by the passed QName.protected voidMetadataCredentialResolver. processRoleDescriptor(Collection<Credential> accumulator, RoleDescriptor roleDescriptor, String entityID, UsageType usage)Process a RoleDescriptor by examing each of its KeyDescriptors.protected Collection<Credential>MetadataCredentialResolver. resolveFromRoleDescriptor(CriteriaSet criteriaSet, RoleDescriptor roleDescriptor, UsageType usage)Resolves credentials using a supplied instance ofRoleDescriptor.
-