|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AttributeConsumingService | |
|---|---|
| org.opensaml.saml2.metadata | Interfaces for SAML 2.0 metadata specification types and elements. |
| org.opensaml.saml2.metadata.impl | Implementations of the SAML 2.0 metadata specification types and elements. |
| org.opensaml.saml2.metadata.support | |
| org.opensaml.saml2.metadata.validator | Validation rules for SAML 2.0 metadata types and elements. |
| org.opensaml.samlext.saml2mdquery | Interfaces for SAML 2 metadata standalone query endpoints profile. |
| org.opensaml.samlext.saml2mdquery.impl | Implemention for SAML 2 metadata standalone query endpoints profile objects. |
| Uses of AttributeConsumingService in org.opensaml.saml2.metadata |
|---|
| Methods in org.opensaml.saml2.metadata that return AttributeConsumingService | |
|---|---|
AttributeConsumingService |
SPSSODescriptor.getDefaultAttributeConsumingService()
Gets the default attribute consuming service. |
| Methods in org.opensaml.saml2.metadata that return types with arguments of type AttributeConsumingService | |
|---|---|
java.util.List<AttributeConsumingService> |
SPSSODescriptor.getAttributeConsumingServices()
Gets an list of attribute consuming service descriptors for this service. |
| Uses of AttributeConsumingService in org.opensaml.saml2.metadata.impl |
|---|
| Classes in org.opensaml.saml2.metadata.impl that implement AttributeConsumingService | |
|---|---|
class |
AttributeConsumingServiceImpl
Concrete implementation of AttributeConsumingService. |
| Methods in org.opensaml.saml2.metadata.impl that return AttributeConsumingService | |
|---|---|
AttributeConsumingService |
AttributeConsumingServiceBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications. |
AttributeConsumingService |
AttributeConsumingServiceBuilder.buildObject(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String namespacePrefix)
|
AttributeConsumingService |
SPSSODescriptorImpl.getDefaultAttributeConsumingService()
Gets the default attribute consuming service. |
| Methods in org.opensaml.saml2.metadata.impl that return types with arguments of type AttributeConsumingService | |
|---|---|
java.util.List<AttributeConsumingService> |
SPSSODescriptorImpl.getAttributeConsumingServices()
Gets an list of attribute consuming service descriptors for this service. |
| Uses of AttributeConsumingService in org.opensaml.saml2.metadata.support |
|---|
| Methods in org.opensaml.saml2.metadata.support that return AttributeConsumingService | |
|---|---|
AttributeConsumingService |
AttributeConsumingServiceSelector.selectService()
Select the AttributeConsumingService. |
| Methods in org.opensaml.saml2.metadata.support that return types with arguments of type AttributeConsumingService | |
|---|---|
protected java.util.List<AttributeConsumingService> |
AttributeConsumingServiceSelector.getCandidates()
Get the list of candidate attribute consuming services. |
| Uses of AttributeConsumingService in org.opensaml.saml2.metadata.validator |
|---|
| Methods in org.opensaml.saml2.metadata.validator with parameters of type AttributeConsumingService | |
|---|---|
void |
AttributeConsumingServiceSchemaValidator.validate(AttributeConsumingService attributeConsumingService)
|
protected void |
AttributeConsumingServiceSchemaValidator.validateIndex(AttributeConsumingService attributeConsumingService)
Checks that Index is positive. |
protected void |
AttributeConsumingServiceSchemaValidator.validateRequestedAttributes(AttributeConsumingService attributeConsumingService)
Checks that one or more Requested Attributes are present. |
protected void |
AttributeConsumingServiceSchemaValidator.validateServiceNames(AttributeConsumingService attributeConsumingService)
Checks that one or more Service Names are present. |
| Uses of AttributeConsumingService in org.opensaml.samlext.saml2mdquery |
|---|
| Methods in org.opensaml.samlext.saml2mdquery that return types with arguments of type AttributeConsumingService | |
|---|---|
java.util.List<AttributeConsumingService> |
AttributeQueryDescriptorType.getAttributeConsumingServices()
Gets the list of attribute consuming service endpoints support by this role. |
| Uses of AttributeConsumingService in org.opensaml.samlext.saml2mdquery.impl |
|---|
| Methods in org.opensaml.samlext.saml2mdquery.impl that return types with arguments of type AttributeConsumingService | |
|---|---|
java.util.List<AttributeConsumingService> |
AttributeQueryDescriptorTypeImpl.getAttributeConsumingServices()
Gets the list of attribute consuming service endpoints support by this role. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||