Uses of Interface
org.opensaml.saml.saml2.metadata.RoleDescriptor
Packages that use RoleDescriptor
Package
Description
Context classes for SAML-based messaging function.
Support classes for SAML SOAP message operations.
Criterion based on SAML message/protocol information.Interfaces for SAML 2 Metadata Profile for Standalone Query Requesters.
Classes in support of SAML metadata.
Concrete definitions of the objects described in saml-metadata-2.0-os work.
-
Uses of RoleDescriptor in org.opensaml.saml.common.messaging.context
Fields in org.opensaml.saml.common.messaging.context declared as RoleDescriptorModifier and TypeFieldDescriptionprivate RoleDescriptorSAMLMetadataContext.roleDescriptorThe role descriptor of the SAML entity.Methods in org.opensaml.saml.common.messaging.context that return RoleDescriptorModifier and TypeMethodDescriptionSAMLMetadataContext.getRoleDescriptor()Gets the role descriptor of the SAML entity.Methods in org.opensaml.saml.common.messaging.context with parameters of type RoleDescriptorModifier and TypeMethodDescriptionvoidSAMLMetadataContext.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 RoleDescriptorModifier and TypeFieldDescriptionprivate RoleDescriptorSAMLSOAPClientContextBuilder.peerRoleDescriptorThe SAML peer RoleDescriptor.Methods in org.opensaml.saml.common.messaging.soap that return RoleDescriptorModifier and TypeMethodDescriptionSAMLSOAPClientContextBuilder.getPeerRoleDescriptor()Get the SAML peer RoleDescriptor.Methods in org.opensaml.saml.common.messaging.soap with parameters of type RoleDescriptorModifier and TypeMethodDescriptionSAMLSOAPClientContextBuilder.setPeerRoleDescriptor(RoleDescriptor roleDescriptor) Set the SAML peer RoleDescriptor. -
Uses of RoleDescriptor in org.opensaml.saml.criterion
Fields in org.opensaml.saml.criterion declared as RoleDescriptorModifier and TypeFieldDescriptionprivate final RoleDescriptorRoleDescriptorCriterion.roleThe entity role.Methods in org.opensaml.saml.criterion that return RoleDescriptorConstructors in org.opensaml.saml.criterion with parameters of type RoleDescriptor -
Uses of RoleDescriptor in org.opensaml.saml.ext.saml2mdquery
Subinterfaces of RoleDescriptor in org.opensaml.saml.ext.saml2mdqueryModifier and TypeInterfaceDescriptioninterfaceSAML 2.0 Metadata extension AttributeQueryDescriptorType.interfaceSAML 2.0 Metadata extension AuthnQueryDescriptorType.interfaceSAML 2.0 Metadata extension AuthzDecisionQueryDescriptorType.interfaceSAML 2.0 Metadata extension QueryDescriptorType. -
Uses of RoleDescriptor in org.opensaml.saml.metadata.support
Fields in org.opensaml.saml.metadata.support declared as RoleDescriptorModifier and TypeFieldDescriptionprivate RoleDescriptorAttributeConsumingServiceSelector.roleDescriptorThe AttributeConsumingService's parent role descriptor.Methods in org.opensaml.saml.metadata.support that return RoleDescriptorModifier and TypeMethodDescriptionAttributeConsumingServiceSelector.getRoleDescriptor()Get the AttributeConsumingServie's parent RoleDescriptor.Methods in org.opensaml.saml.metadata.support with parameters of type RoleDescriptorModifier and TypeMethodDescriptionvoidAttributeConsumingServiceSelector.setRoleDescriptor(RoleDescriptor descriptor) Set the AttributeConsumingServie's parent RoleDescriptor. -
Uses of RoleDescriptor in org.opensaml.saml.saml2.metadata
Subinterfaces of RoleDescriptor in org.opensaml.saml.saml2.metadataModifier and TypeInterfaceDescriptioninterfaceSAML 2.0 Metadata AttributeAuthorityDescriptor.interfaceSAML 2.0 Metadata AuthnAuthorityDescriptor.interfaceSAML 2.0 Metadata IDPSSODescriptorType.interfaceSAML 2.0 Metadata PDPDescriptor.interfaceSAML 2.0 Metadata SPSSODescriptorType.interfaceSAML 2.0 Metadata SSODescriptor.Methods in org.opensaml.saml.saml2.metadata that return types with arguments of type RoleDescriptorModifier and TypeMethodDescriptionEntityDescriptor.getRoleDescriptors()Gets all the role descriptors for this entity descriptor.EntityDescriptor.getRoleDescriptors(QName typeOrName) Gets all the role descriptors for this entity descriptor that match the supplied QName parameter.EntityDescriptor.getRoleDescriptors(QName typeOrName, String supportedProtocol) Gets all the role descriptors for this entity that support the given protocol.