Uses of Interface
org.opensaml.saml.ext.saml2delrestrict.Delegate
Packages that use Delegate
Package
Description
Interfaces for SAML 2 Condition for Delegation Restriction.
Implementation for SAML v2.0 Condition for Delegation Restriction Version 1.0.
-
Uses of Delegate in org.opensaml.saml.ext.saml2delrestrict
Methods in org.opensaml.saml.ext.saml2delrestrict that return types with arguments of type DelegateModifier and TypeMethodDescriptionDelegationRestrictionType.getDelegates()Get the list of Delegate child elements. -
Uses of Delegate in org.opensaml.saml.ext.saml2delrestrict.impl
Classes in org.opensaml.saml.ext.saml2delrestrict.impl that implement DelegateFields in org.opensaml.saml.ext.saml2delrestrict.impl with type parameters of type DelegateModifier and TypeFieldDescriptionprivate final XMLObjectChildrenList<Delegate>DelegationRestrictionTypeImpl.delegatesDelegate child elements.Methods in org.opensaml.saml.ext.saml2delrestrict.impl that return DelegateModifier and TypeMethodDescriptionDelegateBuilder.buildObject()Builds a SAMLObject using the default name and namespace information provided SAML specifications.DelegateBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.Methods in org.opensaml.saml.ext.saml2delrestrict.impl that return types with arguments of type DelegateModifier and TypeMethodDescriptionDelegationRestrictionTypeImpl.getDelegates()Get the list of Delegate child elements.