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.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. -
-
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.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.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.
-