| Package | Description |
|---|---|
| org.opensaml.saml.ext.saml2delrestrict |
Interfaces for SAML 2 Condition for Delegation Restriction.
|
| org.opensaml.saml.ext.saml2delrestrict.impl |
Implementation for SAML v2.0 Condition for Delegation Restriction Version 1.0.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Delegate> |
DelegationRestrictionType.getDelegates()
Get the list of Delegate child elements.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DelegateImpl
Implementation of
Delegate. |
| Modifier and Type | Field and Description |
|---|---|
private XMLObjectChildrenList<Delegate> |
DelegationRestrictionTypeImpl.delegates
Delegate child elements.
|
| Modifier and Type | Method and Description |
|---|---|
Delegate |
DelegateBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
|
Delegate |
DelegateBuilder.buildObject(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Delegate> |
DelegationRestrictionTypeImpl.getDelegates()
Get the list of Delegate child elements.
|