A B C D E F G H I K L M N O P Q R S T U V W X

A

AbstractEndpointSelector - Class in org.opensaml.common.binding
Endpoint selectors choose the endpoint that should be used to contact a peer.
AbstractEndpointSelector() - Constructor for class org.opensaml.common.binding.AbstractEndpointSelector
Constructor.
AbstractMetadataProvider - Class in org.opensaml.saml2.metadata.provider
An abstract, base, implementation of a metadata provider.
AbstractMetadataProvider() - Constructor for class org.opensaml.saml2.metadata.provider.AbstractMetadataProvider
Constructor.
AbstractNameIDType - Class in org.opensaml.saml2.core.impl
Abstract implementation of NameIDType.
AbstractNameIDType(String, String, String) - Constructor for class org.opensaml.saml2.core.impl.AbstractNameIDType
Constructor.
AbstractNameIDTypeMarshaller - Class in org.opensaml.saml2.core.impl
A thread safe Marshaller for NameIDType objects.
AbstractNameIDTypeMarshaller() - Constructor for class org.opensaml.saml2.core.impl.AbstractNameIDTypeMarshaller
 
AbstractNameIDTypeUnmarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Unmarshaller for NameIDType objects.
AbstractNameIDTypeUnmarshaller() - Constructor for class org.opensaml.saml2.core.impl.AbstractNameIDTypeUnmarshaller
 
AbstractObservableMetadataProvider - Class in org.opensaml.saml2.metadata.provider
An observable base implementation of metadata providers.
AbstractObservableMetadataProvider() - Constructor for class org.opensaml.saml2.metadata.provider.AbstractObservableMetadataProvider
Constructor.
AbstractReloadingMetadataProvider - Class in org.opensaml.saml2.metadata.provider
Base class for metadata providers that cache and periodically refresh their metadata.
AbstractReloadingMetadataProvider() - Constructor for class org.opensaml.saml2.metadata.provider.AbstractReloadingMetadataProvider
Constructor.
AbstractReloadingMetadataProvider(Timer) - Constructor for class org.opensaml.saml2.metadata.provider.AbstractReloadingMetadataProvider
Constructor.
AbstractSAML1Artifact - Class in org.opensaml.saml1.binding.artifact
SAML 1 Artifact marker.
AbstractSAML1Artifact(byte[]) - Constructor for class org.opensaml.saml1.binding.artifact.AbstractSAML1Artifact
Constructor.
AbstractSAML2Artifact - Class in org.opensaml.saml2.binding.artifact
SAML 2 Artifact base class.
AbstractSAML2Artifact(byte[]) - Constructor for class org.opensaml.saml2.binding.artifact.AbstractSAML2Artifact
Constructor.
AbstractSAML2Artifact(byte[], byte[]) - Constructor for class org.opensaml.saml2.binding.artifact.AbstractSAML2Artifact
Constructor.
AbstractSAMLArtifact - Class in org.opensaml.common.binding.artifact
Base class for SAML artifacts.
AbstractSAMLArtifact(byte[]) - Constructor for class org.opensaml.common.binding.artifact.AbstractSAMLArtifact
Constructor.
AbstractSAMLObject - Class in org.opensaml.common.impl
An abstract implementation of SAMLObject.
AbstractSAMLObject(String, String, String) - Constructor for class org.opensaml.common.impl.AbstractSAMLObject
Constructor.
AbstractSAMLObjectBuilder<SAMLObjectType extends SAMLObject> - Class in org.opensaml.common.impl
Base builder for SAMLObjects.
AbstractSAMLObjectBuilder() - Constructor for class org.opensaml.common.impl.AbstractSAMLObjectBuilder
 
AbstractSAMLObjectMarshaller - Class in org.opensaml.common.impl
A thread safe, abstract implementation of the Marshaller interface that handles most of the boilerplate code for Marshallers.
AbstractSAMLObjectMarshaller() - Constructor for class org.opensaml.common.impl.AbstractSAMLObjectMarshaller
 
AbstractSAMLObjectUnmarshaller - Class in org.opensaml.common.impl
An thread safe abstract unmarshaller.
AbstractSAMLObjectUnmarshaller() - Constructor for class org.opensaml.common.impl.AbstractSAMLObjectUnmarshaller
 
AbstractSignableSAMLObject - Class in org.opensaml.common.impl
Abstract SAMLObject implementation that also implements SignableXMLObject.
AbstractSignableSAMLObject(String, String, String) - Constructor for class org.opensaml.common.impl.AbstractSignableSAMLObject
Constructor.
AbstractXACMLObject - Class in org.opensaml.xacml.impl
An abstract implementation of XACMLObject.
AbstractXACMLObject(String, String, String) - Constructor for class org.opensaml.xacml.impl.AbstractXACMLObject
Constructor.
AbstractXACMLObjectBuilder<XACMLObjectType extends XACMLObject> - Class in org.opensaml.xacml.impl
Base builder for XACMLObject.
AbstractXACMLObjectBuilder() - Constructor for class org.opensaml.xacml.impl.AbstractXACMLObjectBuilder
 
AbstractXACMLObjectMarshaller - Class in org.opensaml.xacml.impl
A thread safe, abstract implementation of the Marshaller interface that handles most of the boilerplate code for Marshallers.
AbstractXACMLObjectMarshaller() - Constructor for class org.opensaml.xacml.impl.AbstractXACMLObjectMarshaller
Constructor.
AbstractXACMLObjectMarshaller(String, String) - Constructor for class org.opensaml.xacml.impl.AbstractXACMLObjectMarshaller
Deprecated. no replacement
AbstractXACMLObjectUnmarshaller - Class in org.opensaml.xacml.impl
An thread safe abstract unmarshaller.
AbstractXACMLObjectUnmarshaller(String, String) - Constructor for class org.opensaml.xacml.impl.AbstractXACMLObjectUnmarshaller
Deprecated. no replacement
AbstractXACMLObjectUnmarshaller() - Constructor for class org.opensaml.xacml.impl.AbstractXACMLObjectUnmarshaller
Constructor.
Action - Interface in org.opensaml.saml1.core
Interface describing how a SAML1.1 Action element behaves
Action - Interface in org.opensaml.saml2.core
SAML 2.0 Core Action.
ACTION_ATTRIBUTE_DESIGNATOR_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.AttributeDesignatorType
Local name of the element ActionAttributeDesignator.
ACTION_ATTRIBUTE_DESIGNATOR_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.policy.AttributeDesignatorType
QName of the element ActionAttributeDesignator.
ActionBuilder - Class in org.opensaml.saml1.core.impl
Builder of ActionImpl objects.
ActionBuilder() - Constructor for class org.opensaml.saml1.core.impl.ActionBuilder
Constructor
ActionBuilder - Class in org.opensaml.saml2.core.impl
Builder for ActionImpl objects.
ActionBuilder() - Constructor for class org.opensaml.saml2.core.impl.ActionBuilder
Constructor.
ActionImpl - Class in org.opensaml.saml1.core.impl
Concrete implementation of Action
ActionImpl(String, String, String) - Constructor for class org.opensaml.saml1.core.impl.ActionImpl
Constructor
ActionImpl - Class in org.opensaml.saml2.core.impl
A concrete implementation of Action.
ActionImpl(String, String, String) - Constructor for class org.opensaml.saml2.core.impl.ActionImpl
Constructor.
ActionMarshaller - Class in org.opensaml.saml1.core.impl
A thread safe Marshaller for Action objects.
ActionMarshaller() - Constructor for class org.opensaml.saml1.core.impl.ActionMarshaller
 
ActionMarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Marshaller for Action.
ActionMarshaller() - Constructor for class org.opensaml.saml2.core.impl.ActionMarshaller
 
ActionMatchType - Interface in org.opensaml.xacml.policy
XACML ActionMatch schema type.
ActionMatchTypeImpl - Class in org.opensaml.xacml.policy.impl
Concrete implementation of ActionMatchType.
ActionMatchTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.ActionMatchTypeImpl
Constructor.
ActionMatchTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
Builder of ActionMatchType objects.
ActionMatchTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.ActionMatchTypeImplBuilder
 
ActionMatchTypeMarshaller - Class in org.opensaml.xacml.policy.impl
Marshaller of ActionMatchType objects.
ActionMatchTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.ActionMatchTypeMarshaller
Constructor.
ActionMatchTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
Unmarshaller of ActionMatchType objects.
ActionMatchTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.ActionMatchTypeUnmarshaller
Constructor.
ActionNamespace - Interface in org.opensaml.samlext.saml2mdquery
SAML 2.0 Metadata extension ActionNamespace
ActionNamespaceBuilder - Class in org.opensaml.samlext.saml2mdquery.impl
Builder of ActionNamespaceImpl objects.
ActionNamespaceBuilder() - Constructor for class org.opensaml.samlext.saml2mdquery.impl.ActionNamespaceBuilder
Constructor
ActionNamespaceImpl - Class in org.opensaml.samlext.saml2mdquery.impl
Concrete implementation of ActionNamespace.
ActionNamespaceImpl(String, String, String) - Constructor for class org.opensaml.samlext.saml2mdquery.impl.ActionNamespaceImpl
Constructor
ActionNamespaceMarshaller - Class in org.opensaml.samlext.saml2mdquery.impl
Marshaller of ActionNamespace objects.
ActionNamespaceMarshaller() - Constructor for class org.opensaml.samlext.saml2mdquery.impl.ActionNamespaceMarshaller
 
ActionNamespaceUnmarshaller - Class in org.opensaml.samlext.saml2mdquery.impl
Unmarshaller for ActionNamespace objects.
ActionNamespaceUnmarshaller() - Constructor for class org.opensaml.samlext.saml2mdquery.impl.ActionNamespaceUnmarshaller
 
ActionSchemaValidator - Class in org.opensaml.saml2.core.validator
Checks Action for Schema compliance.
ActionSchemaValidator() - Constructor for class org.opensaml.saml2.core.validator.ActionSchemaValidator
Constructor
ActionSpecValidator - Class in org.opensaml.saml1.core.validator
Checks Action for Schema compliance.
ActionSpecValidator() - Constructor for class org.opensaml.saml1.core.validator.ActionSpecValidator
 
ActionsType - Interface in org.opensaml.xacml.policy
XACML Actions schema type.
ActionsTypeImpl - Class in org.opensaml.xacml.policy.impl
Implementation of ActionsType.
ActionsTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.ActionsTypeImpl
Constructor.
ActionsTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
Builder for ActionsType.
ActionsTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.ActionsTypeImplBuilder
 
ActionsTypeMarshaller - Class in org.opensaml.xacml.policy.impl
Marshaller for ActionsType.
ActionsTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.ActionsTypeMarshaller
Constructor.
ActionsTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
Unmarshaller for ActionsType.
ActionsTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.ActionsTypeUnmarshaller
Constructor.
ActionType - Interface in org.opensaml.xacml.ctx
XACML context Action schema type.
ActionType - Interface in org.opensaml.xacml.policy
XACML Action schema type.
ActionTypeImpl - Class in org.opensaml.xacml.ctx.impl
Concrete implementation of ActionType.
ActionTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.ctx.impl.ActionTypeImpl
Constructor.
ActionTypeImpl - Class in org.opensaml.xacml.policy.impl
Implementation for ActionType.
ActionTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.ActionTypeImpl
Constructor.
ActionTypeImplBuilder - Class in org.opensaml.xacml.ctx.impl
Builder for ActionType objects.
ActionTypeImplBuilder() - Constructor for class org.opensaml.xacml.ctx.impl.ActionTypeImplBuilder
Constructor.
ActionTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
Builder for ActionType.
ActionTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.ActionTypeImplBuilder
 
ActionTypeMarshaller - Class in org.opensaml.xacml.ctx.impl
Marshaller for ActionType objects.
ActionTypeMarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.ActionTypeMarshaller
Constructor.
ActionTypeMarshaller(String, String) - Constructor for class org.opensaml.xacml.ctx.impl.ActionTypeMarshaller
Constructor.
ActionTypeMarshaller - Class in org.opensaml.xacml.policy.impl
Marshaller for ActionType.
ActionTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.ActionTypeMarshaller
Constructor.
ActionTypeUnmarshaller - Class in org.opensaml.xacml.ctx.impl
Unmarshaller for ActionType objects.
ActionTypeUnmarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.ActionTypeUnmarshaller
Constructor.
ActionTypeUnmarshaller(String, String) - Constructor for class org.opensaml.xacml.ctx.impl.ActionTypeUnmarshaller
Constructor.
ActionTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
Unmarshaller for ActionType.
ActionTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.ActionTypeUnmarshaller
Constructor.
ActionUnmarshaller - Class in org.opensaml.saml1.core.impl
A thread-safe Unmarshaller for Action objects.
ActionUnmarshaller() - Constructor for class org.opensaml.saml1.core.impl.ActionUnmarshaller
 
ActionUnmarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Unmarshaller for Action.
ActionUnmarshaller() - Constructor for class org.opensaml.saml2.core.impl.ActionUnmarshaller
 
addExtensionSchema(String) - Static method in class org.opensaml.common.xml.SAMLSchemaBuilder
Registers a new schema extension.
AdditionalMetadataLocation - Interface in org.opensaml.saml2.metadata
SAML 2.0 Metadata AdditionalMetadataLocation
AdditionalMetadataLocationBuilder - Class in org.opensaml.saml2.metadata.impl
A builder for AdditionalMetadataLocationImpl objects.
AdditionalMetadataLocationBuilder() - Constructor for class org.opensaml.saml2.metadata.impl.AdditionalMetadataLocationBuilder
Constructor
AdditionalMetadataLocationImpl - Class in org.opensaml.saml2.metadata.impl
Concreate implementation of AdditionalMetadataLocation
AdditionalMetadataLocationImpl(String, String, String) - Constructor for class org.opensaml.saml2.metadata.impl.AdditionalMetadataLocationImpl
Constructor
AdditionalMetadataLocationMarshaller - Class in org.opensaml.saml2.metadata.impl
A thread safe marshaller for AdditionalMetadataLocation objects.
AdditionalMetadataLocationMarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.AdditionalMetadataLocationMarshaller
 
AdditionalMetadataLocationSchemaValidator - Class in org.opensaml.saml2.metadata.validator
Checks AdditionalMetadataLocation for Schema compliance.
AdditionalMetadataLocationSchemaValidator() - Constructor for class org.opensaml.saml2.metadata.validator.AdditionalMetadataLocationSchemaValidator
Constructor
AdditionalMetadataLocationUnmarshaller - Class in org.opensaml.saml2.metadata.impl
A thread-safe Unmarshaller for AdditionalMetadataLocation objects.
AdditionalMetadataLocationUnmarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.AdditionalMetadataLocationUnmarshaller
 
addMetadataProvider(MetadataProvider) - Method in class org.opensaml.saml2.metadata.provider.ChainingMetadataProvider
Adds a metadata provider to the list of registered providers.
addObligationhandler(BaseObligationHandler) - Method in class org.opensaml.xacml.ctx.provider.ObligationService
Adds an obligation handler to the list of registered handlers This method waits until a write lock is obtained for the set of registered obligation handlers.
addObligationhandler(Collection<BaseObligationHandler>) - Method in class org.opensaml.xacml.ctx.provider.ObligationService
Adds a collection of obligation handler to the list of registered handlers This method waits until a write lock is obtained for the set of registered obligation handlers.
ADDRESS_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.core.SubjectConfirmationData
Address attribute name.
ADDRESS_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.core.SubjectLocality
Address attribute name.
addSupportedProtocol(String) - Method in class org.opensaml.saml2.metadata.impl.RoleDescriptorImpl
Adds a protocol to the list of supported protocols for this role.
addSupportedProtocol(String) - Method in interface org.opensaml.saml2.metadata.RoleDescriptor
Adds a protocol to the list of supported protocols for this role.
ADMIN_LOGOUT_URI - Static variable in interface org.opensaml.saml2.core.LogoutResponse
URI for Admin logout reason.
ADMINISTRATIVE - Static variable in class org.opensaml.saml2.metadata.ContactPersonTypeEnumeration
"administrative" contact type
Advice - Interface in org.opensaml.saml1.core
This interface defines how the object representing a SAML 1 Advice element behaves.
Advice - Interface in org.opensaml.saml2.core
SAML 2.0 Core Advice.
AdviceBuilder - Class in org.opensaml.saml1.core.impl
Builder of AdviceImpl objects.
AdviceBuilder() - Constructor for class org.opensaml.saml1.core.impl.AdviceBuilder
Constructor
AdviceBuilder - Class in org.opensaml.saml2.core.impl
Builder for AdviceImpl objects.
AdviceBuilder() - Constructor for class org.opensaml.saml2.core.impl.AdviceBuilder
Constructor.
AdviceImpl - Class in org.opensaml.saml1.core.impl
Concrete Implementation of the Advice Object
AdviceImpl(String, String, String) - Constructor for class org.opensaml.saml1.core.impl.AdviceImpl
Constructor
AdviceImpl - Class in org.opensaml.saml2.core.impl
A concrete implementation of Advice.
AdviceImpl(String, String, String) - Constructor for class org.opensaml.saml2.core.impl.AdviceImpl
Constructor.
AdviceMarshaller - Class in org.opensaml.saml1.core.impl
A thread safe Marshaller for Advice objects.
AdviceMarshaller() - Constructor for class org.opensaml.saml1.core.impl.AdviceMarshaller
 
AdviceMarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe marshaller for Advice.
AdviceMarshaller() - Constructor for class org.opensaml.saml2.core.impl.AdviceMarshaller
 
AdviceUnmarshaller - Class in org.opensaml.saml1.core.impl
A thread-safe Unmarshaller for Advice objects.
AdviceUnmarshaller() - Constructor for class org.opensaml.saml1.core.impl.AdviceUnmarshaller
 
AdviceUnmarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Unmarshaller for Advice.
AdviceUnmarshaller() - Constructor for class org.opensaml.saml2.core.impl.AdviceUnmarshaller
 
AffiliateMember - Interface in org.opensaml.saml2.metadata
SAML 2.0 Metadata AffiliateMember
AffiliateMemberBuilder - Class in org.opensaml.saml2.metadata.impl
Builder for AffiliateMemberImpls.
AffiliateMemberBuilder() - Constructor for class org.opensaml.saml2.metadata.impl.AffiliateMemberBuilder
Constructor
AffiliateMemberImpl - Class in org.opensaml.saml2.metadata.impl
Concrete implementation of AffiliateMember.
AffiliateMemberImpl(String, String, String) - Constructor for class org.opensaml.saml2.metadata.impl.AffiliateMemberImpl
Constructor
AffiliateMemberMarshaller - Class in org.opensaml.saml2.metadata.impl
A thread-safe Marshaller for AffiliateMember objects.
AffiliateMemberMarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.AffiliateMemberMarshaller
 
AffiliateMemberSchemaValidator - Class in org.opensaml.saml2.metadata.validator
Checks AffiliateMember for Schema compliance.
AffiliateMemberSchemaValidator() - Constructor for class org.opensaml.saml2.metadata.validator.AffiliateMemberSchemaValidator
Constructor
AffiliateMemberUnmarshaller - Class in org.opensaml.saml2.metadata.impl
A thread-safe Unmarshaller for AffiliateMembers.
AffiliateMemberUnmarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.AffiliateMemberUnmarshaller
 
AffiliationDescriptor - Interface in org.opensaml.saml2.metadata
SAML 2.0 Metadata AffiliationDescriptorType
AffiliationDescriptorBuilder - Class in org.opensaml.saml2.metadata.impl
A builder for AffiliationDescriptorImpl objects.
AffiliationDescriptorBuilder() - Constructor for class org.opensaml.saml2.metadata.impl.AffiliationDescriptorBuilder
Constructor
AffiliationDescriptorImpl - Class in org.opensaml.saml2.metadata.impl
Concrete implementation of AffiliationDescriptor.
AffiliationDescriptorImpl(String, String, String) - Constructor for class org.opensaml.saml2.metadata.impl.AffiliationDescriptorImpl
Constructor
AffiliationDescriptorMarshaller - Class in org.opensaml.saml2.metadata.impl
A thread safe Marshaller for AffiliationDescriptor objects.
AffiliationDescriptorMarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.AffiliationDescriptorMarshaller
 
AffiliationDescriptorSchemaValidator - Class in org.opensaml.saml2.metadata.validator
Checks AffiliationDescriptor for Schema compliance.
AffiliationDescriptorSchemaValidator() - Constructor for class org.opensaml.saml2.metadata.validator.AffiliationDescriptorSchemaValidator
Constructor
AffiliationDescriptorUnmarshaller - Class in org.opensaml.saml2.metadata.impl
A thread safe Unmarshaller for AffiliationDescriptors.
AffiliationDescriptorUnmarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.AffiliationDescriptorUnmarshaller
 
ALLOW_CREATE_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.core.NameIDPolicy
AllowCreate attribute name.
ApplyType - Interface in org.opensaml.xacml.policy
XACML Apply schema type.
ApplyTypeImpl - Class in org.opensaml.xacml.policy.impl
Implementation of ApplyType.
ApplyTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.ApplyTypeImpl
Constructor.
ApplyTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
Builder for ApplyType.
ApplyTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.ApplyTypeImplBuilder
 
ApplyTypeMarshaller - Class in org.opensaml.xacml.policy.impl
Marshaller for ApplyType.
ApplyTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.ApplyTypeMarshaller
Constructor.
ApplyTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
Unmarshaller for ApplyType.
ApplyTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.ApplyTypeUnmarshaller
Constructor.
Artifact - Interface in org.opensaml.saml2.core
SAML 2.0 Core Artifact.
ArtifactBuilder - Class in org.opensaml.saml2.core.impl
A Builder for ArtifactImpl objects.
ArtifactBuilder() - Constructor for class org.opensaml.saml2.core.impl.ArtifactBuilder
Constructor.
ArtifactImpl - Class in org.opensaml.saml2.core.impl
Concrete implementation of Artifact.
ArtifactImpl(String, String, String) - Constructor for class org.opensaml.saml2.core.impl.ArtifactImpl
Constructor.
ArtifactMarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Marshaller for Artifact.
ArtifactMarshaller() - Constructor for class org.opensaml.saml2.core.impl.ArtifactMarshaller
 
ArtifactResolutionService - Interface in org.opensaml.saml2.metadata
SAML 2.0 Metadata ArtifactResolutionService
ArtifactResolutionServiceBuilder - Class in org.opensaml.saml2.metadata.impl
Builder for ArtifactResolutionServiceImpl
ArtifactResolutionServiceBuilder() - Constructor for class org.opensaml.saml2.metadata.impl.ArtifactResolutionServiceBuilder
Constructor
ArtifactResolutionServiceImpl - Class in org.opensaml.saml2.metadata.impl
Concrete implementation of ArtifactResolutionService
ArtifactResolutionServiceImpl(String, String, String) - Constructor for class org.opensaml.saml2.metadata.impl.ArtifactResolutionServiceImpl
Constructor
ArtifactResolutionServiceMarshaller - Class in org.opensaml.saml2.metadata.impl
A thread safe Marshaller for ArtifactResolutionService objects.
ArtifactResolutionServiceMarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.ArtifactResolutionServiceMarshaller
 
ArtifactResolutionServiceSchemaValidator - Class in org.opensaml.saml2.metadata.validator
Checks ArtifactResolutionService for Schema compliance.
ArtifactResolutionServiceSchemaValidator() - Constructor for class org.opensaml.saml2.metadata.validator.ArtifactResolutionServiceSchemaValidator
Constructor
ArtifactResolutionServiceSpecValidator - Class in org.opensaml.saml2.metadata.validator
Checks ArtifactResolutionService for Spec compliance.
ArtifactResolutionServiceSpecValidator() - Constructor for class org.opensaml.saml2.metadata.validator.ArtifactResolutionServiceSpecValidator
Constructor
ArtifactResolutionServiceUnmarshaller - Class in org.opensaml.saml2.metadata.impl
A thread-safe Unmarshaller for ArtifactResolutionService objects.
ArtifactResolutionServiceUnmarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.ArtifactResolutionServiceUnmarshaller
 
ArtifactResolve - Interface in org.opensaml.saml2.core
SAML 2.0 Core ArtifactResolve.
ArtifactResolveBuilder - Class in org.opensaml.saml2.core.impl
A Builder for ArtifactResolveImpl objects.
ArtifactResolveBuilder() - Constructor for class org.opensaml.saml2.core.impl.ArtifactResolveBuilder
Constructor.
ArtifactResolveImpl - Class in org.opensaml.saml2.core.impl
Concrete implementation of ArtifactResolve.
ArtifactResolveImpl(String, String, String) - Constructor for class org.opensaml.saml2.core.impl.ArtifactResolveImpl
Constructor.
ArtifactResolveMarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Marshaller for ArtifactResolve.
ArtifactResolveMarshaller() - Constructor for class org.opensaml.saml2.core.impl.ArtifactResolveMarshaller
 
ArtifactResolveSchemaValidator - Class in org.opensaml.saml2.core.validator
Checks ArtifactResolve for Schema compliance.
ArtifactResolveSchemaValidator() - Constructor for class org.opensaml.saml2.core.validator.ArtifactResolveSchemaValidator
Constructor
ArtifactResolveUnmarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Unmarshaller for ArtifactResolve.
ArtifactResolveUnmarshaller() - Constructor for class org.opensaml.saml2.core.impl.ArtifactResolveUnmarshaller
 
ArtifactResponse - Interface in org.opensaml.saml2.core
SAML 2.0 Core ArtifactResponse.
ArtifactResponseBuilder - Class in org.opensaml.saml2.core.impl
A Builder for ArtifactResponseImpl objects.
ArtifactResponseBuilder() - Constructor for class org.opensaml.saml2.core.impl.ArtifactResponseBuilder
Constructor.
ArtifactResponseImpl - Class in org.opensaml.saml2.core.impl
Concrete implementation of ArtifactResponse.
ArtifactResponseImpl(String, String, String) - Constructor for class org.opensaml.saml2.core.impl.ArtifactResponseImpl
Constructor.
ArtifactResponseMarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Marshaller for ArtifactResponse.
ArtifactResponseMarshaller() - Constructor for class org.opensaml.saml2.core.impl.ArtifactResponseMarshaller
 
ArtifactResponseSchemaValidator - Class in org.opensaml.saml2.core.validator
Checks ArtifactResponse for Schema compliance.
ArtifactResponseSchemaValidator() - Constructor for class org.opensaml.saml2.core.validator.ArtifactResponseSchemaValidator
Constructor
ArtifactResponseUnmarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Unmarshaller for ArtifactResponse.
ArtifactResponseUnmarshaller() - Constructor for class org.opensaml.saml2.core.impl.ArtifactResponseUnmarshaller
 
ArtifactSchemaValidator - Class in org.opensaml.saml2.core.validator
Checks Artifact for Schema compliance.
ArtifactSchemaValidator() - Constructor for class org.opensaml.saml2.core.validator.ArtifactSchemaValidator
Constructor.
ArtifactUnmarshaller - Class in org.opensaml.saml2.core.impl
A thead-safe Unmarshaller for Artifact.
ArtifactUnmarshaller() - Constructor for class org.opensaml.saml2.core.impl.ArtifactUnmarshaller
 
Assertion - Interface in org.opensaml.saml1.core
This interface defines how the object representing a SAML 1 Assertion element behaves.
Assertion - Interface in org.opensaml.saml2.core
SAML 2.0 Core Assertion.
ASSERTION_CONSUMER_SERVICE_INDEX_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.core.AuthnRequest
AssertionConsumerServiceIndex attribute name.
ASSERTION_CONSUMER_SERVICE_URL_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.core.AuthnRequest
AssertionConsumerServiceURL attribute name.
ASSERTION_CONSUMER_SERVICE_URL_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.ecp.Response
ProviderName attribute name.
AssertionArtifact - Interface in org.opensaml.saml1.core
This interface is for the SAML1 AssertionArtifact extention point.
AssertionArtifactBuilder - Class in org.opensaml.saml1.core.impl
Builder of AssertionArtifactImpl objects.
AssertionArtifactBuilder() - Constructor for class org.opensaml.saml1.core.impl.AssertionArtifactBuilder
Constructor
AssertionArtifactImpl - Class in org.opensaml.saml1.core.impl
Concrete implementation if AssertionArtifact
AssertionArtifactImpl(String, String, String) - Constructor for class org.opensaml.saml1.core.impl.AssertionArtifactImpl
Constructor
AssertionArtifactMarshaller - Class in org.opensaml.saml1.core.impl
A thread safe Marshaller for AssertionArtifact objects.
AssertionArtifactMarshaller() - Constructor for class org.opensaml.saml1.core.impl.AssertionArtifactMarshaller
 
AssertionArtifactUnmarshaller - Class in org.opensaml.saml1.core.impl
A thread-safe Unmarshaller for AssertionArtifact objects.
AssertionArtifactUnmarshaller() - Constructor for class org.opensaml.saml1.core.impl.AssertionArtifactUnmarshaller
 
AssertionBuilder - Class in org.opensaml.saml1.core.impl
Builder of AssertionImpl objects.
AssertionBuilder() - Constructor for class org.opensaml.saml1.core.impl.AssertionBuilder
Constructor
AssertionBuilder - Class in org.opensaml.saml2.core.impl
Builder for AssertionImpl objects.
AssertionBuilder() - Constructor for class org.opensaml.saml2.core.impl.AssertionBuilder
Constructor.
AssertionConsumerService - Interface in org.opensaml.saml2.metadata
SAML 2.0 Metadata AssertionConsumerService
AssertionConsumerServiceBuilder - Class in org.opensaml.saml2.metadata.impl
Builder for AssertionConsumerServiceImpl objects.
AssertionConsumerServiceBuilder() - Constructor for class org.opensaml.saml2.metadata.impl.AssertionConsumerServiceBuilder
Constructor
AssertionConsumerServiceImpl - Class in org.opensaml.saml2.metadata.impl
Concrete implementation of AssertionConsumerService
AssertionConsumerServiceImpl(String, String, String) - Constructor for class org.opensaml.saml2.metadata.impl.AssertionConsumerServiceImpl
Constructor
AssertionConsumerServiceMarshaller - Class in org.opensaml.saml2.metadata.impl
A thread safe Marshaller for AssertionConsumerService objects.
AssertionConsumerServiceMarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.AssertionConsumerServiceMarshaller
 
AssertionConsumerServiceSchemaValidator - Class in org.opensaml.saml2.metadata.validator
Checks AssertionConsumerService for Schema compliance.
AssertionConsumerServiceSchemaValidator() - Constructor for class org.opensaml.saml2.metadata.validator.AssertionConsumerServiceSchemaValidator
Constructor
AssertionConsumerServiceUnmarshaller - Class in org.opensaml.saml2.metadata.impl
A thread-safe Unmarshaller for AssertionConsumerService objects.
AssertionConsumerServiceUnmarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.AssertionConsumerServiceUnmarshaller
 
ASSERTIONID_ATTRIB_NAME - Static variable in interface org.opensaml.saml1.core.Assertion
Name for the attribute which defines Assertion ID
AssertionIDRef - Interface in org.opensaml.saml2.core
SAML 2.0 Core AssertionIDRef.
AssertionIDRefBuilder - Class in org.opensaml.saml2.core.impl
Builder for AssertionIDRefImpl.
AssertionIDRefBuilder() - Constructor for class org.opensaml.saml2.core.impl.AssertionIDRefBuilder
Constructor.
AssertionIDReference - Interface in org.opensaml.saml1.core
This interface defines how the object representing a SAML 1 AssertionIDReference element behaves.
AssertionIDReferenceBuilder - Class in org.opensaml.saml1.core.impl
Builder of AssertionIDReferenceImpl objects.
AssertionIDReferenceBuilder() - Constructor for class org.opensaml.saml1.core.impl.AssertionIDReferenceBuilder
Constructor
AssertionIDReferenceImpl - Class in org.opensaml.saml1.core.impl
Concrete Implementation of AssertionIDReference Object
AssertionIDReferenceImpl(String, String, String) - Constructor for class org.opensaml.saml1.core.impl.AssertionIDReferenceImpl
Constructor
AssertionIDReferenceMarshaller - Class in org.opensaml.saml1.core.impl
A thread safe Marshaller for AssertionIDReference objects
AssertionIDReferenceMarshaller() - Constructor for class org.opensaml.saml1.core.impl.AssertionIDReferenceMarshaller
 
AssertionIDReferenceUnmarshaller - Class in org.opensaml.saml1.core.impl
A thread-safe Unmarshaller for AssertionIDReference objects.
AssertionIDReferenceUnmarshaller() - Constructor for class org.opensaml.saml1.core.impl.AssertionIDReferenceUnmarshaller
 
AssertionIDRefImpl - Class in org.opensaml.saml2.core.impl
Concrete implementation of AssertionIDRef.
AssertionIDRefImpl(String, String, String) - Constructor for class org.opensaml.saml2.core.impl.AssertionIDRefImpl
Constructor.
AssertionIDRefMarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Marshaller for AssertionIDRef.
AssertionIDRefMarshaller() - Constructor for class org.opensaml.saml2.core.impl.AssertionIDRefMarshaller
 
AssertionIDRefSchemaValidator - Class in org.opensaml.saml2.core.validator
Checks AssertionIDRef for Schema compliance.
AssertionIDRefSchemaValidator() - Constructor for class org.opensaml.saml2.core.validator.AssertionIDRefSchemaValidator
Constructor
AssertionIDRefUnmarshaller - Class in org.opensaml.saml2.core.impl
A thead-safe Unmarshaller for AssertionIDRef.
AssertionIDRefUnmarshaller() - Constructor for class org.opensaml.saml2.core.impl.AssertionIDRefUnmarshaller
 
AssertionIDRequest - Interface in org.opensaml.saml2.core
SAML 2.0 Core AssertionIDRequest.
AssertionIDRequestBuilder - Class in org.opensaml.saml2.core.impl
A Builder for AssertionIDRequestImpl.
AssertionIDRequestBuilder() - Constructor for class org.opensaml.saml2.core.impl.AssertionIDRequestBuilder
Constructor.
AssertionIDRequestImpl - Class in org.opensaml.saml2.core.impl
A concrete implementation of AssertionIDRequest.
AssertionIDRequestImpl(String, String, String) - Constructor for class org.opensaml.saml2.core.impl.AssertionIDRequestImpl
Constructor.
AssertionIDRequestMarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Marshaller for AssertionIDRequest.
AssertionIDRequestMarshaller() - Constructor for class org.opensaml.saml2.core.impl.AssertionIDRequestMarshaller
 
AssertionIDRequestSchemaValidator - Class in org.opensaml.saml2.core.validator
Checks AssertionIDRequest for Schema compliance.
AssertionIDRequestSchemaValidator() - Constructor for class org.opensaml.saml2.core.validator.AssertionIDRequestSchemaValidator
Constructor.
AssertionIDRequestService - Interface in org.opensaml.saml2.metadata
SAML 2.0 Metadata AssertionIDRequestService
AssertionIDRequestServiceBuilder - Class in org.opensaml.saml2.metadata.impl
Builder for AssertionIDRequestServiceImpl
AssertionIDRequestServiceBuilder() - Constructor for class org.opensaml.saml2.metadata.impl.AssertionIDRequestServiceBuilder
Constructor
AssertionIDRequestServiceImpl - Class in org.opensaml.saml2.metadata.impl
Concrete implementation of AssertionIDRequestService
AssertionIDRequestServiceImpl(String, String, String) - Constructor for class org.opensaml.saml2.metadata.impl.AssertionIDRequestServiceImpl
Constructor
AssertionIDRequestServiceMarshaller - Class in org.opensaml.saml2.metadata.impl
A thread safe Marshaller for AssertionIDRequestServices.
AssertionIDRequestServiceMarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.AssertionIDRequestServiceMarshaller
 
AssertionIDRequestServiceSchemaValidator - Class in org.opensaml.saml2.metadata.validator
Checks AssertionIDRequestService for Schema compliance.
AssertionIDRequestServiceSchemaValidator() - Constructor for class org.opensaml.saml2.metadata.validator.AssertionIDRequestServiceSchemaValidator
Constructor
AssertionIDRequestServiceUnmarshaller - Class in org.opensaml.saml2.metadata.impl
A thread safe Unmarshaller for AssertionIDRequestServices.
AssertionIDRequestServiceUnmarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.AssertionIDRequestServiceUnmarshaller
 
AssertionIDRequestUnmarshaller - Class in org.opensaml.saml2.core.impl
A thead-safe Unmarshaller for AssertionIDRequest.
AssertionIDRequestUnmarshaller() - Constructor for class org.opensaml.saml2.core.impl.AssertionIDRequestUnmarshaller
 
AssertionImpl - Class in org.opensaml.saml1.core.impl
This class implements the SAML 1 Assertion statement.
AssertionImpl(String, String, String) - Constructor for class org.opensaml.saml1.core.impl.AssertionImpl
Constructor
AssertionImpl - Class in org.opensaml.saml2.core.impl
A concrete implementation of Assertion.
AssertionImpl(String, String, String) - Constructor for class org.opensaml.saml2.core.impl.AssertionImpl
Constructor.
AssertionMarshaller - Class in org.opensaml.saml1.core.impl
A thread safe Marshaller for Assertion objects.
AssertionMarshaller() - Constructor for class org.opensaml.saml1.core.impl.AssertionMarshaller
 
AssertionMarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Marshaller for Assertion.
AssertionMarshaller() - Constructor for class org.opensaml.saml2.core.impl.AssertionMarshaller
 
AssertionSchemaValidator - Class in org.opensaml.saml1.core.validator
Checks Assertion for Schema compliance.
AssertionSchemaValidator() - Constructor for class org.opensaml.saml1.core.validator.AssertionSchemaValidator
 
AssertionSchemaValidator - Class in org.opensaml.saml2.core.validator
Checks Assertion for Schema compliance.
AssertionSchemaValidator() - Constructor for class org.opensaml.saml2.core.validator.AssertionSchemaValidator
Constructor
AssertionSpecValidator - Class in org.opensaml.saml1.core.validator
Spec validator for Assertion
AssertionSpecValidator() - Constructor for class org.opensaml.saml1.core.validator.AssertionSpecValidator
 
AssertionSpecValidator - Class in org.opensaml.saml2.core.validator
Checks Assertion for Spec compliance.
AssertionSpecValidator() - Constructor for class org.opensaml.saml2.core.validator.AssertionSpecValidator
Constructor
AssertionUnmarshaller - Class in org.opensaml.saml1.core.impl
A thread-safe Unmarshaller for Assertion objects.
AssertionUnmarshaller() - Constructor for class org.opensaml.saml1.core.impl.AssertionUnmarshaller
 
AssertionUnmarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Unmarshaller for Assertion.
AssertionUnmarshaller() - Constructor for class org.opensaml.saml2.core.impl.AssertionUnmarshaller
 
AssertionURIRef - Interface in org.opensaml.saml2.core
SAML 2.0 Core AssertionURIRef.
AssertionURIRefBuilder - Class in org.opensaml.saml2.core.impl
Builder for AssertionURIRefImpl objects.
AssertionURIRefBuilder() - Constructor for class org.opensaml.saml2.core.impl.AssertionURIRefBuilder
Constructor.
AssertionURIRefImpl - Class in org.opensaml.saml2.core.impl
A concrete implementation of AssertionURIRef.
AssertionURIRefImpl(String, String, String) - Constructor for class org.opensaml.saml2.core.impl.AssertionURIRefImpl
Constructor.
AssertionURIRefMarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Marshaller for AssertionURIRef.
AssertionURIRefMarshaller() - Constructor for class org.opensaml.saml2.core.impl.AssertionURIRefMarshaller
 
AssertionURIRefSchemaValidator - Class in org.opensaml.saml2.core.validator
Checks AssertionURIRef for Schema compliance.
AssertionURIRefSchemaValidator() - Constructor for class org.opensaml.saml2.core.validator.AssertionURIRefSchemaValidator
Constructor
AssertionURIRefUnmarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Unmarshaller for AssertionURIRef.
AssertionURIRefUnmarshaller() - Constructor for class org.opensaml.saml2.core.impl.AssertionURIRefUnmarshaller
 
ATTR_ID_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.policy.AttributeAssignmentType
Id of the attribute to be assign .
Attribute - Interface in org.opensaml.saml1.core
This interface defines how the object representing a SAML 1 Attribute element behaves.
Attribute - Interface in org.opensaml.saml2.core
SAML 2.0 Core Attribute.
ATTRIBUTE_CONSUMING_SERVICE_INDEX_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.core.AuthnRequest
AttributeConsumingServiceIndex attribute name.
ATTRIBUTE_ID_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.ctx.MissingAttributeDetailType
AttributeId attribute name.
ATTRIBUTE_ID_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.policy.AttributeDesignatorType
AttribtueId attribute name.
AttributeAssignmentType - Interface in org.opensaml.xacml.policy
XACML AttributeAssignment schema type.
AttributeAssignmentTypeImpl - Class in org.opensaml.xacml.policy.impl
Implementation for AttributeAssignmentType.
AttributeAssignmentTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.AttributeAssignmentTypeImpl
Constructor.
AttributeAssignmentTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
Builder for AttributeAssignmentType.
AttributeAssignmentTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.AttributeAssignmentTypeImplBuilder
 
AttributeAssignmentTypeMarshaller - Class in org.opensaml.xacml.policy.impl
Marshaller for AttributeAssignmentType.
AttributeAssignmentTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.AttributeAssignmentTypeMarshaller
Constructor.
AttributeAssignmentTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
UnMarshaller for AttributeAssignmentType.
AttributeAssignmentTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.AttributeAssignmentTypeUnmarshaller
Constructor.
AttributeAuthorityDescriptor - Interface in org.opensaml.saml2.metadata
SAML 2.0 Metadata AttributeAuthorityDescriptor
AttributeAuthorityDescriptorBuilder - Class in org.opensaml.saml2.metadata.impl
Builder for AttributeAuthorityDescriptorImpls.
AttributeAuthorityDescriptorBuilder() - Constructor for class org.opensaml.saml2.metadata.impl.AttributeAuthorityDescriptorBuilder
Constructor
AttributeAuthorityDescriptorImpl - Class in org.opensaml.saml2.metadata.impl
A concrete implementation of AttributeAuthorityDescriptor.
AttributeAuthorityDescriptorImpl(String, String, String) - Constructor for class org.opensaml.saml2.metadata.impl.AttributeAuthorityDescriptorImpl
Constructor.
AttributeAuthorityDescriptorMarshaller - Class in org.opensaml.saml2.metadata.impl
A thread safe Marshaller for AttributeAuthorityDescriptors.
AttributeAuthorityDescriptorMarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.AttributeAuthorityDescriptorMarshaller
 
AttributeAuthorityDescriptorSchemaValidator - Class in org.opensaml.saml2.metadata.validator
Checks AttributeAuthorityDescriptor for Schema compliance.
AttributeAuthorityDescriptorSchemaValidator() - Constructor for class org.opensaml.saml2.metadata.validator.AttributeAuthorityDescriptorSchemaValidator
Constructor
AttributeAuthorityDescriptorSpecValidator - Class in org.opensaml.saml2.metadata.validator
Checks AttributeAuthorityDescriptor for Spec compliance.
AttributeAuthorityDescriptorSpecValidator() - Constructor for class org.opensaml.saml2.metadata.validator.AttributeAuthorityDescriptorSpecValidator
Constructor
AttributeAuthorityDescriptorUnmarshaller - Class in org.opensaml.saml2.metadata.impl
A thread safe unmarshaller for AttributeAuthorityDescriptors.
AttributeAuthorityDescriptorUnmarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.AttributeAuthorityDescriptorUnmarshaller
 
AttributeBuilder - Class in org.opensaml.saml1.core.impl
Builder of AttributeImpl objects.
AttributeBuilder() - Constructor for class org.opensaml.saml1.core.impl.AttributeBuilder
Constructor
AttributeBuilder - Class in org.opensaml.saml2.core.impl
Builder for AttributeImpl objects.
AttributeBuilder() - Constructor for class org.opensaml.saml2.core.impl.AttributeBuilder
Constructor.
AttributeConsumingService - Interface in org.opensaml.saml2.metadata
SAML 2.0 Metadata AttributeAuthorityDescriptor
AttributeConsumingServiceBuilder - Class in org.opensaml.saml2.metadata.impl
Builder of AttributeConsumingServiceImpl.
AttributeConsumingServiceBuilder() - Constructor for class org.opensaml.saml2.metadata.impl.AttributeConsumingServiceBuilder
Constructor
AttributeConsumingServiceImpl - Class in org.opensaml.saml2.metadata.impl
Concrete implementation of AttributeConsumingService.
AttributeConsumingServiceImpl(String, String, String) - Constructor for class org.opensaml.saml2.metadata.impl.AttributeConsumingServiceImpl
Constructor
AttributeConsumingServiceMarshaller - Class in org.opensaml.saml2.metadata.impl
A thread safe Marshaller for AttributeConsumingService objects.
AttributeConsumingServiceMarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.AttributeConsumingServiceMarshaller
 
AttributeConsumingServiceSchemaValidator - Class in org.opensaml.saml2.metadata.validator
Checks AttributeConsumingService for Schema compliance.
AttributeConsumingServiceSchemaValidator() - Constructor for class org.opensaml.saml2.metadata.validator.AttributeConsumingServiceSchemaValidator
Constructor
AttributeConsumingServiceSelector - Class in org.opensaml.saml2.metadata.support
Metadata support class which selects an AttributeConsumingService based on input of a mandatory RoleDescriptor and an optional index.
AttributeConsumingServiceSelector() - Constructor for class org.opensaml.saml2.metadata.support.AttributeConsumingServiceSelector
 
AttributeConsumingServiceUnmarshaller - Class in org.opensaml.saml2.metadata.impl
A thread safe Unmarshaller for AttributeConsumingService objects.
AttributeConsumingServiceUnmarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.AttributeConsumingServiceUnmarshaller
 
AttributeDesignator - Interface in org.opensaml.saml1.core
This interface defines how the object representing a SAML 1 AttributeDesignator element behaves.
AttributeDesignatorBuilder - Class in org.opensaml.saml1.core.impl
Builder of AttributeDesignatorImpl objects.
AttributeDesignatorBuilder() - Constructor for class org.opensaml.saml1.core.impl.AttributeDesignatorBuilder
Constructor
AttributeDesignatorImpl - Class in org.opensaml.saml1.core.impl
Concrete Implementation of the AttributeDesignator interface.
AttributeDesignatorImpl(String, String, String) - Constructor for class org.opensaml.saml1.core.impl.AttributeDesignatorImpl
Constructor
AttributeDesignatorMarshaller - Class in org.opensaml.saml1.core.impl
Marshaller of AttributeDesignator objects.
AttributeDesignatorMarshaller() - Constructor for class org.opensaml.saml1.core.impl.AttributeDesignatorMarshaller
 
AttributeDesignatorSchemaValidator<AttributeDesignatorType extends AttributeDesignator> - Class in org.opensaml.saml1.core.validator
Checks AttributeDesignator for Schema compliance.
AttributeDesignatorSchemaValidator() - Constructor for class org.opensaml.saml1.core.validator.AttributeDesignatorSchemaValidator
 
AttributeDesignatorType - Interface in org.opensaml.xacml.policy
XACML AttribtueDesignator schema type.
AttributeDesignatorTypeImpl - Class in org.opensaml.xacml.policy.impl
Implementation of AttributeDesignatorType.
AttributeDesignatorTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.AttributeDesignatorTypeImpl
Constructor.
AttributeDesignatorTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
Builder for AttributeDesignatorType.
AttributeDesignatorTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.AttributeDesignatorTypeImplBuilder
 
AttributeDesignatorTypeMarshaller - Class in org.opensaml.xacml.policy.impl
Marshaller for AttributeDesignatorType.
AttributeDesignatorTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.AttributeDesignatorTypeMarshaller
Constructor.
AttributeDesignatorTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
Unmarshaller for AttributeDesignatorType.
AttributeDesignatorTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.AttributeDesignatorTypeUnmarshaller
Constructor.
AttributeDesignatorUnmarshaller - Class in org.opensaml.saml1.core.impl
Unmarshaller for AttributeDesignator objects.
AttributeDesignatorUnmarshaller() - Constructor for class org.opensaml.saml1.core.impl.AttributeDesignatorUnmarshaller
 
ATTRIBUTEID_ATTTRIB_NAME - Static variable in interface org.opensaml.xacml.ctx.AttributeType
Name of the AttributeId attribute.
AttributeImpl - Class in org.opensaml.saml1.core.impl
A Concrete implementation of the Attribute Interface
AttributeImpl(String, String, String) - Constructor for class org.opensaml.saml1.core.impl.AttributeImpl
Constructor
AttributeImpl - Class in org.opensaml.saml2.core.impl
Concrete implementation of Attribute.
AttributeImpl(String, String, String) - Constructor for class org.opensaml.saml2.core.impl.AttributeImpl
Constructor.
AttributeMarshaller - Class in org.opensaml.saml1.core.impl
A thread safe Marshaller for Attribute objects.
AttributeMarshaller() - Constructor for class org.opensaml.saml1.core.impl.AttributeMarshaller
 
AttributeMarshaller - Class in org.opensaml.saml2.core.impl
A thread safe Marshaller for Attribute objects.
AttributeMarshaller() - Constructor for class org.opensaml.saml2.core.impl.AttributeMarshaller
 
ATTRIBUTENAME_ATTRIB_NAME - Static variable in interface org.opensaml.saml1.core.AttributeDesignator
Name for the AttributeName attribute
ATTRIBUTENAMESPACE_ATTRIB_NAME - Static variable in interface org.opensaml.saml1.core.AttributeDesignator
Name for the AttributeNamespace attribute
AttributeProfile - Interface in org.opensaml.saml2.metadata
SAML 2.0 Metadata AttributeProfile
AttributeProfileBuilder - Class in org.opensaml.saml2.metadata.impl
Builder for AttributeProfileImpls
AttributeProfileBuilder() - Constructor for class org.opensaml.saml2.metadata.impl.AttributeProfileBuilder
Constructor
AttributeProfileImpl - Class in org.opensaml.saml2.metadata.impl
A concrete implementation of AttributeProfile
AttributeProfileImpl(String, String, String) - Constructor for class org.opensaml.saml2.metadata.impl.AttributeProfileImpl
Constructor
AttributeProfileMarshaller - Class in org.opensaml.saml2.metadata.impl
A thread safe Marshaller for AttributeProfile objects.
AttributeProfileMarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.AttributeProfileMarshaller
 
AttributeProfileSchemaValidator - Class in org.opensaml.saml2.metadata.validator
Checks AttributeProfile for Schema compliance.
AttributeProfileSchemaValidator() - Constructor for class org.opensaml.saml2.metadata.validator.AttributeProfileSchemaValidator
Constructor
AttributeProfileUnmarshaller - Class in org.opensaml.saml2.metadata.impl
A thread safe Unmarshaller for AttributeProfile objects.
AttributeProfileUnmarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.AttributeProfileUnmarshaller
 
AttributeQuery - Interface in org.opensaml.saml1.core
Description of the behaviour of the AttributeQuery element
AttributeQuery - Interface in org.opensaml.saml2.core
SAML 2.0 AttributeQuery.
AttributeQueryBuilder - Class in org.opensaml.saml1.core.impl
Builder of AttributeQueryImpl objects.
AttributeQueryBuilder() - Constructor for class org.opensaml.saml1.core.impl.AttributeQueryBuilder
Constructor
AttributeQueryBuilder - Class in org.opensaml.saml2.core.impl
A Builder for AttributeQueryImpl objects.
AttributeQueryBuilder() - Constructor for class org.opensaml.saml2.core.impl.AttributeQueryBuilder
Constructor.
AttributeQueryDescriptorType - Interface in org.opensaml.samlext.saml2mdquery
SAML 2.0 Metadata extension AttributeQueryDescriptorType.
AttributeQueryDescriptorTypeBuilder - Class in org.opensaml.samlext.saml2mdquery.impl
Builder of AttributeQueryDescriptorTypeImpl objects.
AttributeQueryDescriptorTypeBuilder() - Constructor for class org.opensaml.samlext.saml2mdquery.impl.AttributeQueryDescriptorTypeBuilder
 
AttributeQueryDescriptorTypeImpl - Class in org.opensaml.samlext.saml2mdquery.impl
Concrete implementation of AttributeQueryDescriptorType.
AttributeQueryDescriptorTypeImpl(String, String, String) - Constructor for class org.opensaml.samlext.saml2mdquery.impl.AttributeQueryDescriptorTypeImpl
Constructor.
AttributeQueryDescriptorTypeMarshaller - Class in org.opensaml.samlext.saml2mdquery.impl
Marshaller for AttributeQueryDescriptorType objects.
AttributeQueryDescriptorTypeMarshaller() - Constructor for class org.opensaml.samlext.saml2mdquery.impl.AttributeQueryDescriptorTypeMarshaller
 
AttributeQueryDescriptorTypeUnmarshaller - Class in org.opensaml.samlext.saml2mdquery.impl
Unmarshaller of AttributeQueryDescriptorType objects.
AttributeQueryDescriptorTypeUnmarshaller() - Constructor for class org.opensaml.samlext.saml2mdquery.impl.AttributeQueryDescriptorTypeUnmarshaller
 
AttributeQueryImpl - Class in org.opensaml.saml1.core.impl
Concrete implementation of the AttributeQuery interface
AttributeQueryImpl(String, String, String) - Constructor for class org.opensaml.saml1.core.impl.AttributeQueryImpl
Constructor
AttributeQueryImpl - Class in org.opensaml.saml2.core.impl
Concrete implementation of AttributeQuery.
AttributeQueryImpl(String, String, String) - Constructor for class org.opensaml.saml2.core.impl.AttributeQueryImpl
Constructor.
AttributeQueryMarshaller - Class in org.opensaml.saml1.core.impl
A thread safe Unmarshaller for AttributeQuery objects.
AttributeQueryMarshaller() - Constructor for class org.opensaml.saml1.core.impl.AttributeQueryMarshaller
 
AttributeQueryMarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Marshaller for AttributeQuery.
AttributeQueryMarshaller() - Constructor for class org.opensaml.saml2.core.impl.AttributeQueryMarshaller
 
AttributeQuerySchemaValidator - Class in org.opensaml.saml1.core.validator
Checks AttributeQuery for Schema compliance.
AttributeQuerySchemaValidator() - Constructor for class org.opensaml.saml1.core.validator.AttributeQuerySchemaValidator
 
AttributeQuerySchemaValidator - Class in org.opensaml.saml2.core.validator
Checks AttributeQuery for Schema compliance.
AttributeQuerySchemaValidator() - Constructor for class org.opensaml.saml2.core.validator.AttributeQuerySchemaValidator
Constructor.
AttributeQueryUnmarshaller - Class in org.opensaml.saml1.core.impl
A thread-safe Unmarshaller for AttributeQuery objects.
AttributeQueryUnmarshaller() - Constructor for class org.opensaml.saml1.core.impl.AttributeQueryUnmarshaller
 
AttributeQueryUnmarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Unmarshaller for AttributeQuery.
AttributeQueryUnmarshaller() - Constructor for class org.opensaml.saml2.core.impl.AttributeQueryUnmarshaller
 
AttributeSchemaValidator - Class in org.opensaml.saml1.core.validator
Checks Attribute for Schema compliance.
AttributeSchemaValidator() - Constructor for class org.opensaml.saml1.core.validator.AttributeSchemaValidator
 
AttributeSchemaValidator - Class in org.opensaml.saml2.core.validator
Checks Attribute for Schema compliance.
AttributeSchemaValidator() - Constructor for class org.opensaml.saml2.core.validator.AttributeSchemaValidator
Constructor
AttributeSelectorType - Interface in org.opensaml.xacml.policy
XACML AttributeSelector schema type.
AttributeSelectorTypeImpl - Class in org.opensaml.xacml.policy.impl
Implementation AttributeSelectorType.
AttributeSelectorTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.AttributeSelectorTypeImpl
Constructor.
AttributeSelectorTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
Builder for AttributeSelectorType.
AttributeSelectorTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.AttributeSelectorTypeImplBuilder
 
AttributeSelectorTypeMarshaller - Class in org.opensaml.xacml.policy.impl
Marshaller for AttributeSelectorType.
AttributeSelectorTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.AttributeSelectorTypeMarshaller
Constructor.
AttributeSelectorTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
Unmarshaller for AttributeSelectorType.
AttributeSelectorTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.AttributeSelectorTypeUnmarshaller
Constructor.
AttributeService - Interface in org.opensaml.saml2.metadata
SAML 2.0 Metadata AttributeService
AttributeServiceBuilder - Class in org.opensaml.saml2.metadata.impl
Builder for AttributeServiceImpl.
AttributeServiceBuilder() - Constructor for class org.opensaml.saml2.metadata.impl.AttributeServiceBuilder
Constructor
AttributeServiceImpl - Class in org.opensaml.saml2.metadata.impl
Concrete implementation of AttributeService.
AttributeServiceImpl(String, String, String) - Constructor for class org.opensaml.saml2.metadata.impl.AttributeServiceImpl
Constructor
AttributeServiceMarshaller - Class in org.opensaml.saml2.metadata.impl
A thread safe Marshaller for AttributeService objects.
AttributeServiceMarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.AttributeServiceMarshaller
 
AttributeServiceSchemaValidator - Class in org.opensaml.saml2.metadata.validator
Checks AttributeService for Schema compliance.
AttributeServiceSchemaValidator() - Constructor for class org.opensaml.saml2.metadata.validator.AttributeServiceSchemaValidator
Constructor
AttributeServiceUnmarshaller - Class in org.opensaml.saml2.metadata.impl
A thread-safe Unmarshaller for AttributeService objects.
AttributeServiceUnmarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.AttributeServiceUnmarshaller
 
AttributeStatement - Interface in org.opensaml.saml1.core
This interface defines how the object representing a SAML 1 AttributeStatement element behaves.
AttributeStatement - Interface in org.opensaml.saml2.core
SAML 2.0 Core AttributeStatement.
AttributeStatementBuilder - Class in org.opensaml.saml1.core.impl
Builder of AttributeStatementImpl objects.
AttributeStatementBuilder() - Constructor for class org.opensaml.saml1.core.impl.AttributeStatementBuilder
Constructor
AttributeStatementBuilder - Class in org.opensaml.saml2.core.impl
Builder for AttributeStatementImpl objects.
AttributeStatementBuilder() - Constructor for class org.opensaml.saml2.core.impl.AttributeStatementBuilder
Constructor.
AttributeStatementImpl - Class in org.opensaml.saml1.core.impl
A Concrete implementation of the AttributeStatement Interface
AttributeStatementImpl(String, String, String) - Constructor for class org.opensaml.saml1.core.impl.AttributeStatementImpl
Constructor
AttributeStatementImpl - Class in org.opensaml.saml2.core.impl
A concrete implementation of AttributeStatement.
AttributeStatementImpl(String, String, String) - Constructor for class org.opensaml.saml2.core.impl.AttributeStatementImpl
Constructor.
AttributeStatementMarshaller - Class in org.opensaml.saml1.core.impl
A thread safe Unmarshaller for AttributeStatement objects.
AttributeStatementMarshaller() - Constructor for class org.opensaml.saml1.core.impl.AttributeStatementMarshaller
 
AttributeStatementMarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Marshaller for AttributeStatement.
AttributeStatementMarshaller() - Constructor for class org.opensaml.saml2.core.impl.AttributeStatementMarshaller
 
AttributeStatementSchemaValidator - Class in org.opensaml.saml1.core.validator
Checks AttributeStatement for Schema compliance.
AttributeStatementSchemaValidator() - Constructor for class org.opensaml.saml1.core.validator.AttributeStatementSchemaValidator
 
AttributeStatementSchemaValidator - Class in org.opensaml.saml2.core.validator
Checks AttributeStatement for Schema compliance.
AttributeStatementSchemaValidator() - Constructor for class org.opensaml.saml2.core.validator.AttributeStatementSchemaValidator
Constructor
AttributeStatementUnmarshaller - Class in org.opensaml.saml1.core.impl
A thread-safe Unmarshaller for AttributeStatement objects.
AttributeStatementUnmarshaller() - Constructor for class org.opensaml.saml1.core.impl.AttributeStatementUnmarshaller
 
AttributeStatementUnmarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Unmarshaller for AttributeStatement.
AttributeStatementUnmarshaller() - Constructor for class org.opensaml.saml2.core.impl.AttributeStatementUnmarshaller
 
AttributeType - Interface in org.opensaml.xacml.ctx
XACML context Attribute schema type.
AttributeTypeImpl - Class in org.opensaml.xacml.ctx.impl
Concrete implementation of AttributeType.
AttributeTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.ctx.impl.AttributeTypeImpl
Constructor.
AttributeTypeImplBuilder - Class in org.opensaml.xacml.ctx.impl
Builder for AttributeType objects.
AttributeTypeImplBuilder() - Constructor for class org.opensaml.xacml.ctx.impl.AttributeTypeImplBuilder
Constructor.
AttributeTypeMarshaller - Class in org.opensaml.xacml.ctx.impl
Marshaller for AttributeType objects.
AttributeTypeMarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.AttributeTypeMarshaller
Constructor.
AttributeTypeMarshaller(String, String) - Constructor for class org.opensaml.xacml.ctx.impl.AttributeTypeMarshaller
Constructor.
AttributeTypeUnmarshaller - Class in org.opensaml.xacml.ctx.impl
Unmarshaller for AttributeType objects.
AttributeTypeUnmarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.AttributeTypeUnmarshaller
Constructor.
AttributeTypeUnmarshaller(String, String) - Constructor for class org.opensaml.xacml.ctx.impl.AttributeTypeUnmarshaller
Constructor.
AttributeUnmarshaller - Class in org.opensaml.saml1.core.impl
A thread-safe Unmarshaller for AttributeImpl objects.
AttributeUnmarshaller() - Constructor for class org.opensaml.saml1.core.impl.AttributeUnmarshaller
 
AttributeUnmarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Unmarshaller for Attribute objects.
AttributeUnmarshaller() - Constructor for class org.opensaml.saml2.core.impl.AttributeUnmarshaller
 
AttributeValue - Interface in org.opensaml.saml1.core
This interface defines how the object representing a SAML 1 AttributeValue element behaves.
AttributeValue - Interface in org.opensaml.saml2.core
This interface defines how the object representing a SAML 12 AttributeValue element behaves.
AttributeValueType - Interface in org.opensaml.xacml.ctx
XACML context AttributeValue schema type.
AttributeValueType - Interface in org.opensaml.xacml.policy
XACML AttributeValue schema type.
AttributeValueTypeImpl - Class in org.opensaml.xacml.ctx.impl
Concrete implementation of AttributeValueType.
AttributeValueTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.ctx.impl.AttributeValueTypeImpl
Constructor.
AttributeValueTypeImpl - Class in org.opensaml.xacml.policy.impl
Implementation of AttributeValueType.
AttributeValueTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.AttributeValueTypeImpl
Constructor.
AttributeValueTypeImplBuilder - Class in org.opensaml.xacml.ctx.impl
Builder for AttributeValueType objects.
AttributeValueTypeImplBuilder() - Constructor for class org.opensaml.xacml.ctx.impl.AttributeValueTypeImplBuilder
Constructor.
AttributeValueTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
Builder for AttributeValueType.
AttributeValueTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.AttributeValueTypeImplBuilder
 
AttributeValueTypeMarshaller - Class in org.opensaml.xacml.ctx.impl
Marshaller for AttributeValueType objects.
AttributeValueTypeMarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.AttributeValueTypeMarshaller
Constructor.
AttributeValueTypeMarshaller - Class in org.opensaml.xacml.policy.impl
Marshaller for AttributeValueType.
AttributeValueTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.AttributeValueTypeMarshaller
Constructor.
AttributeValueTypeUnmarshaller - Class in org.opensaml.xacml.ctx.impl
Unmarshaller for AttributeValueType objects.
AttributeValueTypeUnmarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.AttributeValueTypeUnmarshaller
Constructor.
AttributeValueTypeUnmarshaller(String, String) - Constructor for class org.opensaml.xacml.ctx.impl.AttributeValueTypeUnmarshaller
Constructor.
AttributeValueTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
Unmarshaller for AttributeValueType.
AttributeValueTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.AttributeValueTypeUnmarshaller
Constructor.
Audience - Interface in org.opensaml.saml1.core
This interface describes how ab object representing a SAML1 Audience element will behave.
Audience - Interface in org.opensaml.saml2.core
SAML 2.0 Core Audience.
AudienceBuilder - Class in org.opensaml.saml1.core.impl
Builder of AudienceImpl objects.
AudienceBuilder() - Constructor for class org.opensaml.saml1.core.impl.AudienceBuilder
Constructor
AudienceBuilder - Class in org.opensaml.saml2.core.impl
Builder for AudienceImpl objects.
AudienceBuilder() - Constructor for class org.opensaml.saml2.core.impl.AudienceBuilder
Construtor.
AudienceImpl - Class in org.opensaml.saml1.core.impl
Concrete class implementation of Audience
AudienceImpl(String, String, String) - Constructor for class org.opensaml.saml1.core.impl.AudienceImpl
Constructor
AudienceImpl - Class in org.opensaml.saml2.core.impl
Concrete implementation of Audience.
AudienceImpl(String, String, String) - Constructor for class org.opensaml.saml2.core.impl.AudienceImpl
Constructor.
AudienceMarshaller - Class in org.opensaml.saml1.core.impl
A thread safe Marshaller for Audience objects.
AudienceMarshaller() - Constructor for class org.opensaml.saml1.core.impl.AudienceMarshaller
 
AudienceMarshaller - Class in org.opensaml.saml2.core.impl
A thread safe Marshaller for Audience objects.
AudienceMarshaller() - Constructor for class org.opensaml.saml2.core.impl.AudienceMarshaller
 
AudienceRestriction - Interface in org.opensaml.saml2.core
SAML 2.0 Core AudienceRestriction.
AudienceRestrictionBuilder - Class in org.opensaml.saml2.core.impl
Builder for AudienceRestrictionImpl objects.
AudienceRestrictionBuilder() - Constructor for class org.opensaml.saml2.core.impl.AudienceRestrictionBuilder
Constructor.
AudienceRestrictionCondition - Interface in org.opensaml.saml1.core
This interface describes how ab object representing a SAML1 AudienceRestrictionCondition element will behave.
AudienceRestrictionConditionBuilder - Class in org.opensaml.saml1.core.impl
Builder of AudienceRestrictionConditionImpl objects.
AudienceRestrictionConditionBuilder() - Constructor for class org.opensaml.saml1.core.impl.AudienceRestrictionConditionBuilder
Constructor
AudienceRestrictionConditionImpl - Class in org.opensaml.saml1.core.impl
Concrete implementation of the org.opensaml.saml1.core.AudienceRestrictionCondition
AudienceRestrictionConditionImpl(String, String, String) - Constructor for class org.opensaml.saml1.core.impl.AudienceRestrictionConditionImpl
Constructor.
AudienceRestrictionConditionMarshaller - Class in org.opensaml.saml1.core.impl
A thread safe Marshaller for AudienceRestrictionCondition objects.
AudienceRestrictionConditionMarshaller() - Constructor for class org.opensaml.saml1.core.impl.AudienceRestrictionConditionMarshaller
 
AudienceRestrictionConditionSchemaValidator - Class in org.opensaml.saml1.core.validator
Checks AudienceRestrictionCondition for Schema compliance.
AudienceRestrictionConditionSchemaValidator() - Constructor for class org.opensaml.saml1.core.validator.AudienceRestrictionConditionSchemaValidator
 
AudienceRestrictionConditionUnmarshaller - Class in org.opensaml.saml1.core.impl
A thread-safe Unmarshaller for AudienceRestrictionCondition objects.
AudienceRestrictionConditionUnmarshaller() - Constructor for class org.opensaml.saml1.core.impl.AudienceRestrictionConditionUnmarshaller
 
AudienceRestrictionImpl - Class in org.opensaml.saml2.core.impl
Concrete implementation of AudienceRestriction.
AudienceRestrictionImpl(String, String, String) - Constructor for class org.opensaml.saml2.core.impl.AudienceRestrictionImpl
Constructor.
AudienceRestrictionMarshaller - Class in org.opensaml.saml2.core.impl
A thread safe Marshaller for AudienceRestriction objects.
AudienceRestrictionMarshaller() - Constructor for class org.opensaml.saml2.core.impl.AudienceRestrictionMarshaller
 
AudienceRestrictionSchemaValidator - Class in org.opensaml.saml2.core.validator
Checks AudienceRestriction for Schema compliance.
AudienceRestrictionSchemaValidator() - Constructor for class org.opensaml.saml2.core.validator.AudienceRestrictionSchemaValidator
Constructor
AudienceRestrictionUnmarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Unmarshaller for AudienceRestriction objects.
AudienceRestrictionUnmarshaller() - Constructor for class org.opensaml.saml2.core.impl.AudienceRestrictionUnmarshaller
 
AudienceSchemaValidator - Class in org.opensaml.saml2.core.validator
Checks Audience for Schema compliance.
AudienceSchemaValidator() - Constructor for class org.opensaml.saml2.core.validator.AudienceSchemaValidator
Constructor
AudienceSpecValidator - Class in org.opensaml.saml1.core.validator
Checks AudienceRestrictionCondition for Spec compliance.
AudienceSpecValidator() - Constructor for class org.opensaml.saml1.core.validator.AudienceSpecValidator
 
AudienceUnmarshaller - Class in org.opensaml.saml1.core.impl
A thread-safe Unmarshaller for Audience objects.
AudienceUnmarshaller() - Constructor for class org.opensaml.saml1.core.impl.AudienceUnmarshaller
 
AudienceUnmarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Unmarshaller for Audience objects.
AudienceUnmarshaller() - Constructor for class org.opensaml.saml2.core.impl.AudienceUnmarshaller
 
AUTH_REQUESTS_SIGNED_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.metadata.SPSSODescriptor
"AuthnRequestsSigned" attribute's local name
AUTHENTICATED_TELEPHONY_AUTHN_CTX - Static variable in interface org.opensaml.saml2.core.AuthnContext
URI for Authenticated Telephony authentication context.
AuthenticatingAuthority - Interface in org.opensaml.saml2.core
SAML 2.0 Core AuthenticatingAuthority.
AuthenticatingAuthorityBuilder - Class in org.opensaml.saml2.core.impl
Builder for AuthenticatingAuthorityImpl objects.
AuthenticatingAuthorityBuilder() - Constructor for class org.opensaml.saml2.core.impl.AuthenticatingAuthorityBuilder
Constructor.
AuthenticatingAuthorityImpl - Class in org.opensaml.saml2.core.impl
A concrete implemenation of AuthenticatingAuthority.
AuthenticatingAuthorityImpl(String, String, String) - Constructor for class org.opensaml.saml2.core.impl.AuthenticatingAuthorityImpl
Constructor.
AuthenticatingAuthorityMarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Marshaller for AuthenticatingAuthority.
AuthenticatingAuthorityMarshaller() - Constructor for class org.opensaml.saml2.core.impl.AuthenticatingAuthorityMarshaller
 
AuthenticatingAuthoritySchemaValidator - Class in org.opensaml.saml2.core.validator
Checks AuthenticatingAuthority for Schema compliance.
AuthenticatingAuthoritySchemaValidator() - Constructor for class org.opensaml.saml2.core.validator.AuthenticatingAuthoritySchemaValidator
Constructor
AuthenticatingAuthorityUnmarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Unmarshaller for AuthenticatingAuthority.
AuthenticatingAuthorityUnmarshaller() - Constructor for class org.opensaml.saml2.core.impl.AuthenticatingAuthorityUnmarshaller
 
AUTHENTICATIONINSTANT_ATTRIB_NAME - Static variable in interface org.opensaml.saml1.core.AuthenticationStatement
Name of the AuthenticationInstant attribute
AUTHENTICATIONMETHOD_ATTRIB_NAME - Static variable in interface org.opensaml.saml1.core.AuthenticationQuery
AuthenticationMethod attribute name
AUTHENTICATIONMETHOD_ATTRIB_NAME - Static variable in interface org.opensaml.saml1.core.AuthenticationStatement
Name of the AuthenticationMethod attribute
AuthenticationQuery - Interface in org.opensaml.saml1.core
Description of the behaviour of the AuthenticationQuery element
AuthenticationQueryBuilder - Class in org.opensaml.saml1.core.impl
Builder of AuthenticationQueryImpl objects.
AuthenticationQueryBuilder() - Constructor for class org.opensaml.saml1.core.impl.AuthenticationQueryBuilder
Constructor
AuthenticationQueryImpl - Class in org.opensaml.saml1.core.impl
Concrete implementation of the AuthenticationQuery interface
AuthenticationQueryImpl(String, String, String) - Constructor for class org.opensaml.saml1.core.impl.AuthenticationQueryImpl
Constructor.
AuthenticationQueryMarshaller - Class in org.opensaml.saml1.core.impl
A thread safe Marshaller for AuthenticationQuery objects.
AuthenticationQueryMarshaller() - Constructor for class org.opensaml.saml1.core.impl.AuthenticationQueryMarshaller
 
AuthenticationQuerySchemaValidator - Class in org.opensaml.saml1.core.validator
Checks AuthenticationQuery for Schema compliance.
AuthenticationQuerySchemaValidator() - Constructor for class org.opensaml.saml1.core.validator.AuthenticationQuerySchemaValidator
 
AuthenticationQueryUnmarshaller - Class in org.opensaml.saml1.core.impl
A thread-safe Unmarshaller for AuthenticationQuery objects.
AuthenticationQueryUnmarshaller() - Constructor for class org.opensaml.saml1.core.impl.AuthenticationQueryUnmarshaller
 
AuthenticationStatement - Interface in org.opensaml.saml1.core
This interface defines how the object representing a SAML1 AuthenticationStatment element behaves.
AuthenticationStatementBuilder - Class in org.opensaml.saml1.core.impl
Builder of AuthenticationStatementImpl objects.
AuthenticationStatementBuilder() - Constructor for class org.opensaml.saml1.core.impl.AuthenticationStatementBuilder
Constructor
AuthenticationStatementImpl - Class in org.opensaml.saml1.core.impl
A Concrete implementation of the AuthenticationStatement Interface
AuthenticationStatementImpl(String, String, String) - Constructor for class org.opensaml.saml1.core.impl.AuthenticationStatementImpl
Constructor.
AuthenticationStatementMarshaller - Class in org.opensaml.saml1.core.impl
A thread safe Marshaller for AuthenticationStatement objects.
AuthenticationStatementMarshaller() - Constructor for class org.opensaml.saml1.core.impl.AuthenticationStatementMarshaller
 
AuthenticationStatementSchemaValidator - Class in org.opensaml.saml1.core.validator
Checks AuthenticationStatement for Schema compliance.
AuthenticationStatementSchemaValidator() - Constructor for class org.opensaml.saml1.core.validator.AuthenticationStatementSchemaValidator
 
AuthenticationStatementUnmarshaller - Class in org.opensaml.saml1.core.impl
A thread-safe Unmarshaller for AuthenticationStatement objects.
AuthenticationStatementUnmarshaller() - Constructor for class org.opensaml.saml1.core.impl.AuthenticationStatementUnmarshaller
 
AUTHN_FAILED_URI - Static variable in interface org.opensaml.saml2.core.StatusCode
URI for AuthnFailed status code.
AUTHN_INSTANT_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.core.AuthnStatement
AuthnInstant attribute name.
AuthnAuthorityDescriptor - Interface in org.opensaml.saml2.metadata
SAML 2.0 Metadata AuthnAuthorityDescriptor
AuthnAuthorityDescriptorBuilder - Class in org.opensaml.saml2.metadata.impl
A builder for AuthnAuthorityDescriptorImpl objects.
AuthnAuthorityDescriptorBuilder() - Constructor for class org.opensaml.saml2.metadata.impl.AuthnAuthorityDescriptorBuilder
Constructor
AuthnAuthorityDescriptorImpl - Class in org.opensaml.saml2.metadata.impl
Concreate implementation of AuthnAuthorityDescriptor
AuthnAuthorityDescriptorImpl(String, String, String) - Constructor for class org.opensaml.saml2.metadata.impl.AuthnAuthorityDescriptorImpl
Constructor .
AuthnAuthorityDescriptorMarshaller - Class in org.opensaml.saml2.metadata.impl
A thread safe Marshaller for AuthnAuthorityDescriptor objects.
AuthnAuthorityDescriptorMarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.AuthnAuthorityDescriptorMarshaller
 
AuthnAuthorityDescriptorSchemaValidator - Class in org.opensaml.saml2.metadata.validator
Checks AuthnAuthorityDescriptor for Schema compliance.
AuthnAuthorityDescriptorSchemaValidator() - Constructor for class org.opensaml.saml2.metadata.validator.AuthnAuthorityDescriptorSchemaValidator
Constructor
AuthnAuthorityDescriptorSpecValidator - Class in org.opensaml.saml2.metadata.validator
Checks AuthnAuthorityDescriptor for Spec compliance.
AuthnAuthorityDescriptorSpecValidator() - Constructor for class org.opensaml.saml2.metadata.validator.AuthnAuthorityDescriptorSpecValidator
Constructor
AuthnAuthorityDescriptorUnmarshaller - Class in org.opensaml.saml2.metadata.impl
A thread-safe Unmarshaller for AuthnAuthorityDescriptor objects.
AuthnAuthorityDescriptorUnmarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.AuthnAuthorityDescriptorUnmarshaller
 
AuthnContext - Interface in org.opensaml.saml2.core
SAML 2.0 Core AuthnContext.
AuthnContextBuilder - Class in org.opensaml.saml2.core.impl
Builder for AuthnContextImpl objects.
AuthnContextBuilder() - Constructor for class org.opensaml.saml2.core.impl.AuthnContextBuilder
Constructor.
AuthnContextClassRef - Interface in org.opensaml.saml2.core
SAML 2.0 Core AuthnContextClassRef.
AuthnContextClassRefBuilder - Class in org.opensaml.saml2.core.impl
Builder for AuthnContextClassRefImpl objects.
AuthnContextClassRefBuilder() - Constructor for class org.opensaml.saml2.core.impl.AuthnContextClassRefBuilder
Constructor.
AuthnContextClassRefImpl - Class in org.opensaml.saml2.core.impl
A concrete implementation of AuthnContextClassRef.
AuthnContextClassRefImpl(String, String, String) - Constructor for class org.opensaml.saml2.core.impl.AuthnContextClassRefImpl
Constructor.
AuthnContextClassRefMarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Marshaller for AuthnContextClassRef.
AuthnContextClassRefMarshaller() - Constructor for class org.opensaml.saml2.core.impl.AuthnContextClassRefMarshaller
 
AuthnContextClassRefSchemaValidator - Class in org.opensaml.saml2.core.validator
Checks AuthnContextClassRef for Schema compliance.
AuthnContextClassRefSchemaValidator() - Constructor for class org.opensaml.saml2.core.validator.AuthnContextClassRefSchemaValidator
Constructor
AuthnContextClassRefUnmarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Unmarshaller for AuthnContextClassRef.
AuthnContextClassRefUnmarshaller() - Constructor for class org.opensaml.saml2.core.impl.AuthnContextClassRefUnmarshaller
 
AuthnContextComparisonTypeEnumeration - Class in org.opensaml.saml2.core
A type safe enumeration of RequestedAuthnContext comparison types.
AuthnContextComparisonTypeEnumeration(String) - Constructor for class org.opensaml.saml2.core.AuthnContextComparisonTypeEnumeration
Constructor.
AuthnContextDecl - Interface in org.opensaml.saml2.core
SAML 2.0 Core AuthnContextDecl.
AuthnContextDeclBuilder - Class in org.opensaml.saml2.core.impl
Builder for AuthnContextDeclImpl objects.
AuthnContextDeclBuilder() - Constructor for class org.opensaml.saml2.core.impl.AuthnContextDeclBuilder
Constructor.
AuthnContextDeclImpl - Class in org.opensaml.saml2.core.impl
A concrete implementation of AuthnContextDecl.
AuthnContextDeclImpl(String, String, String) - Constructor for class org.opensaml.saml2.core.impl.AuthnContextDeclImpl
Constructor.
AuthnContextDeclMarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Marshaller for AuthnContextDecl.
AuthnContextDeclMarshaller() - Constructor for class org.opensaml.saml2.core.impl.AuthnContextDeclMarshaller
 
AuthnContextDeclRef - Interface in org.opensaml.saml2.core
SAML 2.0 Core AuthnContextDeclRef.
AuthnContextDeclRefBuilder - Class in org.opensaml.saml2.core.impl
Builder for AuthnContextDeclRefImpl objects.
AuthnContextDeclRefBuilder() - Constructor for class org.opensaml.saml2.core.impl.AuthnContextDeclRefBuilder
Constructor.
AuthnContextDeclRefImpl - Class in org.opensaml.saml2.core.impl
A concrete implementation of AuthnContextDeclRef.
AuthnContextDeclRefImpl(String, String, String) - Constructor for class org.opensaml.saml2.core.impl.AuthnContextDeclRefImpl
Constructor.
AuthnContextDeclRefMarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Marshaller for AuthnContextDeclRef.
AuthnContextDeclRefMarshaller() - Constructor for class org.opensaml.saml2.core.impl.AuthnContextDeclRefMarshaller
 
AuthnContextDeclRefSchemaValidator - Class in org.opensaml.saml2.core.validator
Checks AuthnContextDeclRef for Schema compliance.
AuthnContextDeclRefSchemaValidator() - Constructor for class org.opensaml.saml2.core.validator.AuthnContextDeclRefSchemaValidator
Constructor
AuthnContextDeclRefUnmarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Unmarshaller for AuthnContextDecl.
AuthnContextDeclRefUnmarshaller() - Constructor for class org.opensaml.saml2.core.impl.AuthnContextDeclRefUnmarshaller
 
AuthnContextDeclSchemaValidator - Class in org.opensaml.saml2.core.validator
Checks AuthnContextDecl for Schema compliance.
AuthnContextDeclSchemaValidator() - Constructor for class org.opensaml.saml2.core.validator.AuthnContextDeclSchemaValidator
Constructor.
AuthnContextDeclUnmarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Unmarshaller for AuthnContextDecl.
AuthnContextDeclUnmarshaller() - Constructor for class org.opensaml.saml2.core.impl.AuthnContextDeclUnmarshaller
 
AuthnContextImpl - Class in org.opensaml.saml2.core.impl
A concrete implemenation of AuthnContext.
AuthnContextImpl(String, String, String) - Constructor for class org.opensaml.saml2.core.impl.AuthnContextImpl
Constructor.
AuthnContextMarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Marshaller for AuthnContext.
AuthnContextMarshaller() - Constructor for class org.opensaml.saml2.core.impl.AuthnContextMarshaller
 
AuthnContextUnmarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Unmarshaller for AuthnContext.
AuthnContextUnmarshaller() - Constructor for class org.opensaml.saml2.core.impl.AuthnContextUnmarshaller
 
AuthnQuery - Interface in org.opensaml.saml2.core
SAML 2.0 AuthnQuery.
AuthnQueryBuilder - Class in org.opensaml.saml2.core.impl
A Builder for AuthnQueryImpl objects.
AuthnQueryBuilder() - Constructor for class org.opensaml.saml2.core.impl.AuthnQueryBuilder
Constructor.
AuthnQueryDescriptorType - Interface in org.opensaml.samlext.saml2mdquery
SAML 2.0 Metadata extension AuthnQueryDescriptorType.
AuthnQueryDescriptorTypeBuilder - Class in org.opensaml.samlext.saml2mdquery.impl
Builder of AuthnQueryDescriptorTypeImpl objects.
AuthnQueryDescriptorTypeBuilder() - Constructor for class org.opensaml.samlext.saml2mdquery.impl.AuthnQueryDescriptorTypeBuilder
 
AuthnQueryDescriptorTypeImpl - Class in org.opensaml.samlext.saml2mdquery.impl
Concrete implementation of AuthnQueryDescriptorType.
AuthnQueryDescriptorTypeImpl(String, String, String) - Constructor for class org.opensaml.samlext.saml2mdquery.impl.AuthnQueryDescriptorTypeImpl
Constructor.
AuthnQueryDescriptorTypeMarshaller - Class in org.opensaml.samlext.saml2mdquery.impl
Marshaller for AuthnQueryDescriptorType objects.
AuthnQueryDescriptorTypeMarshaller() - Constructor for class org.opensaml.samlext.saml2mdquery.impl.AuthnQueryDescriptorTypeMarshaller
 
AuthnQueryDescriptorTypeUnmarshaller - Class in org.opensaml.samlext.saml2mdquery.impl
Unmarshaller of AuthnQueryDescriptorType objects.
AuthnQueryDescriptorTypeUnmarshaller() - Constructor for class org.opensaml.samlext.saml2mdquery.impl.AuthnQueryDescriptorTypeUnmarshaller
 
AuthnQueryImpl - Class in org.opensaml.saml2.core.impl
Concrete implementation of AuthnQuery.
AuthnQueryImpl(String, String, String) - Constructor for class org.opensaml.saml2.core.impl.AuthnQueryImpl
Constructor.
AuthnQueryMarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Marshaller for AuthnQuery.
AuthnQueryMarshaller() - Constructor for class org.opensaml.saml2.core.impl.AuthnQueryMarshaller
 
AuthnQuerySchemaValidator - Class in org.opensaml.saml2.core.validator
Checks AuthnQuery for Schema compliance.
AuthnQuerySchemaValidator() - Constructor for class org.opensaml.saml2.core.validator.AuthnQuerySchemaValidator
Constructor
AuthnQueryService - Interface in org.opensaml.saml2.metadata
SAML 2.0 Metadata AuthnQueryService
AuthnQueryServiceBuilder - Class in org.opensaml.saml2.metadata.impl
Builder for AuthnQueryServiceImpl.
AuthnQueryServiceBuilder() - Constructor for class org.opensaml.saml2.metadata.impl.AuthnQueryServiceBuilder
Constructor
AuthnQueryServiceImpl - Class in org.opensaml.saml2.metadata.impl
Concrete implementation of AuthnQueryService
AuthnQueryServiceImpl(String, String, String) - Constructor for class org.opensaml.saml2.metadata.impl.AuthnQueryServiceImpl
Constructor
AuthnQueryServiceMarshaller - Class in org.opensaml.saml2.metadata.impl
A thread safe Marshaller for AuthnQueryService objects.
AuthnQueryServiceMarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.AuthnQueryServiceMarshaller
 
AuthnQueryServiceSchemaValidator - Class in org.opensaml.saml2.metadata.validator
Checks AuthnQueryService for Schema compliance.
AuthnQueryServiceSchemaValidator() - Constructor for class org.opensaml.saml2.metadata.validator.AuthnQueryServiceSchemaValidator
Constructor
AuthnQueryServiceUnmarshaller - Class in org.opensaml.saml2.metadata.impl
A thread-safe Unmarshaller for AuthnQueryService objects.
AuthnQueryServiceUnmarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.AuthnQueryServiceUnmarshaller
 
AuthnQueryUnmarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Unmarshaller for AuthnQuery objects.
AuthnQueryUnmarshaller() - Constructor for class org.opensaml.saml2.core.impl.AuthnQueryUnmarshaller
 
AuthnRequest - Interface in org.opensaml.saml2.core
SAML 2.0 Core AuthnRequest.
AuthnRequestBuilder - Class in org.opensaml.saml2.core.impl
A Builder for AuthnRequestImpl objects.
AuthnRequestBuilder() - Constructor for class org.opensaml.saml2.core.impl.AuthnRequestBuilder
Constructor.
AuthnRequestImpl - Class in org.opensaml.saml2.core.impl
A concrete implementation of AuthnRequest.
AuthnRequestImpl(String, String, String) - Constructor for class org.opensaml.saml2.core.impl.AuthnRequestImpl
Constructor.
AuthnRequestMarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Marshaller for AuthnRequest.
AuthnRequestMarshaller() - Constructor for class org.opensaml.saml2.core.impl.AuthnRequestMarshaller
 
AuthnRequestSchemaValidator - Class in org.opensaml.saml2.core.validator
Checks AuthnRequest for Schema compliance.
AuthnRequestSchemaValidator() - Constructor for class org.opensaml.saml2.core.validator.AuthnRequestSchemaValidator
Constructor
AuthnRequestUnmarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Unmarshaller for AuthnRequest objects.
AuthnRequestUnmarshaller() - Constructor for class org.opensaml.saml2.core.impl.AuthnRequestUnmarshaller
 
AuthnResponseEndpointSelector - Class in org.opensaml.saml2.binding
An endpoint selector that implements the additional selection constraints described within the SAML 2.0 AuthnRequest specification.
AuthnResponseEndpointSelector() - Constructor for class org.opensaml.saml2.binding.AuthnResponseEndpointSelector
 
AuthnStatement - Interface in org.opensaml.saml2.core
SAML 2.0 Core AuthnStatement.
AuthnStatementBuilder - Class in org.opensaml.saml2.core.impl
Builder for AuthnStatementImpl objects.
AuthnStatementBuilder() - Constructor for class org.opensaml.saml2.core.impl.AuthnStatementBuilder
Constructor.
AuthnStatementImpl - Class in org.opensaml.saml2.core.impl
A concrete implementation of AuthnStatement.
AuthnStatementImpl(String, String, String) - Constructor for class org.opensaml.saml2.core.impl.AuthnStatementImpl
Constructor.
AuthnStatementMarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Marshaller for AuthnStatement.
AuthnStatementMarshaller() - Constructor for class org.opensaml.saml2.core.impl.AuthnStatementMarshaller
 
AuthnStatementSchemaValidator - Class in org.opensaml.saml2.core.validator
Checks AuthnStatement for Schema compliance.
AuthnStatementSchemaValidator() - Constructor for class org.opensaml.saml2.core.validator.AuthnStatementSchemaValidator
Constructor
AuthnStatementUnmarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Unmarshaller for AuthnStatement.
AuthnStatementUnmarshaller() - Constructor for class org.opensaml.saml2.core.impl.AuthnStatementUnmarshaller
 
AuthorityBinding - Interface in org.opensaml.saml1.core
Interface to define how a AuthorityBinding <\code> element behaves
AuthorityBindingBuilder - Class in org.opensaml.saml1.core.impl
Builder of AuthorityBindingImpl objects.
AuthorityBindingBuilder() - Constructor for class org.opensaml.saml1.core.impl.AuthorityBindingBuilder
Constructor
AuthorityBindingImpl - Class in org.opensaml.saml1.core.impl
A concrete impementation of the SubjectLocality interface
AuthorityBindingImpl(String, String, String) - Constructor for class org.opensaml.saml1.core.impl.AuthorityBindingImpl
Constructor.
AuthorityBindingMarshaller - Class in org.opensaml.saml1.core.impl
A thread safe Marshaller for AuthorityBinding objects.
AuthorityBindingMarshaller() - Constructor for class org.opensaml.saml1.core.impl.AuthorityBindingMarshaller
 
AuthorityBindingSchemaValidator - Class in org.opensaml.saml1.core.validator
Checks AuthorityBinding for Schema compliance.
AuthorityBindingSchemaValidator() - Constructor for class org.opensaml.saml1.core.validator.AuthorityBindingSchemaValidator
 
AuthorityBindingUnmarshaller - Class in org.opensaml.saml1.core.impl
A thread-safe Unmarshaller for AuthorityBinding objects.
AuthorityBindingUnmarshaller() - Constructor for class org.opensaml.saml1.core.impl.AuthorityBindingUnmarshaller
 
AUTHORITYKIND_ATTRIB_NAME - Static variable in interface org.opensaml.saml1.core.AuthorityBinding
Name for the AuthorityKind attribute
AuthorizationDecisionQuery - Interface in org.opensaml.saml1.core
Description of the behaviour of the AuthorizationDecisionQuery element
AuthorizationDecisionQueryBuilder - Class in org.opensaml.saml1.core.impl
Builder of AuthorizationDecisionQueryImpl objects.
AuthorizationDecisionQueryBuilder() - Constructor for class org.opensaml.saml1.core.impl.AuthorizationDecisionQueryBuilder
Constructor
AuthorizationDecisionQueryImpl - Class in org.opensaml.saml1.core.impl
Concrete implementation of the AuthorizationDecisionQuery interface
AuthorizationDecisionQueryImpl(String, String, String) - Constructor for class org.opensaml.saml1.core.impl.AuthorizationDecisionQueryImpl
Constructor.
AuthorizationDecisionQueryMarshaller - Class in org.opensaml.saml1.core.impl
A thread safe Marshaller for AuthorizationDecisionQuery objects.
AuthorizationDecisionQueryMarshaller() - Constructor for class org.opensaml.saml1.core.impl.AuthorizationDecisionQueryMarshaller
 
AuthorizationDecisionQuerySchemaValidator - Class in org.opensaml.saml1.core.validator
Checks AuthorizationDecisionQuery for Schema compliance.
AuthorizationDecisionQuerySchemaValidator() - Constructor for class org.opensaml.saml1.core.validator.AuthorizationDecisionQuerySchemaValidator
 
AuthorizationDecisionQueryUnmarshaller - Class in org.opensaml.saml1.core.impl
A thread-safe Unmarshaller for AuthorizationDecisionQuery objects.
AuthorizationDecisionQueryUnmarshaller() - Constructor for class org.opensaml.saml1.core.impl.AuthorizationDecisionQueryUnmarshaller
 
AuthorizationDecisionStatement - Interface in org.opensaml.saml1.core
This interface defines how the object representing a SAML1 AuthorizationDecisionStatement element behaves.
AuthorizationDecisionStatementBuilder - Class in org.opensaml.saml1.core.impl
Builder of AuthorizationDecisionStatementImpl objects.
AuthorizationDecisionStatementBuilder() - Constructor for class org.opensaml.saml1.core.impl.AuthorizationDecisionStatementBuilder
Constructor
AuthorizationDecisionStatementImpl - Class in org.opensaml.saml1.core.impl
A concrete implementation of AuthorizationDecisionStatement
AuthorizationDecisionStatementImpl(String, String, String) - Constructor for class org.opensaml.saml1.core.impl.AuthorizationDecisionStatementImpl
Constructor.
AuthorizationDecisionStatementMarshaller - Class in org.opensaml.saml1.core.impl
A thread safe Marshaller for AuthorizationDecisionStatement objects.
AuthorizationDecisionStatementMarshaller() - Constructor for class org.opensaml.saml1.core.impl.AuthorizationDecisionStatementMarshaller
 
AuthorizationDecisionStatementSchemaValidator - Class in org.opensaml.saml1.core.validator
Checks AuthorizationDecisionStatement for Schema compliance.
AuthorizationDecisionStatementSchemaValidator() - Constructor for class org.opensaml.saml1.core.validator.AuthorizationDecisionStatementSchemaValidator
 
AuthorizationDecisionStatementUnmarshaller - Class in org.opensaml.saml1.core.impl
A thread-safe Unmarshaller for AuthorizationDecisionStatementImpl objects.
AuthorizationDecisionStatementUnmarshaller() - Constructor for class org.opensaml.saml1.core.impl.AuthorizationDecisionStatementUnmarshaller
 
AuthzDecisionQuery - Interface in org.opensaml.saml2.core
SAML 2.0 AuthzDecisionQuery.
AuthzDecisionQueryBuilder - Class in org.opensaml.saml2.core.impl
A Builder for AuthzDecisionQueryImpl objects.
AuthzDecisionQueryBuilder() - Constructor for class org.opensaml.saml2.core.impl.AuthzDecisionQueryBuilder
Constructor.
AuthzDecisionQueryDescriptorType - Interface in org.opensaml.samlext.saml2mdquery
SAML 2.0 Metadata extension AuthzDecisionQueryDescriptorType.
AuthzDecisionQueryDescriptorTypeBuilder - Class in org.opensaml.samlext.saml2mdquery.impl
Builder of AuthzDecisionQueryDescriptorType objects.
AuthzDecisionQueryDescriptorTypeBuilder() - Constructor for class org.opensaml.samlext.saml2mdquery.impl.AuthzDecisionQueryDescriptorTypeBuilder
 
AuthzDecisionQueryDescriptorTypeImpl - Class in org.opensaml.samlext.saml2mdquery.impl
Concrete implementation of AuthzDecisionQueryDescriptorType.
AuthzDecisionQueryDescriptorTypeImpl(String, String, String) - Constructor for class org.opensaml.samlext.saml2mdquery.impl.AuthzDecisionQueryDescriptorTypeImpl
Constructor.
AuthzDecisionQueryDescriptorTypeMarshaller - Class in org.opensaml.samlext.saml2mdquery.impl
Marshaller of AuthzDecisionQueryDescriptorType objects.
AuthzDecisionQueryDescriptorTypeMarshaller() - Constructor for class org.opensaml.samlext.saml2mdquery.impl.AuthzDecisionQueryDescriptorTypeMarshaller
 
AuthzDecisionQueryDescriptorTypeUnmarshaller - Class in org.opensaml.samlext.saml2mdquery.impl
Unmarshaller for AuthzDecisionQueryDescriptorType objects.
AuthzDecisionQueryDescriptorTypeUnmarshaller() - Constructor for class org.opensaml.samlext.saml2mdquery.impl.AuthzDecisionQueryDescriptorTypeUnmarshaller
 
AuthzDecisionQueryImpl - Class in org.opensaml.saml2.core.impl
Concrete implementation of AuthzDecisionQuery.
AuthzDecisionQueryImpl(String, String, String) - Constructor for class org.opensaml.saml2.core.impl.AuthzDecisionQueryImpl
Constructor.
AuthzDecisionQueryMarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Marshaller for AuthzDecisionQuery objects.
AuthzDecisionQueryMarshaller() - Constructor for class org.opensaml.saml2.core.impl.AuthzDecisionQueryMarshaller
 
AuthzDecisionQuerySchemaValidator - Class in org.opensaml.saml2.core.validator
Checks AuthzDecisionQuery for Schema compliance.
AuthzDecisionQuerySchemaValidator() - Constructor for class org.opensaml.saml2.core.validator.AuthzDecisionQuerySchemaValidator
Constructor
AuthzDecisionQueryUnmarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Unmarshaller for AuthzDecisionQuery objects.
AuthzDecisionQueryUnmarshaller() - Constructor for class org.opensaml.saml2.core.impl.AuthzDecisionQueryUnmarshaller
 
AuthzDecisionStatement - Interface in org.opensaml.saml2.core
SAML 2.0 Core AuthzDecisionStatement.
AuthzDecisionStatementBuilder - Class in org.opensaml.saml2.core.impl
Builder for AuthzDecisionStatementImpl objects.
AuthzDecisionStatementBuilder() - Constructor for class org.opensaml.saml2.core.impl.AuthzDecisionStatementBuilder
Constructor.
AuthzDecisionStatementImpl - Class in org.opensaml.saml2.core.impl
A concrete implementation of AuthzDecisionStatement.
AuthzDecisionStatementImpl(String, String, String) - Constructor for class org.opensaml.saml2.core.impl.AuthzDecisionStatementImpl
Constructor.
AuthzDecisionStatementMarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Marshaller for AuthzDecisionStatement.
AuthzDecisionStatementMarshaller() - Constructor for class org.opensaml.saml2.core.impl.AuthzDecisionStatementMarshaller
 
AuthzDecisionStatementSchemaValidator - Class in org.opensaml.saml2.core.validator
Checks AuthzDecisionStatement for Schema compliance.
AuthzDecisionStatementSchemaValidator() - Constructor for class org.opensaml.saml2.core.validator.AuthzDecisionStatementSchemaValidator
Constructor
AuthzDecisionStatementUnmarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Unmarshaller for AuthzDecisionStatement.
AuthzDecisionStatementUnmarshaller() - Constructor for class org.opensaml.saml2.core.impl.AuthzDecisionStatementUnmarshaller
 
AuthzService - Interface in org.opensaml.saml2.metadata
SAML 2.0 Metadata AuthzService
AuthzServiceBuilder - Class in org.opensaml.saml2.metadata.impl
Builder for AuthzServiceImpl.
AuthzServiceBuilder() - Constructor for class org.opensaml.saml2.metadata.impl.AuthzServiceBuilder
Constructor
AuthzServiceImpl - Class in org.opensaml.saml2.metadata.impl
Concrete implmentation of AuthzService.
AuthzServiceImpl(String, String, String) - Constructor for class org.opensaml.saml2.metadata.impl.AuthzServiceImpl
Constructor
AuthzServiceMarshaller - Class in org.opensaml.saml2.metadata.impl
A thread safe Marshaller for AuthzService objects.
AuthzServiceMarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.AuthzServiceMarshaller
 
AuthzServiceSchemaValidator - Class in org.opensaml.saml2.metadata.validator
Checks AuthzService for Schema compliance.
AuthzServiceSchemaValidator() - Constructor for class org.opensaml.saml2.metadata.validator.AuthzServiceSchemaValidator
Constructor
AuthzServiceUnmarshaller - Class in org.opensaml.saml2.metadata.impl
A thread-safe Unmarshaller for AuthzService objects.
AuthzServiceUnmarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.AuthzServiceUnmarshaller
 

B

base64Encode() - Method in class org.opensaml.common.binding.artifact.AbstractSAMLArtifact
Gets the Base64 encoded artifact.
BaseID - Interface in org.opensaml.saml2.core
SAML 2.0 Core BaseID.
BaseIDImpl - Class in org.opensaml.saml2.core.impl
Concrete implementation of BaseID.
BaseIDImpl(String, String, String) - Constructor for class org.opensaml.saml2.core.impl.BaseIDImpl
Constructor.
BaseIDMarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Marshaller for BaseID objects.
BaseIDMarshaller() - Constructor for class org.opensaml.saml2.core.impl.BaseIDMarshaller
 
BaseIDUnmarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Unmarshaller for BaseID objects.
BaseIDUnmarshaller() - Constructor for class org.opensaml.saml2.core.impl.BaseIDUnmarshaller
 
BaseMetadataProvider - Class in org.opensaml.saml2.metadata.provider
Base class for metadata providers.
BaseMetadataProvider() - Constructor for class org.opensaml.saml2.metadata.provider.BaseMetadataProvider
Constructor.
BaseObligationHandler - Class in org.opensaml.xacml.ctx.provider
Base class for all obligation handlers.
BaseObligationHandler(String) - Constructor for class org.opensaml.xacml.ctx.provider.BaseObligationHandler
Constructor.
BaseObligationHandler(String, int) - Constructor for class org.opensaml.xacml.ctx.provider.BaseObligationHandler
Constructor.
BaseSAML1MessageDecoder - Class in org.opensaml.saml1.binding.decoding
Base class for SAML 1 message decoders.
BaseSAML1MessageDecoder() - Constructor for class org.opensaml.saml1.binding.decoding.BaseSAML1MessageDecoder
Constructor.
BaseSAML1MessageDecoder(ParserPool) - Constructor for class org.opensaml.saml1.binding.decoding.BaseSAML1MessageDecoder
Constructor.
BaseSAML1MessageDecoder(SAMLArtifactMap) - Constructor for class org.opensaml.saml1.binding.decoding.BaseSAML1MessageDecoder
Deprecated.  
BaseSAML1MessageDecoder(SAMLArtifactMap, ParserPool) - Constructor for class org.opensaml.saml1.binding.decoding.BaseSAML1MessageDecoder
Deprecated.  
BaseSAML1MessageEncoder - Class in org.opensaml.saml1.binding.encoding
Base class for SAML 1 message encoders.
BaseSAML1MessageEncoder() - Constructor for class org.opensaml.saml1.binding.encoding.BaseSAML1MessageEncoder
 
BaseSAML2MessageDecoder - Class in org.opensaml.saml2.binding.decoding
Base class for SAML 2 message decoders.
BaseSAML2MessageDecoder() - Constructor for class org.opensaml.saml2.binding.decoding.BaseSAML2MessageDecoder
Constructor.
BaseSAML2MessageDecoder(ParserPool) - Constructor for class org.opensaml.saml2.binding.decoding.BaseSAML2MessageDecoder
Constructor.
BaseSAML2MessageEncoder - Class in org.opensaml.saml2.binding.encoding
Base class for SAML 2 message encoders.
BaseSAML2MessageEncoder() - Constructor for class org.opensaml.saml2.binding.encoding.BaseSAML2MessageEncoder
 
BaseSAMLMessageDecoder - Class in org.opensaml.common.binding.decoding
Base class for all SAML message decoders.
BaseSAMLMessageDecoder() - Constructor for class org.opensaml.common.binding.decoding.BaseSAMLMessageDecoder
Constructor.
BaseSAMLMessageDecoder(ParserPool) - Constructor for class org.opensaml.common.binding.decoding.BaseSAMLMessageDecoder
Constructor.
BaseSAMLSimpleSignatureSecurityPolicyRule - Class in org.opensaml.common.binding.security
Base class for security rules which verify simple "blob" signatures computed over some components of a request.
BaseSAMLSimpleSignatureSecurityPolicyRule(SignatureTrustEngine) - Constructor for class org.opensaml.common.binding.security.BaseSAMLSimpleSignatureSecurityPolicyRule
Constructor.
BaseSAMLXMLSignatureSecurityPolicyRule - Class in org.opensaml.common.binding.security
Base class for SAML security policy rules which evaluate a signature with a signature trust engine.
BaseSAMLXMLSignatureSecurityPolicyRule(TrustEngine<Signature>) - Constructor for class org.opensaml.common.binding.security.BaseSAMLXMLSignatureSecurityPolicyRule
Constructor.
BASIC - Static variable in interface org.opensaml.saml2.core.Attribute
Basic attribute format ID.
BasicEndpointSelector - Class in org.opensaml.common.binding
This endpoint selector retrieves all the endpoints for a given role.
BasicEndpointSelector() - Constructor for class org.opensaml.common.binding.BasicEndpointSelector
 
BasicSAMLArtifactMap - Class in org.opensaml.common.binding.artifact
Basic artifact map implementation that uses a StorageService to store and retrieve artifacts.
BasicSAMLArtifactMap(ParserPool, StorageService<String, SAMLArtifactMap.SAMLArtifactMapEntry>, long) - Constructor for class org.opensaml.common.binding.artifact.BasicSAMLArtifactMap
Deprecated. replacement BasicSAMLArtifactMap.BasicSAMLArtifactMap(StorageService, long)
BasicSAMLArtifactMap(StorageService<String, SAMLArtifactMap.SAMLArtifactMapEntry>, long) - Constructor for class org.opensaml.common.binding.artifact.BasicSAMLArtifactMap
Constructor.
BasicSAMLArtifactMap(StorageService<String, SAMLArtifactMap.SAMLArtifactMapEntry>, String, long) - Constructor for class org.opensaml.common.binding.artifact.BasicSAMLArtifactMap
Constructor.
BasicSAMLArtifactMap(SAMLArtifactMap.SAMLArtifactMapEntryFactory, StorageService<String, SAMLArtifactMap.SAMLArtifactMapEntry>, long) - Constructor for class org.opensaml.common.binding.artifact.BasicSAMLArtifactMap
Constructor.
BasicSAMLArtifactMap(SAMLArtifactMap.SAMLArtifactMapEntryFactory, StorageService<String, SAMLArtifactMap.SAMLArtifactMapEntry>, String, long) - Constructor for class org.opensaml.common.binding.artifact.BasicSAMLArtifactMap
Constructor.
BasicSAMLArtifactMapEntry - Class in org.opensaml.common.binding.artifact
Basic implementation of SAMLArtifactMap.SAMLArtifactMapEntry.
BasicSAMLArtifactMapEntry(String, String, String, String, long) - Constructor for class org.opensaml.common.binding.artifact.BasicSAMLArtifactMapEntry
Deprecated. replacement BasicSAMLArtifactMapEntry.BasicSAMLArtifactMapEntry(String, String, String, SAMLObject, long)
BasicSAMLArtifactMapEntry(String, String, String, SAMLObject, long) - Constructor for class org.opensaml.common.binding.artifact.BasicSAMLArtifactMapEntry
Constructor.
BasicSAMLArtifactMapEntryFactory - Class in org.opensaml.common.binding.artifact
A basic factory for instances of SAMLArtifactMap.SAMLArtifactMapEntryFactory.
BasicSAMLArtifactMapEntryFactory() - Constructor for class org.opensaml.common.binding.artifact.BasicSAMLArtifactMapEntryFactory
 
BasicSAMLMessageContext<InboundMessageType extends SAMLObject,OutboundMessageType extends SAMLObject,NameIdentifierType extends SAMLObject> - Class in org.opensaml.common.binding
Base implemention of SAMLMessageContext.
BasicSAMLMessageContext() - Constructor for class org.opensaml.common.binding.BasicSAMLMessageContext
 
BasicURLComparator - Class in org.opensaml.common.binding.decoding
A basic implementation of URIComparator that compares URL's by canonicalizing them as per SimpleURLCanonicalizer, and then compares the resulting string representations for equality using String equals().
BasicURLComparator() - Constructor for class org.opensaml.common.binding.decoding.BasicURLComparator
 
BETTER - Static variable in class org.opensaml.saml2.core.AuthnContextComparisonTypeEnumeration
"better" comparison type.
BILLING - Static variable in class org.opensaml.saml2.metadata.ContactPersonTypeEnumeration
"billing" contact type
BINDING_ATTRIB_NAME - Static variable in interface org.opensaml.saml1.core.AuthorityBinding
Name for the Binding attribute
BINDING_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.metadata.Endpoint
"Binding" attribute name
BindingException - Exception in org.opensaml.common.binding
Base exception for errors that occur when messages are encoded/decoded for a specific binding.
BindingException() - Constructor for exception org.opensaml.common.binding.BindingException
Constructor.
BindingException(String) - Constructor for exception org.opensaml.common.binding.BindingException
Constructor.
BindingException(Exception) - Constructor for exception org.opensaml.common.binding.BindingException
Constructor.
BindingException(String, Exception) - Constructor for exception org.opensaml.common.binding.BindingException
Constructor.
bootstrap() - Static method in class org.opensaml.DefaultBootstrap
Initializes the OpenSAML library, loading default configurations.
buildArtifact(SAMLMessageContext<RequestAbstractType, Response, NameIdentifier>, Assertion) - Method in interface org.opensaml.saml1.binding.artifact.SAML1ArtifactBuilder
Builds an artifact, for the given assertion, destined for the outbound message recipient.
buildArtifact(byte[]) - Method in interface org.opensaml.saml1.binding.artifact.SAML1ArtifactBuilder
Builds a populated artifact given the artifact's byte-array representation.
buildArtifact(String) - Method in class org.opensaml.saml1.binding.artifact.SAML1ArtifactBuilderFactory
Convenience method for getting an artifact builder and parsing the given Base64 encoded artifact with it.
buildArtifact(byte[]) - Method in class org.opensaml.saml1.binding.artifact.SAML1ArtifactBuilderFactory
Convenience method for getting an artifact builder and parsing the given artifact with it.
buildArtifact(byte[]) - Method in class org.opensaml.saml1.binding.artifact.SAML1ArtifactType0001Builder
Builds a populated artifact given the artifact's byte-array representation.
buildArtifact(SAMLMessageContext<RequestAbstractType, Response, NameIdentifier>, Assertion) - Method in class org.opensaml.saml1.binding.artifact.SAML1ArtifactType0001Builder
Builds an artifact, for the given assertion, destined for the outbound message recipient.
buildArtifact(byte[]) - Method in class org.opensaml.saml1.binding.artifact.SAML1ArtifactType0002Builder
Builds a populated artifact given the artifact's byte-array representation.
buildArtifact(SAMLMessageContext<RequestAbstractType, Response, NameIdentifier>, Assertion) - Method in class org.opensaml.saml1.binding.artifact.SAML1ArtifactType0002Builder
Builds an artifact, for the given assertion, destined for the outbound message recipient.
buildArtifact(SAMLMessageContext<SAMLObject, SAMLObject, NameID>) - Method in interface org.opensaml.saml2.binding.artifact.SAML2ArtifactBuilder
Builds an artifact, for the given assertion, destined for the outbound message recipient.
buildArtifact(byte[]) - Method in interface org.opensaml.saml2.binding.artifact.SAML2ArtifactBuilder
Builds a populated artifact given the artifact's byte-array representation.
buildArtifact(String) - Method in class org.opensaml.saml2.binding.artifact.SAML2ArtifactBuilderFactory
Convenience method for getting an artifact builder and parsing the given Base64 encoded artifact with it.
buildArtifact(byte[]) - Method in class org.opensaml.saml2.binding.artifact.SAML2ArtifactBuilderFactory
convenience method for getting an artifact builder and parsing the given artifact with it.
buildArtifact(byte[]) - Method in class org.opensaml.saml2.binding.artifact.SAML2ArtifactType0004Builder
Builds a populated artifact given the artifact's byte-array representation.
buildArtifact(SAMLMessageContext<SAMLObject, SAMLObject, NameID>) - Method in class org.opensaml.saml2.binding.artifact.SAML2ArtifactType0004Builder
Builds an artifact, for the given assertion, destined for the outbound message recipient.
buildArtifact(SAMLMessageContext) - Method in class org.opensaml.saml2.binding.encoding.HTTPArtifactEncoder
Builds the SAML 2 artifact for the outgoing message.
buildCriteriaSet(String, SAMLMessageContext) - Method in class org.opensaml.common.binding.security.BaseSAMLSimpleSignatureSecurityPolicyRule
Build a criteria set suitable for input to the trust engine.
buildCriteriaSet(String, MessageContext) - Method in class org.opensaml.common.binding.security.BaseSAMLXMLSignatureSecurityPolicyRule
buildCriteriaSet(String, MessageContext) - Method in class org.opensaml.common.binding.security.SAMLMDClientCertAuthRule
buildCriteriaSet(SignableXMLObject, String, boolean) - Method in class org.opensaml.saml2.metadata.provider.SignatureValidationFilter
Build the criteria set which will be used as input to the configured trust engine.
buildFormDataToSign(VelocityContext, String) - Method in class org.opensaml.saml2.binding.encoding.HTTPPostSimpleSignEncoder
Build the form control data string over which the signature is computed.
buildGetMethod() - Method in class org.opensaml.saml2.metadata.provider.HTTPMetadataProvider
Builds the HTTP GET method used to fetch the metadata.
buildKeyInfo(Credential, KeyInfoGenerator) - Method in class org.opensaml.saml2.binding.encoding.HTTPPostSimpleSignEncoder
Build the KeyInfo from the signing credential.
buildObject() - Method in class org.opensaml.common.impl.AbstractSAMLObjectBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in interface org.opensaml.common.SAMLObjectBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml1.core.impl.ActionBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml1.core.impl.ActionBuilder
buildObject() - Method in class org.opensaml.saml1.core.impl.AdviceBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml1.core.impl.AdviceBuilder
buildObject() - Method in class org.opensaml.saml1.core.impl.AssertionArtifactBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml1.core.impl.AssertionArtifactBuilder
buildObject() - Method in class org.opensaml.saml1.core.impl.AssertionBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml1.core.impl.AssertionBuilder
buildObject() - Method in class org.opensaml.saml1.core.impl.AssertionIDReferenceBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml1.core.impl.AssertionIDReferenceBuilder
buildObject() - Method in class org.opensaml.saml1.core.impl.AttributeBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml1.core.impl.AttributeBuilder
buildObject() - Method in class org.opensaml.saml1.core.impl.AttributeDesignatorBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml1.core.impl.AttributeDesignatorBuilder
buildObject() - Method in class org.opensaml.saml1.core.impl.AttributeQueryBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml1.core.impl.AttributeQueryBuilder
buildObject() - Method in class org.opensaml.saml1.core.impl.AttributeStatementBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml1.core.impl.AttributeStatementBuilder
buildObject() - Method in class org.opensaml.saml1.core.impl.AudienceBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml1.core.impl.AudienceBuilder
buildObject() - Method in class org.opensaml.saml1.core.impl.AudienceRestrictionConditionBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml1.core.impl.AudienceRestrictionConditionBuilder
buildObject() - Method in class org.opensaml.saml1.core.impl.AuthenticationQueryBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml1.core.impl.AuthenticationQueryBuilder
buildObject() - Method in class org.opensaml.saml1.core.impl.AuthenticationStatementBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml1.core.impl.AuthenticationStatementBuilder
buildObject() - Method in class org.opensaml.saml1.core.impl.AuthorityBindingBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml1.core.impl.AuthorityBindingBuilder
 
buildObject() - Method in class org.opensaml.saml1.core.impl.AuthorizationDecisionQueryBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml1.core.impl.AuthorizationDecisionQueryBuilder
buildObject() - Method in class org.opensaml.saml1.core.impl.AuthorizationDecisionStatementBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml1.core.impl.AuthorizationDecisionStatementBuilder
buildObject() - Method in class org.opensaml.saml1.core.impl.ConditionsBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml1.core.impl.ConditionsBuilder
buildObject() - Method in class org.opensaml.saml1.core.impl.ConfirmationMethodBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml1.core.impl.ConfirmationMethodBuilder
buildObject() - Method in class org.opensaml.saml1.core.impl.DoNotCacheConditionBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml1.core.impl.DoNotCacheConditionBuilder
buildObject() - Method in class org.opensaml.saml1.core.impl.EvidenceBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml1.core.impl.EvidenceBuilder
buildObject() - Method in class org.opensaml.saml1.core.impl.NameIdentifierBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml1.core.impl.NameIdentifierBuilder
buildObject() - Method in class org.opensaml.saml1.core.impl.RequestBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml1.core.impl.RequestBuilder
buildObject() - Method in class org.opensaml.saml1.core.impl.RespondWithBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml1.core.impl.RespondWithBuilder
buildObject() - Method in class org.opensaml.saml1.core.impl.ResponseBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml1.core.impl.ResponseBuilder
buildObject() - Method in class org.opensaml.saml1.core.impl.StatusBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml1.core.impl.StatusBuilder
buildObject() - Method in class org.opensaml.saml1.core.impl.StatusCodeBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml1.core.impl.StatusCodeBuilder
buildObject() - Method in class org.opensaml.saml1.core.impl.StatusDetailBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml1.core.impl.StatusDetailBuilder
buildObject() - Method in class org.opensaml.saml1.core.impl.StatusMessageBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml1.core.impl.StatusMessageBuilder
buildObject() - Method in class org.opensaml.saml1.core.impl.SubjectBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml1.core.impl.SubjectBuilder
buildObject() - Method in class org.opensaml.saml1.core.impl.SubjectConfirmationBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml1.core.impl.SubjectConfirmationBuilder
buildObject() - Method in class org.opensaml.saml1.core.impl.SubjectLocalityBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml1.core.impl.SubjectLocalityBuilder
buildObject() - Method in class org.opensaml.saml2.common.impl.ExtensionsBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.common.impl.ExtensionsBuilder
buildObject() - Method in class org.opensaml.saml2.core.impl.ActionBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.core.impl.ActionBuilder
buildObject() - Method in class org.opensaml.saml2.core.impl.AdviceBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.core.impl.AdviceBuilder
buildObject() - Method in class org.opensaml.saml2.core.impl.ArtifactBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.core.impl.ArtifactBuilder
buildObject() - Method in class org.opensaml.saml2.core.impl.ArtifactResolveBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.core.impl.ArtifactResolveBuilder
buildObject() - Method in class org.opensaml.saml2.core.impl.ArtifactResponseBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.core.impl.ArtifactResponseBuilder
buildObject() - Method in class org.opensaml.saml2.core.impl.AssertionBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.core.impl.AssertionBuilder
buildObject() - Method in class org.opensaml.saml2.core.impl.AssertionIDRefBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.core.impl.AssertionIDRefBuilder
buildObject() - Method in class org.opensaml.saml2.core.impl.AssertionIDRequestBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.core.impl.AssertionIDRequestBuilder
buildObject() - Method in class org.opensaml.saml2.core.impl.AssertionURIRefBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.core.impl.AssertionURIRefBuilder
buildObject() - Method in class org.opensaml.saml2.core.impl.AttributeBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.core.impl.AttributeBuilder
buildObject() - Method in class org.opensaml.saml2.core.impl.AttributeQueryBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.core.impl.AttributeQueryBuilder
buildObject() - Method in class org.opensaml.saml2.core.impl.AttributeStatementBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.core.impl.AttributeStatementBuilder
buildObject() - Method in class org.opensaml.saml2.core.impl.AudienceBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.core.impl.AudienceBuilder
buildObject() - Method in class org.opensaml.saml2.core.impl.AudienceRestrictionBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.core.impl.AudienceRestrictionBuilder
buildObject() - Method in class org.opensaml.saml2.core.impl.AuthenticatingAuthorityBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.core.impl.AuthenticatingAuthorityBuilder
buildObject() - Method in class org.opensaml.saml2.core.impl.AuthnContextBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.core.impl.AuthnContextBuilder
buildObject() - Method in class org.opensaml.saml2.core.impl.AuthnContextClassRefBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.core.impl.AuthnContextClassRefBuilder
buildObject() - Method in class org.opensaml.saml2.core.impl.AuthnContextDeclBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.core.impl.AuthnContextDeclBuilder
buildObject() - Method in class org.opensaml.saml2.core.impl.AuthnContextDeclRefBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.core.impl.AuthnContextDeclRefBuilder
buildObject() - Method in class org.opensaml.saml2.core.impl.AuthnQueryBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.core.impl.AuthnQueryBuilder
buildObject() - Method in class org.opensaml.saml2.core.impl.AuthnRequestBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.core.impl.AuthnRequestBuilder
buildObject() - Method in class org.opensaml.saml2.core.impl.AuthnStatementBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.core.impl.AuthnStatementBuilder
buildObject() - Method in class org.opensaml.saml2.core.impl.AuthzDecisionQueryBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.core.impl.AuthzDecisionQueryBuilder
buildObject() - Method in class org.opensaml.saml2.core.impl.AuthzDecisionStatementBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.core.impl.AuthzDecisionStatementBuilder
buildObject() - Method in class org.opensaml.saml2.core.impl.ConditionsBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.core.impl.ConditionsBuilder
buildObject() - Method in class org.opensaml.saml2.core.impl.EncryptedAssertionBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.core.impl.EncryptedAssertionBuilder
buildObject() - Method in class org.opensaml.saml2.core.impl.EncryptedAttributeBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.core.impl.EncryptedAttributeBuilder
buildObject() - Method in class org.opensaml.saml2.core.impl.EncryptedIDBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.core.impl.EncryptedIDBuilder
buildObject() - Method in class org.opensaml.saml2.core.impl.EvidenceBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.core.impl.EvidenceBuilder
buildObject() - Method in class org.opensaml.saml2.core.impl.GetCompleteBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.core.impl.GetCompleteBuilder
buildObject() - Method in class org.opensaml.saml2.core.impl.IDPEntryBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.core.impl.IDPEntryBuilder
buildObject() - Method in class org.opensaml.saml2.core.impl.IDPListBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.core.impl.IDPListBuilder
buildObject() - Method in class org.opensaml.saml2.core.impl.IssuerBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.core.impl.IssuerBuilder
buildObject() - Method in class org.opensaml.saml2.core.impl.KeyInfoConfirmationDataTypeBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.core.impl.KeyInfoConfirmationDataTypeBuilder
buildObject() - Method in class org.opensaml.saml2.core.impl.LogoutRequestBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.core.impl.LogoutRequestBuilder
buildObject() - Method in class org.opensaml.saml2.core.impl.LogoutResponseBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.core.impl.LogoutResponseBuilder
buildObject() - Method in class org.opensaml.saml2.core.impl.ManageNameIDRequestBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.core.impl.ManageNameIDRequestBuilder
buildObject() - Method in class org.opensaml.saml2.core.impl.ManageNameIDResponseBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.core.impl.ManageNameIDResponseBuilder
buildObject() - Method in class org.opensaml.saml2.core.impl.NameIDBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.core.impl.NameIDBuilder
buildObject() - Method in class org.opensaml.saml2.core.impl.NameIDMappingRequestBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.core.impl.NameIDMappingRequestBuilder
buildObject() - Method in class org.opensaml.saml2.core.impl.NameIDMappingResponseBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.core.impl.NameIDMappingResponseBuilder
buildObject() - Method in class org.opensaml.saml2.core.impl.NameIDPolicyBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.core.impl.NameIDPolicyBuilder
buildObject() - Method in class org.opensaml.saml2.core.impl.NewEncryptedIDBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.core.impl.NewEncryptedIDBuilder
buildObject() - Method in class org.opensaml.saml2.core.impl.NewIDBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.core.impl.NewIDBuilder
buildObject() - Method in class org.opensaml.saml2.core.impl.OneTimeUseBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.core.impl.OneTimeUseBuilder
buildObject() - Method in class org.opensaml.saml2.core.impl.ProxyRestrictionBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.core.impl.ProxyRestrictionBuilder
buildObject() - Method in class org.opensaml.saml2.core.impl.RequestedAuthnContextBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.core.impl.RequestedAuthnContextBuilder
buildObject() - Method in class org.opensaml.saml2.core.impl.RequesterIDBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.core.impl.RequesterIDBuilder
buildObject() - Method in class org.opensaml.saml2.core.impl.ResponseBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.core.impl.ResponseBuilder
buildObject() - Method in class org.opensaml.saml2.core.impl.ScopingBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.core.impl.ScopingBuilder
buildObject() - Method in class org.opensaml.saml2.core.impl.SessionIndexBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.core.impl.SessionIndexBuilder
buildObject() - Method in class org.opensaml.saml2.core.impl.StatusBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.core.impl.StatusBuilder
buildObject() - Method in class org.opensaml.saml2.core.impl.StatusCodeBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.core.impl.StatusCodeBuilder
buildObject() - Method in class org.opensaml.saml2.core.impl.StatusDetailBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.core.impl.StatusDetailBuilder
buildObject() - Method in class org.opensaml.saml2.core.impl.StatusMessageBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.core.impl.StatusMessageBuilder
buildObject() - Method in class org.opensaml.saml2.core.impl.SubjectBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.core.impl.SubjectBuilder
buildObject() - Method in class org.opensaml.saml2.core.impl.SubjectConfirmationBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.core.impl.SubjectConfirmationBuilder
buildObject() - Method in class org.opensaml.saml2.core.impl.SubjectConfirmationDataBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.core.impl.SubjectConfirmationDataBuilder
buildObject() - Method in class org.opensaml.saml2.core.impl.SubjectLocalityBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.core.impl.SubjectLocalityBuilder
buildObject() - Method in class org.opensaml.saml2.core.impl.TerminateBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.core.impl.TerminateBuilder
buildObject() - Method in class org.opensaml.saml2.ecp.impl.RelayStateBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.ecp.impl.RelayStateBuilder
buildObject() - Method in class org.opensaml.saml2.ecp.impl.RequestBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.ecp.impl.RequestBuilder
buildObject() - Method in class org.opensaml.saml2.ecp.impl.ResponseBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.ecp.impl.ResponseBuilder
buildObject() - Method in class org.opensaml.saml2.metadata.impl.AdditionalMetadataLocationBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.metadata.impl.AdditionalMetadataLocationBuilder
buildObject() - Method in class org.opensaml.saml2.metadata.impl.AffiliateMemberBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.metadata.impl.AffiliateMemberBuilder
buildObject() - Method in class org.opensaml.saml2.metadata.impl.AffiliationDescriptorBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.metadata.impl.AffiliationDescriptorBuilder
buildObject() - Method in class org.opensaml.saml2.metadata.impl.ArtifactResolutionServiceBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.metadata.impl.ArtifactResolutionServiceBuilder
buildObject() - Method in class org.opensaml.saml2.metadata.impl.AssertionConsumerServiceBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.metadata.impl.AssertionConsumerServiceBuilder
buildObject() - Method in class org.opensaml.saml2.metadata.impl.AssertionIDRequestServiceBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.metadata.impl.AssertionIDRequestServiceBuilder
buildObject() - Method in class org.opensaml.saml2.metadata.impl.AttributeAuthorityDescriptorBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.metadata.impl.AttributeAuthorityDescriptorBuilder
buildObject() - Method in class org.opensaml.saml2.metadata.impl.AttributeConsumingServiceBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.metadata.impl.AttributeConsumingServiceBuilder
buildObject() - Method in class org.opensaml.saml2.metadata.impl.AttributeProfileBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.metadata.impl.AttributeProfileBuilder
buildObject() - Method in class org.opensaml.saml2.metadata.impl.AttributeServiceBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.metadata.impl.AttributeServiceBuilder
buildObject() - Method in class org.opensaml.saml2.metadata.impl.AuthnAuthorityDescriptorBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.metadata.impl.AuthnAuthorityDescriptorBuilder
buildObject() - Method in class org.opensaml.saml2.metadata.impl.AuthnQueryServiceBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.metadata.impl.AuthnQueryServiceBuilder
buildObject() - Method in class org.opensaml.saml2.metadata.impl.AuthzServiceBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.metadata.impl.AuthzServiceBuilder
buildObject() - Method in class org.opensaml.saml2.metadata.impl.CompanyBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.metadata.impl.CompanyBuilder
buildObject() - Method in class org.opensaml.saml2.metadata.impl.ContactPersonBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.metadata.impl.ContactPersonBuilder
buildObject() - Method in class org.opensaml.saml2.metadata.impl.EmailAddressBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.metadata.impl.EmailAddressBuilder
buildObject(String, String, String) - Method in class org.opensaml.saml2.metadata.impl.EncryptionMethodBuilder
buildObject() - Method in class org.opensaml.saml2.metadata.impl.EncryptionMethodBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject() - Method in class org.opensaml.saml2.metadata.impl.EntitiesDescriptorBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.metadata.impl.EntitiesDescriptorBuilder
buildObject() - Method in class org.opensaml.saml2.metadata.impl.EntityDescriptorBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.metadata.impl.EntityDescriptorBuilder
buildObject() - Method in class org.opensaml.saml2.metadata.impl.GivenNameBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.metadata.impl.GivenNameBuilder
buildObject() - Method in class org.opensaml.saml2.metadata.impl.IDPSSODescriptorBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.metadata.impl.IDPSSODescriptorBuilder
buildObject() - Method in class org.opensaml.saml2.metadata.impl.KeyDescriptorBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.metadata.impl.KeyDescriptorBuilder
buildObject() - Method in class org.opensaml.saml2.metadata.impl.ManageNameIDServiceBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.metadata.impl.ManageNameIDServiceBuilder
buildObject() - Method in class org.opensaml.saml2.metadata.impl.NameIDFormatBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.metadata.impl.NameIDFormatBuilder
buildObject() - Method in class org.opensaml.saml2.metadata.impl.NameIDMappingServiceBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.metadata.impl.NameIDMappingServiceBuilder
buildObject() - Method in class org.opensaml.saml2.metadata.impl.OrganizationBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.metadata.impl.OrganizationBuilder
buildObject() - Method in class org.opensaml.saml2.metadata.impl.OrganizationDisplayNameBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.metadata.impl.OrganizationDisplayNameBuilder
buildObject() - Method in class org.opensaml.saml2.metadata.impl.OrganizationNameBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.metadata.impl.OrganizationNameBuilder
buildObject() - Method in class org.opensaml.saml2.metadata.impl.OrganizationURLBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.metadata.impl.OrganizationURLBuilder
buildObject() - Method in class org.opensaml.saml2.metadata.impl.PDPDescriptorBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.metadata.impl.PDPDescriptorBuilder
buildObject() - Method in class org.opensaml.saml2.metadata.impl.RequestedAttributeBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.metadata.impl.RequestedAttributeBuilder
buildObject() - Method in class org.opensaml.saml2.metadata.impl.ServiceDescriptionBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.metadata.impl.ServiceDescriptionBuilder
buildObject() - Method in class org.opensaml.saml2.metadata.impl.ServiceNameBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.metadata.impl.ServiceNameBuilder
buildObject() - Method in class org.opensaml.saml2.metadata.impl.SingleLogoutServiceBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.metadata.impl.SingleLogoutServiceBuilder
buildObject() - Method in class org.opensaml.saml2.metadata.impl.SingleSignOnServiceBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.metadata.impl.SingleSignOnServiceBuilder
buildObject() - Method in class org.opensaml.saml2.metadata.impl.SPSSODescriptorBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.metadata.impl.SPSSODescriptorBuilder
buildObject() - Method in class org.opensaml.saml2.metadata.impl.SurNameBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.metadata.impl.SurNameBuilder
buildObject() - Method in class org.opensaml.saml2.metadata.impl.TelephoneNumberBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.saml2.metadata.impl.TelephoneNumberBuilder
buildObject() - Method in class org.opensaml.samlext.idpdisco.DiscoveryResponseBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.samlext.idpdisco.DiscoveryResponseBuilder
buildObject() - Method in class org.opensaml.samlext.saml1md.impl.SourceIDBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.samlext.saml1md.impl.SourceIDBuilder
buildObject() - Method in class org.opensaml.samlext.saml2delrestrict.impl.DelegateBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.samlext.saml2delrestrict.impl.DelegateBuilder
buildObject() - Method in class org.opensaml.samlext.saml2delrestrict.impl.DelegationRestrictionTypeBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.samlext.saml2delrestrict.impl.DelegationRestrictionTypeBuilder
buildObject() - Method in class org.opensaml.samlext.saml2mdquery.impl.ActionNamespaceBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.samlext.saml2mdquery.impl.ActionNamespaceBuilder
buildObject() - Method in class org.opensaml.samlext.saml2mdquery.impl.AttributeQueryDescriptorTypeBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.samlext.saml2mdquery.impl.AttributeQueryDescriptorTypeBuilder
buildObject() - Method in class org.opensaml.samlext.saml2mdquery.impl.AuthnQueryDescriptorTypeBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.samlext.saml2mdquery.impl.AuthnQueryDescriptorTypeBuilder
buildObject() - Method in class org.opensaml.samlext.saml2mdquery.impl.AuthzDecisionQueryDescriptorTypeBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.samlext.saml2mdquery.impl.AuthzDecisionQueryDescriptorTypeBuilder
buildObject() - Method in class org.opensaml.samlext.samlpthrpty.impl.RespondToBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.samlext.samlpthrpty.impl.RespondToBuilder
buildObject() - Method in class org.opensaml.xacml.ctx.impl.ActionTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.ctx.impl.ActionTypeImplBuilder
buildObject() - Method in class org.opensaml.xacml.ctx.impl.AttributeTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.ctx.impl.AttributeTypeImplBuilder
buildObject() - Method in class org.opensaml.xacml.ctx.impl.AttributeValueTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.ctx.impl.AttributeValueTypeImplBuilder
buildObject() - Method in class org.opensaml.xacml.ctx.impl.DecisionTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.ctx.impl.DecisionTypeImplBuilder
buildObject() - Method in class org.opensaml.xacml.ctx.impl.EnvironmentTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.ctx.impl.EnvironmentTypeImplBuilder
buildObject(String, String, String) - Method in class org.opensaml.xacml.ctx.impl.MissingAttributeDetailTypeImplBuilder
buildObject() - Method in class org.opensaml.xacml.ctx.impl.MissingAttributeDetailTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject() - Method in class org.opensaml.xacml.ctx.impl.RequestTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.ctx.impl.RequestTypeImplBuilder
buildObject(String, String, String) - Method in class org.opensaml.xacml.ctx.impl.ResourceContentTypeImplBuilder
buildObject() - Method in class org.opensaml.xacml.ctx.impl.ResourceContentTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject() - Method in class org.opensaml.xacml.ctx.impl.ResourceTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.ctx.impl.ResourceTypeImplBuilder
buildObject() - Method in class org.opensaml.xacml.ctx.impl.ResponseTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.ctx.impl.ResponseTypeImplBuilder
buildObject() - Method in class org.opensaml.xacml.ctx.impl.ResultTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.ctx.impl.ResultTypeImplBuilder
buildObject() - Method in class org.opensaml.xacml.ctx.impl.StatusCodeTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.ctx.impl.StatusCodeTypeImplBuilder
buildObject() - Method in class org.opensaml.xacml.ctx.impl.StatusDetailTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.ctx.impl.StatusDetailTypeImplBuilder
buildObject() - Method in class org.opensaml.xacml.ctx.impl.StatusMessageTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.ctx.impl.StatusMessageTypeImplBuilder
buildObject() - Method in class org.opensaml.xacml.ctx.impl.StatusTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.ctx.impl.StatusTypeImplBuilder
buildObject() - Method in class org.opensaml.xacml.ctx.impl.SubjectTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.ctx.impl.SubjectTypeImplBuilder
buildObject() - Method in class org.opensaml.xacml.impl.AbstractXACMLObjectBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject() - Method in class org.opensaml.xacml.policy.impl.ActionMatchTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.ActionMatchTypeImplBuilder
buildObject() - Method in class org.opensaml.xacml.policy.impl.ActionsTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.ActionsTypeImplBuilder
buildObject() - Method in class org.opensaml.xacml.policy.impl.ActionTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.ActionTypeImplBuilder
buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.ApplyTypeImplBuilder
buildObject() - Method in class org.opensaml.xacml.policy.impl.ApplyTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject() - Method in class org.opensaml.xacml.policy.impl.AttributeAssignmentTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.AttributeAssignmentTypeImplBuilder
buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.AttributeDesignatorTypeImplBuilder
buildObject() - Method in class org.opensaml.xacml.policy.impl.AttributeDesignatorTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.AttributeSelectorTypeImplBuilder
buildObject() - Method in class org.opensaml.xacml.policy.impl.AttributeSelectorTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.AttributeValueTypeImplBuilder
buildObject() - Method in class org.opensaml.xacml.policy.impl.AttributeValueTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject() - Method in class org.opensaml.xacml.policy.impl.CombinerParametersTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.CombinerParametersTypeImplBuilder
buildObject() - Method in class org.opensaml.xacml.policy.impl.CombinerParameterTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.CombinerParameterTypeImplBuilder
buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.ConditionTypeImplBuilder
buildObject() - Method in class org.opensaml.xacml.policy.impl.ConditionTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.DefaultsTypeImplBuilder
buildObject() - Method in class org.opensaml.xacml.policy.impl.DefaultsTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject() - Method in class org.opensaml.xacml.policy.impl.DescriptionTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.DescriptionTypeImplBuilder
buildObject() - Method in class org.opensaml.xacml.policy.impl.EnvironmentMatchTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.EnvironmentMatchTypeImplBuilder
buildObject() - Method in class org.opensaml.xacml.policy.impl.EnvironmentsTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.EnvironmentsTypeImplBuilder
buildObject() - Method in class org.opensaml.xacml.policy.impl.EnvironmentTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.EnvironmentTypeImplBuilder
buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.FunctionTypeImplBuilder
buildObject() - Method in class org.opensaml.xacml.policy.impl.FunctionTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject() - Method in class org.opensaml.xacml.policy.impl.IdReferenceTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.IdReferenceTypeImplBuilder
buildObject() - Method in class org.opensaml.xacml.policy.impl.ObligationsTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.ObligationsTypeImplBuilder
buildObject() - Method in class org.opensaml.xacml.policy.impl.ObligationTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.ObligationTypeImplBuilder
buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.PolicyCombinerParametersTypeImplBuilder
buildObject() - Method in class org.opensaml.xacml.policy.impl.PolicyCombinerParametersTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.PolicySetCombinerParametersTypeImplBuilder
buildObject() - Method in class org.opensaml.xacml.policy.impl.PolicySetCombinerParametersTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject() - Method in class org.opensaml.xacml.policy.impl.PolicySetTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.PolicySetTypeImplBuilder
buildObject() - Method in class org.opensaml.xacml.policy.impl.PolicyTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.PolicyTypeImplBuilder
buildObject() - Method in class org.opensaml.xacml.policy.impl.ResourceMatchTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.ResourceMatchTypeImplBuilder
buildObject() - Method in class org.opensaml.xacml.policy.impl.ResourcesTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.ResourcesTypeImplBuilder
buildObject() - Method in class org.opensaml.xacml.policy.impl.ResourceTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.ResourceTypeImplBuilder
buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.RuleCombinerParametersTypeImplBuilder
buildObject() - Method in class org.opensaml.xacml.policy.impl.RuleCombinerParametersTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject() - Method in class org.opensaml.xacml.policy.impl.RuleTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.RuleTypeImplBuilder
buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.SubjectAttributeDesignatorTypeImplBuilder
buildObject() - Method in class org.opensaml.xacml.policy.impl.SubjectAttributeDesignatorTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject() - Method in class org.opensaml.xacml.policy.impl.SubjectMatchTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.SubjectMatchTypeImplBuilder
buildObject() - Method in class org.opensaml.xacml.policy.impl.SubjectsTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.SubjectsTypeImplBuilder
buildObject() - Method in class org.opensaml.xacml.policy.impl.SubjectTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.SubjectTypeImplBuilder
buildObject() - Method in class org.opensaml.xacml.policy.impl.TargetTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.TargetTypeImplBuilder
buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.VariableDefinitionTypeImplBuilder
buildObject() - Method in class org.opensaml.xacml.policy.impl.VariableDefinitionTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.policy.impl.VariableReferenceTypeImplBuilder
buildObject() - Method in class org.opensaml.xacml.policy.impl.VariableReferenceTypeImplBuilder
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
buildObject() - Method in class org.opensaml.xacml.profile.saml.impl.ReferencedPoliciesTypeImplBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.profile.saml.impl.ReferencedPoliciesTypeImplBuilder
buildObject() - Method in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeImplBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeImplBuilder
buildObject() - Method in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionStatementTypeImplBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionStatementTypeImplBuilder
buildObject() - Method in class org.opensaml.xacml.profile.saml.impl.XACMLPolicyQueryTypeImplBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.profile.saml.impl.XACMLPolicyQueryTypeImplBuilder
buildObject() - Method in class org.opensaml.xacml.profile.saml.impl.XACMLPolicyStatementTypeImplBuilder
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
buildObject(String, String, String) - Method in class org.opensaml.xacml.profile.saml.impl.XACMLPolicyStatementTypeImplBuilder
buildObject() - Method in interface org.opensaml.xacml.XACMLObjectBuilder
Builds a XACML object, using its default attribute name.
buildRedirectURL(SAMLMessageContext, String, String) - Method in class org.opensaml.saml2.binding.encoding.HTTPRedirectDeflateEncoder
Builds the URL to redirect the client to.
buildSOAPMessage(SAMLObject) - Method in class org.opensaml.saml1.binding.encoding.HTTPSOAP11Encoder
Builds the SOAP message to be encoded.
buildSOAPMessage(SAMLObject) - Method in class org.opensaml.saml2.binding.encoding.HTTPSOAP11Encoder
Builds the SOAP message to be encoded.

C

CACHE_DURATION_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.common.CacheableSAMLObject
"cacheDuration" attribute name
CACHE_DURATION_ATTRIB_QNAME - Static variable in interface org.opensaml.saml2.common.CacheableSAMLObject
"cacheDuration" attribute's QName
CacheableSAMLObject - Interface in org.opensaml.saml2.common
A functional interface for SAMLElements that provide cache duration information.
cacheCredentials(MetadataCredentialResolver.MetadataCacheKey, Collection<Credential>) - Method in class org.opensaml.security.MetadataCredentialResolver
Adds resolved credentials to the cache.
ChainingMetadataProvider - Class in org.opensaml.saml2.metadata.provider
A metadata provider that uses registered providers, in turn, to answer queries.
ChainingMetadataProvider() - Constructor for class org.opensaml.saml2.metadata.provider.ChainingMetadataProvider
Constructor.
checkCriteriaRequirements(CriteriaSet) - Method in class org.opensaml.security.MetadataCredentialResolver
Check that all necessary credential criteria are available.
checkEndpointURI(SAMLMessageContext) - Method in class org.opensaml.common.binding.decoding.BaseSAMLMessageDecoder
Check the validity of the SAML protocol message receiver endpoint against requirements indicated in the message.
checkRelayState(String) - Method in class org.opensaml.saml2.binding.encoding.BaseSAML2MessageEncoder
Checks that the relay state is 80 bytes or less if it is not null.
checkUnderstoodSOAPHeaders(List<XMLObject>) - Method in class org.opensaml.saml1.binding.decoding.HTTPSOAP11Decoder
Checks that, if any SOAP headers, require understand that they are in the understood header list.
checkUnderstoodSOAPHeaders(List<XMLObject>) - Method in class org.opensaml.saml2.binding.decoding.HTTPSOAP11Decoder
Checks that, if any SOAP headers, require understand that they are in the understood header list.
clearDescriptorIndex() - Method in class org.opensaml.saml2.metadata.provider.AbstractMetadataProvider
Clears the entity ID to entity descriptor index.
COMBINEPOLICIES_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
CombinePolicies attribute name.
CombinerParametersType - Interface in org.opensaml.xacml.policy
XACML CombinerParameters schema type.
CombinerParametersTypeImpl - Class in org.opensaml.xacml.policy.impl
Implementation of CombinerParametersType.
CombinerParametersTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.CombinerParametersTypeImpl
Constructor.
CombinerParametersTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
Builder for CombinerParametersType.
CombinerParametersTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.CombinerParametersTypeImplBuilder
 
CombinerParametersTypeMarshaller - Class in org.opensaml.xacml.policy.impl
Marshaller for CombinerParametersType.
CombinerParametersTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.CombinerParametersTypeMarshaller
Constructor.
CombinerParametersTypeMarshaller(String, String) - Constructor for class org.opensaml.xacml.policy.impl.CombinerParametersTypeMarshaller
Constructor.
CombinerParametersTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
Unmarshaller for CombinerParametersType.
CombinerParametersTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.CombinerParametersTypeUnmarshaller
Constructor.
CombinerParametersTypeUnmarshaller(String, String) - Constructor for class org.opensaml.xacml.policy.impl.CombinerParametersTypeUnmarshaller
Constructor.
CombinerParameterType - Interface in org.opensaml.xacml.policy
XACML CombinerParameter schema type.
CombinerParameterTypeImpl - Class in org.opensaml.xacml.policy.impl
Implementation of CombinerParameterType.
CombinerParameterTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.CombinerParameterTypeImpl
Constructor.
CombinerParameterTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
Builder for CombinerParameterType.
CombinerParameterTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.CombinerParameterTypeImplBuilder
 
CombinerParameterTypeMarshaller - Class in org.opensaml.xacml.policy.impl
Marshaller for CombinerParameterType.
CombinerParameterTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.CombinerParameterTypeMarshaller
Constructor.
CombinerParameterTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
Unmarshaller for CombinerParameterType.
CombinerParameterTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.CombinerParameterTypeUnmarshaller
Constructor.
Company - Interface in org.opensaml.saml2.metadata
SAML 2.0 Metadata Company
CompanyBuilder - Class in org.opensaml.saml2.metadata.impl
Builder of CompanyImpl
CompanyBuilder() - Constructor for class org.opensaml.saml2.metadata.impl.CompanyBuilder
Constructor
CompanyImpl - Class in org.opensaml.saml2.metadata.impl
Concrete implementation of Company.
CompanyImpl(String, String, String) - Constructor for class org.opensaml.saml2.metadata.impl.CompanyImpl
Constructor
CompanyMarshaller - Class in org.opensaml.saml2.metadata.impl
A thread safe Marshaller for Company objects.
CompanyMarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.CompanyMarshaller
 
CompanySchemaValidator - Class in org.opensaml.saml2.metadata.validator
Checks Company for Schema compliance.
CompanySchemaValidator() - Constructor for class org.opensaml.saml2.metadata.validator.CompanySchemaValidator
Constructor
CompanyUnmarshaller - Class in org.opensaml.saml2.metadata.impl
A thread-safe Unmarshaller for Company objects.
CompanyUnmarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.CompanyUnmarshaller
 
compare(String, String) - Method in class org.opensaml.common.binding.decoding.BasicURLComparator
Compare two URI's (represented as strings) for equivalence.
compare(String, String) - Method in interface org.opensaml.common.binding.decoding.URIComparator
Compare two URI's (represented as strings) for equivalence.
compareEndpointURIs(String, String) - Method in class org.opensaml.common.binding.decoding.BaseSAMLMessageDecoder
Compare the message endpoint URI's specified.
COMPARISON_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.core.RequestedAuthnContext
SessionIndex attribute name.
computeNextRefreshDelay(DateTime) - Method in class org.opensaml.saml2.metadata.provider.AbstractReloadingMetadataProvider
Computes the delay until the next refresh time based on the current metadata's expiration time and the refresh interval floor.
Condition - Interface in org.opensaml.saml1.core
This interface describes how a object representing a SAML1 Condition element will behave.
Condition - Interface in org.opensaml.saml2.core
SAML 2.0 Core Condition.
Conditions - Interface in org.opensaml.saml1.core
This interface defines how the object representing a SAML1 Conditions element behaves.
Conditions - Interface in org.opensaml.saml2.core
SAML 2.0 Core Conditions.
ConditionsBuilder - Class in org.opensaml.saml1.core.impl
Builder of ConditionsImpl objects.
ConditionsBuilder() - Constructor for class org.opensaml.saml1.core.impl.ConditionsBuilder
Constructor
ConditionsBuilder - Class in org.opensaml.saml2.core.impl
Builder for ConditionsImpl objects.
ConditionsBuilder() - Constructor for class org.opensaml.saml2.core.impl.ConditionsBuilder
Constructor.
ConditionsImpl - Class in org.opensaml.saml1.core.impl
This is a concrete implementation of the Conditions interface.
ConditionsImpl(String, String, String) - Constructor for class org.opensaml.saml1.core.impl.ConditionsImpl
Constructor
ConditionsImpl - Class in org.opensaml.saml2.core.impl
Concrete implementation of Conditions.
ConditionsImpl(String, String, String) - Constructor for class org.opensaml.saml2.core.impl.ConditionsImpl
Constructor.
ConditionsMarshaller - Class in org.opensaml.saml1.core.impl
A thread safe Marshaller for Conditions objects.
ConditionsMarshaller() - Constructor for class org.opensaml.saml1.core.impl.ConditionsMarshaller
 
ConditionsMarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Marshaller for Conditions objects.
ConditionsMarshaller() - Constructor for class org.opensaml.saml2.core.impl.ConditionsMarshaller
 
ConditionsSpecValidator - Class in org.opensaml.saml2.core.validator
Checks the Conditions for Spec compliance.
ConditionsSpecValidator() - Constructor for class org.opensaml.saml2.core.validator.ConditionsSpecValidator
Constructor
ConditionsUnmarshaller - Class in org.opensaml.saml1.core.impl
A thread-safe Unmarshaller for Conditions objects.
ConditionsUnmarshaller() - Constructor for class org.opensaml.saml1.core.impl.ConditionsUnmarshaller
 
ConditionsUnmarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Unmarshaller for Conditions objects.
ConditionsUnmarshaller() - Constructor for class org.opensaml.saml2.core.impl.ConditionsUnmarshaller
 
ConditionType - Interface in org.opensaml.xacml.policy
XACML Condition schema type.
ConditionTypeImpl - Class in org.opensaml.xacml.policy.impl
Implementation of ConditionType.
ConditionTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.ConditionTypeImpl
Constructor.
ConditionTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
Builder for ConditionType.
ConditionTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.ConditionTypeImplBuilder
 
ConditionTypeMarshaller - Class in org.opensaml.xacml.policy.impl
Marshaller for ConditionType.
ConditionTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.ConditionTypeMarshaller
Constructor.
ConditionTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
Unmarshaller for ConditionType.
ConditionTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.ConditionTypeUnmarshaller
Constructor.
Configuration - Class in org.opensaml
OpenSAML configuration singleton.
Configuration() - Constructor for class org.opensaml.Configuration
 
CONFIRMATION_METHOD_ATTRIB_NAME - Static variable in interface org.opensaml.samlext.saml2delrestrict.Delegate
ConfirmationMethod attribute name.
ConfirmationMethod - Interface in org.opensaml.saml1.core
This interface defines how the object representing a SAML1 ConfirmationMethod element behaves.
ConfirmationMethodBuilder - Class in org.opensaml.saml1.core.impl
Builder of ConfirmationMethodImpl objects.
ConfirmationMethodBuilder() - Constructor for class org.opensaml.saml1.core.impl.ConfirmationMethodBuilder
Constructor
ConfirmationMethodImpl - Class in org.opensaml.saml1.core.impl
Concrete Implementation of the ConfirmationMethod interface
ConfirmationMethodImpl(String, String, String) - Constructor for class org.opensaml.saml1.core.impl.ConfirmationMethodImpl
Constructor
ConfirmationMethodMarshaller - Class in org.opensaml.saml1.core.impl
A thread safe Marshaller for ConfirmationMethod objects.
ConfirmationMethodMarshaller() - Constructor for class org.opensaml.saml1.core.impl.ConfirmationMethodMarshaller
 
ConfirmationMethodUnmarshaller - Class in org.opensaml.saml1.core.impl
A thread-safe Unmarshaller for ConfirmationMethod objects.
ConfirmationMethodUnmarshaller() - Constructor for class org.opensaml.saml1.core.impl.ConfirmationMethodUnmarshaller
 
CONSENT_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.core.RequestAbstractType
Consent attribute name.
CONSENT_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.core.StatusResponseType
Consent attribute name.
CONTACT_TYPE_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.metadata.ContactPerson
"contactType" attribute's local name
ContactPerson - Interface in org.opensaml.saml2.metadata
SAML 2.0 Metadata ContactPerson
ContactPersonBuilder - Class in org.opensaml.saml2.metadata.impl
Builder of ContactPersonImpl
ContactPersonBuilder() - Constructor for class org.opensaml.saml2.metadata.impl.ContactPersonBuilder
Constructor
ContactPersonImpl - Class in org.opensaml.saml2.metadata.impl
Concrete implementation of ContactPerson
ContactPersonImpl(String, String, String) - Constructor for class org.opensaml.saml2.metadata.impl.ContactPersonImpl
Constructor
ContactPersonMarshaller - Class in org.opensaml.saml2.metadata.impl
A thread safe marshaller for ContactPerson objects.
ContactPersonMarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.ContactPersonMarshaller
 
ContactPersonSchemaValidator - Class in org.opensaml.saml2.metadata.validator
Checks ContactPerson for Schema compliance.
ContactPersonSchemaValidator() - Constructor for class org.opensaml.saml2.metadata.validator.ContactPersonSchemaValidator
Constructor
ContactPersonTypeEnumeration - Class in org.opensaml.saml2.metadata
A type safe enumeration of contact types used by ContactPerson.
ContactPersonTypeEnumeration(String) - Constructor for class org.opensaml.saml2.metadata.ContactPersonTypeEnumeration
Constructor
ContactPersonUnmarshaller - Class in org.opensaml.saml2.metadata.impl
A thread-safe Unmarshaller for ContactPerson objects.
ContactPersonUnmarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.ContactPersonUnmarshaller
 
contains(String) - Method in class org.opensaml.common.binding.artifact.BasicSAMLArtifactMap
Checks if a given artifact has a map entry.
contains(String) - Method in interface org.opensaml.common.binding.artifact.SAMLArtifactMap
Checks if a given artifact has a map entry.
CONTROL_ACTION - Static variable in interface org.opensaml.saml2.core.Action
Control action.
COUNT_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.core.ProxyRestriction
Count attribute name.
createNewInstance(MetadataProvider) - Method in class org.opensaml.security.MetadataCredentialResolverFactory
createReference(XMLSignature) - Method in class org.opensaml.common.impl.SAMLObjectContentReference

D

DATA_TYPE_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.ctx.MissingAttributeDetailType
DataType attribute name.
DATA_TYPE_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.policy.AttributeDesignatorType
DataType attribute name.
DATA_TYPE_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.policy.AttributeSelectorType
DataType attribute name.
DATA_TYPE_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.policy.AttributeValueType
DataType attribute name.
DATATYPE_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.ctx.AttributeType
Name for the Datatype attribute.
DECISION_ATTRIB_NAME - Static variable in interface org.opensaml.saml1.core.AuthorizationDecisionStatement
Name for Decision attribute
DECISION_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.core.AuthzDecisionStatement
Decision attribute name.
DecisionType - Interface in org.opensaml.xacml.ctx
XACML context Decision schema type.
DecisionType.DECISION - Enum in org.opensaml.xacml.ctx
Allowed decision values.
DecisionTypeEnumeration - Class in org.opensaml.saml1.core
A type safe "enumeration" of AuthorizationDecisionStatement Decision types.
DecisionTypeEnumeration(String) - Constructor for class org.opensaml.saml1.core.DecisionTypeEnumeration
Constructor
DecisionTypeEnumeration - Class in org.opensaml.saml2.core
A type safe enumeration of AuthzDecisionStatement decision types.
DecisionTypeEnumeration(String) - Constructor for class org.opensaml.saml2.core.DecisionTypeEnumeration
Constructor.
DecisionTypeImpl - Class in org.opensaml.xacml.ctx.impl
Concrete implementation of DecisionType.
DecisionTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.ctx.impl.DecisionTypeImpl
Constructor.
DecisionTypeImplBuilder - Class in org.opensaml.xacml.ctx.impl
Builder for DecisionType objects.
DecisionTypeImplBuilder() - Constructor for class org.opensaml.xacml.ctx.impl.DecisionTypeImplBuilder
Constructor.
DecisionTypeMarshaller - Class in org.opensaml.xacml.ctx.impl
Marshaller for DecisionType objects.
DecisionTypeMarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.DecisionTypeMarshaller
Constructor.
DecisionTypeMarshaller(String, String) - Constructor for class org.opensaml.xacml.ctx.impl.DecisionTypeMarshaller
Constructor.
DecisionTypeUnmarshaller - Class in org.opensaml.xacml.ctx.impl
Unmarshaller for DecisionType objects.
DecisionTypeUnmarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.DecisionTypeUnmarshaller
Constructor.
DecisionTypeUnmarshaller(String, String) - Constructor for class org.opensaml.xacml.ctx.impl.DecisionTypeUnmarshaller
Constructor.
declareNonVisibleNamespaces(SignableSAMLObject) - Static method in class org.opensaml.common.SAMLObjectHelper
Examines the SignableSAMLObject for the need to declare non-visible namespaces before marshalling and signing, and if required, performs the declarations.
decode(MessageContext) - Method in class org.opensaml.saml1.binding.decoding.BaseSAML1MessageDecoder
decode(MessageContext) - Method in class org.opensaml.saml2.binding.decoding.BaseSAML2MessageDecoder
decodeMessage(String) - Method in class org.opensaml.saml2.binding.decoding.HTTPRedirectDeflateDecoder
Base64 decodes the SAML message and then decompresses the message.
decodeTarget(SAMLMessageContext) - Method in class org.opensaml.saml1.binding.decoding.HTTPArtifactDecoder
Decodes the TARGET parameter and adds it to the message context.
decrypt(EncryptedAssertion) - Method in class org.opensaml.saml2.encryption.Decrypter
Decrypt the specified EncryptedAssertion.
decrypt(EncryptedAttribute) - Method in class org.opensaml.saml2.encryption.Decrypter
Decrypt the specified EncryptedAttribute.
decrypt(EncryptedID) - Method in class org.opensaml.saml2.encryption.Decrypter
Decrypt the specified EncryptedID.
decrypt(NewEncryptedID) - Method in class org.opensaml.saml2.encryption.Decrypter
Decrypt the specified NewEncryptedID.
Decrypter - Class in org.opensaml.saml2.encryption
Class which implements SAML2-specific options for EncryptedElementType objects.
Decrypter(KeyInfoCredentialResolver, KeyInfoCredentialResolver, EncryptedKeyResolver) - Constructor for class org.opensaml.saml2.encryption.Decrypter
Constructor.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml1.core.Action
Default element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml1.core.Advice
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml1.core.Assertion
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml1.core.AssertionArtifact
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml1.core.AssertionIDReference
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml1.core.Attribute
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml1.core.AttributeDesignator
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml1.core.AttributeQuery
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml1.core.AttributeStatement
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml1.core.AttributeValue
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml1.core.Audience
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml1.core.AudienceRestrictionCondition
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml1.core.AuthenticationQuery
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml1.core.AuthenticationStatement
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml1.core.AuthorityBinding
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml1.core.AuthorizationDecisionQuery
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml1.core.AuthorizationDecisionStatement
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml1.core.Condition
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml1.core.Conditions
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml1.core.ConfirmationMethod
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml1.core.DoNotCacheCondition
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml1.core.Evidence
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml1.core.NameIdentifier
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml1.core.Query
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml1.core.Request
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml1.core.RespondWith
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml1.core.Response
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml1.core.Statement
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml1.core.Status
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml1.core.StatusCode
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml1.core.StatusDetail
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml1.core.StatusMessage
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml1.core.Subject
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml1.core.SubjectConfirmation
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml1.core.SubjectConfirmationData
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml1.core.SubjectLocality
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml1.core.SubjectQuery
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml1.core.SubjectStatement
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.Action
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.Advice
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.Artifact
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.ArtifactResolve
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.ArtifactResponse
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.Assertion
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.AssertionIDRef
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.AssertionIDRequest
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.AssertionURIRef
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.Attribute
Local name of the Attribute element.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.AttributeQuery
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.AttributeStatement
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.AttributeValue
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.Audience
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.AudienceRestriction
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.AuthenticatingAuthority
Local Name of AuthenticatingAuthority.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.AuthnContext
Local Name of AuthnContext.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.AuthnContextClassRef
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.AuthnContextDecl
Local Name of AuthnContextDecl.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.AuthnContextDeclRef
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.AuthnQuery
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.AuthnRequest
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.AuthnStatement
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.AuthzDecisionQuery
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.AuthzDecisionStatement
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.BaseID
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.Condition
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.Conditions
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.EncryptedAssertion
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.EncryptedAttribute
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.EncryptedID
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.Evidence
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.GetComplete
Element Local Name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.IDPEntry
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.IDPList
Element Local Name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.Issuer
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.LogoutRequest
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.LogoutResponse
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.ManageNameIDRequest
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.ManageNameIDResponse
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.NameID
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.NameIDMappingRequest
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.NameIDMappingResponse
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.NameIDPolicy
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.NewEncryptedID
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.NewID
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.OneTimeUse
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.ProxyRestriction
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.RequestedAuthnContext
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.RequesterID
Element Local Name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.Response
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.Scoping
Element Local Name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.SessionIndex
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.Statement
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.Status
Local Name of Status.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.StatusCode
Local Name of StatusCode.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.StatusDetail
Local Name of StatusDetail.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.StatusMessage
Local Name of StatusMessage.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.Subject
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.SubjectConfirmation
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.SubjectConfirmationData
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.SubjectLocality
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.SubjectQuery
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.Terminate
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.ecp.RelayState
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.ecp.Request
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.ecp.Response
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.metadata.AdditionalMetadataLocation
Element name, no namespace
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.metadata.AffiliateMember
Element name, no namespace
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.metadata.AffiliationDescriptor
Element name, no namespace
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.metadata.ArtifactResolutionService
Element local name
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.metadata.AssertionConsumerService
Element local name
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.metadata.AssertionIDRequestService
Element name, no namespace
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.metadata.AttributeAuthorityDescriptor
Element name, no namespace
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.metadata.AttributeConsumingService
Element name, no namespace
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.metadata.AttributeProfile
Element name, no namespace
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.metadata.AttributeService
Element name, no namespace
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.metadata.AuthnAuthorityDescriptor
Element name, no namespace
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.metadata.AuthnQueryService
Element name, no namespace
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.metadata.AuthzService
Default element name, no namespace
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.metadata.Company
Element local name
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.metadata.ContactPerson
Element name, no namespace
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.metadata.EmailAddress
Element local name
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.metadata.EncryptionMethod
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.metadata.Endpoint
Element local name
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.metadata.EntitiesDescriptor
Element name, no namespace
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.metadata.EntityDescriptor
Element name, no namespace
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.metadata.GivenName
Element local name
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.metadata.IDPSSODescriptor
Local name, no namespace
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.metadata.IndexedEndpoint
Local name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.metadata.KeyDescriptor
Element name, no namespace
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.metadata.ManageNameIDService
Element local name
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.metadata.NameIDFormat
Element name, no namespace
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.metadata.NameIDMappingService
Element local name
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.metadata.Organization
Local name, no namespace
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.metadata.OrganizationDisplayName
Element local name
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.metadata.OrganizationName
Element local name
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.metadata.OrganizationURL
Element local name
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.metadata.PDPDescriptor
Local name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.metadata.RequestedAttribute
Local name, no namespace
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.metadata.RoleDescriptor
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.metadata.ServiceDescription
Element local name
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.metadata.ServiceName
Element local name
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.metadata.SingleLogoutService
Element local name
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.metadata.SingleSignOnService
Element local name
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.metadata.SPSSODescriptor
Element name, no namespace
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.metadata.SSODescriptor
Element name, no namespace
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.metadata.SurName
Element local name
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.saml2.metadata.TelephoneNumber
Element local name
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.samlext.idpdisco.DiscoveryResponse
Name of the element inside the Extensions.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.samlext.saml1md.SourceID
Element name, no namespace
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.samlext.saml2delrestrict.Delegate
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.samlext.saml2mdquery.ActionNamespace
Element local name
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.samlext.samlpthrpty.RespondTo
Element local name
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.ctx.ActionType
Local name of the Action element.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.ctx.AttributeType
Local name of the Attribute element.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.ctx.AttributeValueType
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.ctx.DecisionType
Element name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.ctx.EnvironmentType
Local name of the Attribute element.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.ctx.MissingAttributeDetailType
Local name of the element MissingAttributeDetail.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.ctx.RequestType
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.ctx.ResourceContentType
Local name of the ResourceContent element.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.ctx.ResourceType
Local name of the Attribute element.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.ctx.ResponseType
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.ctx.ResultType
Local name of the element.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.ctx.StatusCodeType
Local name of the StatusCode element.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.ctx.StatusDetailType
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.ctx.StatusMessageType
Local name of the element.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.ctx.StatusType
Local name of the StatusCode element.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.ctx.SubjectType
Local name of the element.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.ActionMatchType
Local name of the element ActionMatch.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.ActionsType
Local name of the element Actions.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.ActionType
Local name of the element Action.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.ApplyType
Local name of the element Apply.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.AttributeAssignmentType
Local name of the element AttributeAssignment.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.AttributeSelectorType
Local name of the element AttributeSelector.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.AttributeValueType
Local name of the element AttributeValue.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.CombinerParametersType
Local name of the element CombinerParameters.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.CombinerParameterType
Local name of the element CombinerParameters.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.ConditionType
Local name of the element Condition.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.DescriptionType
Local name of the element Description.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.EnvironmentMatchType
Local name of the element EnvironmentMatch.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.EnvironmentsType
Local name of the element Environments.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.EnvironmentType
Local name of the element Environment.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.ExpressionType
Local name of the element.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.FunctionType
Local name of the element Function.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.ObligationsType
Local name of the element Obligations.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.ObligationType
Local name of the element Obligation.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.PolicyCombinerParametersType
Local name of the element PolicyCombinerParameters.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.PolicySetCombinerParametersType
Local name of the element PolicySetCombineParameters.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.PolicySetType
Local name of the element PolicySet.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.PolicyType
Local name of the element Policy.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.ResourceMatchType
Local name of the element ResourceMatch.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.ResourcesType
Local name of the element Resources.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.ResourceType
Local name of the element Resource.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.RuleCombinerParametersType
Local name of the element RuleCombinerParameters.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.RuleType
Local name of the element Rule.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.SubjectAttributeDesignatorType
Local name of the element Obligation.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.SubjectMatchType
Local name of the element SubjectMatch.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.SubjectsType
Local name of the element Subjects.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.SubjectType
Local name of the element Subject.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.TargetType
Local name of the element Target.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.VariableDefinitionType
Local name of the element.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.VariableReferenceType
Local name of the element.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.profile.saml.ReferencedPoliciesType
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionStatementType
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.profile.saml.XACMLPolicyQueryType
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.profile.saml.XACMLPolicyStatementType
Element local name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml1.core.Action
Default element name
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml1.core.Advice
Default element name
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml1.core.Assertion
Default element name
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml1.core.AssertionArtifact
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml1.core.AssertionIDReference
Default element name
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml1.core.Attribute
Default element name
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml1.core.AttributeDesignator
Default element name
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml1.core.AttributeQuery
Default element name
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml1.core.AttributeStatement
Default element name
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml1.core.AttributeValue
Default element name
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml1.core.Audience
Default element name
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml1.core.AudienceRestrictionCondition
Default element name
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml1.core.AuthenticationQuery
Default element name
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml1.core.AuthenticationStatement
Default element name
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml1.core.AuthorityBinding
Default element name
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml1.core.AuthorizationDecisionQuery
Default element name
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml1.core.AuthorizationDecisionStatement
Default element name
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml1.core.Condition
Default element name
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml1.core.Conditions
Default element name
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml1.core.ConfirmationMethod
Default element name
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml1.core.DoNotCacheCondition
Default element name
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml1.core.Evidence
Default element name
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml1.core.NameIdentifier
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml1.core.Query
Default element name
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml1.core.Request
Default element name
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml1.core.RespondWith
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml1.core.Response
Default element name
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml1.core.Statement
Default element name
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml1.core.Status
Default element name
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml1.core.StatusCode
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml1.core.StatusDetail
Default element name
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml1.core.StatusMessage
Default element name
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml1.core.Subject
Default element name
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml1.core.SubjectConfirmation
Default element name
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml1.core.SubjectConfirmationData
Default element name
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml1.core.SubjectLocality
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml1.core.SubjectQuery
Default element name
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml1.core.SubjectStatement
Default element name
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.core.Action
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.core.Advice
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.core.Artifact
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.core.ArtifactResolve
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.core.ArtifactResponse
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.core.Assertion
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.core.AssertionIDRef
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.core.AssertionIDRequest
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.core.AssertionURIRef
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.core.Attribute
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.core.AttributeQuery
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.core.AttributeStatement
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.core.AttributeValue
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.core.Audience
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.core.AudienceRestriction
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.core.AuthenticatingAuthority
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.core.AuthnContext
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.core.AuthnContextClassRef
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.core.AuthnContextDecl
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.core.AuthnContextDeclRef
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.core.AuthnQuery
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.core.AuthnRequest
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.core.AuthnStatement
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.core.AuthzDecisionQuery
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.core.AuthzDecisionStatement
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.core.BaseID
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.core.Condition
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.core.Conditions
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.core.EncryptedAssertion
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.core.EncryptedAttribute
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.core.EncryptedID
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.core.Evidence
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.core.GetComplete
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.core.IDPEntry
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.core.IDPList
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.core.Issuer
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.core.LogoutRequest
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.core.LogoutResponse
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.core.ManageNameIDRequest
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.core.ManageNameIDResponse
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.core.NameID
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.core.NameIDMappingRequest
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.core.NameIDMappingResponse
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.core.NameIDPolicy
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.core.NewEncryptedID
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.core.NewID
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.core.OneTimeUse
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.core.ProxyRestriction
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.core.RequestedAuthnContext
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.core.RequesterID
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.core.Response
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.core.Scoping
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.core.SessionIndex
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.core.Statement
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.core.Status
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.core.StatusCode
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.core.StatusDetail
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.core.StatusMessage
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.core.Subject
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.core.SubjectConfirmation
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.core.SubjectConfirmationData
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.core.SubjectLocality
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.core.SubjectQuery
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.core.Terminate
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.ecp.RelayState
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.ecp.Request
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.ecp.Response
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.metadata.AdditionalMetadataLocation
Default element name
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.metadata.AffiliateMember
Default element name
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.metadata.AffiliationDescriptor
Default element name
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.metadata.ArtifactResolutionService
Default element name
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.metadata.AssertionConsumerService
Default element name
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.metadata.AssertionIDRequestService
Default element name
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.metadata.AttributeAuthorityDescriptor
Default element name
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.metadata.AttributeConsumingService
Default element name
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.metadata.AttributeProfile
Default element name
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.metadata.AttributeService
Default element name
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.metadata.AuthnAuthorityDescriptor
Default element name
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.metadata.AuthnQueryService
Default element name
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.metadata.AuthzService
Default element name
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.metadata.Company
Default element name
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.metadata.ContactPerson
Default element name
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.metadata.EmailAddress
Default element name
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.metadata.EncryptionMethod
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.metadata.Endpoint
Default element name
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.metadata.EntitiesDescriptor
Default element name
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.metadata.EntityDescriptor
Default element name
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.metadata.GivenName
Default element name
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.metadata.IDPSSODescriptor
Default element name
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.metadata.IndexedEndpoint
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.metadata.KeyDescriptor
Default element name
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.metadata.ManageNameIDService
Default element name
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.metadata.NameIDFormat
Default element name
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.metadata.NameIDMappingService
Default element name
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.metadata.Organization
Default element name
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.metadata.OrganizationDisplayName
Default element name
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.metadata.OrganizationName
Default element name
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.metadata.OrganizationURL
Default element name
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.metadata.PDPDescriptor
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.metadata.RequestedAttribute
Default element name
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.metadata.RoleDescriptor
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.metadata.ServiceDescription
Default element name
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.metadata.ServiceName
Default element name
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.metadata.SingleLogoutService
Default element name
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.metadata.SingleSignOnService
Default element name
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.metadata.SPSSODescriptor
Default element name
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.metadata.SSODescriptor
Default element name
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.metadata.SurName
Default element name
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.saml2.metadata.TelephoneNumber
Default element name
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.samlext.idpdisco.DiscoveryResponse
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.samlext.saml1md.SourceID
Default element name
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.samlext.saml2delrestrict.Delegate
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.samlext.saml2mdquery.ActionNamespace
Default element name
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.samlext.samlpthrpty.RespondTo
Default element name
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.ctx.ActionType
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.ctx.AttributeType
Default element name XACML20.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.ctx.AttributeValueType
Default element name XACML20.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.ctx.DecisionType
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.ctx.EnvironmentType
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.ctx.MissingAttributeDetailType
QName of the element MissingAttributeDetail.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.ctx.RequestType
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.ctx.ResourceContentType
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.ctx.ResourceType
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.ctx.ResponseType
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.ctx.ResultType
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.ctx.StatusCodeType
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.ctx.StatusDetailType
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.ctx.StatusMessageType
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.ctx.StatusType
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.ctx.SubjectType
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.policy.ActionMatchType
QName of the element ActionMatch.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.policy.ActionsType
QName of the element Actions.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.policy.ActionType
QName of the element Action.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.policy.ApplyType
QName of the element Apply.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.policy.AttributeAssignmentType
QName of the element AttributeAssignment.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.policy.AttributeSelectorType
QName of the element AttributeSelector.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.policy.AttributeValueType
QName of the element AttributeValue.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.policy.CombinerParametersType
QName of the element CombinerParameters.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.policy.CombinerParameterType
QName of the element CombinerParameters.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.policy.ConditionType
QName of the element Condition.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.policy.DescriptionType
QName of the element Description.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.policy.EnvironmentsType
QName of the element Environments.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.policy.EnvironmentType
QName of the element Environment.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.policy.FunctionType
QName of the element Function.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.policy.PolicyCombinerParametersType
QName of the element PolicyCombinerParameters.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.policy.PolicySetCombinerParametersType
QName of the element PolicySetCombineParameters.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.policy.PolicySetType
QName of the element PolicySet.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.policy.PolicyType
QName of the element Policy.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.policy.ResourceMatchType
QName of the element ResourceMatch.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.policy.ResourcesType
QName of the element Resources.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.policy.ResourceType
QName of the element Resource.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.policy.RuleCombinerParametersType
QName of the element RuleCombinerParameters.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.policy.RuleType
QName of the element Rule.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.policy.SubjectMatchType
QName of the element SubjectMatch.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.policy.SubjectsType
QName of the element Subjects.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.policy.SubjectType
QName of the element Subject.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.policy.TargetType
QName of the element Target.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.policy.VariableDefinitionType
Default element name.
DEFAULT_ELEMENT_NAME_XACML10 - Static variable in interface org.opensaml.xacml.profile.saml.ReferencedPoliciesType
Default element name for XACML 1.0.
DEFAULT_ELEMENT_NAME_XACML10 - Static variable in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
Default element name for XACML 1.0.
DEFAULT_ELEMENT_NAME_XACML10 - Static variable in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionStatementType
Default element name for XACML 1.0.
DEFAULT_ELEMENT_NAME_XACML10 - Static variable in interface org.opensaml.xacml.profile.saml.XACMLPolicyQueryType
Default element name for XACML 1.0.
DEFAULT_ELEMENT_NAME_XACML10 - Static variable in interface org.opensaml.xacml.profile.saml.XACMLPolicyStatementType
Default element name for XACML 1.0.
DEFAULT_ELEMENT_NAME_XACML11 - Static variable in interface org.opensaml.xacml.profile.saml.ReferencedPoliciesType
Default element name for XACML 1.1.
DEFAULT_ELEMENT_NAME_XACML11 - Static variable in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
Default element name for XACML 1.1.
DEFAULT_ELEMENT_NAME_XACML11 - Static variable in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionStatementType
Default element name for XACML 1.1.
DEFAULT_ELEMENT_NAME_XACML11 - Static variable in interface org.opensaml.xacml.profile.saml.XACMLPolicyQueryType
Default element name for XACML 1.1.
DEFAULT_ELEMENT_NAME_XACML11 - Static variable in interface org.opensaml.xacml.profile.saml.XACMLPolicyStatementType
Default element name for XACML 1.1.
DEFAULT_ELEMENT_NAME_XACML20 - Static variable in interface org.opensaml.xacml.policy.ExpressionType
Default element name.
DEFAULT_ELEMENT_NAME_XACML20 - Static variable in interface org.opensaml.xacml.policy.VariableReferenceType
Default element name.
DEFAULT_ELEMENT_NAME_XACML20 - Static variable in interface org.opensaml.xacml.profile.saml.ReferencedPoliciesType
Default element name for XACML 2.0.
DEFAULT_ELEMENT_NAME_XACML20 - Static variable in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
Default element name for XACML 2.0.
DEFAULT_ELEMENT_NAME_XACML20 - Static variable in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionStatementType
Default element name for XACML 2.0.
DEFAULT_ELEMENT_NAME_XACML20 - Static variable in interface org.opensaml.xacml.profile.saml.XACMLPolicyQueryType
Default element name for XACML 2.0.
DEFAULT_ELEMENT_NAME_XACML20 - Static variable in interface org.opensaml.xacml.profile.saml.XACMLPolicyStatementType
Default element name for XACML 2.0.
DEFAULT_ELEMENT_NAME_XACML30 - Static variable in interface org.opensaml.xacml.profile.saml.ReferencedPoliciesType
Default element name for XACML 3.0.
DEFAULT_ELEMENT_NAME_XACML30 - Static variable in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
Default element name for XACML 3.0.
DEFAULT_ELEMENT_NAME_XACML30 - Static variable in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionStatementType
Default element name for XACML 3.0.
DEFAULT_ELEMENT_NAME_XACML30 - Static variable in interface org.opensaml.xacml.profile.saml.XACMLPolicyQueryType
Default element nam for XACML 3.0.
DEFAULT_ELEMENT_NAME_XACML30 - Static variable in interface org.opensaml.xacml.profile.saml.XACMLPolicyStatementType
Default element name for XACML 3.0.
DEFAULT_ELEMENT_QNAME - Static variable in interface org.opensaml.xacml.policy.EnvironmentMatchType
QName of the element EnvironmentMatch.
DEFAULT_ELEMENT_QNAME - Static variable in interface org.opensaml.xacml.policy.ObligationsType
QName of the element Obligations.
DEFAULT_ELEMENT_QNAME - Static variable in interface org.opensaml.xacml.policy.ObligationType
QName of the element Obligation.
DEFAULT_ELEMENT_QNAME - Static variable in interface org.opensaml.xacml.policy.SubjectAttributeDesignatorType
QName of the element Obligation.
DEFAULT_STORAGE_PARTITION - Static variable in class org.opensaml.common.binding.artifact.BasicSAMLArtifactMap
The default StorageService partition name to use.
DefaultBootstrap - Class in org.opensaml
This class can be used to bootstrap the OpenSAML library with the default configurations that ship with the library.
DefaultBootstrap() - Constructor for class org.opensaml.DefaultBootstrap
Constructor.
DEFAULTS_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.policy.XPathVersion
QName of the element element.
DefaultsType - Interface in org.opensaml.xacml.policy
XACML Defaults schema type.
DefaultsTypeImpl - Class in org.opensaml.xacml.policy.impl
Implementation for DefaultsType.
DefaultsTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.DefaultsTypeImpl
Constructor.
DefaultsTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
Builder for DefaultsType.
DefaultsTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.DefaultsTypeImplBuilder
 
DefaultsTypeMarshaller - Class in org.opensaml.xacml.policy.impl
Marshaller for DefaultsType.
DefaultsTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.DefaultsTypeMarshaller
Constructor.
DefaultsTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
Unmarshaller for DefaultsType.
DefaultsTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.DefaultsTypeUnmarshaller
 
deflateAndBase64Encode(SAMLObject) - Method in class org.opensaml.saml2.binding.encoding.HTTPRedirectDeflateEncoder
DEFLATE (RFC1951) compresses the given SAML message.
Delegate - Interface in org.opensaml.samlext.saml2delrestrict
SAML 2.0 Condition for Delegation Restriction - Delegate element.
DelegateBuilder - Class in org.opensaml.samlext.saml2delrestrict.impl
Builder of Delegate.
DelegateBuilder() - Constructor for class org.opensaml.samlext.saml2delrestrict.impl.DelegateBuilder
Constructor.
DelegateImpl - Class in org.opensaml.samlext.saml2delrestrict.impl
Implementation of Delegate.
DelegateImpl(String, String, String) - Constructor for class org.opensaml.samlext.saml2delrestrict.impl.DelegateImpl
Constructor.
DelegateMarshaller - Class in org.opensaml.samlext.saml2delrestrict.impl
Marshaller for instances of Delegate.
DelegateMarshaller() - Constructor for class org.opensaml.samlext.saml2delrestrict.impl.DelegateMarshaller
 
DelegateUnmarshaller - Class in org.opensaml.samlext.saml2delrestrict.impl
Unmarshaller for instances of Delegate.
DelegateUnmarshaller() - Constructor for class org.opensaml.samlext.saml2delrestrict.impl.DelegateUnmarshaller
 
DELEGATION_INSTANT_ATTRIB_NAME - Static variable in interface org.opensaml.samlext.saml2delrestrict.Delegate
DelegationInstant attribute name.
DelegationRestrictionType - Interface in org.opensaml.samlext.saml2delrestrict
SAML 2.0 Condition for Delegation Restriction - DelegationRestrictionType complex type.
DelegationRestrictionTypeBuilder - Class in org.opensaml.samlext.saml2delrestrict.impl
Builder of DelegationRestrictionType.
DelegationRestrictionTypeBuilder() - Constructor for class org.opensaml.samlext.saml2delrestrict.impl.DelegationRestrictionTypeBuilder
Constructor.
DelegationRestrictionTypeImpl - Class in org.opensaml.samlext.saml2delrestrict.impl
Implementation of DelegationRestrictionType.
DelegationRestrictionTypeImpl(String, String, String) - Constructor for class org.opensaml.samlext.saml2delrestrict.impl.DelegationRestrictionTypeImpl
Constructor.
DelegationRestrictionTypeMarshaller - Class in org.opensaml.samlext.saml2delrestrict.impl
Marshaller for instances of DelegationRestrictionType.
DelegationRestrictionTypeMarshaller() - Constructor for class org.opensaml.samlext.saml2delrestrict.impl.DelegationRestrictionTypeMarshaller
 
DelegationRestrictionTypeUnmarshaller - Class in org.opensaml.samlext.saml2delrestrict.impl
Unmarshaller for instances of DelegationRestrictionType.
DelegationRestrictionTypeUnmarshaller() - Constructor for class org.opensaml.samlext.saml2delrestrict.impl.DelegationRestrictionTypeUnmarshaller
 
DELETE_ACTION - Static variable in interface org.opensaml.saml2.core.Action
Delete action.
DENY - Static variable in class org.opensaml.saml1.core.DecisionTypeEnumeration
"Deny" decision type
DENY - Static variable in class org.opensaml.saml2.core.DecisionTypeEnumeration
Deny decision type.
deriveSignerEntityID(SAMLMessageContext) - Method in class org.opensaml.common.binding.security.BaseSAMLSimpleSignatureSecurityPolicyRule
Derive the signer's entity ID from the message context.
DescriptionType - Interface in org.opensaml.xacml.policy
XACML Description schema type.
DescriptionTypeImpl - Class in org.opensaml.xacml.policy.impl
Concrete implementation of DescriptionType.
DescriptionTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.DescriptionTypeImpl
Constructor.
DescriptionTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
Builder for DescriptionType.
DescriptionTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.DescriptionTypeImplBuilder
Constructor.
DescriptionTypeMarshaller - Class in org.opensaml.xacml.policy.impl
Marshaller for DescriptionType.
DescriptionTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.DescriptionTypeMarshaller
Constructor.
DescriptionTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
Unmarshaller for DescriptionType.
DescriptionTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.DescriptionTypeUnmarshaller
Constructor.
DESTINATION_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.core.RequestAbstractType
Destination attribute name.
DESTINATION_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.core.StatusResponseType
Destination attribute name.
DiscoveryResponse - Interface in org.opensaml.samlext.idpdisco
SAML Identity Provider Discovery Protocol DiscoveryResponse
DiscoveryResponseBuilder - Class in org.opensaml.samlext.idpdisco
Builder of DiscoveryResponse.
DiscoveryResponseBuilder() - Constructor for class org.opensaml.samlext.idpdisco.DiscoveryResponseBuilder
Constructor.
DiscoveryResponseImpl - Class in org.opensaml.samlext.idpdisco
This plugs into the standard opensaml2 parser framework to allow us to get use DiscoverResponse elements in our extensions.
DiscoveryResponseImpl(String, String, String) - Constructor for class org.opensaml.samlext.idpdisco.DiscoveryResponseImpl
Constructor.
DiscoveryResponseMarshaller - Class in org.opensaml.samlext.idpdisco
A thread-safe Marshaller for org.opensaml.samlext.samlidpdisco.DiscoveryRespons objects.
DiscoveryResponseMarshaller() - Constructor for class org.opensaml.samlext.idpdisco.DiscoveryResponseMarshaller
 
DiscoveryResponseUnmarshaller - Class in org.opensaml.samlext.idpdisco
A thread-safe Unmarshaller for org.opensaml.samlext.samlidpdisco.DiscoveryRespons objects.
DiscoveryResponseUnmarshaller() - Constructor for class org.opensaml.samlext.idpdisco.DiscoveryResponseUnmarshaller
 
DNS_NAME_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.core.SubjectLocality
DNSName attribute name.
DNS_NAME_DATATYPE_URI - Static variable in class org.opensaml.xacml.XACMLConstants
DNS Name datatype URI.
DNSADDRESS_ATTRIB_NAME - Static variable in interface org.opensaml.saml1.core.SubjectLocality
Name for the DNSAddress attribute.
doDecode(MessageContext) - Method in class org.opensaml.saml1.binding.decoding.HTTPArtifactDecoder
doDecode(MessageContext) - Method in class org.opensaml.saml1.binding.decoding.HTTPPostDecoder
doDecode(MessageContext) - Method in class org.opensaml.saml1.binding.decoding.HTTPSOAP11Decoder
doDecode(MessageContext) - Method in class org.opensaml.saml2.binding.decoding.HTTPArtifactDecoder
doDecode(MessageContext) - Method in class org.opensaml.saml2.binding.decoding.HTTPPostDecoder
doDecode(MessageContext) - Method in class org.opensaml.saml2.binding.decoding.HTTPRedirectDeflateDecoder
doDecode(MessageContext) - Method in class org.opensaml.saml2.binding.decoding.HTTPSOAP11Decoder
doEncode(MessageContext) - Method in class org.opensaml.saml1.binding.encoding.HTTPArtifactEncoder
doEncode(MessageContext) - Method in class org.opensaml.saml1.binding.encoding.HTTPPostEncoder
doEncode(MessageContext) - Method in class org.opensaml.saml1.binding.encoding.HTTPSOAP11Encoder
doEncode(MessageContext) - Method in class org.opensaml.saml2.binding.encoding.HTTPArtifactEncoder
doEncode(MessageContext) - Method in class org.opensaml.saml2.binding.encoding.HTTPPostEncoder
doEncode(MessageContext) - Method in class org.opensaml.saml2.binding.encoding.HTTPRedirectDeflateEncoder
doEncode(MessageContext) - Method in class org.opensaml.saml2.binding.encoding.HTTPSOAP11Encoder
doEvaluate(Signature, SignableSAMLObject, SAMLMessageContext) - Method in class org.opensaml.common.binding.security.SAMLProtocolMessageXMLSignatureSecurityPolicyRule
Perform cryptographic validation and trust evaluation on the Signature token using the configured Signature trust engine.
doFilter(XMLObject) - Method in class org.opensaml.saml2.metadata.provider.EntityRoleFilter
Filters the given metadata, perhaps to remove elements that are not wanted.
doFilter(XMLObject) - Method in interface org.opensaml.saml2.metadata.provider.MetadataFilter
Filters the given metadata, perhaps to remove elements that are not wanted.
doFilter(XMLObject) - Method in class org.opensaml.saml2.metadata.provider.MetadataFilterChain
Filters the given metadata, perhaps to remove elements that are not wanted.
doFilter(XMLObject) - Method in class org.opensaml.saml2.metadata.provider.RequiredValidUntilFilter
Filters the given metadata, perhaps to remove elements that are not wanted.
doFilter(XMLObject) - Method in class org.opensaml.saml2.metadata.provider.SchemaValidationFilter
Filters the given metadata, perhaps to remove elements that are not wanted.
doFilter(XMLObject) - Method in class org.opensaml.saml2.metadata.provider.SignatureValidationFilter
Filters the given metadata, perhaps to remove elements that are not wanted.
doGetEntitiesDescriptor(String) - Method in class org.opensaml.saml2.metadata.provider.AbstractMetadataProvider
Gets the named EntitiesDescriptor from the metadata.
doGetEntityDescriptor(String) - Method in class org.opensaml.saml2.metadata.provider.AbstractMetadataProvider
Gets the identified EntityDescriptor from the metadata.
doGetMetadata() - Method in class org.opensaml.saml2.metadata.provider.AbstractMetadataProvider
Gets the metadata currently held by the provider.
doGetMetadata() - Method in class org.opensaml.saml2.metadata.provider.AbstractReloadingMetadataProvider
Gets the metadata currently held by the provider.
doGetMetadata() - Method in class org.opensaml.saml2.metadata.provider.DOMMetadataProvider
Gets the metadata currently held by the provider.
doGetRole(String, QName) - Method in class org.opensaml.saml2.metadata.provider.AbstractMetadataProvider
Gets the identified roles from an EntityDescriptor.
doGetRole(String, QName, String) - Method in class org.opensaml.saml2.metadata.provider.AbstractMetadataProvider
Gets the role which supports the given protocol.
doInitialization() - Method in class org.opensaml.saml2.metadata.provider.AbstractMetadataProvider
Subclasses should override this method to perform any initialization logic necessary.
doInitialization() - Method in class org.opensaml.saml2.metadata.provider.AbstractReloadingMetadataProvider
Subclasses should override this method to perform any initialization logic necessary.
doInitialization() - Method in class org.opensaml.saml2.metadata.provider.DOMMetadataProvider
Subclasses should override this method to perform any initialization logic necessary.
DOMMetadataProvider - Class in org.opensaml.saml2.metadata.provider
A MetadataProvider implementation that retrieves metadata from a DOM Element as supplied by the user.
DOMMetadataProvider(Element) - Constructor for class org.opensaml.saml2.metadata.provider.DOMMetadataProvider
Constructor.
DoNotCacheCondition - Interface in org.opensaml.saml1.core
This interface describes how ab object representing a SAML1 DoNotCacheCondition element will behave.
DoNotCacheConditionBuilder - Class in org.opensaml.saml1.core.impl
Builder of DoNotCacheConditionImpl objects.
DoNotCacheConditionBuilder() - Constructor for class org.opensaml.saml1.core.impl.DoNotCacheConditionBuilder
Constructor.
DoNotCacheConditionImpl - Class in org.opensaml.saml1.core.impl
Concrete Implementation of a DoNotCacheCondition Objects.
DoNotCacheConditionImpl(String, String, String) - Constructor for class org.opensaml.saml1.core.impl.DoNotCacheConditionImpl
Constructor.
DoNotCacheConditionMarshaller - Class in org.opensaml.saml1.core.impl
Thread safe Marshaller for DoNotCacheCondition objects.
DoNotCacheConditionMarshaller() - Constructor for class org.opensaml.saml1.core.impl.DoNotCacheConditionMarshaller
 
DoNotCacheConditionUnmarshaller - Class in org.opensaml.saml1.core.impl
A thread-safe Unmarshaller for DoNotCacheCondition objects.
DoNotCacheConditionUnmarshaller() - Constructor for class org.opensaml.saml1.core.impl.DoNotCacheConditionUnmarshaller
 

E

EARLIEST_VERSION_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.policy.IdReferenceType
EarliestVersion attribute name.
EFFECT_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.policy.RuleType
Effect attribute name.
EffectType - Enum in org.opensaml.xacml.policy
XACML policy effect type.
ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.XPathVersion
Local name of the element.
ELEMENT_QNAME - Static variable in interface org.opensaml.saml2.metadata.EntitiesDescriptor
Element QName, no prefix
ELEMENT_QNAME - Static variable in interface org.opensaml.saml2.metadata.EntityDescriptor
Element QName, no prefix
EMAIL - Static variable in interface org.opensaml.saml1.core.NameIdentifier
URI for email name format.
EMAIL - Static variable in interface org.opensaml.saml2.core.NameIDType
URI for email name format.
EmailAddress - Interface in org.opensaml.saml2.metadata
SAML 2.0 Metadata EmailAddress
EmailAddressBuilder - Class in org.opensaml.saml2.metadata.impl
Builder of EmailAddressImpl
EmailAddressBuilder() - Constructor for class org.opensaml.saml2.metadata.impl.EmailAddressBuilder
Constructor
EmailAddressImpl - Class in org.opensaml.saml2.metadata.impl
Concrete implementation of EmailAddress
EmailAddressImpl(String, String, String) - Constructor for class org.opensaml.saml2.metadata.impl.EmailAddressImpl
Constructor
EmailAddressMarshaller - Class in org.opensaml.saml2.metadata.impl
A thread safe Marshaller for EmailAddress objects.
EmailAddressMarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.EmailAddressMarshaller
 
EmailAddressSchemaValidator - Class in org.opensaml.saml2.metadata.validator
Checks EmailAddress for Schema compliance.
EmailAddressSchemaValidator() - Constructor for class org.opensaml.saml2.metadata.validator.EmailAddressSchemaValidator
Constructor
EmailAddressUnmarshaller - Class in org.opensaml.saml2.metadata.impl
A thread-safe Unmarshaller for EmailAddress objects.
EmailAddressUnmarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.EmailAddressUnmarshaller
 
emitChangeEvent() - Method in class org.opensaml.saml2.metadata.provider.AbstractObservableMetadataProvider
Helper method for calling ObservableMetadataProvider.Observer.onEvent(MetadataProvider) on every registered Observer passing in this provider.
emitChangeEvent() - Method in class org.opensaml.saml2.metadata.provider.ChainingMetadataProvider
Convenience method for calling ObservableMetadataProvider.Observer.onEvent(MetadataProvider) on every registered Observer passing in this provider.
encrypt(Assertion) - Method in class org.opensaml.saml2.encryption.Encrypter
Encrypt the specified Assertion.
encrypt(Attribute) - Method in class org.opensaml.saml2.encryption.Encrypter
Encrypt the specified Attribute.
encrypt(NameID) - Method in class org.opensaml.saml2.encryption.Encrypter
Encrypt the specified NameID.
encrypt(BaseID) - Method in class org.opensaml.saml2.encryption.Encrypter
Encrypt the specified BaseID.
encrypt(NewID) - Method in class org.opensaml.saml2.encryption.Encrypter
Encrypt the specified NewID.
encryptAsID(Assertion) - Method in class org.opensaml.saml2.encryption.Encrypter
Encrypt the specified Assertion, treating as an identifier and returning an EncryptedID.
ENCRYPTED - Static variable in interface org.opensaml.saml2.core.NameIDType
Special URI used by NameIDPolicy to indicate a NameID should be encrypted.
EncryptedAssertion - Interface in org.opensaml.saml2.core
SAML 2.0 Core EncryptedAssertion.
EncryptedAssertionBuilder - Class in org.opensaml.saml2.core.impl
Builder for EncryptedAssertionImpl objects.
EncryptedAssertionBuilder() - Constructor for class org.opensaml.saml2.core.impl.EncryptedAssertionBuilder
Constructor.
EncryptedAssertionImpl - Class in org.opensaml.saml2.core.impl
A concrete implementation of EncryptedAssertion.
EncryptedAssertionImpl(String, String, String) - Constructor for class org.opensaml.saml2.core.impl.EncryptedAssertionImpl
Constructor.
EncryptedAssertionMarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Marshaller for EncryptedAssertion.
EncryptedAssertionMarshaller() - Constructor for class org.opensaml.saml2.core.impl.EncryptedAssertionMarshaller
 
EncryptedAssertionUnmarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Unmarshaller for EncryptedAssertion.
EncryptedAssertionUnmarshaller() - Constructor for class org.opensaml.saml2.core.impl.EncryptedAssertionUnmarshaller
 
EncryptedAttribute - Interface in org.opensaml.saml2.core
SAML 2.0 Core EncryptedAttribute.
EncryptedAttributeBuilder - Class in org.opensaml.saml2.core.impl
Builder for EncryptedAttributeImpl objects.
EncryptedAttributeBuilder() - Constructor for class org.opensaml.saml2.core.impl.EncryptedAttributeBuilder
Constructor.
EncryptedAttributeImpl - Class in org.opensaml.saml2.core.impl
A concrete implementation of EncryptedAttribute.
EncryptedAttributeImpl(String, String, String) - Constructor for class org.opensaml.saml2.core.impl.EncryptedAttributeImpl
Constructor.
EncryptedAttributeMarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Marshaller for EncryptedAttribute.
EncryptedAttributeMarshaller() - Constructor for class org.opensaml.saml2.core.impl.EncryptedAttributeMarshaller
 
EncryptedAttributeUnmarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Unmarshaller for EncryptedAttribute.
EncryptedAttributeUnmarshaller() - Constructor for class org.opensaml.saml2.core.impl.EncryptedAttributeUnmarshaller
 
EncryptedElementType - Interface in org.opensaml.saml2.core
SAML 2.0 Core EncryptedElementType.
EncryptedElementTypeEncryptedKeyResolver - Class in org.opensaml.saml2.encryption
An implementation of EncryptedKeyResolver which resolves EncryptedKey elements which appear as immediate children of the EncryptedElementType which is the parent of the EncryptedData context.
EncryptedElementTypeEncryptedKeyResolver() - Constructor for class org.opensaml.saml2.encryption.EncryptedElementTypeEncryptedKeyResolver
 
EncryptedElementTypeImpl - Class in org.opensaml.saml2.core.impl
A concrete implementation of EncryptedElementType.
EncryptedElementTypeImpl(String, String, String) - Constructor for class org.opensaml.saml2.core.impl.EncryptedElementTypeImpl
Constructor.
EncryptedElementTypeMarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Marshaller for EncryptedElementType.
EncryptedElementTypeMarshaller() - Constructor for class org.opensaml.saml2.core.impl.EncryptedElementTypeMarshaller
 
EncryptedElementTypeUnmarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Unmarshaller for EncryptedElementType.
EncryptedElementTypeUnmarshaller() - Constructor for class org.opensaml.saml2.core.impl.EncryptedElementTypeUnmarshaller
 
EncryptedID - Interface in org.opensaml.saml2.core
SAML 2.0 Core EncryptedID.
EncryptedIDBuilder - Class in org.opensaml.saml2.core.impl
Builder for EncryptedIDImpl objects.
EncryptedIDBuilder() - Constructor for class org.opensaml.saml2.core.impl.EncryptedIDBuilder
Constructor.
EncryptedIDImpl - Class in org.opensaml.saml2.core.impl
A concrete implementation of EncryptedID.
EncryptedIDImpl(String, String, String) - Constructor for class org.opensaml.saml2.core.impl.EncryptedIDImpl
Constructor.
EncryptedIDMarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Marshaller for EncryptedID.
EncryptedIDMarshaller() - Constructor for class org.opensaml.saml2.core.impl.EncryptedIDMarshaller
 
EncryptedIDUnmarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Unmarshaller for EncryptedID.
EncryptedIDUnmarshaller() - Constructor for class org.opensaml.saml2.core.impl.EncryptedIDUnmarshaller
 
Encrypter - Class in org.opensaml.saml2.encryption
Encrypter for SAML 2 SAMLObjects which has specific options for generating instances of subtypes of EncryptedElementType.
Encrypter(EncryptionParameters, List<KeyEncryptionParameters>) - Constructor for class org.opensaml.saml2.encryption.Encrypter
Constructor.
Encrypter(EncryptionParameters, KeyEncryptionParameters) - Constructor for class org.opensaml.saml2.encryption.Encrypter
Constructor.
Encrypter(EncryptionParameters) - Constructor for class org.opensaml.saml2.encryption.Encrypter
Constructor.
Encrypter.KeyPlacement - Enum in org.opensaml.saml2.encryption
Options for where to place the resulting EncryptedKey elements with respect to the associated EncryptedData element.
EncryptionMethod - Interface in org.opensaml.saml2.metadata
SAML 2.0 Metadata EncryptionMethod.
EncryptionMethodBuilder - Class in org.opensaml.saml2.metadata.impl
Builder of EncryptionMethod.
EncryptionMethodBuilder() - Constructor for class org.opensaml.saml2.metadata.impl.EncryptionMethodBuilder
Constructor.
EncryptionMethodImpl - Class in org.opensaml.saml2.metadata.impl
Concrete implementation of EncryptionMethod.
EncryptionMethodImpl(String, String, String) - Constructor for class org.opensaml.saml2.metadata.impl.EncryptionMethodImpl
Constructor.
EncryptionMethodMarshaller - Class in org.opensaml.saml2.metadata.impl
A thread safe Marshaller for EncryptionMethod objects.
EncryptionMethodMarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.EncryptionMethodMarshaller
 
EncryptionMethodSchemaValidator - Class in org.opensaml.saml2.metadata.validator
Checks EncryptionMethod for Schema compliance.
EncryptionMethodSchemaValidator() - Constructor for class org.opensaml.saml2.metadata.validator.EncryptionMethodSchemaValidator
Constructor.
EncryptionMethodUnmarshaller - Class in org.opensaml.saml2.metadata.impl
A thread safe Unmarshaller for EncryptionMethod objects.
EncryptionMethodUnmarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.EncryptionMethodUnmarshaller
 
Endpoint - Interface in org.opensaml.saml2.metadata
SAML 2.0 Metadata Endpoint data type interface
EndpointImpl - Class in org.opensaml.saml2.metadata.impl
A concrete implementation of Endpoint
EndpointImpl(String, String, String) - Constructor for class org.opensaml.saml2.metadata.impl.EndpointImpl
Constructor
EndpointMarshaller - Class in org.opensaml.saml2.metadata.impl
A thread safe Marshaller for Endpoint objects.
EndpointMarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.EndpointMarshaller
 
EndpointSchemaValidator<EndpointType extends Endpoint> - Class in org.opensaml.saml2.metadata.validator
Checks Endpoint for Schema compliance.
EndpointSchemaValidator() - Constructor for class org.opensaml.saml2.metadata.validator.EndpointSchemaValidator
Constructor
EndpointUnmarshaller - Class in org.opensaml.saml2.metadata.impl
A thread-safe unmarshaller for Endpoint objects.
EndpointUnmarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.EndpointUnmarshaller
 
EntitiesDescriptor - Interface in org.opensaml.saml2.metadata
SAML 2.0 Metadata EntitiesDescriptor.
EntitiesDescriptorBuilder - Class in org.opensaml.saml2.metadata.impl
A builder of EntitiesDescriptorImpl objects.
EntitiesDescriptorBuilder() - Constructor for class org.opensaml.saml2.metadata.impl.EntitiesDescriptorBuilder
Constructor
EntitiesDescriptorImpl - Class in org.opensaml.saml2.metadata.impl
Concrete implementation of EntitiesDescriptor.
EntitiesDescriptorImpl(String, String, String) - Constructor for class org.opensaml.saml2.metadata.impl.EntitiesDescriptorImpl
Constructor.
EntitiesDescriptorMarshaller - Class in org.opensaml.saml2.metadata.impl
A thread safe Marshaller for EntitiesDescriptor objects.
EntitiesDescriptorMarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.EntitiesDescriptorMarshaller
 
EntitiesDescriptorSchemaValidator - Class in org.opensaml.saml2.metadata.validator
Checks EntitiesDescriptor for Schema compliance.
EntitiesDescriptorSchemaValidator() - Constructor for class org.opensaml.saml2.metadata.validator.EntitiesDescriptorSchemaValidator
Constructor
EntitiesDescriptorSpecValidator - Class in org.opensaml.saml2.metadata.validator
Checks EntitiesDescriptor for Spec compliance.
EntitiesDescriptorSpecValidator() - Constructor for class org.opensaml.saml2.metadata.validator.EntitiesDescriptorSpecValidator
Constructor
EntitiesDescriptorUnmarshaller - Class in org.opensaml.saml2.metadata.impl
A thread safe Unmarshaller for EntitiesDescriptor objects.
EntitiesDescriptorUnmarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.EntitiesDescriptorUnmarshaller
 
ENTITY - Static variable in interface org.opensaml.saml2.core.NameIDType
URI for SAML entity name format.
ENTITY_ID_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.metadata.EntityDescriptor
"Name" attribute name
EntityDescriptor - Interface in org.opensaml.saml2.metadata
SAML 2.0 Metadata EntityDescriptor
EntityDescriptorBuilder - Class in org.opensaml.saml2.metadata.impl
An Builder for EntityDescriptor elements.
EntityDescriptorBuilder() - Constructor for class org.opensaml.saml2.metadata.impl.EntityDescriptorBuilder
Constructor.
EntityDescriptorImpl - Class in org.opensaml.saml2.metadata.impl
Concretate implementation of EntitiesDescriptor.
EntityDescriptorImpl(String, String, String) - Constructor for class org.opensaml.saml2.metadata.impl.EntityDescriptorImpl
Constructor.
EntityDescriptorMarshaller - Class in org.opensaml.saml2.metadata.impl
A thread safe Marshaller for EntityDescriptor objects.
EntityDescriptorMarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.EntityDescriptorMarshaller
 
EntityDescriptorSchemaValidator - Class in org.opensaml.saml2.metadata.validator
Checks EntityDescriptor for Schema compliance.
EntityDescriptorSchemaValidator() - Constructor for class org.opensaml.saml2.metadata.validator.EntityDescriptorSchemaValidator
Constructor
EntityDescriptorSpecValidator - Class in org.opensaml.saml2.metadata.validator
Checks EntityDescriptor for Spec compliance.
EntityDescriptorSpecValidator() - Constructor for class org.opensaml.saml2.metadata.validator.EntityDescriptorSpecValidator
Constructor
EntityDescriptorUnmarshaller - Class in org.opensaml.saml2.metadata.impl
A thread safe Unmarshaller for EntityDescriptors.
EntityDescriptorUnmarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.EntityDescriptorUnmarshaller
 
EntityRoleFilter - Class in org.opensaml.saml2.metadata.provider
A filter the removes roles, from an entity descriptor.
EntityRoleFilter(List<QName>) - Constructor for class org.opensaml.saml2.metadata.provider.EntityRoleFilter
Constructor.
ENVIRONMENT_ATTRIBUTE_DESIGNATOR_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.AttributeDesignatorType
Local name of the element EnvironmentAttribtueDesignator.
ENVIRONMENT_ATTRIBUTE_DESIGNATOR_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.policy.AttributeDesignatorType
QName of the element EnvironmentAttribtueDesignator.
EnvironmentMatchType - Interface in org.opensaml.xacml.policy
XACML EnvironmentMatch schema type.
EnvironmentMatchTypeImpl - Class in org.opensaml.xacml.policy.impl
Concrete implementation of EnvironmentMatchType.
EnvironmentMatchTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.EnvironmentMatchTypeImpl
Constructor.
EnvironmentMatchTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
Builder of EnvironmentMatchType objects.
EnvironmentMatchTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.EnvironmentMatchTypeImplBuilder
 
EnvironmentMatchTypeMarshaller - Class in org.opensaml.xacml.policy.impl
Marshaller of EnvironmentMatchType objects.
EnvironmentMatchTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.EnvironmentMatchTypeMarshaller
Constructor.
EnvironmentMatchTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
Unmarshaller of EnvironmentMatchType objects.
EnvironmentMatchTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.EnvironmentMatchTypeUnmarshaller
Constructor.
EnvironmentsType - Interface in org.opensaml.xacml.policy
XACML Environments schema type.
EnvironmentsTypeImpl - Class in org.opensaml.xacml.policy.impl
Implementation of EnvironmentsType.
EnvironmentsTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.EnvironmentsTypeImpl
Constructor.
EnvironmentsTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
Builder for EnvironmentsType.
EnvironmentsTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.EnvironmentsTypeImplBuilder
 
EnvironmentsTypeMarshaller - Class in org.opensaml.xacml.policy.impl
Marshaller for EnvironmentsType.
EnvironmentsTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.EnvironmentsTypeMarshaller
Constructor.
EnvironmentsTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
Unmarshaller for EnvironmentsType.
EnvironmentsTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.EnvironmentsTypeUnmarshaller
Constructor.
EnvironmentType - Interface in org.opensaml.xacml.ctx
XACML context Environment schema type.
EnvironmentType - Interface in org.opensaml.xacml.policy
XACML Environment schema type.
EnvironmentTypeImpl - Class in org.opensaml.xacml.ctx.impl
Concrete implementation of EnvironmentType.
EnvironmentTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.ctx.impl.EnvironmentTypeImpl
Constructor.
EnvironmentTypeImpl - Class in org.opensaml.xacml.policy.impl
Implementation for EnvironmentType.
EnvironmentTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.EnvironmentTypeImpl
Constructor.
EnvironmentTypeImplBuilder - Class in org.opensaml.xacml.ctx.impl
Builder for EnvironmentType objects.
EnvironmentTypeImplBuilder() - Constructor for class org.opensaml.xacml.ctx.impl.EnvironmentTypeImplBuilder
Constructor.
EnvironmentTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
Builder for EnvironmentType.
EnvironmentTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.EnvironmentTypeImplBuilder
 
EnvironmentTypeMarshaller - Class in org.opensaml.xacml.ctx.impl
Marshaller for EnvironmentType objects.
EnvironmentTypeMarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.EnvironmentTypeMarshaller
Constructor.
EnvironmentTypeMarshaller(String, String) - Constructor for class org.opensaml.xacml.ctx.impl.EnvironmentTypeMarshaller
Constructor.
EnvironmentTypeMarshaller - Class in org.opensaml.xacml.policy.impl
Marshaller for EnvironmentType.
EnvironmentTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.EnvironmentTypeMarshaller
Constructor.
EnvironmentTypeUnmarshaller - Class in org.opensaml.xacml.ctx.impl
Unmarshaller for EnvironmentType objects.
EnvironmentTypeUnmarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.EnvironmentTypeUnmarshaller
Constructor.
EnvironmentTypeUnmarshaller(String, String) - Constructor for class org.opensaml.xacml.ctx.impl.EnvironmentTypeUnmarshaller
Constructor.
EnvironmentTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
Unmarshaller for EnvironmentType.
EnvironmentTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.EnvironmentTypeUnmarshaller
Constructor.
equals(Object) - Method in class org.opensaml.common.binding.artifact.AbstractSAMLArtifact
equals(Object) - Method in class org.opensaml.common.impl.AbstractSAMLObject
equals(Object) - Method in class org.opensaml.common.impl.AbstractSignableSAMLObject
equals(Object) - Method in class org.opensaml.saml2.metadata.LocalizedString
Determines if two LocalizedStrings are equal, that is, if both thier localized string and language have case-sentivite equality.
equals(Object) - Method in class org.opensaml.security.MetadataCredentialResolver.MetadataCacheKey
equals(Object) - Method in class org.opensaml.xacml.ctx.provider.BaseObligationHandler
ERROR_URL_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.metadata.RoleDescriptor
"errorURL" attribute's local name.
evaluate(MessageContext) - Method in class org.opensaml.common.binding.security.BaseSAMLSimpleSignatureSecurityPolicyRule
evaluate(MessageContext) - Method in class org.opensaml.common.binding.security.IssueInstantRule
evaluate(MessageContext) - Method in class org.opensaml.common.binding.security.MessageReplayRule
evaluate(MessageContext) - Method in class org.opensaml.common.binding.security.SAMLProtocolMessageXMLSignatureSecurityPolicyRule
evaluate(MessageContext) - Method in class org.opensaml.saml2.binding.security.SAML2AuthnRequestsSignedRule
evaluateObligation(ObligationProcessingContext, ObligationType) - Method in class org.opensaml.xacml.ctx.provider.BaseObligationHandler
Evaluates the obligation represented by this handler.
Evidence - Interface in org.opensaml.saml1.core
Interface describing how a SAML1.1 Evidence element behaves
Evidence - Interface in org.opensaml.saml2.core
SAML 2.0 Core Evidence.
EvidenceBuilder - Class in org.opensaml.saml1.core.impl
Builder of EvidenceImpl objects.
EvidenceBuilder() - Constructor for class org.opensaml.saml1.core.impl.EvidenceBuilder
Constructor.
EvidenceBuilder - Class in org.opensaml.saml2.core.impl
Builder for EvidenceImpl objects.
EvidenceBuilder() - Constructor for class org.opensaml.saml2.core.impl.EvidenceBuilder
Constructor.
EvidenceImpl - Class in org.opensaml.saml1.core.impl
Concrete implementation of the Evidence interface.
EvidenceImpl(String, String, String) - Constructor for class org.opensaml.saml1.core.impl.EvidenceImpl
Constructor.
EvidenceImpl - Class in org.opensaml.saml2.core.impl
A concrete implementation of Evidence.
EvidenceImpl(String, String, String) - Constructor for class org.opensaml.saml2.core.impl.EvidenceImpl
Constructor.
EvidenceMarshaller - Class in org.opensaml.saml1.core.impl
A thread safe Marshaller for Evidence objects.
EvidenceMarshaller() - Constructor for class org.opensaml.saml1.core.impl.EvidenceMarshaller
 
EvidenceMarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Marshaller for Evidence.
EvidenceMarshaller() - Constructor for class org.opensaml.saml2.core.impl.EvidenceMarshaller
 
EvidenceSchemaValidator - Class in org.opensaml.saml1.core.validator
Checks Evidence for Schema compliance.
EvidenceSchemaValidator() - Constructor for class org.opensaml.saml1.core.validator.EvidenceSchemaValidator
 
EvidenceSchemaValidator - Class in org.opensaml.saml2.core.validator
Checks Evidence for Schema compliance.
EvidenceSchemaValidator() - Constructor for class org.opensaml.saml2.core.validator.EvidenceSchemaValidator
Constructor
EvidenceUnmarshaller - Class in org.opensaml.saml1.core.impl
A thread safe Unmarshaller for Evidence objects.
EvidenceUnmarshaller() - Constructor for class org.opensaml.saml1.core.impl.EvidenceUnmarshaller
 
EvidenceUnmarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Unmarshaller for Evidence.
EvidenceUnmarshaller() - Constructor for class org.opensaml.saml2.core.impl.EvidenceUnmarshaller
 
Evidentiary - Interface in org.opensaml.saml1.core
Marker interface for element types that can constitute evidence within a @{org.opensaml.saml1.core.Evidence} object.
Evidentiary - Interface in org.opensaml.saml2.core
Marker interface for element types that can constitute evidence within a @{org.opensaml.saml2.core.Evidence} object.
EXACT - Static variable in class org.opensaml.saml2.core.AuthnContextComparisonTypeEnumeration
"exact" comparison type.
EXECUTE_ACTION - Static variable in interface org.opensaml.saml2.core.Action
Execute action.
EXPLICIT_CONSENT - Static variable in interface org.opensaml.saml2.core.RequestAbstractType
Explicit consent URI.
EXPLICIT_CONSENT - Static variable in interface org.opensaml.saml2.core.StatusResponseType
Explicit consent URI.
ExpressionType - Interface in org.opensaml.xacml.policy
XACML Expression schema type.
Extensions - Interface in org.opensaml.saml2.common
SAML 2.0 Extensions
ExtensionsBuilder - Class in org.opensaml.saml2.common.impl
Builder of ExtensionsImpl objects.
ExtensionsBuilder() - Constructor for class org.opensaml.saml2.common.impl.ExtensionsBuilder
 
ExtensionsImpl - Class in org.opensaml.saml2.common.impl
Implementation of Extensions
ExtensionsImpl(String, String, String) - Constructor for class org.opensaml.saml2.common.impl.ExtensionsImpl
Constructor
ExtensionsMarshaller - Class in org.opensaml.saml2.common.impl
A thread-safe Marshaller for Extensions objects.
ExtensionsMarshaller() - Constructor for class org.opensaml.saml2.common.impl.ExtensionsMarshaller
Constructor
ExtensionsUnmarshaller - Class in org.opensaml.saml2.common.impl
 
ExtensionsUnmarshaller() - Constructor for class org.opensaml.saml2.common.impl.ExtensionsUnmarshaller
Constructor.
extractAssertionArtifactInfo(SAMLMessageContext, List<AssertionArtifact>) - Method in class org.opensaml.saml1.binding.decoding.BaseSAML1MessageDecoder
Extract the issuer, and populate message context, as the relying party corresponding to the first AssertionArtifact in the message.
extractAttributeQueryInfo(SAMLMessageContext, AttributeQuery) - Method in class org.opensaml.saml1.binding.decoding.BaseSAML1MessageDecoder
Extract the issuer, and populate message context, from the Resource attribute of the Attribute query if BaseSAML1MessageDecoder.useQueryResourceAsEntityId is true.
extractAuthorizationDecisionQueryInfo(SAMLMessageContext, AuthorizationDecisionQuery) - Method in class org.opensaml.saml1.binding.decoding.BaseSAML1MessageDecoder
Extract the issuer, and populate message context, from the Resource attribute of the AuthorizationDecisionQuery query if BaseSAML1MessageDecoder.useQueryResourceAsEntityId is true.
extractEntityId(Issuer) - Method in class org.opensaml.saml2.binding.decoding.BaseSAML2MessageDecoder
Extracts the entity ID from the SAML 2 Issuer.
extractRequestInfo(SAMLMessageContext, RequestAbstractType) - Method in class org.opensaml.saml1.binding.decoding.BaseSAML1MessageDecoder
Extract information from a SAML RequestAbstractType message.
extractRequestInfo(SAMLMessageContext, RequestAbstractType) - Method in class org.opensaml.saml2.binding.decoding.BaseSAML2MessageDecoder
Extract information from a SAML RequestAbstractType message.
extractResponseInfo(SAMLMessageContext, Response) - Method in class org.opensaml.saml1.binding.decoding.BaseSAML1MessageDecoder
Extract information from a SAML StatusResponse message.
extractResponseInfo(SAMLMessageContext, StatusResponseType) - Method in class org.opensaml.saml2.binding.decoding.BaseSAML2MessageDecoder
Extract information from a SAML StatusResponse message.

F

fetchMetadata() - Method in class org.opensaml.saml2.metadata.provider.AbstractReloadingMetadataProvider
Fetches metadata from a source.
fetchMetadata() - Method in class org.opensaml.saml2.metadata.provider.FileBackedHTTPMetadataProvider
Gets the metadata document from the remote server.
fetchMetadata() - Method in class org.opensaml.saml2.metadata.provider.FilesystemMetadataProvider
Fetches metadata from a source.
fetchMetadata() - Method in class org.opensaml.saml2.metadata.provider.HTTPMetadataProvider
Gets the metadata document from the remote server.
fetchMetadata() - Method in class org.opensaml.saml2.metadata.provider.ResourceBackedMetadataProvider
Fetches metadata from a source.
FileBackedHTTPMetadataProvider - Class in org.opensaml.saml2.metadata.provider
A URL metadata provider that caches a copy of the retrieved metadata to disk so that, in the event that the metadata may not be pulled from the URL it may be pulled from disk using the last fetched data.
FileBackedHTTPMetadataProvider(String, int, String) - Constructor for class org.opensaml.saml2.metadata.provider.FileBackedHTTPMetadataProvider
Deprecated. 
FileBackedHTTPMetadataProvider(Timer, HttpClient, String, String) - Constructor for class org.opensaml.saml2.metadata.provider.FileBackedHTTPMetadataProvider
Constructor.
FilesystemMetadataProvider - Class in org.opensaml.saml2.metadata.provider
A metadata provider that pulls metadata from a file on the local filesystem.
FilesystemMetadataProvider(File) - Constructor for class org.opensaml.saml2.metadata.provider.FilesystemMetadataProvider
Constructor.
FilesystemMetadataProvider(Timer, File) - Constructor for class org.opensaml.saml2.metadata.provider.FilesystemMetadataProvider
Constructor.
filterEndpointsByProtocolBinding(List<? extends Endpoint>) - Method in class org.opensaml.common.binding.BasicEndpointSelector
Filters the list of possible endpoints by supported outbound bindings.
filterEndpointsByProtocolBinding(List<? extends Endpoint>) - Method in class org.opensaml.saml2.binding.AuthnResponseEndpointSelector
Filters the list of possible endpoints by supported outbound bindings and, if the authentication request contains a requested binding and not an ACS index, that too is used to filter the list.
filterEntitiesDescriptor(EntitiesDescriptor) - Method in class org.opensaml.saml2.metadata.provider.EntityRoleFilter
Filters entities descriptor.
filterEntityDescriptor(EntityDescriptor) - Method in class org.opensaml.saml2.metadata.provider.EntityRoleFilter
Filters entity descriptor roles.
FilterException - Exception in org.opensaml.saml2.metadata.provider
An exception thrown during the evaluation of a MetadataFilter.
FilterException() - Constructor for exception org.opensaml.saml2.metadata.provider.FilterException
Constructor.
FilterException(String) - Constructor for exception org.opensaml.saml2.metadata.provider.FilterException
Constructor.
FilterException(Exception) - Constructor for exception org.opensaml.saml2.metadata.provider.FilterException
Constructor.
FilterException(String, Exception) - Constructor for exception org.opensaml.saml2.metadata.provider.FilterException
Constructor.
filterMetadata(XMLObject) - Method in class org.opensaml.saml2.metadata.provider.AbstractMetadataProvider
Filters the given metadata.
FORCE_AUTHN_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.core.AuthnRequest
ForceAuthn attribute name.
FORMAT_ATTRIB_NAME - Static variable in interface org.opensaml.saml1.core.NameIdentifier
Name for the attribute which defines Name Qualifier.
FORMAT_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.core.NameIDPolicy
Format attribute name.
FORMAT_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.core.NameIDType
Format attribute name.
FRIENDLY_NAME_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.core.Attribute
Name of the FriendlyName attribute.
FULFILL_ON_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.policy.ObligationType
FulfillOn attribute name.
FUNCTION_ID_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.policy.ApplyType
FunctionId attribute name.
FUNCTION_ID_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.policy.FunctionType
FunctionId attribute name.
FunctionType - Interface in org.opensaml.xacml.policy
XACML Function schema type.
FunctionTypeImpl - Class in org.opensaml.xacml.policy.impl
Implementation of FunctionType.
FunctionTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.FunctionTypeImpl
Constructor.
FunctionTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
Builder for FunctionType.
FunctionTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.FunctionTypeImplBuilder
 
FunctionTypeMarshaller - Class in org.opensaml.xacml.policy.impl
Marshaller for FunctionType.
FunctionTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.FunctionTypeMarshaller
Constructor.
FunctionTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
Unmarshaller for FunctionType.
FunctionTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.FunctionTypeUnmarshaller
Constructor.

G

generateIdentifier() - Method in interface org.opensaml.common.IdentifierGenerator
Generates a 16 byte identifier.
generateIdentifier(int) - Method in interface org.opensaml.common.IdentifierGenerator
Generates a random identifier.
generateIdentifier() - Method in class org.opensaml.common.impl.RandomIdentifierGenerator
Generates a 16 byte identifier.
generateIdentifier(int) - Method in class org.opensaml.common.impl.RandomIdentifierGenerator
Generates a random identifier.
generateIdentifier() - Method in class org.opensaml.common.impl.SecureRandomIdentifierGenerator
Generates a 16 byte identifier.
generateIdentifier(int) - Method in class org.opensaml.common.impl.SecureRandomIdentifierGenerator
Generates a random identifier.
generateSignature(Credential, String, String) - Method in class org.opensaml.saml2.binding.encoding.HTTPPostSimpleSignEncoder
Generates the signature over the string of concatenated form control data as indicated by the SimpleSign spec.
generateSignature(Credential, String, String) - Method in class org.opensaml.saml2.binding.encoding.HTTPRedirectDeflateEncoder
Generates the signature over the query string.
get(String) - Method in class org.opensaml.common.binding.artifact.BasicSAMLArtifactMap
Gets the artifact entry for the given artifact.
get(String) - Method in interface org.opensaml.common.binding.artifact.SAMLArtifactMap
Gets the artifact entry for the given artifact.
GET_METHOD - Static variable in class org.opensaml.common.xml.SAMLConstants
HTTP Method - GET.
getAcsEndpoint(SAMLMessageContext<SAMLObject, SAMLObject, NameID>) - Method in class org.opensaml.saml2.binding.artifact.SAML2ArtifactType0004Builder
Gets the source location used to for the artifacts created by this encoder.
getAction() - Method in interface org.opensaml.saml2.core.Action
Gets the URI of the action to be performed.
getAction() - Method in class org.opensaml.saml2.core.impl.ActionImpl
Gets the URI of the action to be performed.
getAction() - Method in class org.opensaml.xacml.ctx.impl.RequestTypeImpl
Gets the action from the request.
getAction() - Method in interface org.opensaml.xacml.ctx.RequestType
Gets the action from the request.
getActionAttributeDesignator() - Method in interface org.opensaml.xacml.policy.ActionMatchType
Gets the action attribute designator for this match.
getActionAttributeDesignator() - Method in class org.opensaml.xacml.policy.impl.ActionMatchTypeImpl
Gets the action attribute designator for this match.
getActionMatches() - Method in interface org.opensaml.xacml.policy.ActionType
Gets the action matches for this action.
getActionMatches() - Method in class org.opensaml.xacml.policy.impl.ActionTypeImpl
Gets the action matches for this action.
getActionNamespaces() - Method in interface org.opensaml.samlext.saml2mdquery.AuthzDecisionQueryDescriptorType
Gets the list of action namespaces support by this role.
getActionNamespaces() - Method in class org.opensaml.samlext.saml2mdquery.impl.AuthzDecisionQueryDescriptorTypeImpl
Gets the list of action namespaces support by this role.
getActions() - Method in interface org.opensaml.saml1.core.AuthorizationDecisionQuery
Get list of Action child elements
getActions() - Method in interface org.opensaml.saml1.core.AuthorizationDecisionStatement
Get the Action Elements
getActions() - Method in class org.opensaml.saml1.core.impl.AuthorizationDecisionQueryImpl
Get list of Action child elements
getActions() - Method in class org.opensaml.saml1.core.impl.AuthorizationDecisionStatementImpl
Get the Action Elements
getActions() - Method in interface org.opensaml.saml2.core.AuthzDecisionQuery
Gets the Actions of this query.
getActions() - Method in interface org.opensaml.saml2.core.AuthzDecisionStatement
Gets the actions authorized to be performed.
getActions() - Method in class org.opensaml.saml2.core.impl.AuthzDecisionQueryImpl
Gets the Actions of this query.
getActions() - Method in class org.opensaml.saml2.core.impl.AuthzDecisionStatementImpl
Gets the actions authorized to be performed.
getActions() - Method in interface org.opensaml.xacml.policy.ActionsType
Gets the actions.
getActions() - Method in class org.opensaml.xacml.policy.impl.ActionsTypeImpl
Gets the actions.
getActions() - Method in class org.opensaml.xacml.policy.impl.TargetTypeImpl
Gets the actions of this target.
getActions() - Method in interface org.opensaml.xacml.policy.TargetType
Gets the actions of this target.
getActualReceiverEndpointURI(SAMLMessageContext) - Method in class org.opensaml.common.binding.decoding.BaseSAMLMessageDecoder
Extract the transport endpoint at which this message was received.
getAdditionalMetadataLocations() - Method in interface org.opensaml.saml2.metadata.EntityDescriptor
Gets the additional metadata locations for this entity.
getAdditionalMetadataLocations() - Method in class org.opensaml.saml2.metadata.impl.EntityDescriptorImpl
Gets the additional metadata locations for this entity.
getAddress() - Method in class org.opensaml.saml2.core.impl.SubjectConfirmationDataImpl
Gets the IP address to which this information may be pressented.
getAddress() - Method in class org.opensaml.saml2.core.impl.SubjectLocalityImpl
Gets the IP address of the system from which the subject was authenticated.
getAddress() - Method in interface org.opensaml.saml2.core.SubjectConfirmationData
Gets the IP address to which this information may be pressented.
getAddress() - Method in interface org.opensaml.saml2.core.SubjectLocality
Gets the IP address of the system from which the subject was authenticated.
getAddress() - Method in interface org.opensaml.saml2.metadata.EmailAddress
Gets the email address.
getAddress() - Method in class org.opensaml.saml2.metadata.impl.EmailAddressImpl
Gets the email address.
getAdvice() - Method in interface org.opensaml.saml1.core.Assertion
advice is a (singleton) Object, representing the Advice sub element
getAdvice() - Method in class org.opensaml.saml1.core.impl.AssertionImpl
advice is a (singleton) Object, representing the Advice sub element
getAdvice() - Method in interface org.opensaml.saml2.core.Assertion
Gets the Advice for this assertion.
getAdvice() - Method in class org.opensaml.saml2.core.impl.AssertionImpl
Gets the Advice for this assertion.
getAffiliationDescriptor() - Method in interface org.opensaml.saml2.metadata.EntityDescriptor
Gets the affiliation descriptor for this entity.
getAffiliationDescriptor() - Method in class org.opensaml.saml2.metadata.impl.EntityDescriptorImpl
Gets the affiliation descriptor for this entity.
getAllowCreate() - Method in class org.opensaml.saml2.core.impl.NameIDPolicyImpl
Gets the AllowCreate value.
getAllowCreate() - Method in interface org.opensaml.saml2.core.NameIDPolicy
Gets the AllowCreate value.
getAllowCreateXSBoolean() - Method in class org.opensaml.saml2.core.impl.NameIDPolicyImpl
Gets the AllowCreate value.
getAllowCreateXSBoolean() - Method in interface org.opensaml.saml2.core.NameIDPolicy
Gets the AllowCreate value.
getAllowedURLSchemes() - Method in class org.opensaml.saml1.binding.encoding.BaseSAML1MessageEncoder
Gets the unmodifiable list of schemes allowed to appear in URLs related to the encoded message.
getAllowedURLSchemes() - Method in class org.opensaml.saml2.binding.encoding.BaseSAML2MessageEncoder
Gets the unmodifiable list of schemes allowed to appear in URLs related to the encoded message.
getArtifact() - Method in class org.opensaml.common.binding.artifact.BasicSAMLArtifactMapEntry
Gets the artifact that maps to the SAML message.
getArtifact() - Method in interface org.opensaml.common.binding.artifact.SAMLArtifactMap.SAMLArtifactMapEntry
Gets the artifact that maps to the SAML message.
getArtifact() - Method in interface org.opensaml.saml2.binding.SAML2ArtifactMessageContext
Gets the Base64-encoded artifact to be resolved.
getArtifact() - Method in interface org.opensaml.saml2.core.Artifact
Get artifact value.
getArtifact() - Method in interface org.opensaml.saml2.core.ArtifactResolve
Get Artifact child element.
getArtifact() - Method in class org.opensaml.saml2.core.impl.ArtifactImpl
Get artifact value.
getArtifact() - Method in class org.opensaml.saml2.core.impl.ArtifactResolveImpl
Get Artifact child element.
getArtifactBuilder(byte[]) - Method in class org.opensaml.saml1.binding.artifact.SAML1ArtifactBuilderFactory
Gets the artifact builder for the given type.
getArtifactBuilder(byte[]) - Method in class org.opensaml.saml2.binding.artifact.SAML2ArtifactBuilderFactory
Gets the artifact builder for the given type.
getArtifactBuilders() - Method in class org.opensaml.saml1.binding.artifact.SAML1ArtifactBuilderFactory
Gets the currently registered artifact builders.
getArtifactBuilders() - Method in class org.opensaml.saml2.binding.artifact.SAML2ArtifactBuilderFactory
Gets the currently registered artifact builders.
getArtifactBytes() - Method in class org.opensaml.common.binding.artifact.AbstractSAMLArtifact
Gets the bytes for the artifact.
getArtifactBytes() - Method in class org.opensaml.saml2.binding.artifact.AbstractSAML2Artifact
Gets the bytes for the artifact.
getArtifactMap() - Method in class org.opensaml.saml1.binding.decoding.BaseSAML1MessageDecoder
Gets the artifact map used to retrieve SAML information from an artifact.
getArtifactResolutionServices() - Method in class org.opensaml.saml2.metadata.impl.SSODescriptorImpl
Gets a list of artifact resolution services for this service.
getArtifactResolutionServices() - Method in interface org.opensaml.saml2.metadata.SSODescriptor
Gets a list of artifact resolution services for this service.
getArtifacts() - Method in interface org.opensaml.saml1.binding.SAML1ArtifactMessageContext
Gets the Base64 encoded artifacts to be resolved.
getAssertionArtifact() - Method in interface org.opensaml.saml1.core.AssertionArtifact
Get the contents of the artifact.
getAssertionArtifact() - Method in class org.opensaml.saml1.core.impl.AssertionArtifactImpl
Get the contents of the artifact.
getAssertionArtifacts() - Method in class org.opensaml.saml1.core.impl.RequestImpl
Get the lists of
getAssertionArtifacts() - Method in interface org.opensaml.saml1.core.Request
Get the lists of
getAssertionConsumerServiceIndex() - Method in interface org.opensaml.saml2.core.AuthnRequest
Gets the index of the particular Assertion Consumer Service to which the response to this request should be delivered.
getAssertionConsumerServiceIndex() - Method in class org.opensaml.saml2.core.impl.AuthnRequestImpl
Gets the index of the particular Assertion Consumer Service to which the response to this request should be delivered.
getAssertionConsumerServices() - Method in class org.opensaml.saml2.metadata.impl.SPSSODescriptorImpl
Gets an list of assertion consumer service Endpoints for this service.
getAssertionConsumerServices() - Method in interface org.opensaml.saml2.metadata.SPSSODescriptor
Gets an list of assertion consumer service Endpoints for this service.
getAssertionConsumerServiceURL() - Method in interface org.opensaml.saml2.core.AuthnRequest
Gets the URL of the particular Assertion Consumer Service to which the response to this request should be delivered.
getAssertionConsumerServiceURL() - Method in class org.opensaml.saml2.core.impl.AuthnRequestImpl
Gets the URL of the particular Assertion Consumer Service to which the response to this request should be delivered.
getAssertionConsumerServiceURL() - Method in class org.opensaml.saml2.ecp.impl.ResponseImpl
Get the AssertionConsumerServiceURL attribute value.
getAssertionConsumerServiceURL() - Method in interface org.opensaml.saml2.ecp.Response
Get the AssertionConsumerServiceURL attribute value.
getAssertionHandle() - Method in class org.opensaml.saml1.binding.artifact.SAML1ArtifactType0001
Gets the artifiact's 20 byte assertion handle.
getAssertionHandle() - Method in class org.opensaml.saml1.binding.artifact.SAML1ArtifactType0002
Gets the artifiact's 20 byte assertion handle.
getAssertionID() - Method in interface org.opensaml.saml2.core.AssertionIDRef
Gets the ID of the assertion this references.
getAssertionID() - Method in class org.opensaml.saml2.core.impl.AssertionIDRefImpl
Gets the ID of the assertion this references.
getAssertionIDReferences() - Method in interface org.opensaml.saml1.core.Advice
Get the AssertionIdReferences.
getAssertionIDReferences() - Method in interface org.opensaml.saml1.core.Evidence
Get the list of the AssertionIdReference
getAssertionIDReferences() - Method in class org.opensaml.saml1.core.impl.AdviceImpl
Get the AssertionIdReferences.
getAssertionIDReferences() - Method in class org.opensaml.saml1.core.impl.EvidenceImpl
Get the list of the AssertionIdReference
getAssertionIDReferences() - Method in class org.opensaml.saml1.core.impl.RequestImpl
Get the lists of AssertionIDReferences
getAssertionIDReferences() - Method in interface org.opensaml.saml1.core.Request
Get the lists of AssertionIDReferences
getAssertionIDReferences() - Method in interface org.opensaml.saml2.core.Advice
Gets the list of AssertionID references used as advice.
getAssertionIDReferences() - Method in interface org.opensaml.saml2.core.Evidence
Gets the list of AssertionID references used as evidence.
getAssertionIDReferences() - Method in class org.opensaml.saml2.core.impl.AdviceImpl
Gets the list of AssertionID references used as advice.
getAssertionIDReferences() - Method in class org.opensaml.saml2.core.impl.EvidenceImpl
Gets the list of AssertionID references used as evidence.
getAssertionIDRefs() - Method in interface org.opensaml.saml2.core.AssertionIDRequest
Gets a list of child AssertionIDRefs.
getAssertionIDRefs() - Method in class org.opensaml.saml2.core.impl.AssertionIDRequestImpl
Gets a list of child AssertionIDRefs.
getAssertionIDRequestServices() - Method in interface org.opensaml.saml2.metadata.AttributeAuthorityDescriptor
Gets a list of Assertion ID request services.
getAssertionIDRequestServices() - Method in interface org.opensaml.saml2.metadata.AuthnAuthorityDescriptor
Gets the list of assertion ID request services for this authority.
getAssertionIDRequestServices() - Method in interface org.opensaml.saml2.metadata.IDPSSODescriptor
Gets the list of assertion ID request services.
getAssertionIDRequestServices() - Method in class org.opensaml.saml2.metadata.impl.AttributeAuthorityDescriptorImpl
Gets a list of Assertion ID request services.
getAssertionIDRequestServices() - Method in class org.opensaml.saml2.metadata.impl.AuthnAuthorityDescriptorImpl
Gets the list of assertion ID request services for this authority.
getAssertionIDRequestServices() - Method in class org.opensaml.saml2.metadata.impl.IDPSSODescriptorImpl
Gets the list of assertion ID request services.
getAssertionIDRequestServices() - Method in class org.opensaml.saml2.metadata.impl.PDPDescriptorImpl
Gets the list of assertion ID request services for this PDP.
getAssertionIDRequestServices() - Method in interface org.opensaml.saml2.metadata.PDPDescriptor
Gets the list of assertion ID request services for this PDP.
getAssertions() - Method in interface org.opensaml.saml1.core.Advice
Get the Assertions.
getAssertions() - Method in interface org.opensaml.saml1.core.Evidence
Get the list of Assertions
getAssertions() - Method in class org.opensaml.saml1.core.impl.AdviceImpl
Get the Assertions.
getAssertions() - Method in class org.opensaml.saml1.core.impl.EvidenceImpl
Get the list of Assertions
getAssertions() - Method in class org.opensaml.saml1.core.impl.ResponseImpl
Return the object representing the Assertion (element).
getAssertions() - Method in interface org.opensaml.saml1.core.Response
Return the object representing the Assertion (element).
getAssertions() - Method in interface org.opensaml.saml2.core.Advice
Gets the list of Assertions used as advice.
getAssertions() - Method in interface org.opensaml.saml2.core.Evidence
Gets the list of Assertions used as evidence.
getAssertions() - Method in class org.opensaml.saml2.core.impl.AdviceImpl
Gets the list of Assertions used as advice.
getAssertions() - Method in class org.opensaml.saml2.core.impl.EvidenceImpl
Gets the list of Assertions used as evidence.
getAssertions() - Method in class org.opensaml.saml2.core.impl.ResponseImpl
Return the list of Assertion child elements.
getAssertions() - Method in interface org.opensaml.saml2.core.Response
Return the list of Assertion child elements.
getAssertionURI() - Method in interface org.opensaml.saml2.core.AssertionURIRef
Gets the URI of the assertion this references.
getAssertionURI() - Method in class org.opensaml.saml2.core.impl.AssertionURIRefImpl
Gets the URI of the assertion this references.
getAssertionURIReferences() - Method in interface org.opensaml.saml2.core.Advice
Gets the list of AssertionURI references used as advice.
getAssertionURIReferences() - Method in interface org.opensaml.saml2.core.Evidence
Gets the list of AssertionURI references used as evidence.
getAssertionURIReferences() - Method in class org.opensaml.saml2.core.impl.AdviceImpl
Gets the list of AssertionURI references used as advice.
getAssertionURIReferences() - Method in class org.opensaml.saml2.core.impl.EvidenceImpl
Gets the list of AssertionURI references used as evidence.
getAttributeAssignments() - Method in class org.opensaml.xacml.policy.impl.ObligationTypeImpl
Gets the attribute assignments for this obligation.
getAttributeAssignments() - Method in interface org.opensaml.xacml.policy.ObligationType
Gets the attribute assignments for this obligation.
getAttributeAuthorityDescriptor(String) - Method in interface org.opensaml.saml2.metadata.EntityDescriptor
Gets the first AttributeAuthorityDescriptor role descriptor for this entity that supports the given protocol.
getAttributeAuthorityDescriptor(String) - Method in class org.opensaml.saml2.metadata.impl.EntityDescriptorImpl
Gets the first AttributeAuthorityDescriptor role descriptor for this entity that supports the given protocol.
getAttributeConsumingServiceIndex() - Method in interface org.opensaml.saml2.core.AuthnRequest
Gets the index of the Attribute Consuming Service which describes the SAML attributes the requester desires or requires to be supplied in the Response message.
getAttributeConsumingServiceIndex() - Method in class org.opensaml.saml2.core.impl.AuthnRequestImpl
Gets the index of the Attribute Consuming Service which describes the SAML attributes the requester desires or requires to be supplied in the Response message.
getAttributeConsumingServices() - Method in class org.opensaml.saml2.metadata.impl.SPSSODescriptorImpl
Gets an list of attribute consuming service descriptors for this service.
getAttributeConsumingServices() - Method in interface org.opensaml.saml2.metadata.SPSSODescriptor
Gets an list of attribute consuming service descriptors for this service.
getAttributeConsumingServices() - Method in interface org.opensaml.samlext.saml2mdquery.AttributeQueryDescriptorType
Gets the list of attribute consuming service endpoints support by this role.
getAttributeConsumingServices() - Method in class org.opensaml.samlext.saml2mdquery.impl.AttributeQueryDescriptorTypeImpl
Gets the list of attribute consuming service endpoints support by this role.
getAttributeDesignators() - Method in interface org.opensaml.saml1.core.AttributeQuery
Get list of AttributeDesignators
getAttributeDesignators() - Method in class org.opensaml.saml1.core.impl.AttributeQueryImpl
Get list of AttributeDesignators
getAttributeID() - Method in interface org.opensaml.xacml.ctx.AttributeType
gets the AttributeId.
getAttributeID() - Method in class org.opensaml.xacml.ctx.impl.AttributeTypeImpl
gets the AttributeId.
getAttributeId() - Method in class org.opensaml.xacml.ctx.impl.MissingAttributeDetailTypeImpl
Gets the ID of the attribute.
getAttributeId() - Method in interface org.opensaml.xacml.ctx.MissingAttributeDetailType
Gets the ID of the attribute.
getAttributeId() - Method in interface org.opensaml.xacml.policy.AttributeAssignmentType
Gets the ID of the attribute to be assigned.
getAttributeId() - Method in interface org.opensaml.xacml.policy.AttributeDesignatorType
Gets the ID of the designated attribute.
getAttributeId() - Method in class org.opensaml.xacml.policy.impl.AttributeAssignmentTypeImpl
Gets the ID of the attribute to be assigned.
getAttributeId() - Method in class org.opensaml.xacml.policy.impl.AttributeDesignatorTypeImpl
Gets the ID of the designated attribute.
getAttributeName() - Method in interface org.opensaml.saml1.core.AttributeDesignator
Get the contents of the AttributeName attribute
getAttributeName() - Method in class org.opensaml.saml1.core.impl.AttributeDesignatorImpl
Get the contents of the AttributeName attribute
getAttributeNamespace() - Method in interface org.opensaml.saml1.core.AttributeDesignator
Get the contents of the AttributeNamespace attribute
getAttributeNamespace() - Method in class org.opensaml.saml1.core.impl.AttributeDesignatorImpl
Get the contents of the AttributeNamespace attribute
getAttributeProfiles() - Method in interface org.opensaml.saml2.metadata.AttributeAuthorityDescriptor
Gets a list of Attribute profiles supported by this authority.
getAttributeProfiles() - Method in interface org.opensaml.saml2.metadata.IDPSSODescriptor
Gets the list of attribute profiles supported by this IdP.
getAttributeProfiles() - Method in class org.opensaml.saml2.metadata.impl.AttributeAuthorityDescriptorImpl
Gets a list of Attribute profiles supported by this authority.
getAttributeProfiles() - Method in class org.opensaml.saml2.metadata.impl.IDPSSODescriptorImpl
Gets the list of attribute profiles supported by this IdP.
getAttributeQuery() - Method in class org.opensaml.saml1.core.impl.RequestImpl
Get the request AttributeQuery
getAttributeQuery() - Method in interface org.opensaml.saml1.core.Request
Get the request AttributeQuery
getAttributes() - Method in interface org.opensaml.saml1.core.AttributeStatement
Get all the subsiduary Attribute elements
getAttributes() - Method in class org.opensaml.saml1.core.impl.AttributeStatementImpl
Get all the subsiduary Attribute elements
getAttributes() - Method in interface org.opensaml.saml2.core.AttributeQuery
Gets the Attributes of this query.
getAttributes() - Method in interface org.opensaml.saml2.core.AttributeStatement
Gets the attribtues expressed in this statement.
getAttributes() - Method in class org.opensaml.saml2.core.impl.AttributeQueryImpl
Gets the Attributes of this query.
getAttributes() - Method in class org.opensaml.saml2.core.impl.AttributeStatementImpl
Gets the attribtues expressed in this statement.
getAttributes() - Method in interface org.opensaml.saml2.metadata.AttributeAuthorityDescriptor
Gets the list of attribute available from this authority.
getAttributes() - Method in interface org.opensaml.saml2.metadata.IDPSSODescriptor
Gets the list of attributes supported by this IdP.
getAttributes() - Method in class org.opensaml.saml2.metadata.impl.AttributeAuthorityDescriptorImpl
Gets the list of attribute available from this authority.
getAttributes() - Method in class org.opensaml.saml2.metadata.impl.IDPSSODescriptorImpl
Gets the list of attributes supported by this IdP.
getAttributes() - Method in interface org.opensaml.xacml.ctx.ActionType
Returns the list of attributes in the subject.
getAttributes() - Method in interface org.opensaml.xacml.ctx.EnvironmentType
Returns the list of attributes in the environment.
getAttributes() - Method in class org.opensaml.xacml.ctx.impl.ActionTypeImpl
Returns the list of attributes in the subject.
getAttributes() - Method in class org.opensaml.xacml.ctx.impl.EnvironmentTypeImpl
Returns the list of attributes in the environment.
getAttributes() - Method in class org.opensaml.xacml.ctx.impl.ResourceTypeImpl
Returns the list of attributes in the resource.
getAttributes() - Method in class org.opensaml.xacml.ctx.impl.SubjectTypeImpl
Returns the list of attributes in the subject.
getAttributes() - Method in interface org.opensaml.xacml.ctx.ResourceType
Returns the list of attributes in the resource.
getAttributes() - Method in interface org.opensaml.xacml.ctx.SubjectType
Returns the list of attributes in the subject.
getAttributeSelector() - Method in interface org.opensaml.xacml.policy.ActionMatchType
Gets the attribute selector for this match.
getAttributeSelector() - Method in interface org.opensaml.xacml.policy.EnvironmentMatchType
Gets the attribute selector for this match.
getAttributeSelector() - Method in class org.opensaml.xacml.policy.impl.ActionMatchTypeImpl
Gets the attribute selector for this match.
getAttributeSelector() - Method in class org.opensaml.xacml.policy.impl.EnvironmentMatchTypeImpl
Gets the attribute selector for this match.
getAttributeSelector() - Method in class org.opensaml.xacml.policy.impl.ResourceMatchTypeImpl
Gets the attribute selector for this match.
getAttributeSelector() - Method in class org.opensaml.xacml.policy.impl.SubjectMatchTypeImpl
Gets the attribute selector for this match.
getAttributeSelector() - Method in interface org.opensaml.xacml.policy.ResourceMatchType
Gets the attribute selector for this match.
getAttributeSelector() - Method in interface org.opensaml.xacml.policy.SubjectMatchType
Gets the attribute selector for this match.
getAttributeServices() - Method in interface org.opensaml.saml2.metadata.AttributeAuthorityDescriptor
Gets a list of attribute service Endpoints for this authority.
getAttributeServices() - Method in class org.opensaml.saml2.metadata.impl.AttributeAuthorityDescriptorImpl
Gets a list of attribute service Endpoints for this authority.
getAttributeStatements() - Method in interface org.opensaml.saml1.core.Assertion
Return all the AttributeStatement elements
getAttributeStatements() - Method in class org.opensaml.saml1.core.impl.AssertionImpl
Return all the AttributeStatement elements
getAttributeStatements() - Method in interface org.opensaml.saml2.core.Assertion
Gets the list of AttributeStatement attached to this assertion.
getAttributeStatements() - Method in class org.opensaml.saml2.core.impl.AssertionImpl
Gets the list of AttributeStatement attached to this assertion.
getAttributeValue() - Method in interface org.opensaml.xacml.policy.ActionMatchType
Gets the attribute value for this match.
getAttributeValue() - Method in interface org.opensaml.xacml.policy.CombinerParameterType
Gets the attribute value type for this parameter.
getAttributeValue() - Method in interface org.opensaml.xacml.policy.EnvironmentMatchType
Gets the attribute value for this match.
getAttributeValue() - Method in class org.opensaml.xacml.policy.impl.ActionMatchTypeImpl
Gets the attribute value for this match.
getAttributeValue() - Method in class org.opensaml.xacml.policy.impl.CombinerParameterTypeImpl
Gets the attribute value type for this parameter.
getAttributeValue() - Method in class org.opensaml.xacml.policy.impl.EnvironmentMatchTypeImpl
Gets the attribute value for this match.
getAttributeValue() - Method in class org.opensaml.xacml.policy.impl.ResourceMatchTypeImpl
Gets the attribute value for this match.
getAttributeValue() - Method in class org.opensaml.xacml.policy.impl.SubjectMatchTypeImpl
Gets the attribute value for this match.
getAttributeValue() - Method in interface org.opensaml.xacml.policy.ResourceMatchType
Gets the attribute value for this match.
getAttributeValue() - Method in interface org.opensaml.xacml.policy.SubjectMatchType
Gets the attribute value for this match.
getAttributeValues() - Method in interface org.opensaml.saml1.core.Attribute
Get all the subsiduary AttributeValue elements
getAttributeValues() - Method in class org.opensaml.saml1.core.impl.AttributeImpl
Get all the subsiduary AttributeValue elements
getAttributeValues() - Method in interface org.opensaml.saml2.core.Attribute
Gets the list of attribute values for this attribute.
getAttributeValues() - Method in class org.opensaml.saml2.core.impl.AttributeImpl
Gets the list of attribute values for this attribute.
getAttributeValues() - Method in interface org.opensaml.xacml.ctx.AttributeType
Gets the list of attribute values for this attribute.
getAttributeValues() - Method in class org.opensaml.xacml.ctx.impl.AttributeTypeImpl
Gets the list of attribute values for this attribute.
getAttributeValues() - Method in class org.opensaml.xacml.ctx.impl.MissingAttributeDetailTypeImpl
Gets the missing attribute values.
getAttributeValues() - Method in interface org.opensaml.xacml.ctx.MissingAttributeDetailType
Gets the missing attribute values.
getAudienceRestrictionConditions() - Method in interface org.opensaml.saml1.core.Conditions
Return the List representing all the AudienceRestrictionCondition sub elements.
getAudienceRestrictionConditions() - Method in class org.opensaml.saml1.core.impl.ConditionsImpl
Return the List representing all the AudienceRestrictionCondition sub elements.
getAudienceRestrictions() - Method in interface org.opensaml.saml2.core.Conditions
Gets the audience restriction conditions for the assertion.
getAudienceRestrictions() - Method in class org.opensaml.saml2.core.impl.ConditionsImpl
Gets the audience restriction conditions for the assertion.
getAudiences() - Method in interface org.opensaml.saml1.core.AudienceRestrictionCondition
Return all the audience elements
getAudiences() - Method in class org.opensaml.saml1.core.impl.AudienceRestrictionConditionImpl
Return all the audience elements
getAudiences() - Method in interface org.opensaml.saml2.core.AudienceRestriction
Gets the list of audiences for the assertion.
getAudiences() - Method in class org.opensaml.saml2.core.impl.AudienceRestrictionImpl
Gets the list of audiences for the assertion.
getAudiences() - Method in class org.opensaml.saml2.core.impl.ProxyRestrictionImpl
Gets the list of audiences to whom the assertion may be proxied.
getAudiences() - Method in interface org.opensaml.saml2.core.ProxyRestriction
Gets the list of audiences to whom the assertion may be proxied.
getAudienceURI() - Method in interface org.opensaml.saml2.core.Audience
Gets the URI of the audience for the assertion.
getAudienceURI() - Method in class org.opensaml.saml2.core.impl.AudienceImpl
Gets the URI of the audience for the assertion.
getAuthContextDecl() - Method in interface org.opensaml.saml2.core.AuthnContext
Gets Declaration of this Authentication Context.
getAuthContextDecl() - Method in class org.opensaml.saml2.core.impl.AuthnContextImpl
Gets Declaration of this Authentication Context.
getAuthenticatingAuthorities() - Method in interface org.opensaml.saml2.core.AuthnContext
Gets the Authenticating Athorities of this Authentication Context.
getAuthenticatingAuthorities() - Method in class org.opensaml.saml2.core.impl.AuthnContextImpl
Gets the Authenticating Athorities of this Authentication Context.
getAuthenticationInstant() - Method in interface org.opensaml.saml1.core.AuthenticationStatement
Return the contents of the AuthenticationInstant attribute
getAuthenticationInstant() - Method in class org.opensaml.saml1.core.impl.AuthenticationStatementImpl
Return the contents of the AuthenticationInstant attribute
getAuthenticationMethod() - Method in interface org.opensaml.saml1.core.AuthenticationQuery
Get AuthenticationMethod attribute
getAuthenticationMethod() - Method in interface org.opensaml.saml1.core.AuthenticationStatement
Return the contents of the AuthenticationMethod attribute
getAuthenticationMethod() - Method in class org.opensaml.saml1.core.impl.AuthenticationQueryImpl
Get AuthenticationMethod attribute
getAuthenticationMethod() - Method in class org.opensaml.saml1.core.impl.AuthenticationStatementImpl
Return the contents of the AuthenticationMethod attribute
getAuthenticationQuery() - Method in class org.opensaml.saml1.core.impl.RequestImpl
Get the query AuthenticationQuery
getAuthenticationQuery() - Method in interface org.opensaml.saml1.core.Request
Get the query AuthenticationQuery
getAuthenticationStatements() - Method in interface org.opensaml.saml1.core.Assertion
Return the List representing all the AuthenticationStatement sub elements.
getAuthenticationStatements() - Method in class org.opensaml.saml1.core.impl.AssertionImpl
Return the List representing all the AuthenticationStatement sub elements.
getAuthnAuthorityDescriptor(String) - Method in interface org.opensaml.saml2.metadata.EntityDescriptor
Gets the first AuthnAuthorityDescriptor role descriptor for this entity that supports the given protocol.
getAuthnAuthorityDescriptor(String) - Method in class org.opensaml.saml2.metadata.impl.EntityDescriptorImpl
Gets the first AuthnAuthorityDescriptor role descriptor for this entity that supports the given protocol.
getAuthnContext() - Method in interface org.opensaml.saml2.core.AuthnStatement
Gets the context used to authenticate the subject.
getAuthnContext() - Method in class org.opensaml.saml2.core.impl.AuthnStatementImpl
Gets the context used to authenticate the subject.
getAuthnContextClassRef() - Method in interface org.opensaml.saml2.core.AuthnContext
Gets the URI identifying the Context Class of this Authentication Context.
getAuthnContextClassRef() - Method in interface org.opensaml.saml2.core.AuthnContextClassRef
Gets the URI reference to an authentication context class.
getAuthnContextClassRef() - Method in class org.opensaml.saml2.core.impl.AuthnContextClassRefImpl
Gets the URI reference to an authentication context class.
getAuthnContextClassRef() - Method in class org.opensaml.saml2.core.impl.AuthnContextImpl
Gets the URI identifying the Context Class of this Authentication Context.
getAuthnContextClassRefs() - Method in class org.opensaml.saml2.core.impl.RequestedAuthnContextImpl
Gets the AuthnContextClassRefs of this request.
getAuthnContextClassRefs() - Method in interface org.opensaml.saml2.core.RequestedAuthnContext
Gets the AuthnContextClassRefs of this request.
getAuthnContextDeclRef() - Method in interface org.opensaml.saml2.core.AuthnContext
Gets the URI of the Declaration of this Authentication Context.
getAuthnContextDeclRef() - Method in interface org.opensaml.saml2.core.AuthnContextDeclRef
Gets the URI reference to an authentication context declaration.
getAuthnContextDeclRef() - Method in class org.opensaml.saml2.core.impl.AuthnContextDeclRefImpl
Gets the URI reference to an authentication context declaration.
getAuthnContextDeclRef() - Method in class org.opensaml.saml2.core.impl.AuthnContextImpl
Gets the URI of the Declaration of this Authentication Context.
getAuthnContextDeclRefs() - Method in class org.opensaml.saml2.core.impl.RequestedAuthnContextImpl
Gets the AuthnContextDeclRefs of this request.
getAuthnContextDeclRefs() - Method in interface org.opensaml.saml2.core.RequestedAuthnContext
Gets the AuthnContextDeclRefs of this request.
getAuthnInstant() - Method in interface org.opensaml.saml2.core.AuthnStatement
Gets the time when the authentication took place.
getAuthnInstant() - Method in class org.opensaml.saml2.core.impl.AuthnStatementImpl
Gets the time when the authentication took place.
getAuthnQueryServices() - Method in interface org.opensaml.saml2.metadata.AuthnAuthorityDescriptor
Gets the list of authentication query services for this authority.
getAuthnQueryServices() - Method in class org.opensaml.saml2.metadata.impl.AuthnAuthorityDescriptorImpl
Gets the list of authentication query services for this authority.
getAuthnStatements() - Method in interface org.opensaml.saml2.core.Assertion
Gets the list of AuthnStatements attached to this assertion.
getAuthnStatements() - Method in class org.opensaml.saml2.core.impl.AssertionImpl
Gets the list of AuthnStatements attached to this assertion.
getAuthorityBindings() - Method in interface org.opensaml.saml1.core.AuthenticationStatement
return all the AuthorityBinding subelement
getAuthorityBindings() - Method in class org.opensaml.saml1.core.impl.AuthenticationStatementImpl
return all the AuthorityBinding subelement
getAuthorityKind() - Method in interface org.opensaml.saml1.core.AuthorityBinding
Getter for AuthorityKind
getAuthorityKind() - Method in class org.opensaml.saml1.core.impl.AuthorityBindingImpl
Getter for AuthorityKind
getAuthorizationDecisionQuery() - Method in class org.opensaml.saml1.core.impl.RequestImpl
Get the request AuthorizationDecisionQuery
getAuthorizationDecisionQuery() - Method in interface org.opensaml.saml1.core.Request
Get the request AuthorizationDecisionQuery
getAuthorizationDecisionResult() - Method in class org.opensaml.xacml.ctx.provider.ObligationProcessingContext
Gets the result of a XACML authorization request.
getAuthorizationDecisionStatements() - Method in interface org.opensaml.saml1.core.Assertion
Return the List representing all the AuthorizationStatement sub elements.
getAuthorizationDecisionStatements() - Method in class org.opensaml.saml1.core.impl.AssertionImpl
Return the List representing all the AuthorizationStatement sub elements.
getAuthzDecisionStatements() - Method in interface org.opensaml.saml2.core.Assertion
Gets the list of AuthzDecisionStatements attached to this assertion.
getAuthzDecisionStatements() - Method in class org.opensaml.saml2.core.impl.AssertionImpl
Gets the list of AuthzDecisionStatements attached to this assertion.
getAuthzServices() - Method in class org.opensaml.saml2.metadata.impl.PDPDescriptorImpl
Gets an list of authz services for this service.
getAuthzServices() - Method in interface org.opensaml.saml2.metadata.PDPDescriptor
Gets an list of authz services for this service.
getBase64DecodedMessage(HTTPInTransport) - Method in class org.opensaml.saml2.binding.decoding.HTTPPostDecoder
Gets the Base64 encoded message from the request and decodes it.
getBaseID() - Method in class org.opensaml.saml2.core.impl.LogoutRequestImpl
Gets the base identifier of the principal for this request.
getBaseID() - Method in class org.opensaml.saml2.core.impl.NameIDMappingRequestImpl
Gets the base identifier of the principal for this request.
getBaseID() - Method in class org.opensaml.saml2.core.impl.SubjectConfirmationImpl
Gets the base identifier of the principal for this request.
getBaseID() - Method in class org.opensaml.saml2.core.impl.SubjectImpl
Gets the base identifier of the principal for this request.
getBaseID() - Method in interface org.opensaml.saml2.core.LogoutRequest
Gets the base identifier of the principal for this request.
getBaseID() - Method in interface org.opensaml.saml2.core.NameIDMappingRequest
Gets the base identifier of the principal for this request.
getBaseID() - Method in interface org.opensaml.saml2.core.Subject
Gets the base identifier of the principal for this request.
getBaseID() - Method in interface org.opensaml.saml2.core.SubjectConfirmation
Gets the base identifier of the principal for this request.
getBaseID() - Method in interface org.opensaml.samlext.saml2delrestrict.Delegate
Gets the BaseID child element of the delegate.
getBaseID() - Method in class org.opensaml.samlext.saml2delrestrict.impl.DelegateImpl
Gets the BaseID child element of the delegate.
getBinding() - Method in interface org.opensaml.saml1.core.AuthorityBinding
Getter for Binding
getBinding() - Method in class org.opensaml.saml1.core.impl.AuthorityBindingImpl
Getter for Binding
getBinding() - Method in interface org.opensaml.saml2.metadata.Endpoint
Gets the URI identifier for the binding supported by this Endpoint.
getBinding() - Method in class org.opensaml.saml2.metadata.impl.EndpointImpl
Gets the URI identifier for the binding supported by this Endpoint.
getBindingURI() - Method in interface org.opensaml.common.binding.decoding.SAMLMessageDecoder
Gets the SAML binding URI supported by this decoder.
getBindingURI() - Method in interface org.opensaml.common.binding.encoding.SAMLMessageEncoder
Gets the SAML binding URI supported by this encoder.
getBindingURI() - Method in class org.opensaml.saml1.binding.decoding.HTTPArtifactDecoder
Gets the SAML binding URI supported by this decoder.
getBindingURI() - Method in class org.opensaml.saml1.binding.decoding.HTTPPostDecoder
Gets the SAML binding URI supported by this decoder.
getBindingURI() - Method in class org.opensaml.saml1.binding.decoding.HTTPSOAP11Decoder
Gets the SAML binding URI supported by this decoder.
getBindingURI() - Method in class org.opensaml.saml1.binding.encoding.HTTPArtifactEncoder
Gets the SAML binding URI supported by this encoder.
getBindingURI() - Method in class org.opensaml.saml1.binding.encoding.HTTPPostEncoder
Gets the SAML binding URI supported by this encoder.
getBindingURI() - Method in class org.opensaml.saml1.binding.encoding.HTTPSOAP11Encoder
Gets the SAML binding URI supported by this encoder.
getBindingURI() - Method in class org.opensaml.saml2.binding.decoding.HTTPArtifactDecoder
Gets the SAML binding URI supported by this decoder.
getBindingURI() - Method in class org.opensaml.saml2.binding.decoding.HTTPPostDecoder
Gets the SAML binding URI supported by this decoder.
getBindingURI() - Method in class org.opensaml.saml2.binding.decoding.HTTPPostSimpleSignDecoder
Gets the SAML binding URI supported by this decoder.
getBindingURI() - Method in class org.opensaml.saml2.binding.decoding.HTTPRedirectDeflateDecoder
Gets the SAML binding URI supported by this decoder.
getBindingURI() - Method in class org.opensaml.saml2.binding.decoding.HTTPSOAP11Decoder
Gets the SAML binding URI supported by this decoder.
getBindingURI() - Method in class org.opensaml.saml2.binding.encoding.HTTPArtifactEncoder
Gets the SAML binding URI supported by this encoder.
getBindingURI() - Method in class org.opensaml.saml2.binding.encoding.HTTPPostEncoder
Gets the SAML binding URI supported by this encoder.
getBindingURI() - Method in class org.opensaml.saml2.binding.encoding.HTTPPostSimpleSignEncoder
Gets the SAML binding URI supported by this encoder.
getBindingURI() - Method in class org.opensaml.saml2.binding.encoding.HTTPRedirectDeflateEncoder
Gets the SAML binding URI supported by this encoder.
getBindingURI() - Method in class org.opensaml.saml2.binding.encoding.HTTPSOAP11Encoder
Gets the SAML binding URI supported by this encoder.
getCacheDuration() - Method in interface org.opensaml.saml2.common.CacheableSAMLObject
Gets the maximum time, in milliseconds, that this descriptor should be cached.
getCacheDuration() - Method in class org.opensaml.saml2.metadata.impl.AffiliationDescriptorImpl
Gets the maximum time, in milliseconds, that this descriptor should be cached.
getCacheDuration() - Method in class org.opensaml.saml2.metadata.impl.EntitiesDescriptorImpl
Gets the maximum time, in milliseconds, that this descriptor should be cached.
getCacheDuration() - Method in class org.opensaml.saml2.metadata.impl.EntityDescriptorImpl
Gets the maximum time, in milliseconds, that this descriptor should be cached.
getCacheDuration() - Method in class org.opensaml.saml2.metadata.impl.RoleDescriptorImpl
Gets the maximum time, in milliseconds, that this descriptor should be cached.
getCandidates() - Method in class org.opensaml.saml2.metadata.support.AttributeConsumingServiceSelector
Get the list of candidate attribute consuming services.
getChildren() - Method in interface org.opensaml.saml2.core.Advice
Gets the list of all child elements attached to this advice.
getChildren(QName) - Method in interface org.opensaml.saml2.core.Advice
Gets the list of child elements attached to this advice that match a particular QName.
getChildren() - Method in class org.opensaml.saml2.core.impl.AdviceImpl
Gets the list of all child elements attached to this advice.
getChildren(QName) - Method in class org.opensaml.saml2.core.impl.AdviceImpl
Gets the list of child elements attached to this advice that match a particular QName.
getCombinePoliciesXSBooleanValue() - Method in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeImpl
Returns if the PDP can combine policies from the query and local policies.
getCombinePoliciesXSBooleanValue() - Method in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
Returns if the PDP can combine policies from the query and local policies.
getCombinerParameters() - Method in interface org.opensaml.xacml.policy.CombinerParametersType
Gets the combiner parameters.
getCombinerParameters() - Method in class org.opensaml.xacml.policy.impl.CombinerParametersTypeImpl
Gets the combiner parameters.
getCombinerParameters() - Method in class org.opensaml.xacml.policy.impl.PolicyCombinerParametersTypeImpl
Gets the combiner parameters.
getCombinerParameters() - Method in class org.opensaml.xacml.policy.impl.PolicySetTypeImpl
Gets the combiner parameters for this policy set.
getCombinerParameters() - Method in class org.opensaml.xacml.policy.impl.PolicyTypeImpl
Gets the combiner parameters for this policy.
getCombinerParameters() - Method in class org.opensaml.xacml.policy.impl.RuleCombinerParametersTypeImpl
Gets the combiner parameters.
getCombinerParameters() - Method in interface org.opensaml.xacml.policy.PolicySetType
Gets the combiner parameters for this policy set.
getCombinerParameters() - Method in interface org.opensaml.xacml.policy.PolicyType
Gets the combiner parameters for this policy.
getCompany() - Method in interface org.opensaml.saml2.metadata.ContactPerson
Gets the company this contact person is associated with.
getCompany() - Method in class org.opensaml.saml2.metadata.impl.ContactPersonImpl
Gets the company this contact person is associated with.
getComparison() - Method in class org.opensaml.saml2.core.impl.RequestedAuthnContextImpl
Gets the Comparison attribute value of the requested authn context.
getComparison() - Method in interface org.opensaml.saml2.core.RequestedAuthnContext
Gets the Comparison attribute value of the requested authn context.
GetComplete - Interface in org.opensaml.saml2.core
SAML 2.0 Core GetComplete.
GetCompleteBuilder - Class in org.opensaml.saml2.core.impl
Builder of GetCompleteImpl.
GetCompleteBuilder() - Constructor for class org.opensaml.saml2.core.impl.GetCompleteBuilder
Constructor.
GetCompleteImpl - Class in org.opensaml.saml2.core.impl
Concrete implementation of GetComplete.
GetCompleteImpl(String, String, String) - Constructor for class org.opensaml.saml2.core.impl.GetCompleteImpl
Constructor.
GetCompleteMarshaller - Class in org.opensaml.saml2.core.impl
A thread safe Marshaller for GetComplete objects.
GetCompleteMarshaller() - Constructor for class org.opensaml.saml2.core.impl.GetCompleteMarshaller
 
GetCompleteSchemaValidator - Class in org.opensaml.saml2.core.validator
Checks GetComplete for Schema compliance.
GetCompleteSchemaValidator() - Constructor for class org.opensaml.saml2.core.validator.GetCompleteSchemaValidator
Constructor
GetCompleteUnmarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Unmarshaller for GetComplete objects.
GetCompleteUnmarshaller() - Constructor for class org.opensaml.saml2.core.impl.GetCompleteUnmarshaller
 
getCondition() - Method in class org.opensaml.xacml.policy.impl.RuleTypeImpl
Gets the condition for this rule.
getCondition() - Method in interface org.opensaml.xacml.policy.RuleType
Gets the condition for this rule.
getConditions() - Method in interface org.opensaml.saml1.core.Assertion
Return the (singleton) Object, representing the Conditions sub element.
getConditions() - Method in interface org.opensaml.saml1.core.Conditions
Return the List representing all the Condition sub elements.
getConditions(QName) - Method in interface org.opensaml.saml1.core.Conditions
Return the List representing all the Conditions with the given schema type or element name.
getConditions() - Method in class org.opensaml.saml1.core.impl.AssertionImpl
Return the (singleton) Object, representing the Conditions sub element.
getConditions() - Method in class org.opensaml.saml1.core.impl.ConditionsImpl
Return the List representing all the Condition sub elements.
getConditions(QName) - Method in class org.opensaml.saml1.core.impl.ConditionsImpl
Return the List representing all the Conditions with the given schema type or element name.
getConditions() - Method in interface org.opensaml.saml2.core.Assertion
Gets the Conditions placed on this assertion.
getConditions() - Method in interface org.opensaml.saml2.core.AuthnRequest
Gets the Conditions of the request.
getConditions() - Method in interface org.opensaml.saml2.core.Conditions
Gets all the conditions on the assertion.
getConditions() - Method in class org.opensaml.saml2.core.impl.AssertionImpl
Gets the Conditions placed on this assertion.
getConditions() - Method in class org.opensaml.saml2.core.impl.AuthnRequestImpl
Gets the Conditions of the request.
getConditions() - Method in class org.opensaml.saml2.core.impl.ConditionsImpl
Gets all the conditions on the assertion.
getConfirmationMethod() - Method in interface org.opensaml.saml1.core.ConfirmationMethod
Gets the confirmation method.
getConfirmationMethod() - Method in class org.opensaml.saml1.core.impl.ConfirmationMethodImpl
Gets the confirmation method.
getConfirmationMethod() - Method in interface org.opensaml.samlext.saml2delrestrict.Delegate
Get the confirmation method attribute value.
getConfirmationMethod() - Method in class org.opensaml.samlext.saml2delrestrict.impl.DelegateImpl
Get the confirmation method attribute value.
getConfirmationMethods() - Method in class org.opensaml.saml1.core.impl.SubjectConfirmationImpl
Get the list with all the ConfirmationMethods.
getConfirmationMethods() - Method in interface org.opensaml.saml1.core.SubjectConfirmation
Get the list with all the ConfirmationMethods.
getConsent() - Method in class org.opensaml.saml2.core.impl.RequestAbstractTypeImpl
Gets the consent obtained from the principal for sending this request.
getConsent() - Method in class org.opensaml.saml2.core.impl.StatusResponseTypeImpl
Gets the consent obtained from the principal for sending this response.
getConsent() - Method in interface org.opensaml.saml2.core.RequestAbstractType
Gets the consent obtained from the principal for sending this request.
getConsent() - Method in interface org.opensaml.saml2.core.StatusResponseType
Gets the consent obtained from the principal for sending this response.
getContactPersons() - Method in interface org.opensaml.saml2.metadata.EntityDescriptor
Get the contact people for this entity.
getContactPersons() - Method in class org.opensaml.saml2.metadata.impl.EntityDescriptorImpl
Get the contact people for this entity.
getContactPersons() - Method in class org.opensaml.saml2.metadata.impl.RoleDescriptorImpl
Gets an immutable list of ContactPersons for this role.
getContactPersons() - Method in interface org.opensaml.saml2.metadata.RoleDescriptor
Gets an immutable list of ContactPersons for this role.
getContents() - Method in interface org.opensaml.saml1.core.Action
Return the contents
getContents() - Method in class org.opensaml.saml1.core.impl.ActionImpl
Return the contents
getDataType() - Method in interface org.opensaml.xacml.ctx.AttributeType
Get the datatype of the attribute.
getDataType() - Method in class org.opensaml.xacml.ctx.impl.AttributeTypeImpl
Get the datatype of the attribute.
getDataType() - Method in class org.opensaml.xacml.ctx.impl.MissingAttributeDetailTypeImpl
Gets the data type of the attribute.
getDataType() - Method in interface org.opensaml.xacml.ctx.MissingAttributeDetailType
Gets the data type of the attribute.
getDataType() - Method in interface org.opensaml.xacml.policy.AttributeDesignatorType
Gets the data type of the designated attribute.
getDataType() - Method in interface org.opensaml.xacml.policy.AttributeSelectorType
Gets the data type of the attribute to be selected.
getDataType() - Method in interface org.opensaml.xacml.policy.AttributeValueType
Gets the data type of the designated attribute.
getDataType() - Method in class org.opensaml.xacml.policy.impl.AttributeDesignatorTypeImpl
Gets the data type of the designated attribute.
getDataType() - Method in class org.opensaml.xacml.policy.impl.AttributeSelectorTypeImpl
Gets the data type of the attribute to be selected.
getDataType() - Method in class org.opensaml.xacml.policy.impl.AttributeValueTypeImpl
Gets the data type of the designated attribute.
getDecision() - Method in interface org.opensaml.saml1.core.AuthorizationDecisionStatement
Return the contents of the Decision attribute
getDecision() - Method in class org.opensaml.saml1.core.impl.AuthorizationDecisionStatementImpl
Return the contents of the Decision attribute
getDecision() - Method in interface org.opensaml.saml2.core.AuthzDecisionStatement
Gets the decision of the authorization request.
getDecision() - Method in class org.opensaml.saml2.core.impl.AuthzDecisionStatementImpl
Gets the decision of the authorization request.
getDecision() - Method in interface org.opensaml.xacml.ctx.DecisionType
Gets the value of the decision.
getDecision() - Method in class org.opensaml.xacml.ctx.impl.DecisionTypeImpl
Gets the value of the decision.
getDecision() - Method in class org.opensaml.xacml.ctx.impl.ResultTypeImpl
Returns the decision in the result.
getDecision() - Method in interface org.opensaml.xacml.ctx.ResultType
Returns the decision in the result.
getDefaultArtifactResolutionService() - Method in class org.opensaml.saml2.metadata.impl.SSODescriptorImpl
Gets the default artifact resolution service.
getDefaultArtifactResolutionService() - Method in interface org.opensaml.saml2.metadata.SSODescriptor
Gets the default artifact resolution service.
getDefaultArtificateResolutionService() - Method in class org.opensaml.saml2.metadata.impl.SSODescriptorImpl
Gets the default artifact resolution service.
getDefaultArtificateResolutionService() - Method in interface org.opensaml.saml2.metadata.SSODescriptor
Deprecated. replacement SSODescriptor.getDefaultArtifactResolutionService()
getDefaultAssertionConsumerService() - Method in class org.opensaml.saml2.metadata.impl.SPSSODescriptorImpl
Gets the default assertion consumer service.
getDefaultAssertionConsumerService() - Method in interface org.opensaml.saml2.metadata.SPSSODescriptor
Gets the default assertion consumer service.
getDefaultAttributeConsumingService() - Method in class org.opensaml.saml2.metadata.impl.SPSSODescriptorImpl
Gets the default attribute consuming service.
getDefaultAttributeConsumingService() - Method in interface org.opensaml.saml2.metadata.SPSSODescriptor
Gets the default attribute consuming service.
getDefaultCriteria() - Method in class org.opensaml.saml2.metadata.provider.SignatureValidationFilter
Get the set of default criteria used as input to the trust engine.
getDefaultIndexedEndpoint(List<T>) - Static method in class org.opensaml.saml2.metadata.support.SAML2MetadataHelper
Select the default IndexedEndpoint from a list of candidates.
getDelegates() - Method in interface org.opensaml.samlext.saml2delrestrict.DelegationRestrictionType
Get the list of Delegate child elements.
getDelegates() - Method in class org.opensaml.samlext.saml2delrestrict.impl.DelegationRestrictionTypeImpl
Get the list of Delegate child elements.
getDelegationInstant() - Method in interface org.opensaml.samlext.saml2delrestrict.Delegate
Get the delegation instant attribute value.
getDelegationInstant() - Method in class org.opensaml.samlext.saml2delrestrict.impl.DelegateImpl
Get the delegation instant attribute value.
getDereferencedAssertions() - Method in interface org.opensaml.saml1.binding.SAML1ArtifactMessageContext
Gets the assertions dereferenced from the artifacts.
getDescription() - Method in class org.opensaml.saml2.metadata.impl.ServiceDescriptionImpl
Gets the description of the service.
getDescription() - Method in interface org.opensaml.saml2.metadata.ServiceDescription
Gets the description of the service.
getDescription() - Method in class org.opensaml.xacml.policy.impl.PolicySetTypeImpl
Gets the description for this policy set.
getDescription() - Method in class org.opensaml.xacml.policy.impl.PolicyTypeImpl
Gets the description for this policy.
getDescription() - Method in class org.opensaml.xacml.policy.impl.RuleTypeImpl
Gets the description of this rule.
getDescription() - Method in interface org.opensaml.xacml.policy.PolicySetType
Gets the description for this policy set.
getDescription() - Method in interface org.opensaml.xacml.policy.PolicyType
Gets the description for this policy.
getDescription() - Method in interface org.opensaml.xacml.policy.RuleType
Gets the description of this rule.
getDescriptions() - Method in interface org.opensaml.saml2.metadata.AttributeConsumingService
Gets the descriptions for this service.
getDescriptions() - Method in class org.opensaml.saml2.metadata.impl.AttributeConsumingServiceImpl
Gets the descriptions for this service.
getDestination() - Method in class org.opensaml.saml2.core.impl.RequestAbstractTypeImpl
Gets the URI of the destination of the request.
getDestination() - Method in class org.opensaml.saml2.core.impl.StatusResponseTypeImpl
Gets the URI of the destination of the response.
getDestination() - Method in interface org.opensaml.saml2.core.RequestAbstractType
Gets the URI of the destination of the request.
getDestination() - Method in interface org.opensaml.saml2.core.StatusResponseType
Gets the URI of the destination of the response.
getDigestAlgorithm() - Method in class org.opensaml.common.impl.SAMLObjectContentReference
Gets the algorithm used to digest the content.
getDisplayNames() - Method in class org.opensaml.saml2.metadata.impl.OrganizationImpl
Gets a list of diaplay names for this organization.
getDisplayNames() - Method in interface org.opensaml.saml2.metadata.Organization
Gets a list of diaplay names for this organization.
getDNSAddress() - Method in class org.opensaml.saml1.core.impl.SubjectLocalityImpl
Gets the DNS name of the locality.
getDNSAddress() - Method in interface org.opensaml.saml1.core.SubjectLocality
Gets the DNS name of the locality.
getDNSName() - Method in class org.opensaml.saml2.core.impl.SubjectLocalityImpl
Gets the DNSName of the system from which the subject was authenticated.
getDNSName() - Method in interface org.opensaml.saml2.core.SubjectLocality
Gets the DNSName of the system from which the subject was authenticated.
getDoNotCacheConditions() - Method in interface org.opensaml.saml1.core.Conditions
Return the List representing all the DoNotCacheCondition sub elements.
getDoNotCacheConditions() - Method in class org.opensaml.saml1.core.impl.ConditionsImpl
Return the List representing all the DoNotCacheCondition sub elements.
getEarliestExpiration(XMLObject) - Static method in class org.opensaml.saml2.common.SAML2Helper
Gets the earliest expiration instant for a XMLObject.
getEarliestExpiration(XMLObject, DateTime, DateTime) - Static method in class org.opensaml.saml2.common.SAML2Helper
Gets the earliest expiration instant within a metadata tree.
getEarliestVersion() - Method in interface org.opensaml.xacml.policy.IdReferenceType
Gets the earliest version of the reference.
getEarliestVersion() - Method in class org.opensaml.xacml.policy.impl.IdReferenceTypeImpl
Gets the earliest version of the reference.
getEffect() - Method in class org.opensaml.xacml.policy.impl.RuleTypeImpl
Gets the effect of the rule.
getEffect() - Method in interface org.opensaml.xacml.policy.RuleType
Gets the effect of the rule.
getEmailAddresses() - Method in interface org.opensaml.saml2.metadata.ContactPerson
Gets a list of email addresses for this person.
getEmailAddresses() - Method in class org.opensaml.saml2.metadata.impl.ContactPersonImpl
Gets a list of email addresses for this person.
getEncode(SAMLMessageContext, HTTPOutTransport) - Method in class org.opensaml.saml2.binding.encoding.HTTPArtifactEncoder
Performs HTTP GET based encoding.
getEncryptedAssertions() - Method in interface org.opensaml.saml2.core.Advice
Gets the list of EncryptedAssertions used as advice.
getEncryptedAssertions() - Method in interface org.opensaml.saml2.core.Evidence
Gets the list of EncryptedAssertions used as evidence.
getEncryptedAssertions() - Method in class org.opensaml.saml2.core.impl.AdviceImpl
Gets the list of EncryptedAssertions used as advice.
getEncryptedAssertions() - Method in class org.opensaml.saml2.core.impl.EvidenceImpl
Gets the list of EncryptedAssertions used as evidence.
getEncryptedAssertions() - Method in class org.opensaml.saml2.core.impl.ResponseImpl
Return the list of EncryptedAssertion child elements.
getEncryptedAssertions() - Method in interface org.opensaml.saml2.core.Response
Return the list of EncryptedAssertion child elements.
getEncryptedAttributes() - Method in interface org.opensaml.saml2.core.AttributeStatement
Gets the encrypted attribtues expressed in this statement.
getEncryptedAttributes() - Method in class org.opensaml.saml2.core.impl.AttributeStatementImpl
Gets the encrypted attribtues expressed in this statement.
getEncryptedData() - Method in interface org.opensaml.saml2.core.EncryptedElementType
Get the EncryptedData child element.
getEncryptedData() - Method in class org.opensaml.saml2.core.impl.EncryptedElementTypeImpl
Get the EncryptedData child element.
getEncryptedID() - Method in class org.opensaml.saml2.core.impl.LogoutRequestImpl
Gets the encrytped name identifier of the principal for this request.
getEncryptedID() - Method in class org.opensaml.saml2.core.impl.ManageNameIDRequestImpl
Get the EncryptedID of the request.
getEncryptedID() - Method in class org.opensaml.saml2.core.impl.NameIDMappingRequestImpl
Gets the encrypted name identifier of the principal for this request.
getEncryptedID() - Method in class org.opensaml.saml2.core.impl.NameIDMappingResponseImpl
Gets the encrypted name identifier of the principal for this response.
getEncryptedID() - Method in class org.opensaml.saml2.core.impl.SubjectConfirmationImpl
Gets the encrypted name identifier of the principal for this request.
getEncryptedID() - Method in class org.opensaml.saml2.core.impl.SubjectImpl
Gets the encrypted name identifier of the principal for this request.
getEncryptedID() - Method in interface org.opensaml.saml2.core.LogoutRequest
Gets the encrytped name identifier of the principal for this request.
getEncryptedID() - Method in interface org.opensaml.saml2.core.ManageNameIDRequest
Get the EncryptedID of the request.
getEncryptedID() - Method in interface org.opensaml.saml2.core.NameIDMappingRequest
Gets the encrypted name identifier of the principal for this request.
getEncryptedID() - Method in interface org.opensaml.saml2.core.NameIDMappingResponse
Gets the encrypted name identifier of the principal for this response.
getEncryptedID() - Method in interface org.opensaml.saml2.core.Subject
Gets the encrypted name identifier of the principal for this request.
getEncryptedID() - Method in interface org.opensaml.saml2.core.SubjectConfirmation
Gets the encrypted name identifier of the principal for this request.
getEncryptedID() - Method in interface org.opensaml.samlext.saml2delrestrict.Delegate
Gets the EncryptedID child element of the delegate.
getEncryptedID() - Method in class org.opensaml.samlext.saml2delrestrict.impl.DelegateImpl
Gets the EncryptedID child element of the delegate.
getEncryptedKeys() - Method in interface org.opensaml.saml2.core.EncryptedElementType
A list of EncryptedKey child elements.
getEncryptedKeys() - Method in class org.opensaml.saml2.core.impl.EncryptedElementTypeImpl
A list of EncryptedKey child elements.
getEncryptionMethod() - Method in class org.opensaml.security.SAMLMDCredentialContext
Return the list of EncryptionMethod's associated with credential context.
getEncryptionMethods() - Method in class org.opensaml.saml2.metadata.impl.KeyDescriptorImpl
Gets the encryption methods that are supported by the entity.
getEncryptionMethods() - Method in interface org.opensaml.saml2.metadata.KeyDescriptor
Gets the encryption methods that are supported by the entity.
getEndpointIndex() - Method in class org.opensaml.saml2.binding.artifact.AbstractSAML2Artifact
Gets the 2 byte endpoint index for this artifact.
getEndpoints() - Method in class org.opensaml.saml2.metadata.impl.AttributeAuthorityDescriptorImpl
Gets a read-only list of endpoints for this role.
getEndpoints(QName) - Method in class org.opensaml.saml2.metadata.impl.AttributeAuthorityDescriptorImpl
Gets a read-only list of endpoints for this role for the given type.
getEndpoints() - Method in class org.opensaml.saml2.metadata.impl.AuthnAuthorityDescriptorImpl
Gets a read-only list of endpoints for this role.
getEndpoints(QName) - Method in class org.opensaml.saml2.metadata.impl.AuthnAuthorityDescriptorImpl
Gets a read-only list of endpoints for this role for the given type.
getEndpoints() - Method in class org.opensaml.saml2.metadata.impl.IDPSSODescriptorImpl
Gets a read-only list of endpoints for this role.
getEndpoints(QName) - Method in class org.opensaml.saml2.metadata.impl.IDPSSODescriptorImpl
Gets a read-only list of endpoints for this role for the given type.
getEndpoints() - Method in class org.opensaml.saml2.metadata.impl.PDPDescriptorImpl
Gets a read-only list of endpoints for this role.
getEndpoints(QName) - Method in class org.opensaml.saml2.metadata.impl.PDPDescriptorImpl
Gets a read-only list of endpoints for this role for the given type.
getEndpoints() - Method in class org.opensaml.saml2.metadata.impl.SPSSODescriptorImpl
Gets a read-only list of endpoints for this role.
getEndpoints(QName) - Method in class org.opensaml.saml2.metadata.impl.SPSSODescriptorImpl
Gets a read-only list of endpoints for this role for the given type.
getEndpoints() - Method in class org.opensaml.saml2.metadata.impl.SSODescriptorImpl
Gets a read-only list of endpoints for this role.
getEndpoints(QName) - Method in class org.opensaml.saml2.metadata.impl.SSODescriptorImpl
Gets a read-only list of endpoints for this role for the given type.
getEndpoints() - Method in interface org.opensaml.saml2.metadata.RoleDescriptor
Gets a read-only list of endpoints for this role.
getEndpoints(QName) - Method in interface org.opensaml.saml2.metadata.RoleDescriptor
Gets a read-only list of endpoints for this role for the given type.
getEndpoints() - Method in class org.opensaml.samlext.saml2mdquery.impl.AttributeQueryDescriptorTypeImpl
Gets a read-only list of endpoints for this role.
getEndpoints(QName) - Method in class org.opensaml.samlext.saml2mdquery.impl.AttributeQueryDescriptorTypeImpl
Gets a read-only list of endpoints for this role for the given type.
getEndpoints() - Method in class org.opensaml.samlext.saml2mdquery.impl.AuthnQueryDescriptorTypeImpl
Gets a read-only list of endpoints for this role.
getEndpoints(QName) - Method in class org.opensaml.samlext.saml2mdquery.impl.AuthnQueryDescriptorTypeImpl
Gets a read-only list of endpoints for this role for the given type.
getEndpoints() - Method in class org.opensaml.samlext.saml2mdquery.impl.AuthzDecisionQueryDescriptorTypeImpl
Gets a read-only list of endpoints for this role.
getEndpoints(QName) - Method in class org.opensaml.samlext.saml2mdquery.impl.AuthzDecisionQueryDescriptorTypeImpl
Gets a read-only list of endpoints for this role for the given type.
getEndpointType() - Method in class org.opensaml.common.binding.AbstractEndpointSelector
Gets type of endpoint needed.
getEndpointURL(SAMLMessageContext) - Method in class org.opensaml.saml1.binding.encoding.BaseSAML1MessageEncoder
Gets the response URL from the relying party endpoint.
getEndpointURL(SAMLMessageContext) - Method in class org.opensaml.saml2.binding.encoding.BaseSAML2MessageEncoder
Gets the response URL from the relying party endpoint.
getEntitiesDescriptor(String) - Method in class org.opensaml.saml2.metadata.provider.AbstractMetadataProvider
Gets a valid named EntitiesDescriptor from the metadata.
getEntitiesDescriptor(String) - Method in class org.opensaml.saml2.metadata.provider.ChainingMetadataProvider
Gets a valid named EntitiesDescriptor from the metadata.
getEntitiesDescriptor(String) - Method in interface org.opensaml.saml2.metadata.provider.MetadataProvider
Gets a valid named EntitiesDescriptor from the metadata.
getEntitiesDescriptorByName(String, EntitiesDescriptor) - Method in class org.opensaml.saml2.metadata.provider.AbstractMetadataProvider
Gets the entities descriptor with the given name.
getEntitiesDescriptors() - Method in interface org.opensaml.saml2.metadata.EntitiesDescriptor
Gets a list of child EntitiesDescriptors.
getEntitiesDescriptors() - Method in class org.opensaml.saml2.metadata.impl.EntitiesDescriptorImpl
Gets a list of child EntitiesDescriptors.
getEntityDescriptor(String) - Method in class org.opensaml.saml2.metadata.provider.AbstractMetadataProvider
Gets the valid metadata for a given entity.
getEntityDescriptor(String) - Method in class org.opensaml.saml2.metadata.provider.ChainingMetadataProvider
Gets the valid metadata for a given entity.
getEntityDescriptor(String) - Method in interface org.opensaml.saml2.metadata.provider.MetadataProvider
Gets the valid metadata for a given entity.
getEntityDescriptorById(String, XMLObject) - Method in class org.opensaml.saml2.metadata.provider.AbstractMetadataProvider
Gets the EntityDescriptor with the given ID from the cached metadata.
getEntityDescriptorById(String, EntitiesDescriptor) - Method in class org.opensaml.saml2.metadata.provider.AbstractMetadataProvider
Gets the entity descriptor with the given ID that is a descendant of the given entities descriptor.
getEntityDescriptors() - Method in interface org.opensaml.saml2.metadata.EntitiesDescriptor
Gets a list of child EntityDescriptors.
getEntityDescriptors() - Method in class org.opensaml.saml2.metadata.impl.EntitiesDescriptorImpl
Gets a list of child EntityDescriptors.
getEntityID() - Method in interface org.opensaml.saml2.metadata.EntityDescriptor
Gets the entity ID for this entity descriptor.
getEntityID() - Method in class org.opensaml.saml2.metadata.impl.EntityDescriptorImpl
Gets the entity ID for this entity descriptor.
getEntityMetadata() - Method in class org.opensaml.common.binding.AbstractEndpointSelector
Gets the metadata of the entity.
getEntityRoleMetadata() - Method in class org.opensaml.common.binding.AbstractEndpointSelector
Gets the role of the entity.
getEnvironment() - Method in class org.opensaml.xacml.ctx.impl.RequestTypeImpl
Gets the environment from the request.
getEnvironment() - Method in interface org.opensaml.xacml.ctx.RequestType
Gets the environment from the request.
getEnvironmentAttributeDesignator() - Method in interface org.opensaml.xacml.policy.EnvironmentMatchType
Gets the environment attribute designator for this match.
getEnvironmentAttributeDesignator() - Method in class org.opensaml.xacml.policy.impl.EnvironmentMatchTypeImpl
Gets the environment attribute designator for this match.
getEnvironments() - Method in class org.opensaml.xacml.policy.impl.TargetTypeImpl
Gets the environments of this target.
getEnvironments() - Method in interface org.opensaml.xacml.policy.TargetType
Gets the environments of this target.
getEnvrionmentMatches() - Method in interface org.opensaml.xacml.policy.EnvironmentType
Gets the environment matches for this environment.
getEnvrionmentMatches() - Method in class org.opensaml.xacml.policy.impl.EnvironmentTypeImpl
Gets the environment matches for this environment.
getEnvrionments() - Method in interface org.opensaml.xacml.policy.EnvironmentsType
Gets the environments.
getEnvrionments() - Method in class org.opensaml.xacml.policy.impl.EnvironmentsTypeImpl
Gets the environments.
getErrorURL() - Method in class org.opensaml.saml2.metadata.impl.RoleDescriptorImpl
Gets the URI users should be sent to in the event of an error.
getErrorURL() - Method in interface org.opensaml.saml2.metadata.RoleDescriptor
Gets the URI users should be sent to in the event of an error.
getEvidence() - Method in interface org.opensaml.saml1.core.AuthorizationDecisionQuery
Get the Evidence child element
getEvidence() - Method in interface org.opensaml.saml1.core.AuthorizationDecisionStatement
Return the Evidence element
getEvidence() - Method in interface org.opensaml.saml1.core.Evidence
Get the ordered list of all Evidentiary child elements
getEvidence() - Method in class org.opensaml.saml1.core.impl.AuthorizationDecisionQueryImpl
Get the Evidence child element
getEvidence() - Method in class org.opensaml.saml1.core.impl.AuthorizationDecisionStatementImpl
Return the Evidence element
getEvidence() - Method in class org.opensaml.saml1.core.impl.EvidenceImpl
Get the ordered list of all Evidentiary child elements
getEvidence() - Method in interface org.opensaml.saml2.core.AuthzDecisionQuery
Gets the Evidence of this query.
getEvidence() - Method in interface org.opensaml.saml2.core.AuthzDecisionStatement
Get the SAML assertion the authority relied on when making the authorization decision.
getEvidence() - Method in interface org.opensaml.saml2.core.Evidence
Gets the list of all elements used as evidence.
getEvidence() - Method in class org.opensaml.saml2.core.impl.AuthzDecisionQueryImpl
Gets the Evidence of this query.
getEvidence() - Method in class org.opensaml.saml2.core.impl.AuthzDecisionStatementImpl
Get the SAML assertion the authority relied on when making the authorization decision.
getEvidence() - Method in class org.opensaml.saml2.core.impl.EvidenceImpl
Gets the list of all elements used as evidence.
getExpirationTime() - Method in class org.opensaml.saml2.metadata.provider.AbstractReloadingMetadataProvider
Gets the time when the currently cached metadata expires.
getExpression() - Method in interface org.opensaml.xacml.policy.ConditionType
Gets the expression for this condition.
getExpression() - Method in class org.opensaml.xacml.policy.impl.ConditionTypeImpl
Gets the expression for this condition.
getExpression() - Method in class org.opensaml.xacml.policy.impl.VariableDefinitionTypeImpl
Gets the expression for this definition.
getExpression() - Method in interface org.opensaml.xacml.policy.VariableDefinitionType
Gets the expression for this definition.
getExpressions() - Method in interface org.opensaml.xacml.policy.ApplyType
Gets the expressions for this condition.
getExpressions() - Method in class org.opensaml.xacml.policy.impl.ApplyTypeImpl
Gets the expressions for this condition.
getExpressions() - Method in class org.opensaml.xacml.policy.impl.VariableReferenceTypeImpl
Gets the expressions for this definition.
getExpressions() - Method in interface org.opensaml.xacml.policy.VariableReferenceType
Gets the expressions for this definition.
getExtensions() - Method in class org.opensaml.saml2.core.impl.RequestAbstractTypeImpl
Gets the Extensions of this request.
getExtensions() - Method in class org.opensaml.saml2.core.impl.StatusResponseTypeImpl
Gets the Extensions of this response.
getExtensions() - Method in interface org.opensaml.saml2.core.RequestAbstractType
Gets the Extensions of this request.
getExtensions() - Method in interface org.opensaml.saml2.core.StatusResponseType
Gets the Extensions of this response.
getExtensions() - Method in interface org.opensaml.saml2.metadata.AffiliationDescriptor
Gets the Extensions child of this object.
getExtensions() - Method in interface org.opensaml.saml2.metadata.ContactPerson
Gets the Extensions child of this object.
getExtensions() - Method in interface org.opensaml.saml2.metadata.EntitiesDescriptor
Gets the Extensions child of this object.
getExtensions() - Method in interface org.opensaml.saml2.metadata.EntityDescriptor
Gets the Extensions child of this object.
getExtensions() - Method in class org.opensaml.saml2.metadata.impl.AffiliationDescriptorImpl
Gets the Extensions child of this object.
getExtensions() - Method in class org.opensaml.saml2.metadata.impl.ContactPersonImpl
Gets the Extensions child of this object.
getExtensions() - Method in class org.opensaml.saml2.metadata.impl.EntitiesDescriptorImpl
Gets the Extensions child of this object.
getExtensions() - Method in class org.opensaml.saml2.metadata.impl.EntityDescriptorImpl
Gets the Extensions child of this object.
getExtensions() - Method in class org.opensaml.saml2.metadata.impl.OrganizationImpl
Gets the Extensions child of this object.
getExtensions() - Method in class org.opensaml.saml2.metadata.impl.RoleDescriptorImpl
Gets the Extensions child of this object.
getExtensions() - Method in interface org.opensaml.saml2.metadata.Organization
Gets the Extensions child of this object.
getExtensions() - Method in interface org.opensaml.saml2.metadata.RoleDescriptor
Gets the Extensions child of this object.
getExtensionSchema() - Static method in class org.opensaml.common.xml.SAMLSchemaBuilder
Gets an unmodifiable list of currently registered schema extension.
getFactory() - Static method in class org.opensaml.security.MetadataCredentialResolverFactory
Return the global factory instance.
getFilters() - Method in class org.opensaml.saml2.metadata.provider.MetadataFilterChain
Gets the list of MetadataFilters that make up this chain.
getFormat() - Method in class org.opensaml.saml1.core.impl.NameIdentifierImpl
Gets the format of this identifier.
getFormat() - Method in interface org.opensaml.saml1.core.NameIdentifier
Gets the format of this identifier.
getFormat() - Method in class org.opensaml.saml2.core.impl.AbstractNameIDType
Gets the format of the NameID.
getFormat() - Method in class org.opensaml.saml2.core.impl.NameIDPolicyImpl
Gets the format of the NameIDPolicy.
getFormat() - Method in interface org.opensaml.saml2.core.NameIDPolicy
Gets the format of the NameIDPolicy.
getFormat() - Method in interface org.opensaml.saml2.core.NameIDType
Gets the format of the NameID.
getFormat() - Method in class org.opensaml.saml2.metadata.impl.NameIDFormatImpl
Gets the format of the NameID.
getFormat() - Method in interface org.opensaml.saml2.metadata.NameIDFormat
Gets the format of the NameID.
getFriendlyName() - Method in interface org.opensaml.saml2.core.Attribute
Get the friendly name of this attribute.
getFriendlyName() - Method in class org.opensaml.saml2.core.impl.AttributeImpl
Get the friendly name of this attribute.
getFulfillOn() - Method in class org.opensaml.xacml.policy.impl.ObligationTypeImpl
Gets the fulfill on effect.
getFulfillOn() - Method in interface org.opensaml.xacml.policy.ObligationType
Gets the fulfill on effect.
getFunctionId() - Method in interface org.opensaml.xacml.policy.ApplyType
Gets the ID of the function.
getFunctionId() - Method in interface org.opensaml.xacml.policy.FunctionType
Gets the ID of this function.
getFunctionId() - Method in class org.opensaml.xacml.policy.impl.ApplyTypeImpl
Gets the ID of the function.
getFunctionId() - Method in class org.opensaml.xacml.policy.impl.FunctionTypeImpl
Gets the ID of this function.
getGetComplete() - Method in interface org.opensaml.saml2.core.GetComplete
Gets the GetComplete URI value.
getGetComplete() - Method in interface org.opensaml.saml2.core.IDPList
Gets the GetComplete URI.
getGetComplete() - Method in class org.opensaml.saml2.core.impl.GetCompleteImpl
Gets the GetComplete URI value.
getGetComplete() - Method in class org.opensaml.saml2.core.impl.IDPListImpl
Gets the GetComplete URI.
getGivenName() - Method in interface org.opensaml.saml2.metadata.ContactPerson
Gets the given name for this person.
getGivenName() - Method in class org.opensaml.saml2.metadata.impl.ContactPersonImpl
Gets the given name for this person.
getHandlerPrecedence() - Method in class org.opensaml.xacml.ctx.provider.BaseObligationHandler
Gets the precedence of the handler.
getID() - Method in interface org.opensaml.saml1.core.Assertion
Set the ID
getID() - Method in class org.opensaml.saml1.core.impl.AssertionImpl
Set the ID
getID() - Method in class org.opensaml.saml1.core.impl.RequestAbstractTypeImpl
Get the ID
getID() - Method in class org.opensaml.saml1.core.impl.ResponseAbstractTypeImpl
Get the ID
getID() - Method in interface org.opensaml.saml1.core.RequestAbstractType
Get the ID
getID() - Method in interface org.opensaml.saml1.core.ResponseAbstractType
Get the ID
getID() - Method in interface org.opensaml.saml2.core.Assertion
Sets the ID of this assertion.
getID() - Method in class org.opensaml.saml2.core.impl.AssertionImpl
Sets the ID of this assertion.
getID() - Method in class org.opensaml.saml2.core.impl.RequestAbstractTypeImpl
Gets the unique identifier of the request.
getID() - Method in class org.opensaml.saml2.core.impl.StatusResponseTypeImpl
Gets the unique identifier of the response.
getID() - Method in interface org.opensaml.saml2.core.RequestAbstractType
Gets the unique identifier of the request.
getID() - Method in interface org.opensaml.saml2.core.StatusResponseType
Gets the unique identifier of the response.
getID() - Method in interface org.opensaml.saml2.metadata.AffiliateMember
Gets the member's entity ID.
getID() - Method in interface org.opensaml.saml2.metadata.AffiliationDescriptor
Gets the ID of this Descriptor.
getID() - Method in interface org.opensaml.saml2.metadata.EntitiesDescriptor
Gets the ID of this entity group.
getID() - Method in interface org.opensaml.saml2.metadata.EntityDescriptor
Gets the ID for this entity descriptor.
getID() - Method in class org.opensaml.saml2.metadata.impl.AffiliateMemberImpl
Gets the member's entity ID.
getID() - Method in class org.opensaml.saml2.metadata.impl.AffiliationDescriptorImpl
 
getID() - Method in class org.opensaml.saml2.metadata.impl.EntitiesDescriptorImpl
Gets the ID of this entity group.
getID() - Method in class org.opensaml.saml2.metadata.impl.EntityDescriptorImpl
Gets the ID for this entity descriptor.
getID() - Method in class org.opensaml.saml2.metadata.impl.RoleDescriptorImpl
Gets the ID of this role descriptor.
getID() - Method in interface org.opensaml.saml2.metadata.RoleDescriptor
Gets the ID of this role descriptor.
getIDPEntrys() - Method in interface org.opensaml.saml2.core.IDPList
Gets the IDPEntry list.
getIDPEntrys() - Method in class org.opensaml.saml2.core.impl.IDPListImpl
Gets the IDPEntry list.
getIDPList() - Method in class org.opensaml.saml2.core.impl.ScopingImpl
Gets the IDPList.
getIDPList() - Method in interface org.opensaml.saml2.core.Scoping
Gets the IDPList.
getIDPList() - Method in class org.opensaml.saml2.ecp.impl.RequestImpl
Get the IDPList child element.
getIDPList() - Method in interface org.opensaml.saml2.ecp.Request
Get the IDPList child element.
getIDPSSODescriptor(String) - Method in interface org.opensaml.saml2.metadata.EntityDescriptor
Gets the first IDPSSODescriptor role descriptor for this entity that supports the given protocol.
getIDPSSODescriptor(String) - Method in class org.opensaml.saml2.metadata.impl.EntityDescriptorImpl
Gets the first IDPSSODescriptor role descriptor for this entity that supports the given protocol.
getInboundSAMLMessage() - Method in class org.opensaml.common.binding.BasicSAMLMessageContext
Gets the inbound SAML message.
getInboundSAMLMessage() - Method in interface org.opensaml.common.binding.SAMLMessageContext
Gets the inbound SAML message.
getInboundSAMLMessageId() - Method in class org.opensaml.common.binding.BasicSAMLMessageContext
Gets the ID of the inbound SAML message.
getInboundSAMLMessageId() - Method in interface org.opensaml.common.binding.SAMLMessageContext
Gets the ID of the inbound SAML message.
getInboundSAMLMessageIssueInstant() - Method in class org.opensaml.common.binding.BasicSAMLMessageContext
Gets the issue instant of the incomming SAML message.
getInboundSAMLMessageIssueInstant() - Method in interface org.opensaml.common.binding.SAMLMessageContext
Gets the issue instant of the incomming SAML message.
getInboundSAMLProtocol() - Method in class org.opensaml.common.binding.BasicSAMLMessageContext
Gets the protocol used by the peer entity to communicate with the local entity.
getInboundSAMLProtocol() - Method in interface org.opensaml.common.binding.SAMLMessageContext
Gets the protocol used by the peer entity to communicate with the local entity.
getIndex() - Method in interface org.opensaml.saml2.metadata.AttributeConsumingService
Gets the index for this service.
getIndex() - Method in class org.opensaml.saml2.metadata.impl.AttributeConsumingServiceImpl
Gets the index for this service.
getIndex() - Method in class org.opensaml.saml2.metadata.impl.IndexedEndpointImpl
Gets the index of the endpoint.
getIndex() - Method in interface org.opensaml.saml2.metadata.IndexedEndpoint
Gets the index of the endpoint.
getIndex() - Method in class org.opensaml.saml2.metadata.support.AttributeConsumingServiceSelector
Get the index of the desired service.
getInputContextOnlyXSBooleanValue() - Method in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeImpl
True then use only information in the XACMLAuthzDecisionQuery, if false could use external XACML attributes.
getInputContextOnlyXSBooleanValue() - Method in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
True then use only information in the XACMLAuthzDecisionQuery, if false could use external XACML attributes.
getInResponseTo() - Method in class org.opensaml.saml1.core.impl.ResponseAbstractTypeImpl
Return the InResponseTo (attribute).
getInResponseTo() - Method in interface org.opensaml.saml1.core.ResponseAbstractType
Return the InResponseTo (attribute).
getInResponseTo() - Method in class org.opensaml.saml2.core.impl.StatusResponseTypeImpl
Gets the unique request identifier for which this is a response
getInResponseTo() - Method in class org.opensaml.saml2.core.impl.SubjectConfirmationDataImpl
Gets the message ID this is in response to.
getInResponseTo() - Method in interface org.opensaml.saml2.core.StatusResponseType
Gets the unique request identifier for which this is a response
getInResponseTo() - Method in interface org.opensaml.saml2.core.SubjectConfirmationData
Gets the message ID this is in response to.
getIntendedDestinationEndpointURI(SAMLMessageContext) - Method in class org.opensaml.common.binding.decoding.BaseSAMLMessageDecoder
Extract the message information which indicates to what receiver endpoint URI the SAML message was intended to be delivered.
getIntendedDestinationEndpointURI(SAMLMessageContext) - Method in class org.opensaml.saml1.binding.decoding.BaseSAML1MessageDecoder
Extract the message information which indicates to what receiver endpoint URI the SAML message was intended to be delivered.
getIntendedDestinationEndpointURI(SAMLMessageContext) - Method in class org.opensaml.saml1.binding.decoding.HTTPArtifactDecoder
Extract the message information which indicates to what receiver endpoint URI the SAML message was intended to be delivered.
getIntendedDestinationEndpointURI(SAMLMessageContext) - Method in class org.opensaml.saml2.binding.decoding.BaseSAML2MessageDecoder
Extract the message information which indicates to what receiver endpoint URI the SAML message was intended to be delivered.
getIntendedDestinationEndpointURI(SAMLMessageContext) - Method in class org.opensaml.saml2.binding.decoding.HTTPArtifactDecoder
Extract the message information which indicates to what receiver endpoint URI the SAML message was intended to be delivered.
getIPAddress() - Method in class org.opensaml.saml1.core.impl.SubjectLocalityImpl
Gets the IP address of the locality.
getIPAddress() - Method in interface org.opensaml.saml1.core.SubjectLocality
Gets the IP address of the locality.
getIssueInstant() - Method in interface org.opensaml.saml1.core.Assertion
Get the IssueInstant (attribute).
getIssueInstant() - Method in class org.opensaml.saml1.core.impl.AssertionImpl
Get the IssueInstant (attribute).
getIssueInstant() - Method in class org.opensaml.saml1.core.impl.RequestAbstractTypeImpl
Get the issue instant
getIssueInstant() - Method in class org.opensaml.saml1.core.impl.ResponseAbstractTypeImpl
Return the Issue Instant (attribute).
getIssueInstant() - Method in interface org.opensaml.saml1.core.RequestAbstractType
Get the issue instant
getIssueInstant() - Method in interface org.opensaml.saml1.core.ResponseAbstractType
Return the Issue Instant (attribute).
getIssueInstant() - Method in interface org.opensaml.saml2.core.Assertion
Gets the issue instance of this assertion.
getIssueInstant() - Method in class org.opensaml.saml2.core.impl.AssertionImpl
Gets the issue instance of this assertion.
getIssueInstant() - Method in class org.opensaml.saml2.core.impl.RequestAbstractTypeImpl
Gets the date/time the request was issued.
getIssueInstant() - Method in class org.opensaml.saml2.core.impl.StatusResponseTypeImpl
Gets the date/time the response was issued.
getIssueInstant() - Method in interface org.opensaml.saml2.core.RequestAbstractType
Gets the date/time the request was issued.
getIssueInstant() - Method in interface org.opensaml.saml2.core.StatusResponseType
Gets the date/time the response was issued.
getIssuer() - Method in interface org.opensaml.saml1.core.Assertion
Get the Issuer (which is an attribute) .
getIssuer() - Method in class org.opensaml.saml1.core.impl.AssertionImpl
Get the Issuer (which is an attribute) .
getIssuer() - Method in interface org.opensaml.saml2.core.Assertion
Gets the Issuer of this assertion.
getIssuer() - Method in class org.opensaml.saml2.core.impl.AssertionImpl
Gets the Issuer of this assertion.
getIssuer() - Method in class org.opensaml.saml2.core.impl.RequestAbstractTypeImpl
Gets the issuer of this request.
getIssuer() - Method in class org.opensaml.saml2.core.impl.StatusResponseTypeImpl
Gets the issuer of this response.
getIssuer() - Method in interface org.opensaml.saml2.core.RequestAbstractType
Gets the issuer of this request.
getIssuer() - Method in interface org.opensaml.saml2.core.StatusResponseType
Gets the issuer of this response.
getIssuer() - Method in class org.opensaml.saml2.ecp.impl.RequestImpl
Get the Issuer child elemet.
getIssuer() - Method in interface org.opensaml.saml2.ecp.Request
Get the Issuer child elemet.
getIssuer() - Method in interface org.opensaml.xacml.ctx.AttributeType
Gets the issuer of the attribute.
getIssuer() - Method in class org.opensaml.xacml.ctx.impl.AttributeTypeImpl
Gets the issuer of the attribute.
getIssuer() - Method in class org.opensaml.xacml.ctx.impl.MissingAttributeDetailTypeImpl
Gets the issuer of the attribute.
getIssuer() - Method in interface org.opensaml.xacml.ctx.MissingAttributeDetailType
Gets the issuer of the attribute.
getIssuer() - Method in interface org.opensaml.xacml.policy.AttributeDesignatorType
Gets the issuer of the designated attribute.
getIssuer() - Method in class org.opensaml.xacml.policy.impl.AttributeDesignatorTypeImpl
Gets the issuer of the designated attribute.
getIssuerId() - Method in class org.opensaml.common.binding.artifact.BasicSAMLArtifactMapEntry
Gets the ID of the issuer of the artifact.
getIssuerId() - Method in interface org.opensaml.common.binding.artifact.SAMLArtifactMap.SAMLArtifactMapEntry
Gets the ID of the issuer of the artifact.
getKeyDescriptor() - Method in class org.opensaml.security.SAMLMDCredentialContext
Get the key descriptor context.
getKeyDescriptors() - Method in interface org.opensaml.saml2.metadata.AffiliationDescriptor
Gets an immutable list of KeyDescriptors for this affiliation.
getKeyDescriptors() - Method in class org.opensaml.saml2.metadata.impl.AffiliationDescriptorImpl
Gets an immutable list of KeyDescriptors for this affiliation.
getKeyDescriptors() - Method in class org.opensaml.saml2.metadata.impl.RoleDescriptorImpl
Gets the key descriptors for this role.
getKeyDescriptors() - Method in interface org.opensaml.saml2.metadata.RoleDescriptor
Gets the key descriptors for this role.
getKeyInfo() - Method in class org.opensaml.saml1.core.impl.SubjectConfirmationImpl
Gets the key information for the subject.
getKeyInfo() - Method in interface org.opensaml.saml1.core.SubjectConfirmation
Gets the key information for the subject.
getKeyInfo() - Method in class org.opensaml.saml2.metadata.impl.KeyDescriptorImpl
Gets information about the key, including the key itself.
getKeyInfo() - Method in interface org.opensaml.saml2.metadata.KeyDescriptor
Gets information about the key, including the key itself.
getKeyInfoCredentialResolver() - Method in class org.opensaml.security.MetadataCredentialResolver
Get the KeyInfo credential resolver used by this metadata resolver to handle KeyInfo elements.
getKeyInfos() - Method in class org.opensaml.saml2.core.impl.KeyInfoConfirmationDataTypeImpl
Get the list of child KeyInfo elements.
getKeyInfos() - Method in interface org.opensaml.saml2.core.KeyInfoConfirmationDataType
Get the list of child KeyInfo elements.
getKeyPlacement() - Method in class org.opensaml.saml2.encryption.Encrypter
Get the current key placement option.
getLanguage() - Method in class org.opensaml.saml2.metadata.LocalizedString
Gets the language of the string.
getLastRefresh() - Method in class org.opensaml.saml2.metadata.provider.AbstractReloadingMetadataProvider
Gets the time the last refresh cycle occurred.
getLastUpdate() - Method in class org.opensaml.saml2.metadata.provider.AbstractReloadingMetadataProvider
Gets the time that the currently available metadata was last updated.
getLatestVersion() - Method in interface org.opensaml.xacml.policy.IdReferenceType
Gets the latest version of the reference.
getLatestVersion() - Method in class org.opensaml.xacml.policy.impl.IdReferenceTypeImpl
Gets the latest version of the reference.
getLoc() - Method in interface org.opensaml.saml2.core.IDPEntry
Gets the Loc value.
getLoc() - Method in class org.opensaml.saml2.core.impl.IDPEntryImpl
Gets the Loc value.
getLocalEntityId() - Method in class org.opensaml.common.binding.BasicSAMLMessageContext
Gets the local entity's ID.
getLocalEntityId() - Method in interface org.opensaml.common.binding.SAMLMessageContext
Gets the local entity's ID.
getLocalEntityMetadata() - Method in class org.opensaml.common.binding.BasicSAMLMessageContext
Gets the local entity metadata.
getLocalEntityMetadata() - Method in interface org.opensaml.common.binding.SAMLMessageContext
Gets the local entity metadata.
getLocalEntityRole() - Method in class org.opensaml.common.binding.BasicSAMLMessageContext
Gets the role of the local entity.
getLocalEntityRole() - Method in interface org.opensaml.common.binding.SAMLMessageContext
Gets the role of the local entity.
getLocalEntityRoleMetadata() - Method in class org.opensaml.common.binding.BasicSAMLMessageContext
Gets the role metadata of the local entity.
getLocalEntityRoleMetadata() - Method in interface org.opensaml.common.binding.SAMLMessageContext
Gets the role metadata of the local entity.
getLocalString() - Method in class org.opensaml.saml2.metadata.LocalizedString
Gets the localized string.
getLocation() - Method in interface org.opensaml.saml1.core.AuthorityBinding
Getter for Location
getLocation() - Method in class org.opensaml.saml1.core.impl.AuthorityBindingImpl
Getter for Location
getLocation() - Method in interface org.opensaml.saml2.metadata.Endpoint
Gets the URI, usually a URL, for the location of this Endpoint.
getLocation() - Method in class org.opensaml.saml2.metadata.impl.EndpointImpl
Gets the URI, usually a URL, for the location of this Endpoint.
getLocationURI() - Method in interface org.opensaml.saml2.metadata.AdditionalMetadataLocation
Gets the location URI.
getLocationURI() - Method in class org.opensaml.saml2.metadata.impl.AdditionalMetadataLocationImpl
Gets the location URI.
getLogger() - Static method in class org.opensaml.DefaultBootstrap
Get an SLF4J Logger.
getMajorVersion() - Method in class org.opensaml.common.SAMLVersion
Gets the major version of the SAML version.
getMajorVersion() - Method in interface org.opensaml.saml1.core.Assertion
Get the MajorVersion attribute.
getMajorVersion() - Method in class org.opensaml.saml1.core.impl.AssertionImpl
Get the MajorVersion attribute.
getMajorVersion() - Method in class org.opensaml.saml1.core.impl.RequestAbstractTypeImpl
Gets the major version of this SAML message.
getMajorVersion() - Method in class org.opensaml.saml1.core.impl.ResponseAbstractTypeImpl
Gets the major version of this SAML message.
getMajorVersion() - Method in interface org.opensaml.saml1.core.RequestAbstractType
Gets the major version of this SAML message.
getMajorVersion() - Method in interface org.opensaml.saml1.core.ResponseAbstractType
Gets the major version of this SAML message.
getManageNameIDServices() - Method in class org.opensaml.saml2.metadata.impl.SSODescriptorImpl
Gets a list of manage NameId services for this service.
getManageNameIDServices() - Method in interface org.opensaml.saml2.metadata.SSODescriptor
Gets a list of manage NameId services for this service.
getMatchId() - Method in interface org.opensaml.xacml.policy.ActionMatchType
Gets the ID of this match.
getMatchId() - Method in interface org.opensaml.xacml.policy.EnvironmentMatchType
Gets the ID of this match.
getMatchId() - Method in class org.opensaml.xacml.policy.impl.ActionMatchTypeImpl
Gets the ID of this match.
getMatchId() - Method in class org.opensaml.xacml.policy.impl.EnvironmentMatchTypeImpl
Gets the ID of this match.
getMatchId() - Method in class org.opensaml.xacml.policy.impl.ResourceMatchTypeImpl
Gets the ID of this match.
getMatchId() - Method in class org.opensaml.xacml.policy.impl.SubjectMatchTypeImpl
Gets the ID of this match.
getMatchId() - Method in interface org.opensaml.xacml.policy.ResourceMatchType
Gets the ID of this match.
getMatchId() - Method in interface org.opensaml.xacml.policy.SubjectMatchType
Gets the ID of this match.
getMaxCacheDuration() - Method in class org.opensaml.saml2.metadata.provider.HTTPMetadataProvider
Deprecated. use AbstractReloadingMetadataProvider.getMaxRefreshDelay() instead
getMaxRefreshDelay() - Method in class org.opensaml.saml2.metadata.provider.AbstractReloadingMetadataProvider
Gets the maximum amount of time, in milliseconds, between refresh intervals.
getMaxValidityInterval() - Method in class org.opensaml.saml2.metadata.provider.RequiredValidUntilFilter
Gets the maximum internal, in milliseconds, between now and the validUntil date.
getMembers() - Method in interface org.opensaml.saml2.metadata.AffiliationDescriptor
Gets a list of the members of this affiliation.
getMembers() - Method in class org.opensaml.saml2.metadata.impl.AffiliationDescriptorImpl
Gets a list of the members of this affiliation.
getMessage() - Method in class org.opensaml.saml1.core.impl.StatusMessageImpl
Return the contents of this
getMessage() - Method in interface org.opensaml.saml1.core.StatusMessage
Return the contents of this
getMessage() - Method in interface org.opensaml.saml2.core.ArtifactResponse
Gets the protocol message from the artifact response.
getMessage() - Method in class org.opensaml.saml2.core.impl.ArtifactResponseImpl
Gets the protocol message from the artifact response.
getMessage() - Method in class org.opensaml.saml2.core.impl.StatusMessageImpl
Gets the Message of this Status Message.
getMessage() - Method in interface org.opensaml.saml2.core.StatusMessage
Gets the Message of this Status Message.
getMessageHandle() - Method in class org.opensaml.saml2.binding.artifact.SAML2ArtifactType0004
Gets the 20 byte message handle of the artifact.
getMetadata() - Method in class org.opensaml.saml2.metadata.provider.AbstractMetadataProvider
Gets the valid metadata tree, after the registered filter has been applied.
getMetadata() - Method in class org.opensaml.saml2.metadata.provider.ChainingMetadataProvider
Gets the metadata from every registered provider and places each within a newly created EntitiesDescriptor.
getMetadata() - Method in interface org.opensaml.saml2.metadata.provider.MetadataProvider
Gets the valid metadata tree, after the registered filter has been applied.
getMetadataBytesFromResponse(GetMethod) - Method in class org.opensaml.saml2.metadata.provider.HTTPMetadataProvider
Extracts the raw metadata bytes from the response taking in to account possible deflate and GZip compression.
getMetadataFilter() - Method in class org.opensaml.saml2.metadata.provider.BaseMetadataProvider
Gets the metadata filter applied to the metadata.
getMetadataFilter() - Method in class org.opensaml.saml2.metadata.provider.ChainingMetadataProvider
Gets the metadata filter applied to the metadata.
getMetadataFilter() - Method in interface org.opensaml.saml2.metadata.provider.MetadataProvider
Gets the metadata filter applied to the metadata.
getMetadataIdentifier() - Method in class org.opensaml.saml2.metadata.provider.AbstractReloadingMetadataProvider
Gets an identifier which may be used to distinguish this metadata in logging statements.
getMetadataIdentifier() - Method in class org.opensaml.saml2.metadata.provider.FilesystemMetadataProvider
Gets an identifier which may be used to distinguish this metadata in logging statements.
getMetadataIdentifier() - Method in class org.opensaml.saml2.metadata.provider.HTTPMetadataProvider
Gets an identifier which may be used to distinguish this metadata in logging statements.
getMetadataIdentifier() - Method in class org.opensaml.saml2.metadata.provider.ResourceBackedMetadataProvider
Gets an identifier which may be used to distinguish this metadata in logging statements.
getMetadataProvider() - Method in class org.opensaml.common.binding.AbstractEndpointSelector
Gets the metadata provider used to look up entity information.
getMetadataProvider() - Method in class org.opensaml.common.binding.BasicSAMLMessageContext
Gets the metadata provider used to lookup information entity information.
getMetadataProvider() - Method in interface org.opensaml.common.binding.SAMLMessageContext
Gets the metadata provider used to lookup information entity information.
getMetadataURI() - Method in class org.opensaml.saml2.metadata.provider.HTTPMetadataProvider
Gets the URL to fetch the metadata.
getMethod() - Method in class org.opensaml.saml2.core.impl.SubjectConfirmationImpl
Get the method used to confirm this subject.
getMethod() - Method in interface org.opensaml.saml2.core.SubjectConfirmation
Get the method used to confirm this subject.
getMinorVersion() - Method in class org.opensaml.common.SAMLVersion
Gets the minor version of the SAML version.
getMinorVersion() - Method in interface org.opensaml.saml1.core.Assertion
Get the MinorVersion attribute.
getMinorVersion() - Method in class org.opensaml.saml1.core.impl.AssertionImpl
Get the MinorVersion attribute.
getMinorVersion() - Method in class org.opensaml.saml1.core.impl.RequestAbstractTypeImpl
Gets the minor version of this SAML message.
getMinorVersion() - Method in class org.opensaml.saml1.core.impl.ResponseAbstractTypeImpl
Return the Minor Version (attribute).
getMinorVersion() - Method in interface org.opensaml.saml1.core.RequestAbstractType
Gets the minor version of this SAML message.
getMinorVersion() - Method in interface org.opensaml.saml1.core.ResponseAbstractType
Return the Minor Version (attribute).
getMinRefreshDelay() - Method in class org.opensaml.saml2.metadata.provider.AbstractReloadingMetadataProvider
Gets the minimum amount of time, in milliseconds, between refreshes.
getMustBePresent() - Method in interface org.opensaml.xacml.policy.AttributeDesignatorType
Gets whether the designated attribute must be present.
getMustBePresent() - Method in interface org.opensaml.xacml.policy.AttributeSelectorType
Gets whether the attribute to be selected must be present.
getMustBePresent() - Method in class org.opensaml.xacml.policy.impl.AttributeDesignatorTypeImpl
Gets whether the designated attribute must be present.
getMustBePresent() - Method in class org.opensaml.xacml.policy.impl.AttributeSelectorTypeImpl
Gets whether the attribute to be selected must be present.
getMustBePresentXSBoolean() - Method in interface org.opensaml.xacml.policy.AttributeDesignatorType
Gets whether the designated attribute must be present.
getMustBePresentXSBoolean() - Method in interface org.opensaml.xacml.policy.AttributeSelectorType
Gets whether the attribute to be selected must be present.
getMustBePresentXSBoolean() - Method in class org.opensaml.xacml.policy.impl.AttributeDesignatorTypeImpl
Gets whether the designated attribute must be present.
getMustBePresentXSBoolean() - Method in class org.opensaml.xacml.policy.impl.AttributeSelectorTypeImpl
Gets whether the attribute to be selected must be present.
getName() - Method in interface org.opensaml.saml2.core.Attribute
Get the name of this attribute.
getName() - Method in interface org.opensaml.saml2.core.IDPEntry
Gets the Name value.
getName() - Method in class org.opensaml.saml2.core.impl.AttributeImpl
Get the name of this attribute.
getName() - Method in class org.opensaml.saml2.core.impl.IDPEntryImpl
Gets the Name value.
getName() - Method in interface org.opensaml.saml2.metadata.Company
Gets the name of the company.
getName() - Method in interface org.opensaml.saml2.metadata.EntitiesDescriptor
Gets the name of this entity group.
getName() - Method in interface org.opensaml.saml2.metadata.GivenName
Gets the name.
getName() - Method in class org.opensaml.saml2.metadata.impl.CompanyImpl
Gets the name of the company.
getName() - Method in class org.opensaml.saml2.metadata.impl.EntitiesDescriptorImpl
Gets the name of this entity group.
getName() - Method in class org.opensaml.saml2.metadata.impl.GivenNameImpl
Gets the name.
getName() - Method in class org.opensaml.saml2.metadata.impl.OrganizationDisplayNameImpl
Gets the name of the organization.
getName() - Method in class org.opensaml.saml2.metadata.impl.OrganizationNameImpl
Gets the name of the organization.
getName() - Method in class org.opensaml.saml2.metadata.impl.ServiceNameImpl
Gets the name of the service.
getName() - Method in class org.opensaml.saml2.metadata.impl.SurNameImpl
Gets the name.
getName() - Method in interface org.opensaml.saml2.metadata.OrganizationDisplayName
Gets the name of the organization.
getName() - Method in interface org.opensaml.saml2.metadata.OrganizationName
Gets the name of the organization.
getName() - Method in interface org.opensaml.saml2.metadata.ServiceName
Gets the name of the service.
getName() - Method in interface org.opensaml.saml2.metadata.SurName
Gets the name.
getNameFormat() - Method in interface org.opensaml.saml2.core.Attribute
Get the name format of this attribute.
getNameFormat() - Method in class org.opensaml.saml2.core.impl.AttributeImpl
Get the name format of this attribute.
getNameID() - Method in class org.opensaml.saml2.core.impl.LogoutRequestImpl
Gets the name identifier of the principal for this request.
getNameID() - Method in class org.opensaml.saml2.core.impl.ManageNameIDRequestImpl
Get the NameID of the request.
getNameID() - Method in class org.opensaml.saml2.core.impl.NameIDMappingRequestImpl
Gets the name identifier of the principal for this request.
getNameID() - Method in class org.opensaml.saml2.core.impl.NameIDMappingResponseImpl
Gets the name identifier of the principal for this response.
getNameID() - Method in class org.opensaml.saml2.core.impl.SubjectConfirmationImpl
Gets the name identifier of the principal for this request.
getNameID() - Method in class org.opensaml.saml2.core.impl.SubjectImpl
Gets the name identifier of the principal for this request.
getNameID() - Method in interface org.opensaml.saml2.core.LogoutRequest
Gets the name identifier of the principal for this request.
getNameID() - Method in interface org.opensaml.saml2.core.ManageNameIDRequest
Get the NameID of the request.
getNameID() - Method in interface org.opensaml.saml2.core.NameIDMappingRequest
Gets the name identifier of the principal for this request.
getNameID() - Method in interface org.opensaml.saml2.core.NameIDMappingResponse
Gets the name identifier of the principal for this response.
getNameID() - Method in interface org.opensaml.saml2.core.Subject
Gets the name identifier of the principal for this request.
getNameID() - Method in interface org.opensaml.saml2.core.SubjectConfirmation
Gets the name identifier of the principal for this request.
getNameID() - Method in interface org.opensaml.samlext.saml2delrestrict.Delegate
Gets the NameID child element of the delegate.
getNameID() - Method in class org.opensaml.samlext.saml2delrestrict.impl.DelegateImpl
Gets the NameID child element of the delegate.
getNameIdentifier() - Method in class org.opensaml.saml1.core.impl.NameIdentifierImpl
Gets the identifier.
getNameIdentifier() - Method in class org.opensaml.saml1.core.impl.SubjectImpl
Gets the NameIdentifier of this Subject
getNameIdentifier() - Method in interface org.opensaml.saml1.core.NameIdentifier
Gets the identifier.
getNameIdentifier() - Method in interface org.opensaml.saml1.core.Subject
Gets the NameIdentifier of this Subject
getNameIDFormat() - Method in class org.opensaml.samlext.saml2mdquery.impl.QueryDescriptorTypeImpl
Gets the list of name ID formats supported by this query service.
getNameIDFormat() - Method in interface org.opensaml.samlext.saml2mdquery.QueryDescriptorType
Gets the list of name ID formats supported by this query service.
getNameIDFormats() - Method in interface org.opensaml.saml2.metadata.AttributeAuthorityDescriptor
Gets a list of NameID formats supported by this authority.
getNameIDFormats() - Method in interface org.opensaml.saml2.metadata.AuthnAuthorityDescriptor
Gets the list of supported name ID formats for this authority.
getNameIDFormats() - Method in class org.opensaml.saml2.metadata.impl.AttributeAuthorityDescriptorImpl
Gets a list of NameID formats supported by this authority.
getNameIDFormats() - Method in class org.opensaml.saml2.metadata.impl.AuthnAuthorityDescriptorImpl
Gets the list of supported name ID formats for this authority.
getNameIDFormats() - Method in class org.opensaml.saml2.metadata.impl.PDPDescriptorImpl
Gets the list of NameID formats this service supports.
getNameIDFormats() - Method in class org.opensaml.saml2.metadata.impl.SSODescriptorImpl
Gets the list of NameID formats this service supports.
getNameIDFormats() - Method in interface org.opensaml.saml2.metadata.PDPDescriptor
Gets the list of NameID formats this service supports.
getNameIDFormats() - Method in interface org.opensaml.saml2.metadata.SSODescriptor
Gets the list of NameID formats this service supports.
getNameIDMappingServices() - Method in interface org.opensaml.saml2.metadata.IDPSSODescriptor
Gets the list of NameID mapping services for this service.
getNameIDMappingServices() - Method in class org.opensaml.saml2.metadata.impl.IDPSSODescriptorImpl
Gets the list of NameID mapping services for this service.
getNameIDPolicy() - Method in interface org.opensaml.saml2.core.AuthnRequest
Gets the NameIDPolicy of the request.
getNameIDPolicy() - Method in class org.opensaml.saml2.core.impl.AuthnRequestImpl
Gets the NameIDPolicy of the request.
getNameIDPolicy() - Method in class org.opensaml.saml2.core.impl.NameIDMappingRequestImpl
Get the NameIDPolicy of the request.
getNameIDPolicy() - Method in interface org.opensaml.saml2.core.NameIDMappingRequest
Get the NameIDPolicy of the request.
getNameQualifier() - Method in class org.opensaml.saml1.core.impl.NameIdentifierImpl
Gets the name qualifier for this identifier.
getNameQualifier() - Method in interface org.opensaml.saml1.core.NameIdentifier
Gets the name qualifier for this identifier.
getNameQualifier() - Method in interface org.opensaml.saml2.core.BaseID
Gets the NameQualifier value.
getNameQualifier() - Method in class org.opensaml.saml2.core.impl.AbstractNameIDType
Gets the NameQualifier value.
getNameQualifier() - Method in class org.opensaml.saml2.core.impl.BaseIDImpl
Gets the NameQualifier value.
getNameQualifier() - Method in interface org.opensaml.saml2.core.NameIDType
Gets the NameQualifier value.
getNames() - Method in interface org.opensaml.saml2.metadata.AttributeConsumingService
Gets the list of names this service has.
getNames() - Method in class org.opensaml.saml2.metadata.impl.AttributeConsumingServiceImpl
Gets the list of names this service has.
getNamespace() - Method in interface org.opensaml.saml1.core.Action
Return the value of Namespace
getNamespace() - Method in class org.opensaml.saml1.core.impl.ActionImpl
Return the value of Namespace
getNamespace() - Method in interface org.opensaml.saml2.core.Action
Gets the namespace scope of the specified action.
getNamespace() - Method in class org.opensaml.saml2.core.impl.ActionImpl
Gets the namespace scope of the specified action.
getNamespaceURI() - Method in interface org.opensaml.saml2.metadata.AdditionalMetadataLocation
Gets the namespace URI.
getNamespaceURI() - Method in class org.opensaml.saml2.metadata.impl.AdditionalMetadataLocationImpl
Gets the namespace URI.
getNewEncryptedID() - Method in class org.opensaml.saml2.core.impl.ManageNameIDRequestImpl
Get the NewEncryptedID of the request.
getNewEncryptedID() - Method in interface org.opensaml.saml2.core.ManageNameIDRequest
Get the NewEncryptedID of the request.
getNewID() - Method in class org.opensaml.saml2.core.impl.ManageNameIDRequestImpl
Get the NewID of the request.
getNewID() - Method in class org.opensaml.saml2.core.impl.NewIDImpl
Get NewID value.
getNewID() - Method in interface org.opensaml.saml2.core.ManageNameIDRequest
Get the NewID of the request.
getNewID() - Method in interface org.opensaml.saml2.core.NewID
Get NewID value.
getNextRefresh() - Method in class org.opensaml.saml2.metadata.provider.AbstractReloadingMetadataProvider
Gets the time when the next refresh cycle will occur.
getNotBefore() - Method in interface org.opensaml.saml1.core.Conditions
Return the value of the NotBefore attribute.
getNotBefore() - Method in class org.opensaml.saml1.core.impl.ConditionsImpl
Return the value of the NotBefore attribute.
getNotBefore() - Method in interface org.opensaml.saml2.core.Conditions
Get the date/time before which the assertion is invalid.
getNotBefore() - Method in class org.opensaml.saml2.core.impl.ConditionsImpl
Get the date/time before which the assertion is invalid.
getNotBefore() - Method in class org.opensaml.saml2.core.impl.SubjectConfirmationDataImpl
Gets the time before which this subject is not valid.
getNotBefore() - Method in interface org.opensaml.saml2.core.SubjectConfirmationData
Gets the time before which this subject is not valid.
getNotOnOrAfter() - Method in interface org.opensaml.saml1.core.Conditions
Return the value of the NotOnOrAfter attribute.
getNotOnOrAfter() - Method in class org.opensaml.saml1.core.impl.ConditionsImpl
Return the value of the NotOnOrAfter attribute.
getNotOnOrAfter() - Method in interface org.opensaml.saml2.core.Conditions
Gets the date/time on, or after, which the assertion is invalid.
getNotOnOrAfter() - Method in class org.opensaml.saml2.core.impl.ConditionsImpl
Gets the date/time on, or after, which the assertion is invalid.
getNotOnOrAfter() - Method in class org.opensaml.saml2.core.impl.LogoutRequestImpl
Get the NotOnOrAfter attrib value of the request.
getNotOnOrAfter() - Method in class org.opensaml.saml2.core.impl.SubjectConfirmationDataImpl
Gets the time at, or after, which this subject is not valid.
getNotOnOrAfter() - Method in interface org.opensaml.saml2.core.LogoutRequest
Get the NotOnOrAfter attrib value of the request.
getNotOnOrAfter() - Method in interface org.opensaml.saml2.core.SubjectConfirmationData
Gets the time at, or after, which this subject is not valid.
getNumber() - Method in class org.opensaml.saml2.metadata.impl.TelephoneNumberImpl
Gets the telephone number.
getNumber() - Method in interface org.opensaml.saml2.metadata.TelephoneNumber
Gets the telephone number.
getObligationHandlers() - Method in class org.opensaml.xacml.ctx.provider.ObligationService
Gets the registered obligation handlers.
getObligationId() - Method in class org.opensaml.xacml.ctx.provider.BaseObligationHandler
Gets the ID of the handled obligation.
getObligationId() - Method in class org.opensaml.xacml.policy.impl.ObligationTypeImpl
Gets the ID of this obligation.
getObligationId() - Method in interface org.opensaml.xacml.policy.ObligationType
Gets the ID of this obligation.
getObligations() - Method in class org.opensaml.xacml.ctx.impl.ResultTypeImpl
Returns the list of Obligations in the result.
getObligations() - Method in interface org.opensaml.xacml.ctx.ResultType
Returns the list of Obligations in the result.
getObligations() - Method in class org.opensaml.xacml.policy.impl.ObligationsTypeImpl
Get the list of obligations.
getObligations() - Method in class org.opensaml.xacml.policy.impl.PolicySetTypeImpl
Gets the obligations of this policy set.
getObligations() - Method in class org.opensaml.xacml.policy.impl.PolicyTypeImpl
Gets the obligations of this policy.
getObligations() - Method in interface org.opensaml.xacml.policy.ObligationsType
Get the list of obligations.
getObligations() - Method in interface org.opensaml.xacml.policy.PolicySetType
Gets the obligations of this policy set.
getObligations() - Method in interface org.opensaml.xacml.policy.PolicyType
Gets the obligations of this policy.
getObservers() - Method in class org.opensaml.saml2.metadata.provider.AbstractObservableMetadataProvider
Gets the list of observers for the provider.
getObservers() - Method in class org.opensaml.saml2.metadata.provider.ChainingMetadataProvider
Gets the list of observers for the provider.
getObservers() - Method in interface org.opensaml.saml2.metadata.provider.ObservableMetadataProvider
Gets the list of observers for the provider.
getOneTimeUse() - Method in interface org.opensaml.saml2.core.Conditions
Gets the OneTimeUse condition for the assertion.
getOneTimeUse() - Method in class org.opensaml.saml2.core.impl.ConditionsImpl
Gets the OneTimeUse condition for the assertion.
getOrderedChildren() - Method in class org.opensaml.saml1.core.impl.ActionImpl
getOrderedChildren() - Method in class org.opensaml.saml1.core.impl.AdviceImpl
getOrderedChildren() - Method in class org.opensaml.saml1.core.impl.AssertionArtifactImpl
getOrderedChildren() - Method in class org.opensaml.saml1.core.impl.AssertionIDReferenceImpl
getOrderedChildren() - Method in class org.opensaml.saml1.core.impl.AssertionImpl
getOrderedChildren() - Method in class org.opensaml.saml1.core.impl.AttributeDesignatorImpl
getOrderedChildren() - Method in class org.opensaml.saml1.core.impl.AttributeImpl
getOrderedChildren() - Method in class org.opensaml.saml1.core.impl.AttributeQueryImpl
getOrderedChildren() - Method in class org.opensaml.saml1.core.impl.AttributeStatementImpl
getOrderedChildren() - Method in class org.opensaml.saml1.core.impl.AudienceImpl
getOrderedChildren() - Method in class org.opensaml.saml1.core.impl.AudienceRestrictionConditionImpl
getOrderedChildren() - Method in class org.opensaml.saml1.core.impl.AuthenticationQueryImpl
getOrderedChildren() - Method in class org.opensaml.saml1.core.impl.AuthenticationStatementImpl
getOrderedChildren() - Method in class org.opensaml.saml1.core.impl.AuthorityBindingImpl
getOrderedChildren() - Method in class org.opensaml.saml1.core.impl.AuthorizationDecisionQueryImpl
getOrderedChildren() - Method in class org.opensaml.saml1.core.impl.AuthorizationDecisionStatementImpl
getOrderedChildren() - Method in class org.opensaml.saml1.core.impl.ConditionsImpl
getOrderedChildren() - Method in class org.opensaml.saml1.core.impl.ConfirmationMethodImpl
getOrderedChildren() - Method in class org.opensaml.saml1.core.impl.DoNotCacheConditionImpl
getOrderedChildren() - Method in class org.opensaml.saml1.core.impl.EvidenceImpl
getOrderedChildren() - Method in class org.opensaml.saml1.core.impl.NameIdentifierImpl
getOrderedChildren() - Method in class org.opensaml.saml1.core.impl.RequestAbstractTypeImpl
getOrderedChildren() - Method in class org.opensaml.saml1.core.impl.RequestImpl
getOrderedChildren() - Method in class org.opensaml.saml1.core.impl.RespondWithImpl
getOrderedChildren() - Method in class org.opensaml.saml1.core.impl.ResponseAbstractTypeImpl
getOrderedChildren() - Method in class org.opensaml.saml1.core.impl.ResponseImpl
getOrderedChildren() - Method in class org.opensaml.saml1.core.impl.StatusCodeImpl
getOrderedChildren() - Method in class org.opensaml.saml1.core.impl.StatusDetailImpl
getOrderedChildren() - Method in class org.opensaml.saml1.core.impl.StatusImpl
getOrderedChildren() - Method in class org.opensaml.saml1.core.impl.StatusMessageImpl
getOrderedChildren() - Method in class org.opensaml.saml1.core.impl.SubjectConfirmationImpl
getOrderedChildren() - Method in class org.opensaml.saml1.core.impl.SubjectImpl
getOrderedChildren() - Method in class org.opensaml.saml1.core.impl.SubjectLocalityImpl
getOrderedChildren() - Method in class org.opensaml.saml1.core.impl.SubjectQueryImpl
getOrderedChildren() - Method in class org.opensaml.saml1.core.impl.SubjectStatementImpl
getOrderedChildren() - Method in class org.opensaml.saml2.common.impl.ExtensionsImpl
getOrderedChildren() - Method in class org.opensaml.saml2.core.impl.AbstractNameIDType
getOrderedChildren() - Method in class org.opensaml.saml2.core.impl.ActionImpl
getOrderedChildren() - Method in class org.opensaml.saml2.core.impl.AdviceImpl
getOrderedChildren() - Method in class org.opensaml.saml2.core.impl.ArtifactImpl
getOrderedChildren() - Method in class org.opensaml.saml2.core.impl.ArtifactResolveImpl
getOrderedChildren() - Method in class org.opensaml.saml2.core.impl.ArtifactResponseImpl
getOrderedChildren() - Method in class org.opensaml.saml2.core.impl.AssertionIDRefImpl
getOrderedChildren() - Method in class org.opensaml.saml2.core.impl.AssertionIDRequestImpl
getOrderedChildren() - Method in class org.opensaml.saml2.core.impl.AssertionImpl
getOrderedChildren() - Method in class org.opensaml.saml2.core.impl.AssertionURIRefImpl
getOrderedChildren() - Method in class org.opensaml.saml2.core.impl.AttributeImpl
getOrderedChildren() - Method in class org.opensaml.saml2.core.impl.AttributeQueryImpl
getOrderedChildren() - Method in class org.opensaml.saml2.core.impl.AttributeStatementImpl
getOrderedChildren() - Method in class org.opensaml.saml2.core.impl.AudienceImpl
getOrderedChildren() - Method in class org.opensaml.saml2.core.impl.AudienceRestrictionImpl
getOrderedChildren() - Method in class org.opensaml.saml2.core.impl.AuthenticatingAuthorityImpl
getOrderedChildren() - Method in class org.opensaml.saml2.core.impl.AuthnContextClassRefImpl
getOrderedChildren() - Method in class org.opensaml.saml2.core.impl.AuthnContextDeclImpl
getOrderedChildren() - Method in class org.opensaml.saml2.core.impl.AuthnContextDeclRefImpl
getOrderedChildren() - Method in class org.opensaml.saml2.core.impl.AuthnContextImpl
getOrderedChildren() - Method in class org.opensaml.saml2.core.impl.AuthnQueryImpl
getOrderedChildren() - Method in class org.opensaml.saml2.core.impl.AuthnRequestImpl
getOrderedChildren() - Method in class org.opensaml.saml2.core.impl.AuthnStatementImpl
getOrderedChildren() - Method in class org.opensaml.saml2.core.impl.AuthzDecisionQueryImpl
getOrderedChildren() - Method in class org.opensaml.saml2.core.impl.AuthzDecisionStatementImpl
getOrderedChildren() - Method in class org.opensaml.saml2.core.impl.BaseIDImpl
getOrderedChildren() - Method in class org.opensaml.saml2.core.impl.ConditionsImpl
getOrderedChildren() - Method in class org.opensaml.saml2.core.impl.EncryptedElementTypeImpl
getOrderedChildren() - Method in class org.opensaml.saml2.core.impl.EvidenceImpl
getOrderedChildren() - Method in class org.opensaml.saml2.core.impl.GetCompleteImpl
getOrderedChildren() - Method in class org.opensaml.saml2.core.impl.IDPEntryImpl
getOrderedChildren() - Method in class org.opensaml.saml2.core.impl.IDPListImpl
getOrderedChildren() - Method in class org.opensaml.saml2.core.impl.LogoutRequestImpl
getOrderedChildren() - Method in class org.opensaml.saml2.core.impl.ManageNameIDRequestImpl
getOrderedChildren() - Method in class org.opensaml.saml2.core.impl.NameIDMappingRequestImpl
getOrderedChildren() - Method in class org.opensaml.saml2.core.impl.NameIDMappingResponseImpl
getOrderedChildren() - Method in class org.opensaml.saml2.core.impl.NameIDPolicyImpl
getOrderedChildren() - Method in class org.opensaml.saml2.core.impl.NewIDImpl
getOrderedChildren() - Method in class org.opensaml.saml2.core.impl.OneTimeUseImpl
getOrderedChildren() - Method in class org.opensaml.saml2.core.impl.ProxyRestrictionImpl
getOrderedChildren() - Method in class org.opensaml.saml2.core.impl.RequestAbstractTypeImpl
getOrderedChildren() - Method in class org.opensaml.saml2.core.impl.RequestedAuthnContextImpl
getOrderedChildren() - Method in class org.opensaml.saml2.core.impl.RequesterIDImpl
getOrderedChildren() - Method in class org.opensaml.saml2.core.impl.ResponseImpl
getOrderedChildren() - Method in class org.opensaml.saml2.core.impl.ScopingImpl
getOrderedChildren() - Method in class org.opensaml.saml2.core.impl.SessionIndexImpl
getOrderedChildren() - Method in class org.opensaml.saml2.core.impl.StatusCodeImpl
getOrderedChildren() - Method in class org.opensaml.saml2.core.impl.StatusDetailImpl
getOrderedChildren() - Method in class org.opensaml.saml2.core.impl.StatusImpl
getOrderedChildren() - Method in class org.opensaml.saml2.core.impl.StatusMessageImpl
getOrderedChildren() - Method in class org.opensaml.saml2.core.impl.StatusResponseTypeImpl
getOrderedChildren() - Method in class org.opensaml.saml2.core.impl.SubjectConfirmationDataImpl
getOrderedChildren() - Method in class org.opensaml.saml2.core.impl.SubjectConfirmationImpl
getOrderedChildren() - Method in class org.opensaml.saml2.core.impl.SubjectImpl
getOrderedChildren() - Method in class org.opensaml.saml2.core.impl.SubjectLocalityImpl
getOrderedChildren() - Method in class org.opensaml.saml2.core.impl.SubjectQueryImpl
getOrderedChildren() - Method in class org.opensaml.saml2.core.impl.TerminateImpl
getOrderedChildren() - Method in class org.opensaml.saml2.ecp.impl.RelayStateImpl
getOrderedChildren() - Method in class org.opensaml.saml2.ecp.impl.RequestImpl
getOrderedChildren() - Method in class org.opensaml.saml2.ecp.impl.ResponseImpl
getOrderedChildren() - Method in class org.opensaml.saml2.metadata.impl.AdditionalMetadataLocationImpl
getOrderedChildren() - Method in class org.opensaml.saml2.metadata.impl.AffiliateMemberImpl
getOrderedChildren() - Method in class org.opensaml.saml2.metadata.impl.AffiliationDescriptorImpl
getOrderedChildren() - Method in class org.opensaml.saml2.metadata.impl.AttributeAuthorityDescriptorImpl
getOrderedChildren() - Method in class org.opensaml.saml2.metadata.impl.AttributeConsumingServiceImpl
getOrderedChildren() - Method in class org.opensaml.saml2.metadata.impl.AttributeProfileImpl
getOrderedChildren() - Method in class org.opensaml.saml2.metadata.impl.AuthnAuthorityDescriptorImpl
getOrderedChildren() - Method in class org.opensaml.saml2.metadata.impl.CompanyImpl
getOrderedChildren() - Method in class org.opensaml.saml2.metadata.impl.ContactPersonImpl
getOrderedChildren() - Method in class org.opensaml.saml2.metadata.impl.EmailAddressImpl
getOrderedChildren() - Method in class org.opensaml.saml2.metadata.impl.EndpointImpl
getOrderedChildren() - Method in class org.opensaml.saml2.metadata.impl.EntitiesDescriptorImpl
getOrderedChildren() - Method in class org.opensaml.saml2.metadata.impl.EntityDescriptorImpl
getOrderedChildren() - Method in class org.opensaml.saml2.metadata.impl.GivenNameImpl
getOrderedChildren() - Method in class org.opensaml.saml2.metadata.impl.IDPSSODescriptorImpl
getOrderedChildren() - Method in class org.opensaml.saml2.metadata.impl.KeyDescriptorImpl
getOrderedChildren() - Method in class org.opensaml.saml2.metadata.impl.NameIDFormatImpl
getOrderedChildren() - Method in class org.opensaml.saml2.metadata.impl.OrganizationDisplayNameImpl
getOrderedChildren() - Method in class org.opensaml.saml2.metadata.impl.OrganizationImpl
getOrderedChildren() - Method in class org.opensaml.saml2.metadata.impl.OrganizationNameImpl
getOrderedChildren() - Method in class org.opensaml.saml2.metadata.impl.OrganizationURLImpl
getOrderedChildren() - Method in class org.opensaml.saml2.metadata.impl.PDPDescriptorImpl
getOrderedChildren() - Method in class org.opensaml.saml2.metadata.impl.RequestedAttributeImpl
getOrderedChildren() - Method in class org.opensaml.saml2.metadata.impl.RoleDescriptorImpl
getOrderedChildren() - Method in class org.opensaml.saml2.metadata.impl.ServiceDescriptionImpl
getOrderedChildren() - Method in class org.opensaml.saml2.metadata.impl.ServiceNameImpl
getOrderedChildren() - Method in class org.opensaml.saml2.metadata.impl.SPSSODescriptorImpl
getOrderedChildren() - Method in class org.opensaml.saml2.metadata.impl.SSODescriptorImpl
getOrderedChildren() - Method in class org.opensaml.saml2.metadata.impl.SurNameImpl
getOrderedChildren() - Method in class org.opensaml.saml2.metadata.impl.TelephoneNumberImpl
getOrderedChildren() - Method in class org.opensaml.samlext.saml1md.impl.SourceIDImpl
getOrderedChildren() - Method in class org.opensaml.samlext.saml2delrestrict.impl.DelegateImpl
getOrderedChildren() - Method in class org.opensaml.samlext.saml2delrestrict.impl.DelegationRestrictionTypeImpl
getOrderedChildren() - Method in class org.opensaml.samlext.saml2mdquery.impl.ActionNamespaceImpl
getOrderedChildren() - Method in class org.opensaml.samlext.saml2mdquery.impl.AttributeQueryDescriptorTypeImpl
getOrderedChildren() - Method in class org.opensaml.samlext.saml2mdquery.impl.AuthzDecisionQueryDescriptorTypeImpl
getOrderedChildren() - Method in class org.opensaml.samlext.saml2mdquery.impl.QueryDescriptorTypeImpl
getOrderedChildren() - Method in class org.opensaml.xacml.ctx.impl.ActionTypeImpl
getOrderedChildren() - Method in class org.opensaml.xacml.ctx.impl.AttributeTypeImpl
getOrderedChildren() - Method in class org.opensaml.xacml.ctx.impl.AttributeValueTypeImpl
getOrderedChildren() - Method in class org.opensaml.xacml.ctx.impl.DecisionTypeImpl
getOrderedChildren() - Method in class org.opensaml.xacml.ctx.impl.EnvironmentTypeImpl
getOrderedChildren() - Method in class org.opensaml.xacml.ctx.impl.MissingAttributeDetailTypeImpl
getOrderedChildren() - Method in class org.opensaml.xacml.ctx.impl.RequestTypeImpl
getOrderedChildren() - Method in class org.opensaml.xacml.ctx.impl.ResourceContentTypeImpl
getOrderedChildren() - Method in class org.opensaml.xacml.ctx.impl.ResourceTypeImpl
getOrderedChildren() - Method in class org.opensaml.xacml.ctx.impl.ResponseTypeImpl
getOrderedChildren() - Method in class org.opensaml.xacml.ctx.impl.ResultTypeImpl
getOrderedChildren() - Method in class org.opensaml.xacml.ctx.impl.StatusCodeTypeImpl
getOrderedChildren() - Method in class org.opensaml.xacml.ctx.impl.StatusDetailTypeImpl
getOrderedChildren() - Method in class org.opensaml.xacml.ctx.impl.StatusMessageTypeImpl
getOrderedChildren() - Method in class org.opensaml.xacml.ctx.impl.StatusTypeImpl
getOrderedChildren() - Method in class org.opensaml.xacml.ctx.impl.SubjectTypeImpl
getOrderedChildren() - Method in class org.opensaml.xacml.policy.impl.ActionMatchTypeImpl
getOrderedChildren() - Method in class org.opensaml.xacml.policy.impl.ActionsTypeImpl
getOrderedChildren() - Method in class org.opensaml.xacml.policy.impl.ActionTypeImpl
getOrderedChildren() - Method in class org.opensaml.xacml.policy.impl.ApplyTypeImpl
getOrderedChildren() - Method in class org.opensaml.xacml.policy.impl.AttributeAssignmentTypeImpl
getOrderedChildren() - Method in class org.opensaml.xacml.policy.impl.AttributeDesignatorTypeImpl
getOrderedChildren() - Method in class org.opensaml.xacml.policy.impl.AttributeSelectorTypeImpl
getOrderedChildren() - Method in class org.opensaml.xacml.policy.impl.AttributeValueTypeImpl
getOrderedChildren() - Method in class org.opensaml.xacml.policy.impl.CombinerParametersTypeImpl
getOrderedChildren() - Method in class org.opensaml.xacml.policy.impl.CombinerParameterTypeImpl
getOrderedChildren() - Method in class org.opensaml.xacml.policy.impl.ConditionTypeImpl
getOrderedChildren() - Method in class org.opensaml.xacml.policy.impl.DefaultsTypeImpl
getOrderedChildren() - Method in class org.opensaml.xacml.policy.impl.DescriptionTypeImpl
getOrderedChildren() - Method in class org.opensaml.xacml.policy.impl.EnvironmentMatchTypeImpl
getOrderedChildren() - Method in class org.opensaml.xacml.policy.impl.EnvironmentsTypeImpl
getOrderedChildren() - Method in class org.opensaml.xacml.policy.impl.EnvironmentTypeImpl
getOrderedChildren() - Method in class org.opensaml.xacml.policy.impl.FunctionTypeImpl
getOrderedChildren() - Method in class org.opensaml.xacml.policy.impl.ObligationsTypeImpl
getOrderedChildren() - Method in class org.opensaml.xacml.policy.impl.ObligationTypeImpl
getOrderedChildren() - Method in class org.opensaml.xacml.policy.impl.PolicyCombinerParametersTypeImpl
getOrderedChildren() - Method in class org.opensaml.xacml.policy.impl.PolicySetCombinerParametersTypeImpl
getOrderedChildren() - Method in class org.opensaml.xacml.policy.impl.PolicySetTypeImpl
getOrderedChildren() - Method in class org.opensaml.xacml.policy.impl.PolicyTypeImpl
getOrderedChildren() - Method in class org.opensaml.xacml.policy.impl.ResourceMatchTypeImpl
getOrderedChildren() - Method in class org.opensaml.xacml.policy.impl.ResourcesTypeImpl
getOrderedChildren() - Method in class org.opensaml.xacml.policy.impl.ResourceTypeImpl
getOrderedChildren() - Method in class org.opensaml.xacml.policy.impl.RuleCombinerParametersTypeImpl
getOrderedChildren() - Method in class org.opensaml.xacml.policy.impl.RuleTypeImpl
getOrderedChildren() - Method in class org.opensaml.xacml.policy.impl.SubjectAttributeDesignatorTypeImpl
getOrderedChildren() - Method in class org.opensaml.xacml.policy.impl.SubjectMatchTypeImpl
getOrderedChildren() - Method in class org.opensaml.xacml.policy.impl.SubjectsTypeImpl
getOrderedChildren() - Method in class org.opensaml.xacml.policy.impl.SubjectTypeImpl
getOrderedChildren() - Method in class org.opensaml.xacml.policy.impl.TargetTypeImpl
getOrderedChildren() - Method in class org.opensaml.xacml.policy.impl.VariableDefinitionTypeImpl
getOrderedChildren() - Method in class org.opensaml.xacml.policy.impl.VariableReferenceTypeImpl
getOrderedChildren() - Method in class org.opensaml.xacml.profile.saml.impl.ReferencedPoliciesTypeImpl
getOrderedChildren() - Method in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeImpl
getOrderedChildren() - Method in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionStatementTypeImpl
getOrderedChildren() - Method in class org.opensaml.xacml.profile.saml.impl.XACMLPolicyQueryTypeImpl
getOrderedChildren() - Method in class org.opensaml.xacml.profile.saml.impl.XACMLPolicyStatementTypeImpl
getOrganization() - Method in interface org.opensaml.saml2.metadata.EntityDescriptor
Gets the organization for this entity.
getOrganization() - Method in class org.opensaml.saml2.metadata.impl.EntityDescriptorImpl
Gets the organization for this entity.
getOrganization() - Method in class org.opensaml.saml2.metadata.impl.RoleDescriptorImpl
Gets the organization responsible for this role.
getOrganization() - Method in interface org.opensaml.saml2.metadata.RoleDescriptor
Gets the organization responsible for this role.
getOrganizationNames() - Method in class org.opensaml.saml2.metadata.impl.OrganizationImpl
Gets the list of names for this organization.
getOrganizationNames() - Method in interface org.opensaml.saml2.metadata.Organization
Gets the list of names for this organization.
getOuboundSAMLMessageSigningCredential() - Method in class org.opensaml.common.binding.BasicSAMLMessageContext
Gets the credential used to sign the outbound SAML message.
getOuboundSAMLMessageSigningCredential() - Method in interface org.opensaml.common.binding.SAMLMessageContext
Gets the credential used to sign the outbound SAML message.
getOutboundMessageArtifactType() - Method in class org.opensaml.common.binding.BasicSAMLMessageContext
Gets the artifact type to use for the outbound message.
getOutboundMessageArtifactType() - Method in interface org.opensaml.common.binding.SAMLMessageContext
Gets the artifact type to use for the outbound message.
getOutboundSAMLMessage() - Method in class org.opensaml.common.binding.BasicSAMLMessageContext
Gets the outbound SAML message.
getOutboundSAMLMessage() - Method in interface org.opensaml.common.binding.SAMLMessageContext
Gets the outbound SAML message.
getOutboundSAMLMessageId() - Method in class org.opensaml.common.binding.BasicSAMLMessageContext
Gets the ID of the outbound SAML message.
getOutboundSAMLMessageId() - Method in interface org.opensaml.common.binding.SAMLMessageContext
Gets the ID of the outbound SAML message.
getOutboundSAMLMessageIssueInstant() - Method in class org.opensaml.common.binding.BasicSAMLMessageContext
Gets the issue instant of the outbound SAML message.
getOutboundSAMLMessageIssueInstant() - Method in interface org.opensaml.common.binding.SAMLMessageContext
Gets the issue instant of the outbound SAML message.
getOutboundSAMLProtocol() - Method in class org.opensaml.common.binding.BasicSAMLMessageContext
Gets the protocol used by the local entity to communicate with the peer entity.
getOutboundSAMLProtocol() - Method in interface org.opensaml.common.binding.SAMLMessageContext
Gets the protocol used by the local entity to communicate with the peer entity.
getOwnerID() - Method in interface org.opensaml.saml2.metadata.AffiliationDescriptor
Gets the ID of the owner of this affiliation.
getOwnerID() - Method in class org.opensaml.saml2.metadata.impl.AffiliationDescriptorImpl
Gets the ID of the owner of this affiliation.
getParameterName() - Method in interface org.opensaml.xacml.policy.CombinerParameterType
Gets the parameter name.
getParameterName() - Method in class org.opensaml.xacml.policy.impl.CombinerParameterTypeImpl
Gets the parameter name.
getParserPool() - Method in class org.opensaml.saml2.metadata.provider.AbstractMetadataProvider
Gets the pool of parsers to use to parse XML.
getPDPDescriptor(String) - Method in interface org.opensaml.saml2.metadata.EntityDescriptor
Gets the first PDPDescriptor role descriptor for this entity that supports the given protocol.
getPDPDescriptor(String) - Method in class org.opensaml.saml2.metadata.impl.EntityDescriptorImpl
Gets the first PDPDescriptor role descriptor for this entity that supports the given protocol.
getPeerEntityEndpoint() - Method in class org.opensaml.common.binding.BasicSAMLMessageContext
Gets the endpoint of for the peer entity.
getPeerEntityEndpoint() - Method in interface org.opensaml.common.binding.SAMLMessageContext
Gets the endpoint of for the peer entity.
getPeerEntityId() - Method in class org.opensaml.common.binding.BasicSAMLMessageContext
Gets the peer's entity ID.
getPeerEntityId() - Method in interface org.opensaml.common.binding.SAMLMessageContext
Gets the peer's entity ID.
getPeerEntityMetadata() - Method in class org.opensaml.common.binding.BasicSAMLMessageContext
Gets the peer entity metadata.
getPeerEntityMetadata() - Method in interface org.opensaml.common.binding.SAMLMessageContext
Gets the peer entity metadata.
getPeerEntityRole() - Method in class org.opensaml.common.binding.BasicSAMLMessageContext
Gets the role of the peer entity.
getPeerEntityRole() - Method in interface org.opensaml.common.binding.SAMLMessageContext
Gets the role of the peer entity.
getPeerEntityRoleMetadata() - Method in class org.opensaml.common.binding.BasicSAMLMessageContext
Gets the role of the peer entity.
getPeerEntityRoleMetadata() - Method in interface org.opensaml.common.binding.SAMLMessageContext
Gets the role of the peer entity.
getPolicies() - Method in class org.opensaml.xacml.policy.impl.PolicySetTypeImpl
Gets the child policies.
getPolicies() - Method in interface org.opensaml.xacml.policy.PolicySetType
Gets the child policies.
getPolicies() - Method in class org.opensaml.xacml.profile.saml.impl.ReferencedPoliciesTypeImpl
Gets the policies in this element.
getPolicies() - Method in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeImpl
Gets the policies to be used while rendering a decision.
getPolicies() - Method in class org.opensaml.xacml.profile.saml.impl.XACMLPolicyStatementTypeImpl
Return the XACMLPolicy inside the policy statement.
getPolicies() - Method in interface org.opensaml.xacml.profile.saml.ReferencedPoliciesType
Gets the policies in this element.
getPolicies() - Method in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
Gets the policies to be used while rendering a decision.
getPolicies() - Method in interface org.opensaml.xacml.profile.saml.XACMLPolicyStatementType
Return the XACMLPolicy inside the policy statement.
getPolicyChoiceGroup() - Method in class org.opensaml.xacml.policy.impl.PolicySetTypeImpl
Gets the backing object for the choice group containing the PolicySetType, PolicyType, IdReferenceType, CombinerParametersType, PolicyCombinerParametersType, PolicySetCombinerParametersType.
getPolicyChoiceGroup() - Method in interface org.opensaml.xacml.policy.PolicySetType
Gets the backing object for the choice group containing the PolicySetType, PolicyType, IdReferenceType, CombinerParametersType, PolicyCombinerParametersType, PolicySetCombinerParametersType.
getPolicyCombinerParameters() - Method in class org.opensaml.xacml.policy.impl.PolicySetTypeImpl
Gets the policy combiner parameters for this policy set.
getPolicyCombinerParameters() - Method in interface org.opensaml.xacml.policy.PolicySetType
Gets the policy combiner parameters for this policy set.
getPolicyCombiningAlgoId() - Method in class org.opensaml.xacml.policy.impl.PolicySetTypeImpl
Gets the policy combining algorithm used with this policy set.
getPolicyCombiningAlgoId() - Method in interface org.opensaml.xacml.policy.PolicySetType
Gets the policy combining algorithm used with this policy set.
getPolicyDefaults() - Method in class org.opensaml.xacml.policy.impl.PolicyTypeImpl
Gets the defaults for this policy.
getPolicyDefaults() - Method in interface org.opensaml.xacml.policy.PolicyType
Gets the defaults for this policy.
getPolicyId() - Method in class org.opensaml.xacml.policy.impl.PolicyTypeImpl
Gets the ID of this policy.
getPolicyId() - Method in interface org.opensaml.xacml.policy.PolicyType
Gets the ID of this policy.
getPolicyIdRef() - Method in class org.opensaml.xacml.policy.impl.PolicyCombinerParametersTypeImpl
Gets the referenced policy's ID.
getPolicyIdRef() - Method in interface org.opensaml.xacml.policy.PolicyCombinerParametersType
Gets the referenced policy's ID.
getPolicyIdReferences() - Method in class org.opensaml.xacml.policy.impl.PolicySetTypeImpl
Gets the policy Id references.
getPolicyIdReferences() - Method in interface org.opensaml.xacml.policy.PolicySetType
Gets the policy Id references.
getPolicyIdReferences() - Method in class org.opensaml.xacml.profile.saml.impl.XACMLPolicyQueryTypeImpl
Gets the IDs for referenced policies.
getPolicyIdReferences() - Method in interface org.opensaml.xacml.profile.saml.XACMLPolicyQueryType
Gets the IDs for referenced policies.
getPolicySetCombinerParameters() - Method in class org.opensaml.xacml.policy.impl.PolicySetTypeImpl
Gets the policy set combiner parameters for this policy set.
getPolicySetCombinerParameters() - Method in interface org.opensaml.xacml.policy.PolicySetType
Gets the policy set combiner parameters for this policy set.
getPolicySetDefaults() - Method in class org.opensaml.xacml.policy.impl.PolicySetTypeImpl
Gets the defaults for this policy set.
getPolicySetDefaults() - Method in interface org.opensaml.xacml.policy.PolicySetType
Gets the defaults for this policy set.
getPolicySetId() - Method in class org.opensaml.xacml.policy.impl.PolicySetTypeImpl
Gets the ID of this policy set.
getPolicySetId() - Method in interface org.opensaml.xacml.policy.PolicySetType
Gets the ID of this policy set.
getPolicySetIdRef() - Method in class org.opensaml.xacml.policy.impl.PolicySetCombinerParametersTypeImpl
Gets the referenced policy set's ID.
getPolicySetIdRef() - Method in interface org.opensaml.xacml.policy.PolicySetCombinerParametersType
Gets the referenced policy set's ID.
getPolicySetIdReferences() - Method in class org.opensaml.xacml.policy.impl.PolicySetTypeImpl
Gets the policy set Id references.
getPolicySetIdReferences() - Method in interface org.opensaml.xacml.policy.PolicySetType
Gets the policy set Id references.
getPolicySetIdReferences() - Method in class org.opensaml.xacml.profile.saml.impl.XACMLPolicyQueryTypeImpl
Gets the IDs for referenced policy sets.
getPolicySetIdReferences() - Method in interface org.opensaml.xacml.profile.saml.XACMLPolicyQueryType
Gets the IDs for referenced policy sets.
getPolicySets() - Method in class org.opensaml.xacml.policy.impl.PolicySetTypeImpl
Gets the child policy sets.
getPolicySets() - Method in interface org.opensaml.xacml.policy.PolicySetType
Gets the child policy sets.
getPolicySets() - Method in class org.opensaml.xacml.profile.saml.impl.ReferencedPoliciesTypeImpl
Gets the policieSets in this element.
getPolicySets() - Method in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeImpl
Gets the policy sets to be used while rendering a decision.
getPolicySets() - Method in class org.opensaml.xacml.profile.saml.impl.XACMLPolicyStatementTypeImpl
Return the XACMLPolicySet inside the policy statement.
getPolicySets() - Method in interface org.opensaml.xacml.profile.saml.ReferencedPoliciesType
Gets the policieSets in this element.
getPolicySets() - Method in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
Gets the policy sets to be used while rendering a decision.
getPolicySets() - Method in interface org.opensaml.xacml.profile.saml.XACMLPolicyStatementType
Return the XACMLPolicySet inside the policy statement.
getProfileURI() - Method in interface org.opensaml.saml2.metadata.AttributeProfile
Gets the URI of this attribute profile.
getProfileURI() - Method in class org.opensaml.saml2.metadata.impl.AttributeProfileImpl
Gets the URI of this attribute profile.
getProtocol() - Method in class org.opensaml.security.MetadataCriteria
Get the entity protocol.
getProtocolBinding() - Method in interface org.opensaml.saml2.core.AuthnRequest
Gets the protocol binding URI for the request.
getProtocolBinding() - Method in class org.opensaml.saml2.core.impl.AuthnRequestImpl
Gets the protocol binding URI for the request.
getProviderID() - Method in interface org.opensaml.saml2.core.IDPEntry
Gets ProviderID URI.
getProviderID() - Method in class org.opensaml.saml2.core.impl.IDPEntryImpl
Gets ProviderID URI.
getProviderName() - Method in interface org.opensaml.saml2.core.AuthnRequest
Gets the human-readable name of the requester for use by the presenter's user agent or the identity provider.
getProviderName() - Method in class org.opensaml.saml2.core.impl.AuthnRequestImpl
Gets the human-readable name of the requester for use by the presenter's user agent or the identity provider.
getProviderName() - Method in class org.opensaml.saml2.ecp.impl.RequestImpl
Get the ProviderName attribute value.
getProviderName() - Method in interface org.opensaml.saml2.ecp.Request
Get the ProviderName attribute value.
getProviders() - Method in class org.opensaml.saml2.metadata.provider.ChainingMetadataProvider
Gets an immutable the list of currently registered providers.
getProxyCount() - Method in class org.opensaml.saml2.core.impl.ProxyRestrictionImpl
Gets the number of times the assertion may be proxied.
getProxyCount() - Method in class org.opensaml.saml2.core.impl.ScopingImpl
Gets the ProxyCount attrib value.
getProxyCount() - Method in interface org.opensaml.saml2.core.ProxyRestriction
Gets the number of times the assertion may be proxied.
getProxyCount() - Method in interface org.opensaml.saml2.core.Scoping
Gets the ProxyCount attrib value.
getProxyRestriction() - Method in interface org.opensaml.saml2.core.Conditions
Gets the ProxyRestriction condition for the assertion.
getProxyRestriction() - Method in class org.opensaml.saml2.core.impl.ConditionsImpl
Gets the ProxyRestriction condition for the assertion.
getQuery() - Method in class org.opensaml.saml1.core.impl.RequestImpl
Get the request Query, SubjectQuery, AuthenticationQuery, AttributeQuery, or AuthorizationDecisionQuery
getQuery() - Method in interface org.opensaml.saml1.core.Request
Get the request Query, SubjectQuery, AuthenticationQuery, AttributeQuery, or AuthorizationDecisionQuery
getReadWriteLock() - Method in class org.opensaml.security.MetadataCredentialResolver
Get the lock instance used to synchronize access to the credential cache.
getReason() - Method in class org.opensaml.saml2.core.impl.LogoutRequestImpl
Get the Reason attrib value of the request.
getReason() - Method in interface org.opensaml.saml2.core.LogoutRequest
Get the Reason attrib value of the request.
getRecipient() - Method in class org.opensaml.saml1.core.impl.ResponseAbstractTypeImpl
Return the Recipient (attribute).
getRecipient() - Method in interface org.opensaml.saml1.core.ResponseAbstractType
Return the Recipient (attribute).
getRecipient() - Method in class org.opensaml.saml2.core.impl.SubjectConfirmationDataImpl
Gets the recipient of this subject.
getRecipient() - Method in interface org.opensaml.saml2.core.SubjectConfirmationData
Gets the recipient of this subject.
getReference() - Method in interface org.opensaml.saml1.core.AssertionIDReference
Get the reference
getReference() - Method in class org.opensaml.saml1.core.impl.AssertionIDReferenceImpl
Get the reference
getReferencedMessage() - Method in interface org.opensaml.saml2.binding.SAML2ArtifactMessageContext
Gets the SAML message referenced by the artifact.
getReferencedPolicies() - Method in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeImpl
Gets the reference to the policies to be used while rendering a decision.
getReferencedPolicies() - Method in class org.opensaml.xacml.profile.saml.impl.XACMLPolicyStatementTypeImpl
Gets the referenced policies.
getReferencedPolicies() - Method in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
Gets the reference to the policies to be used while rendering a decision.
getReferencedPolicies() - Method in interface org.opensaml.xacml.profile.saml.XACMLPolicyStatementType
Gets the referenced policies.
getRefreshDelayFactor() - Method in class org.opensaml.saml2.metadata.provider.AbstractReloadingMetadataProvider
Gets the delay factor used to compute the next refresh time.
getRelayState() - Method in class org.opensaml.common.binding.BasicSAMLMessageContext
Gets the relay state associated with the message.
getRelayState() - Method in interface org.opensaml.common.binding.SAMLMessageContext
Gets the relay state associated with the message.
getRelyingPartyId() - Method in class org.opensaml.common.binding.artifact.BasicSAMLArtifactMapEntry
Gets the ID of the relying party the artifact was sent to.
getRelyingPartyId() - Method in interface org.opensaml.common.binding.artifact.SAMLArtifactMap.SAMLArtifactMapEntry
Gets the ID of the relying party the artifact was sent to.
getRemainingArtifact() - Method in class org.opensaml.common.binding.artifact.AbstractSAMLArtifact
Gets the artifact bytes minus the type code.
getRemainingArtifact() - Method in class org.opensaml.saml1.binding.artifact.SAML1ArtifactType0001
Gets the artifact bytes minus the type code.
getRemainingArtifact() - Method in class org.opensaml.saml1.binding.artifact.SAML1ArtifactType0002
Gets the artifact bytes minus the type code.
getRemainingArtifact() - Method in class org.opensaml.saml2.binding.artifact.SAML2ArtifactType0004
Gets the artifact bytes minus the type code.
getRemoveEmptyEntitiesDescriptors() - Method in class org.opensaml.saml2.metadata.provider.EntityRoleFilter
Gets whether to remove an entities descriptor if it does not contain any entity descriptor or entities descriptors.
getRemoveRolelessEntityDescriptors() - Method in class org.opensaml.saml2.metadata.provider.EntityRoleFilter
Gets whether to remove an entity descriptor if it does not contain any roles after filtering.
getRequest() - Method in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeImpl
Gets the request of the query.
getRequest() - Method in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionStatementTypeImpl
Get's the RequestType from the XACMLAuthzDecisionStatement.
getRequest() - Method in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
Gets the request of the query.
getRequest() - Method in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionStatementType
Get's the RequestType from the XACMLAuthzDecisionStatement.
getRequestAttributes() - Method in interface org.opensaml.saml2.metadata.AttributeConsumingService
Gets the attributes this service requests.
getRequestAttributes() - Method in class org.opensaml.saml2.metadata.impl.AttributeConsumingServiceImpl
Gets the attributes this service requests.
getRequestContextPath() - Method in interface org.opensaml.xacml.policy.AttributeSelectorType
Gets the request context path of the attribute to be selected.
getRequestContextPath() - Method in class org.opensaml.xacml.policy.impl.AttributeSelectorTypeImpl
Gets the request context path of the attribute to be selected.
getRequestCredentials(HttpServletRequest, SAMLMessageContext) - Method in class org.opensaml.common.binding.security.BaseSAMLSimpleSignatureSecurityPolicyRule
Extract any candidate validation credentials from the request and/or message context.
getRequestCredentials(HttpServletRequest, SAMLMessageContext) - Method in class org.opensaml.saml2.binding.security.SAML2HTTPPostSimpleSignRule
Extract any candidate validation credentials from the request and/or message context.
getRequestedAuthnContext() - Method in interface org.opensaml.saml2.core.AuthnQuery
Gets the RequestedAuthnContext of this request.
getRequestedAuthnContext() - Method in interface org.opensaml.saml2.core.AuthnRequest
Gets the RequestedAuthnContext of the request.
getRequestedAuthnContext() - Method in class org.opensaml.saml2.core.impl.AuthnQueryImpl
Gets the RequestedAuthnContext of this request.
getRequestedAuthnContext() - Method in class org.opensaml.saml2.core.impl.AuthnRequestImpl
Gets the RequestedAuthnContext of the request.
getRequesterID() - Method in class org.opensaml.saml2.core.impl.RequesterIDImpl
Gets the RequesterID value.
getRequesterID() - Method in interface org.opensaml.saml2.core.RequesterID
Gets the RequesterID value.
getRequesterIDs() - Method in class org.opensaml.saml2.core.impl.ScopingImpl
Gets the list of RequesterID's.
getRequesterIDs() - Method in interface org.opensaml.saml2.core.Scoping
Gets the list of RequesterID's.
getRequests() - Method in class org.opensaml.xacml.profile.saml.impl.XACMLPolicyQueryTypeImpl
Gets the Requests inside the policy query.
getRequests() - Method in interface org.opensaml.xacml.profile.saml.XACMLPolicyQueryType
Gets the Requests inside the policy query.
getRequestTimeout() - Method in class org.opensaml.saml2.metadata.provider.HTTPMetadataProvider
Gets the length of time in milliseconds to wait for the server to respond.
getRequireSignature() - Method in class org.opensaml.saml2.metadata.provider.SignatureValidationFilter
Gets whether incoming metadata's root element is required to be signed.
getResource() - Method in interface org.opensaml.saml1.core.AttributeQuery
Get Resource attribute
getResource() - Method in interface org.opensaml.saml1.core.AuthorizationDecisionQuery
Get Resource attribute
getResource() - Method in interface org.opensaml.saml1.core.AuthorizationDecisionStatement
Return the contents of the Resource attribute
getResource() - Method in class org.opensaml.saml1.core.impl.AttributeQueryImpl
Get Resource attribute
getResource() - Method in class org.opensaml.saml1.core.impl.AuthorizationDecisionQueryImpl
Get Resource attribute
getResource() - Method in class org.opensaml.saml1.core.impl.AuthorizationDecisionStatementImpl
Return the contents of the Resource attribute
getResource() - Method in interface org.opensaml.saml2.core.AuthzDecisionQuery
Gets the Resource attrib value of this query.
getResource() - Method in interface org.opensaml.saml2.core.AuthzDecisionStatement
Get URI of the resource to which authorization is saught.
getResource() - Method in class org.opensaml.saml2.core.impl.AuthzDecisionQueryImpl
Gets the Resource attrib value of this query.
getResource() - Method in class org.opensaml.saml2.core.impl.AuthzDecisionStatementImpl
Get URI of the resource to which authorization is saught.
getResourceAttributeDesignator() - Method in class org.opensaml.xacml.policy.impl.ResourceMatchTypeImpl
Gets the resource attribute designator for this match.
getResourceAttributeDesignator() - Method in interface org.opensaml.xacml.policy.ResourceMatchType
Gets the resource attribute designator for this match.
getResourceContent() - Method in class org.opensaml.xacml.ctx.impl.ResourceTypeImpl
Gets the content of the resource.
getResourceContent() - Method in interface org.opensaml.xacml.ctx.ResourceType
Gets the content of the resource.
getResourceId() - Method in class org.opensaml.xacml.ctx.impl.ResultTypeImpl
Gets the ResourceId of the result.
getResourceId() - Method in interface org.opensaml.xacml.ctx.ResultType
Gets the ResourceId of the result.
getResourceMatches() - Method in class org.opensaml.xacml.policy.impl.ResourceTypeImpl
Gets the resource matches for this action.
getResourceMatches() - Method in interface org.opensaml.xacml.policy.ResourceType
Gets the resource matches for this action.
getResources() - Method in class org.opensaml.xacml.ctx.impl.RequestTypeImpl
Gets the resources from the request.
getResources() - Method in interface org.opensaml.xacml.ctx.RequestType
Gets the resources from the request.
getResources() - Method in class org.opensaml.xacml.policy.impl.ResourcesTypeImpl
Gets the resources.
getResources() - Method in class org.opensaml.xacml.policy.impl.TargetTypeImpl
Gets the resources of this target.
getResources() - Method in interface org.opensaml.xacml.policy.ResourcesType
Gets the resources.
getResources() - Method in interface org.opensaml.xacml.policy.TargetType
Gets the resources of this target.
getRespondWiths() - Method in class org.opensaml.saml1.core.impl.RequestAbstractTypeImpl
Return the list of RespondWith elements
getRespondWiths() - Method in interface org.opensaml.saml1.core.RequestAbstractType
Return the list of RespondWith elements
getResponse() - Method in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionStatementTypeImpl
Get's the ResponseType from the XACMLAuthzDecisionStatement.
getResponse() - Method in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionStatementType
Get's the ResponseType from the XACMLAuthzDecisionStatement.
getResponseLocation() - Method in interface org.opensaml.saml2.metadata.Endpoint
Gets the URI, usually a URL, responses should be sent to this for this Endpoint.
getResponseLocation() - Method in class org.opensaml.saml2.metadata.impl.EndpointImpl
Gets the URI, usually a URL, responses should be sent to this for this Endpoint.
getResult() - Method in class org.opensaml.xacml.ctx.impl.ResponseTypeImpl
Returns the result of the response.
getResult() - Method in interface org.opensaml.xacml.ctx.ResponseType
Returns the result of the response.
getReturnContextXSBooleanValue() - Method in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeImpl
If true then include the RequestType in the response.
getReturnContextXSBooleanValue() - Method in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
If true then include the RequestType in the response.
getRole(String, QName) - Method in class org.opensaml.saml2.metadata.provider.AbstractMetadataProvider
Gets the valid role descriptors of a given type for a given entity.
getRole(String, QName, String) - Method in class org.opensaml.saml2.metadata.provider.AbstractMetadataProvider
Gets the valid role descriptors of a given type for a given entity that support the given protocol.
getRole(String, QName) - Method in class org.opensaml.saml2.metadata.provider.ChainingMetadataProvider
Gets the valid role descriptors of a given type for a given entity.
getRole(String, QName, String) - Method in class org.opensaml.saml2.metadata.provider.ChainingMetadataProvider
Gets the valid role descriptors of a given type for a given entity that support the given protocol.
getRole(String, QName) - Method in interface org.opensaml.saml2.metadata.provider.MetadataProvider
Gets the valid role descriptors of a given type for a given entity.
getRole(String, QName, String) - Method in interface org.opensaml.saml2.metadata.provider.MetadataProvider
Gets the valid role descriptors of a given type for a given entity that support the given protocol.
getRole() - Method in class org.opensaml.security.MetadataCriteria
Get the entity role.
getRoleDescriptor() - Method in class org.opensaml.saml2.metadata.support.AttributeConsumingServiceSelector
Get the AttributeConsumingServie's parent RoleDescriptor.
getRoleDescriptor() - Method in class org.opensaml.security.SAMLMDCredentialContext
Get the role descriptor context.
getRoleDescriptors() - Method in interface org.opensaml.saml2.metadata.EntityDescriptor
Gets all the role descriptors for this entity descriptor.
getRoleDescriptors(QName) - Method in interface org.opensaml.saml2.metadata.EntityDescriptor
Gets all the role descriptors for this entity descriptor that match the supplied QName parameter.
getRoleDescriptors(QName, String) - Method in interface org.opensaml.saml2.metadata.EntityDescriptor
Gets all the role descriptors for this entity that support the given protocol.
getRoleDescriptors() - Method in class org.opensaml.saml2.metadata.impl.EntityDescriptorImpl
Gets all the role descriptors for this entity descriptor.
getRoleDescriptors(QName) - Method in class org.opensaml.saml2.metadata.impl.EntityDescriptorImpl
Gets all the role descriptors for this entity descriptor that match the supplied QName parameter.
getRoleDescriptors(QName, String) - Method in class org.opensaml.saml2.metadata.impl.EntityDescriptorImpl
Gets all the role descriptors for this entity that support the given protocol.
getRoleDescriptors(String, QName, String) - Method in class org.opensaml.security.MetadataCredentialResolver
Get the list of metadata role descriptors which match the given entityID, role and protocol.
getRoleIDToken(String, RoleDescriptor) - Method in class org.opensaml.saml2.metadata.provider.SignatureValidationFilter
Get a string token for logging/debugging purposes that contains role information and containing entityID.
getRoleName(RoleDescriptor) - Method in class org.opensaml.saml2.metadata.provider.EntityRoleFilter
Gets the effective name for the role.
getRoleWhiteList() - Method in class org.opensaml.saml2.metadata.provider.EntityRoleFilter
Gets the unmodifiable list of roles that are NOT removed by this filter.
getRuleCombinerParameters() - Method in class org.opensaml.xacml.policy.impl.PolicyTypeImpl
Gets the rule combiner parameters for this policy.
getRuleCombinerParameters() - Method in interface org.opensaml.xacml.policy.PolicyType
Gets the rule combiner parameters for this policy.
getRuleCombiningAlgoId() - Method in class org.opensaml.xacml.policy.impl.PolicyTypeImpl
Gets the rule combining algorithm used with this policy.
getRuleCombiningAlgoId() - Method in interface org.opensaml.xacml.policy.PolicyType
Gets the rule combining algorithm used with this policy.
getRuleId() - Method in class org.opensaml.xacml.policy.impl.RuleTypeImpl
Gets the ID for this rule.
getRuleId() - Method in interface org.opensaml.xacml.policy.RuleType
Gets the ID for this rule.
getRuleIdRef() - Method in class org.opensaml.xacml.policy.impl.RuleCombinerParametersTypeImpl
Gets the referenced rule's ID.
getRuleIdRef() - Method in interface org.opensaml.xacml.policy.RuleCombinerParametersType
Gets the referenced rule's ID.
getRules() - Method in class org.opensaml.xacml.policy.impl.PolicyTypeImpl
Gets the rules for this policy.
getRules() - Method in interface org.opensaml.xacml.policy.PolicyType
Gets the rules for this policy.
getSAML10Schema() - Static method in class org.opensaml.common.xml.SAMLSchemaBuilder
Gets a schema that can validate SAML 1.0, 2.0, and all registered extensions.
getSAML11Schema() - Static method in class org.opensaml.common.xml.SAMLSchemaBuilder
Gets a schema that can validate SAML 1.1, 2.0, and all registered extensions.
getSAML1ArtifactBuilderFactory() - Static method in class org.opensaml.Configuration
Gets the artifact factory for the library.
getSAML2ArtifactBuilderFactory() - Static method in class org.opensaml.Configuration
Gets the artifact factory for the library.
getSAMLDateFormatter() - Static method in class org.opensaml.Configuration
Gets the date format used to string'ify SAML's DateTime objects.
getSamlMessage() - Method in class org.opensaml.common.binding.artifact.BasicSAMLArtifactMapEntry
Gets SAML message the artifact maps to.
getSamlMessage() - Method in interface org.opensaml.common.binding.artifact.SAMLArtifactMap.SAMLArtifactMapEntry
Gets SAML message the artifact maps to.
getSamlRequest() - Method in class org.opensaml.common.binding.AbstractEndpointSelector
Gets the SAML request made.
getSamlResponse() - Method in class org.opensaml.common.binding.AbstractEndpointSelector
Gets the response to the SAML request.
getScoping() - Method in interface org.opensaml.saml2.core.AuthnRequest
Gets the Scoping of the request.
getScoping() - Method in class org.opensaml.saml2.core.impl.AuthnRequestImpl
Gets the Scoping of the request.
getSessionIndex() - Method in interface org.opensaml.saml2.core.AuthnQuery
Gets the SessionIndex of this request.
getSessionIndex() - Method in interface org.opensaml.saml2.core.AuthnStatement
Get the session index between the principal and the authenticating authority.
getSessionIndex() - Method in class org.opensaml.saml2.core.impl.AuthnQueryImpl
Gets the SessionIndex of this request.
getSessionIndex() - Method in class org.opensaml.saml2.core.impl.AuthnStatementImpl
Get the session index between the principal and the authenticating authority.
getSessionIndex() - Method in class org.opensaml.saml2.core.impl.SessionIndexImpl
Gets the session index value of the request.
getSessionIndex() - Method in interface org.opensaml.saml2.core.SessionIndex
Gets the session index value of the request.
getSessionIndexes() - Method in class org.opensaml.saml2.core.impl.LogoutRequestImpl
Get the list of SessionIndexes for the request.
getSessionIndexes() - Method in interface org.opensaml.saml2.core.LogoutRequest
Get the list of SessionIndexes for the request.
getSessionNotOnOrAfter() - Method in interface org.opensaml.saml2.core.AuthnStatement
Get the time when the session between the principal and the SAML authority ends.
getSessionNotOnOrAfter() - Method in class org.opensaml.saml2.core.impl.AuthnStatementImpl
Get the time when the session between the principal and the SAML authority ends.
getSignature(HttpServletRequest) - Method in class org.opensaml.common.binding.security.BaseSAMLSimpleSignatureSecurityPolicyRule
Extract the signature value from the request, in the form suitable for input into SignatureTrustEngine.validate(byte[], byte[], String, CriteriaSet, Credential).
getSignatureAlgorithm(HttpServletRequest) - Method in class org.opensaml.common.binding.security.BaseSAMLSimpleSignatureSecurityPolicyRule
Extract the signature algorithm URI value from the request.
getSignatureAlgorithmURI(Credential, SecurityConfiguration) - Method in class org.opensaml.saml2.binding.encoding.HTTPPostSimpleSignEncoder
Gets the signature algorithm URI to use with the given signing credential.
getSignatureAlgorithmURI(Credential, SecurityConfiguration) - Method in class org.opensaml.saml2.binding.encoding.HTTPRedirectDeflateEncoder
Gets the signature algorithm URI to use with the given signing credential.
getSignaturePrevalidator() - Method in class org.opensaml.common.binding.security.SAMLProtocolMessageXMLSignatureSecurityPolicyRule
Get the validator used to perform pre-validation on Signature tokens.
getSignaturePrevalidator() - Method in class org.opensaml.saml2.metadata.provider.SignatureValidationFilter
Get the validator used to perform pre-validation on Signature tokens.
getSignatureReferenceID() - Method in interface org.opensaml.common.SignableSAMLObject
Gets the value of the ID attribute for this SAML object which will be used as its signature reference.
getSignatureReferenceID() - Method in class org.opensaml.saml1.core.impl.AssertionImpl
Gets the value of the ID attribute for this SAML object which will be used as its signature reference.
getSignatureReferenceID() - Method in class org.opensaml.saml1.core.impl.RequestAbstractTypeImpl
Gets the value of the ID attribute for this SAML object which will be used as its signature reference.
getSignatureReferenceID() - Method in class org.opensaml.saml1.core.impl.ResponseAbstractTypeImpl
Gets the value of the ID attribute for this SAML object which will be used as its signature reference.
getSignatureReferenceID() - Method in class org.opensaml.saml2.core.impl.AssertionImpl
Gets the value of the ID attribute for this SAML object which will be used as its signature reference.
getSignatureReferenceID() - Method in class org.opensaml.saml2.core.impl.RequestAbstractTypeImpl
Gets the value of the ID attribute for this SAML object which will be used as its signature reference.
getSignatureReferenceID() - Method in class org.opensaml.saml2.core.impl.StatusResponseTypeImpl
Gets the value of the ID attribute for this SAML object which will be used as its signature reference.
getSignatureReferenceID() - Method in class org.opensaml.saml2.metadata.impl.AffiliationDescriptorImpl
Gets the value of the ID attribute for this SAML object which will be used as its signature reference.
getSignatureReferenceID() - Method in class org.opensaml.saml2.metadata.impl.EntitiesDescriptorImpl
Gets the value of the ID attribute for this SAML object which will be used as its signature reference.
getSignatureReferenceID() - Method in class org.opensaml.saml2.metadata.impl.EntityDescriptorImpl
Gets the value of the ID attribute for this SAML object which will be used as its signature reference.
getSignatureReferenceID() - Method in class org.opensaml.saml2.metadata.impl.RoleDescriptorImpl
Gets the value of the ID attribute for this SAML object which will be used as its signature reference.
getSignatureTrustEngine() - Method in class org.opensaml.saml2.metadata.provider.SignatureValidationFilter
Gets the trust engine used to validate signatures on incoming metadata.
getSignedContent(HttpServletRequest) - Method in class org.opensaml.common.binding.security.BaseSAMLSimpleSignatureSecurityPolicyRule
Get the content over which to validate the signature, in the form suitable for input into SignatureTrustEngine.validate(byte[], byte[], String, CriteriaSet, Credential).
getSignedContent(HttpServletRequest) - Method in class org.opensaml.saml2.binding.security.SAML2HTTPPostSimpleSignRule
Get the content over which to validate the signature, in the form suitable for input into SignatureTrustEngine.validate(byte[], byte[], String, CriteriaSet, Credential).
getSignedContent(HttpServletRequest) - Method in class org.opensaml.saml2.binding.security.SAML2HTTPRedirectDeflateSignatureRule
Get the content over which to validate the signature, in the form suitable for input into SignatureTrustEngine.validate(byte[], byte[], String, CriteriaSet, Credential).
getSingleLogoutServices() - Method in class org.opensaml.saml2.metadata.impl.SSODescriptorImpl
Gets a list of single logout services for this service.
getSingleLogoutServices() - Method in interface org.opensaml.saml2.metadata.SSODescriptor
Gets a list of single logout services for this service.
getSingleSignOnServices() - Method in interface org.opensaml.saml2.metadata.IDPSSODescriptor
Gets the list of single sign on services for this IDP.
getSingleSignOnServices() - Method in class org.opensaml.saml2.metadata.impl.IDPSSODescriptorImpl
Gets the list of single sign on services for this IDP.
getSOAP11Actor() - Method in class org.opensaml.saml2.ecp.impl.RelayStateImpl
getSOAP11Actor() - Method in class org.opensaml.saml2.ecp.impl.RequestImpl
getSOAP11Actor() - Method in class org.opensaml.saml2.ecp.impl.ResponseImpl
getSourceID() - Method in class org.opensaml.saml1.binding.artifact.SAML1ArtifactType0001
Gets the 20 byte source ID of the artifact.
getSourceID() - Method in class org.opensaml.saml2.binding.artifact.SAML2ArtifactType0004
Gets the 20 byte source ID of the artifact.
getSourceLocation() - Method in class org.opensaml.saml1.binding.artifact.SAML1ArtifactType0002
Gets the source location component of this artifact.
getSourceLocation(SAMLMessageContext<RequestAbstractType, Response, NameIdentifier>) - Method in class org.opensaml.saml1.binding.artifact.SAML1ArtifactType0002Builder
Gets the source location used to for the artifacts created by this encoder.
getSPNameQualifier() - Method in interface org.opensaml.saml2.core.BaseID
Gets the SPNameQualifier value.
getSPNameQualifier() - Method in class org.opensaml.saml2.core.impl.AbstractNameIDType
Gets the SPNameQualifier value.
getSPNameQualifier() - Method in class org.opensaml.saml2.core.impl.BaseIDImpl
Gets the SPNameQualifier value.
getSPNameQualifier() - Method in class org.opensaml.saml2.core.impl.NameIDPolicyImpl
Gets the SPNameQualifier value.
getSPNameQualifier() - Method in interface org.opensaml.saml2.core.NameIDPolicy
Gets the SPNameQualifier value.
getSPNameQualifier() - Method in interface org.opensaml.saml2.core.NameIDType
Gets the SPNameQualifier value.
getSPProvidedID() - Method in class org.opensaml.saml2.core.impl.AbstractNameIDType
Gets the SPProvidedID of this NameID.
getSPProvidedID() - Method in interface org.opensaml.saml2.core.NameIDType
Gets the SPProvidedID of this NameID.
getSPSSODescriptor(String) - Method in interface org.opensaml.saml2.metadata.EntityDescriptor
Gets the first SPSSODescriptor role descriptor for this entity that supports the given protocol.
getSPSSODescriptor(String) - Method in class org.opensaml.saml2.metadata.impl.EntityDescriptorImpl
Gets the first SPSSODescriptor role descriptor for this entity that supports the given protocol.
getStatements() - Method in interface org.opensaml.saml1.core.Assertion
Return the List representing all the Statement sub elements.
getStatements(QName) - Method in interface org.opensaml.saml1.core.Assertion
Return the List representing all the Statement sub elements with a given schema type or element name.
getStatements() - Method in class org.opensaml.saml1.core.impl.AssertionImpl
Return the List representing all the Statement sub elements.
getStatements(QName) - Method in class org.opensaml.saml1.core.impl.AssertionImpl
Return the List representing all the Statement sub elements with a given schema type or element name.
getStatements() - Method in interface org.opensaml.saml2.core.Assertion
Gets the list of statements attached to this assertion.
getStatements(QName) - Method in interface org.opensaml.saml2.core.Assertion
Gets the list of statements attached to this assertion that match a particular QName.
getStatements() - Method in class org.opensaml.saml2.core.impl.AssertionImpl
Gets the list of statements attached to this assertion.
getStatements(QName) - Method in class org.opensaml.saml2.core.impl.AssertionImpl
Gets the list of statements attached to this assertion that match a particular QName.
getStatus() - Method in class org.opensaml.saml1.core.impl.ResponseImpl
Return the object representing the Status (element).
getStatus() - Method in interface org.opensaml.saml1.core.Response
Return the object representing the Status (element).
getStatus() - Method in class org.opensaml.saml2.core.impl.StatusResponseTypeImpl
Gets the Status of this response.
getStatus() - Method in interface org.opensaml.saml2.core.StatusResponseType
Gets the Status of this response.
getStatus() - Method in class org.opensaml.xacml.ctx.impl.ResultTypeImpl
Returns the status in the result.
getStatus() - Method in interface org.opensaml.xacml.ctx.ResultType
Returns the status in the result.
getStatusCode() - Method in class org.opensaml.saml1.core.impl.StatusCodeImpl
Gets the second level status code.
getStatusCode() - Method in class org.opensaml.saml1.core.impl.StatusImpl
Return the object representing the StatusCode (element).
getStatusCode() - Method in interface org.opensaml.saml1.core.Status
Return the object representing the StatusCode (element).
getStatusCode() - Method in interface org.opensaml.saml1.core.StatusCode
Gets the second level status code.
getStatusCode() - Method in class org.opensaml.saml2.core.impl.StatusCodeImpl
Gets the Status Code of this Status Code.
getStatusCode() - Method in class org.opensaml.saml2.core.impl.StatusImpl
Gets the Code of this Status.
getStatusCode() - Method in interface org.opensaml.saml2.core.Status
Gets the Code of this Status.
getStatusCode() - Method in interface org.opensaml.saml2.core.StatusCode
Gets the Status Code of this Status Code.
getStatusCode() - Method in class org.opensaml.xacml.ctx.impl.StatusCodeTypeImpl
Gets the status code.
getStatusCode() - Method in class org.opensaml.xacml.ctx.impl.StatusTypeImpl
Gets the status code of status.
getStatusCode() - Method in interface org.opensaml.xacml.ctx.StatusCodeType
Gets the status code.
getStatusCode() - Method in interface org.opensaml.xacml.ctx.StatusType
Gets the status code of status.
getStatusDetail() - Method in class org.opensaml.saml1.core.impl.StatusImpl
Return the object representing the StatusDetail (element).
getStatusDetail() - Method in interface org.opensaml.saml1.core.Status
Return the object representing the StatusDetail (element).
getStatusDetail() - Method in class org.opensaml.saml2.core.impl.StatusImpl
Gets the Detail of this Status.
getStatusDetail() - Method in interface org.opensaml.saml2.core.Status
Gets the Detail of this Status.
getStatusDetail() - Method in class org.opensaml.xacml.ctx.impl.StatusTypeImpl
Gets the status detail of status.
getStatusDetail() - Method in interface org.opensaml.xacml.ctx.StatusType
Gets the status detail of status.
getStatusMessage() - Method in class org.opensaml.saml1.core.impl.StatusImpl
Return the object representing the StatusMessage (element).
getStatusMessage() - Method in interface org.opensaml.saml1.core.Status
Return the object representing the StatusMessage (element).
getStatusMessage() - Method in class org.opensaml.saml2.core.impl.StatusImpl
Gets the Message of this Status.
getStatusMessage() - Method in interface org.opensaml.saml2.core.Status
Gets the Message of this Status.
getStatusMessage() - Method in class org.opensaml.xacml.ctx.impl.StatusTypeImpl
Gets the status message of status.
getStatusMessage() - Method in interface org.opensaml.xacml.ctx.StatusType
Gets the status message of status.
getSubject() - Method in class org.opensaml.saml1.core.impl.SubjectQueryImpl
Get Subject child element
getSubject() - Method in class org.opensaml.saml1.core.impl.SubjectStatementImpl
getSubject() - Method in interface org.opensaml.saml1.core.SubjectQuery
Get Subject child element
getSubject() - Method in interface org.opensaml.saml1.core.SubjectStatement
 
getSubject() - Method in interface org.opensaml.saml2.core.Assertion
Gets the Subject of this assertion.
getSubject() - Method in interface org.opensaml.saml2.core.AuthnRequest
Gets the Subject of the request.
getSubject() - Method in class org.opensaml.saml2.core.impl.AssertionImpl
Gets the Subject of this assertion.
getSubject() - Method in class org.opensaml.saml2.core.impl.AuthnRequestImpl
Gets the Subject of the request.
getSubject() - Method in class org.opensaml.saml2.core.impl.SubjectQueryImpl
Gets the Subject of this request.
getSubject() - Method in interface org.opensaml.saml2.core.SubjectQuery
Gets the Subject of this request.
getSubjectAttributeDesignator() - Method in class org.opensaml.xacml.policy.impl.SubjectMatchTypeImpl
Gets the subject attribute designator for this match.
getSubjectAttributeDesignator() - Method in interface org.opensaml.xacml.policy.SubjectMatchType
Gets the subject attribute designator for this match.
getSubjectCategory() - Method in class org.opensaml.xacml.ctx.impl.SubjectTypeImpl
Gets the subjectcategory of the subject.
getSubjectCategory() - Method in interface org.opensaml.xacml.ctx.SubjectType
Gets the subjectcategory of the subject.
getSubjectCategory() - Method in class org.opensaml.xacml.policy.impl.SubjectAttributeDesignatorTypeImpl
Gets the category of the Subject.
getSubjectCategory() - Method in interface org.opensaml.xacml.policy.SubjectAttributeDesignatorType
Gets the category of the Subject.
getSubjectConfirmation() - Method in class org.opensaml.saml1.core.impl.SubjectImpl
Gets the SubjectConfirmation of this Subject
getSubjectConfirmation() - Method in interface org.opensaml.saml1.core.Subject
Gets the SubjectConfirmation of this Subject
getSubjectConfirmationData() - Method in class org.opensaml.saml1.core.impl.SubjectConfirmationImpl
Return the SubjectConfirmationData
getSubjectConfirmationData() - Method in interface org.opensaml.saml1.core.SubjectConfirmation
Return the SubjectConfirmationData
getSubjectConfirmationData() - Method in class org.opensaml.saml2.core.impl.SubjectConfirmationImpl
Gets the data about how this subject was confirmed or constraints on the confirmation.
getSubjectConfirmationData() - Method in interface org.opensaml.saml2.core.SubjectConfirmation
Gets the data about how this subject was confirmed or constraints on the confirmation.
getSubjectConfirmations() - Method in class org.opensaml.saml2.core.impl.SubjectImpl
Gets the confirmations made about this subject.
getSubjectConfirmations() - Method in interface org.opensaml.saml2.core.Subject
Gets the confirmations made about this subject.
getSubjectLocality() - Method in interface org.opensaml.saml1.core.AuthenticationStatement
Set the (single) SubjectLocality child element
getSubjectLocality() - Method in class org.opensaml.saml1.core.impl.AuthenticationStatementImpl
Set the (single) SubjectLocality child element
getSubjectLocality() - Method in interface org.opensaml.saml2.core.AuthnStatement
Get the DNS domain and IP address of the system where the principal was authenticated.
getSubjectLocality() - Method in class org.opensaml.saml2.core.impl.AuthnStatementImpl
Get the DNS domain and IP address of the system where the principal was authenticated.
getSubjectMatches() - Method in class org.opensaml.xacml.policy.impl.SubjectTypeImpl
Gets the subject matches for this action.
getSubjectMatches() - Method in interface org.opensaml.xacml.policy.SubjectType
Gets the subject matches for this action.
getSubjectNameIdentifier() - Method in class org.opensaml.common.binding.BasicSAMLMessageContext
Gets the subject's SAML name identifier.
getSubjectNameIdentifier() - Method in interface org.opensaml.common.binding.SAMLMessageContext
Gets the subject's SAML name identifier.
getSubjectQuery() - Method in class org.opensaml.saml1.core.impl.RequestImpl
Get the request SubjectQuery, AuthenticationQuery, AttributeQuery, or AuthorizationDecisionQuery
getSubjectQuery() - Method in interface org.opensaml.saml1.core.Request
Get the request SubjectQuery, AuthenticationQuery, AttributeQuery, or AuthorizationDecisionQuery
getSubjects() - Method in class org.opensaml.xacml.ctx.impl.RequestTypeImpl
Gets the subjects from the request.
getSubjects() - Method in interface org.opensaml.xacml.ctx.RequestType
Gets the subjects from the request.
getSubjects() - Method in class org.opensaml.xacml.policy.impl.SubjectsTypeImpl
Gets the subjects.
getSubjects() - Method in class org.opensaml.xacml.policy.impl.TargetTypeImpl
Gets the subjects of this target.
getSubjects() - Method in interface org.opensaml.xacml.policy.SubjectsType
Gets the subjects.
getSubjects() - Method in interface org.opensaml.xacml.policy.TargetType
Gets the subjects of this target.
getSubjectStatements() - Method in interface org.opensaml.saml1.core.Assertion
Return the List representing all the SubjectStatement sub elements.
getSubjectStatements() - Method in class org.opensaml.saml1.core.impl.AssertionImpl
Return the List representing all the SubjectStatement sub elements.
getSupportedIssuerBindings() - Method in class org.opensaml.common.binding.AbstractEndpointSelector
Gets the list of bindings supported by the message issuer.
getSupportedProtocols() - Method in class org.opensaml.saml2.metadata.impl.RoleDescriptorImpl
Gets an immutable list of protocol URIs supported by this role.
getSupportedProtocols() - Method in interface org.opensaml.saml2.metadata.RoleDescriptor
Gets an immutable list of protocol URIs supported by this role.
getSurName() - Method in interface org.opensaml.saml2.metadata.ContactPerson
Gets the surname for this person.
getSurName() - Method in class org.opensaml.saml2.metadata.impl.ContactPersonImpl
Gets the surname for this person.
getTarget() - Method in class org.opensaml.xacml.policy.impl.PolicySetTypeImpl
Gets the target of this policy set.
getTarget() - Method in class org.opensaml.xacml.policy.impl.PolicyTypeImpl
Gets the target of this policy.
getTarget() - Method in class org.opensaml.xacml.policy.impl.RuleTypeImpl
Gets the target of this rule.
getTarget() - Method in interface org.opensaml.xacml.policy.PolicySetType
Gets the target of this policy set.
getTarget() - Method in interface org.opensaml.xacml.policy.PolicyType
Gets the target of this policy.
getTarget() - Method in interface org.opensaml.xacml.policy.RuleType
Gets the target of this rule.
getTelephoneNumbers() - Method in interface org.opensaml.saml2.metadata.ContactPerson
Gets an immutable list of telephone numbers for this person.
getTelephoneNumbers() - Method in class org.opensaml.saml2.metadata.impl.ContactPersonImpl
Gets an immutable list of telephone numbers for this person.
getTerminate() - Method in class org.opensaml.saml2.core.impl.ManageNameIDRequestImpl
Get the Terminate of the request.
getTerminate() - Method in interface org.opensaml.saml2.core.ManageNameIDRequest
Get the Terminate of the request.
getTextContent() - Method in class org.opensaml.saml2.core.impl.AuthnContextDeclImpl
getTransforms() - Method in class org.opensaml.common.impl.SAMLObjectContentReference
Gets the transforms applied to the content prior to digest generation.
getTrustEngine() - Method in class org.opensaml.common.binding.security.BaseSAMLSimpleSignatureSecurityPolicyRule
Gets the engine used to validate the signature.
getType() - Method in interface org.opensaml.saml2.metadata.ContactPerson
Gets the type of contact this person.
getType() - Method in class org.opensaml.saml2.metadata.impl.ContactPersonImpl
Gets the type of contact this person.
getTypeCode() - Method in class org.opensaml.common.binding.artifact.AbstractSAMLArtifact
Gets the 2 byte type code for this artifact.
getUnderstoodHeaders() - Method in class org.opensaml.saml1.binding.decoding.HTTPSOAP11Decoder
Gets the SOAP header names that are understood by the application.
getUnderstoodHeaders() - Method in class org.opensaml.saml2.binding.decoding.HTTPSOAP11Decoder
Gets the SOAP header names that are understood by the application.
getUnknownAttributes() - Method in class org.opensaml.saml2.core.impl.AttributeImpl
getUnknownAttributes() - Method in class org.opensaml.saml2.core.impl.AuthnContextDeclImpl
getUnknownAttributes() - Method in class org.opensaml.saml2.core.impl.SubjectConfirmationDataImpl
getUnknownAttributes() - Method in class org.opensaml.saml2.metadata.impl.AffiliationDescriptorImpl
getUnknownAttributes() - Method in class org.opensaml.saml2.metadata.impl.ContactPersonImpl
getUnknownAttributes() - Method in class org.opensaml.saml2.metadata.impl.EndpointImpl
getUnknownAttributes() - Method in class org.opensaml.saml2.metadata.impl.EntityDescriptorImpl
getUnknownAttributes() - Method in class org.opensaml.saml2.metadata.impl.OrganizationImpl
getUnknownAttributes() - Method in class org.opensaml.saml2.metadata.impl.RoleDescriptorImpl
getUnknownAttributes() - Method in class org.opensaml.xacml.ctx.impl.AttributeValueTypeImpl
getUnknownAttributes() - Method in class org.opensaml.xacml.ctx.impl.ResourceContentTypeImpl
getUnknownAttributes() - Method in class org.opensaml.xacml.policy.impl.AttributeValueTypeImpl
getUnknownXMLObjects() - Method in class org.opensaml.saml1.core.impl.AdviceImpl
getUnknownXMLObjects(QName) - Method in class org.opensaml.saml1.core.impl.AdviceImpl
getUnknownXMLObjects() - Method in class org.opensaml.saml1.core.impl.StatusDetailImpl
getUnknownXMLObjects(QName) - Method in class org.opensaml.saml1.core.impl.StatusDetailImpl
getUnknownXMLObjects() - Method in class org.opensaml.saml2.common.impl.ExtensionsImpl
getUnknownXMLObjects(QName) - Method in class org.opensaml.saml2.common.impl.ExtensionsImpl
getUnknownXMLObjects() - Method in class org.opensaml.saml2.core.impl.AuthnContextDeclImpl
getUnknownXMLObjects(QName) - Method in class org.opensaml.saml2.core.impl.AuthnContextDeclImpl
getUnknownXMLObjects() - Method in class org.opensaml.saml2.core.impl.StatusDetailImpl
getUnknownXMLObjects(QName) - Method in class org.opensaml.saml2.core.impl.StatusDetailImpl
getUnknownXMLObjects() - Method in class org.opensaml.saml2.core.impl.SubjectConfirmationDataImpl
getUnknownXMLObjects(QName) - Method in class org.opensaml.saml2.core.impl.SubjectConfirmationDataImpl
getUnknownXMLObjects() - Method in class org.opensaml.saml2.metadata.impl.EndpointImpl
getUnknownXMLObjects(QName) - Method in class org.opensaml.saml2.metadata.impl.EndpointImpl
getUnknownXMLObjects() - Method in class org.opensaml.xacml.ctx.impl.AttributeValueTypeImpl
getUnknownXMLObjects(QName) - Method in class org.opensaml.xacml.ctx.impl.AttributeValueTypeImpl
getUnknownXMLObjects() - Method in class org.opensaml.xacml.ctx.impl.ResourceContentTypeImpl
getUnknownXMLObjects(QName) - Method in class org.opensaml.xacml.ctx.impl.ResourceContentTypeImpl
getUnknownXMLObjects() - Method in class org.opensaml.xacml.ctx.impl.StatusDetailTypeImpl
getUnknownXMLObjects(QName) - Method in class org.opensaml.xacml.ctx.impl.StatusDetailTypeImpl
getUnknownXMLObjects() - Method in class org.opensaml.xacml.policy.impl.AttributeValueTypeImpl
getUnknownXMLObjects(QName) - Method in class org.opensaml.xacml.policy.impl.AttributeValueTypeImpl
getUri() - Method in interface org.opensaml.saml1.core.Audience
Return the URI which makes up the Body
getUri() - Method in class org.opensaml.saml1.core.impl.AudienceImpl
Return the URI which makes up the Body
getURI() - Method in interface org.opensaml.saml2.core.AuthenticatingAuthority
Gets the URI of this Authenticating Authority.
getURI() - Method in class org.opensaml.saml2.core.impl.AuthenticatingAuthorityImpl
Gets the URI of this Authenticating Authority.
getURIComparator() - Method in class org.opensaml.common.binding.decoding.BaseSAMLMessageDecoder
Get the URIComparator to use in BaseSAMLMessageDecoder.compareEndpointURIs(String, String).
getURL() - Method in class org.opensaml.saml2.metadata.impl.OrganizationURLImpl
Gets the URL of the organization.
getURL() - Method in interface org.opensaml.saml2.metadata.OrganizationURL
Gets the URL of the organization.
getURLs() - Method in class org.opensaml.saml2.metadata.impl.OrganizationImpl
Gets a list of URLs for this organization.
getURLs() - Method in interface org.opensaml.saml2.metadata.Organization
Gets a list of URLs for this organization.
getUse() - Method in class org.opensaml.saml2.metadata.impl.KeyDescriptorImpl
Gets the use of this key.
getUse() - Method in interface org.opensaml.saml2.metadata.KeyDescriptor
Gets the use of this key.
getUseQueryResourceAsEntityId() - Method in class org.opensaml.saml1.binding.decoding.BaseSAML1MessageDecoder
Gets whether to use the Resource attribute of some SAML 1 queries as the entity ID of the inbound message issuer.
getValidUntil() - Method in interface org.opensaml.saml2.common.TimeBoundSAMLObject
Gets the date until which this descriptor is valid.
getValidUntil() - Method in class org.opensaml.saml2.metadata.impl.AffiliationDescriptorImpl
Gets the date until which this descriptor is valid.
getValidUntil() - Method in class org.opensaml.saml2.metadata.impl.EntitiesDescriptorImpl
Gets the date until which this descriptor is valid.
getValidUntil() - Method in class org.opensaml.saml2.metadata.impl.EntityDescriptorImpl
Gets the date until which this descriptor is valid.
getValidUntil() - Method in class org.opensaml.saml2.metadata.impl.RoleDescriptorImpl
Gets the date until which this descriptor is valid.
getValidUntil(XMLObject) - Method in class org.opensaml.saml2.metadata.provider.RequiredValidUntilFilter
Gets the validUntil time of the metadata, if present.
getValue() - Method in class org.opensaml.saml1.core.impl.RespondWithImpl
getValue() - Method in class org.opensaml.saml1.core.impl.StatusCodeImpl
Gets the value of the status code.
getValue() - Method in interface org.opensaml.saml1.core.StatusCode
Gets the value of the status code.
getValue() - Method in class org.opensaml.saml2.core.impl.AbstractNameIDType
Gets the value of this type.
getValue() - Method in class org.opensaml.saml2.core.impl.StatusCodeImpl
Gets the Value of this Status Code.
getValue() - Method in interface org.opensaml.saml2.core.NameIDType
Gets the value of this type.
getValue() - Method in interface org.opensaml.saml2.core.StatusCode
Gets the Value of this Status Code.
getValue() - Method in class org.opensaml.samlext.saml1md.impl.SourceIDImpl
getValue() - Method in class org.opensaml.samlext.saml2mdquery.impl.ActionNamespaceImpl
getValue() - Method in interface org.opensaml.xacml.ctx.AttributeValueType
Gets the text content of the element.
getValue() - Method in class org.opensaml.xacml.ctx.impl.AttributeValueTypeImpl
Gets the text content of the element.
getValue() - Method in class org.opensaml.xacml.ctx.impl.ResourceContentTypeImpl
Gets the text value of this element.
getValue() - Method in class org.opensaml.xacml.ctx.impl.StatusCodeTypeImpl
Gets the value of the attribute named value of the status element.
getValue() - Method in class org.opensaml.xacml.ctx.impl.StatusMessageTypeImpl
getValue() - Method in interface org.opensaml.xacml.ctx.ResourceContentType
Gets the text value of this element.
getValue() - Method in interface org.opensaml.xacml.ctx.StatusCodeType
Gets the value of the attribute named value of the status element.
getValue() - Method in interface org.opensaml.xacml.policy.AttributeValueType
Gets the text content of the element.
getValue() - Method in class org.opensaml.xacml.policy.impl.AttributeValueTypeImpl
Gets the text content of the element.
getValue() - Method in class org.opensaml.xacml.policy.impl.DescriptionTypeImpl
getVariableDefinitions() - Method in class org.opensaml.xacml.policy.impl.PolicyTypeImpl
Gets the variable definition for this policy.
getVariableDefinitions() - Method in interface org.opensaml.xacml.policy.PolicyType
Gets the variable definition for this policy.
getVariableId() - Method in class org.opensaml.xacml.policy.impl.VariableDefinitionTypeImpl
Gets the ID of this defined variable.
getVariableId() - Method in class org.opensaml.xacml.policy.impl.VariableReferenceTypeImpl
Gets the ID of the referenced variable.
getVariableId() - Method in interface org.opensaml.xacml.policy.VariableDefinitionType
Gets the ID of this defined variable.
getVariableId() - Method in interface org.opensaml.xacml.policy.VariableReferenceType
Gets the ID of the referenced variable.
getVersion() - Method in interface org.opensaml.saml2.core.Assertion
Gets the SAML Version of this assertion.
getVersion() - Method in class org.opensaml.saml2.core.impl.AssertionImpl
Gets the SAML Version of this assertion.
getVersion() - Method in class org.opensaml.saml2.core.impl.RequestAbstractTypeImpl
Gets the SAML Version of this request.
getVersion() - Method in class org.opensaml.saml2.core.impl.StatusResponseTypeImpl
Gets the SAML Version of this response.
getVersion() - Method in interface org.opensaml.saml2.core.RequestAbstractType
Gets the SAML Version of this request.
getVersion() - Method in interface org.opensaml.saml2.core.StatusResponseType
Gets the SAML Version of this response.
getVersion() - Method in interface org.opensaml.xacml.policy.IdReferenceType
Gets the version of the reference.
getVersion() - Method in class org.opensaml.xacml.policy.impl.IdReferenceTypeImpl
Gets the version of the reference.
getVersion() - Method in class org.opensaml.xacml.policy.impl.PolicySetTypeImpl
Gets the XACML version of this policy set.
getVersion() - Method in class org.opensaml.xacml.policy.impl.PolicyTypeImpl
Gets the XACML version of this policy.
getVersion() - Method in interface org.opensaml.xacml.policy.PolicySetType
Gets the XACML version of this policy set.
getVersion() - Method in interface org.opensaml.xacml.policy.PolicyType
Gets the XACML version of this policy.
getWantAssertionsSigned() - Method in class org.opensaml.saml2.metadata.impl.SPSSODescriptorImpl
Gets whether this service wants assertions signed.
getWantAssertionsSigned() - Method in interface org.opensaml.saml2.metadata.SPSSODescriptor
Gets whether this service wants assertions signed.
getWantAssertionsSigned() - Method in class org.opensaml.samlext.saml2mdquery.impl.QueryDescriptorTypeImpl
Gets whether assertions to this endpoint should be signed.
getWantAssertionsSigned() - Method in interface org.opensaml.samlext.saml2mdquery.QueryDescriptorType
Gets whether assertions to this endpoint should be signed.
getWantAssertionsSignedXSBoolean() - Method in class org.opensaml.saml2.metadata.impl.SPSSODescriptorImpl
Gets whether this service wants assertions signed.
getWantAssertionsSignedXSBoolean() - Method in interface org.opensaml.saml2.metadata.SPSSODescriptor
Gets whether this service wants assertions signed.
getWantAssertionsSignedXSBoolean() - Method in class org.opensaml.samlext.saml2mdquery.impl.QueryDescriptorTypeImpl
Gets whether assertions to this endpoint should be signed.
getWantAssertionsSignedXSBoolean() - Method in interface org.opensaml.samlext.saml2mdquery.QueryDescriptorType
Gets whether assertions to this endpoint should be signed.
getWantAuthnRequestsSigned() - Method in interface org.opensaml.saml2.metadata.IDPSSODescriptor
Checks if the IDP SSO service wants authentication requests signed.
getWantAuthnRequestsSigned() - Method in class org.opensaml.saml2.metadata.impl.IDPSSODescriptorImpl
Checks if the IDP SSO service wants authentication requests signed.
getWantAuthnRequestsSignedXSBoolean() - Method in interface org.opensaml.saml2.metadata.IDPSSODescriptor
Checks if the IDP SSO service wants authentication requests signed.
getWantAuthnRequestsSignedXSBoolean() - Method in class org.opensaml.saml2.metadata.impl.IDPSSODescriptorImpl
Checks if the IDP SSO service wants authentication requests signed.
getXPathVersion() - Method in interface org.opensaml.xacml.policy.DefaultsType
Gets the XPath version for this type.
getXPathVersion() - Method in class org.opensaml.xacml.policy.impl.DefaultsTypeImpl
Gets the XPath version for this type.
GHPP_NS_URI - Static variable in interface org.opensaml.saml2.core.Action
Get/Head/Put/Post action namespace.
GivenName - Interface in org.opensaml.saml2.metadata
SAML 2.0 Metadata GivenName
GivenNameBuilder - Class in org.opensaml.saml2.metadata.impl
Builder of GivenNameImpl
GivenNameBuilder() - Constructor for class org.opensaml.saml2.metadata.impl.GivenNameBuilder
Constructor
GivenNameImpl - Class in org.opensaml.saml2.metadata.impl
Concrete implementation of GivenName.
GivenNameImpl(String, String, String) - Constructor for class org.opensaml.saml2.metadata.impl.GivenNameImpl
Constructor
GivenNameMarshaller - Class in org.opensaml.saml2.metadata.impl
A thread safe Marshaller for GivenName objects.
GivenNameMarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.GivenNameMarshaller
 
GivenNameSchemaValidator - Class in org.opensaml.saml2.metadata.validator
Checks GivenName for Schema compliance.
GivenNameSchemaValidator() - Constructor for class org.opensaml.saml2.metadata.validator.GivenNameSchemaValidator
Constructor
GivenNameUnmarshaller - Class in org.opensaml.saml2.metadata.impl
A thread-safe Unmarshaller for GivenName objects.
GivenNameUnmarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.GivenNameUnmarshaller
 
GLOBAL_TIMEOUT_URI - Static variable in interface org.opensaml.saml2.core.LogoutResponse
URI for global timeout logout reason.

H

hashCode() - Method in class org.opensaml.common.binding.artifact.AbstractSAMLArtifact
hashCode() - Method in class org.opensaml.saml2.metadata.LocalizedString
hashCode() - Method in class org.opensaml.security.MetadataCredentialResolver.MetadataCacheKey
hashCode() - Method in class org.opensaml.xacml.ctx.provider.BaseObligationHandler
hexEncode() - Method in class org.opensaml.common.binding.artifact.AbstractSAMLArtifact
Gets the hex encoded artifact.
HTTP_GET_ACTION - Static variable in interface org.opensaml.saml2.core.Action
HTTP GET action.
HTTP_HEAD_ACTION - Static variable in interface org.opensaml.saml2.core.Action
HTTP HEAD action.
HTTP_POST_ACTION - Static variable in interface org.opensaml.saml2.core.Action
HTTP POST action.
HTTP_PUT_ACTION - Static variable in interface org.opensaml.saml2.core.Action
HTTP PUT action.
HTTPArtifactDecoder - Class in org.opensaml.saml1.binding.decoding
SAML 1.X HTTP Artifact message decoder.
HTTPArtifactDecoder(SAMLArtifactMap, ParserPool) - Constructor for class org.opensaml.saml1.binding.decoding.HTTPArtifactDecoder
Constructor.
HTTPArtifactDecoder - Class in org.opensaml.saml2.binding.decoding
SAML 2 Artifact Binding decoder, support both HTTP GET and POST.
HTTPArtifactDecoder(ParserPool) - Constructor for class org.opensaml.saml2.binding.decoding.HTTPArtifactDecoder
Constructor.
HTTPArtifactEncoder - Class in org.opensaml.saml1.binding.encoding
SAML 1.X HTTP Artifact message encoder.
HTTPArtifactEncoder(SAMLArtifactMap) - Constructor for class org.opensaml.saml1.binding.encoding.HTTPArtifactEncoder
Constructor.
HTTPArtifactEncoder - Class in org.opensaml.saml2.binding.encoding
SAML 2 Artifact Binding encoder, support both HTTP GET and POST.
HTTPArtifactEncoder(VelocityEngine, String, SAMLArtifactMap) - Constructor for class org.opensaml.saml2.binding.encoding.HTTPArtifactEncoder
Constructor.
HTTPMetadataProvider - Class in org.opensaml.saml2.metadata.provider
A metadata provider that pulls metadata using an HTTP GET.
HTTPMetadataProvider(String, int) - Constructor for class org.opensaml.saml2.metadata.provider.HTTPMetadataProvider
Deprecated. 
HTTPMetadataProvider(Timer, HttpClient, String) - Constructor for class org.opensaml.saml2.metadata.provider.HTTPMetadataProvider
Constructor.
HTTPPostDecoder - Class in org.opensaml.saml1.binding.decoding
SAML 1.X HTTP POST message decoder.
HTTPPostDecoder() - Constructor for class org.opensaml.saml1.binding.decoding.HTTPPostDecoder
Constructor.
HTTPPostDecoder(ParserPool) - Constructor for class org.opensaml.saml1.binding.decoding.HTTPPostDecoder
Constructor.
HTTPPostDecoder(SAMLArtifactMap) - Constructor for class org.opensaml.saml1.binding.decoding.HTTPPostDecoder
Deprecated.  
HTTPPostDecoder(SAMLArtifactMap, ParserPool) - Constructor for class org.opensaml.saml1.binding.decoding.HTTPPostDecoder
Deprecated.  
HTTPPostDecoder - Class in org.opensaml.saml2.binding.decoding
Message decoder implementing the SAML 2.0 HTTP POST binding.
HTTPPostDecoder() - Constructor for class org.opensaml.saml2.binding.decoding.HTTPPostDecoder
Constructor.
HTTPPostDecoder(ParserPool) - Constructor for class org.opensaml.saml2.binding.decoding.HTTPPostDecoder
Constructor.
HTTPPostEncoder - Class in org.opensaml.saml1.binding.encoding
SAML 1.X HTTP POST message encoder.
HTTPPostEncoder(VelocityEngine, String) - Constructor for class org.opensaml.saml1.binding.encoding.HTTPPostEncoder
Constructor.
HTTPPostEncoder - Class in org.opensaml.saml2.binding.encoding
SAML 2.0 HTTP Post binding message encoder.
HTTPPostEncoder(VelocityEngine, String) - Constructor for class org.opensaml.saml2.binding.encoding.HTTPPostEncoder
Constructor.
HTTPPostSimpleSignDecoder - Class in org.opensaml.saml2.binding.decoding
Message decoder implementing the SAML 2.0 HTTP POST-SimpleSign binding.
HTTPPostSimpleSignDecoder() - Constructor for class org.opensaml.saml2.binding.decoding.HTTPPostSimpleSignDecoder
Constructor.
HTTPPostSimpleSignDecoder(ParserPool) - Constructor for class org.opensaml.saml2.binding.decoding.HTTPPostSimpleSignDecoder
Constructor.
HTTPPostSimpleSignEncoder - Class in org.opensaml.saml2.binding.encoding
SAML 2.0 HTTP-POST-SimpleSign binding message encoder.
HTTPPostSimpleSignEncoder(VelocityEngine, String) - Constructor for class org.opensaml.saml2.binding.encoding.HTTPPostSimpleSignEncoder
Constructor.
HTTPPostSimpleSignEncoder(VelocityEngine, String, boolean) - Constructor for class org.opensaml.saml2.binding.encoding.HTTPPostSimpleSignEncoder
Constructor.
HTTPRedirectDeflateDecoder - Class in org.opensaml.saml2.binding.decoding
SAML 2.0 HTTP Redirect decoder using the DEFLATE encoding method.
HTTPRedirectDeflateDecoder() - Constructor for class org.opensaml.saml2.binding.decoding.HTTPRedirectDeflateDecoder
Constructor.
HTTPRedirectDeflateDecoder(ParserPool) - Constructor for class org.opensaml.saml2.binding.decoding.HTTPRedirectDeflateDecoder
Constructor.
HTTPRedirectDeflateEncoder - Class in org.opensaml.saml2.binding.encoding
SAML 2.0 HTTP Redirect encoder using the DEFLATE encoding method.
HTTPRedirectDeflateEncoder() - Constructor for class org.opensaml.saml2.binding.encoding.HTTPRedirectDeflateEncoder
Constructor.
HTTPSOAP11Decoder - Class in org.opensaml.saml1.binding.decoding
SAML 1.1 HTTP SOAP 1.1 binding decoder.
HTTPSOAP11Decoder() - Constructor for class org.opensaml.saml1.binding.decoding.HTTPSOAP11Decoder
Constructor.
HTTPSOAP11Decoder(ParserPool) - Constructor for class org.opensaml.saml1.binding.decoding.HTTPSOAP11Decoder
Constructor.
HTTPSOAP11Decoder(SAMLArtifactMap) - Constructor for class org.opensaml.saml1.binding.decoding.HTTPSOAP11Decoder
Deprecated.  
HTTPSOAP11Decoder(SAMLArtifactMap, ParserPool) - Constructor for class org.opensaml.saml1.binding.decoding.HTTPSOAP11Decoder
Deprecated.  
HTTPSOAP11Decoder - Class in org.opensaml.saml2.binding.decoding
SAML 2.0 SOAP 1.1 over HTTP binding decoder.
HTTPSOAP11Decoder() - Constructor for class org.opensaml.saml2.binding.decoding.HTTPSOAP11Decoder
Constructor.
HTTPSOAP11Decoder(ParserPool) - Constructor for class org.opensaml.saml2.binding.decoding.HTTPSOAP11Decoder
Constructor.
HTTPSOAP11Encoder - Class in org.opensaml.saml1.binding.encoding
SAML 1.X HTTP SOAP 1.1 binding message encoder.
HTTPSOAP11Encoder() - Constructor for class org.opensaml.saml1.binding.encoding.HTTPSOAP11Encoder
Constructor.
HTTPSOAP11Encoder - Class in org.opensaml.saml2.binding.encoding
SAML 2.0 SOAP 1.1 over HTTP binding encoder.
HTTPSOAP11Encoder() - Constructor for class org.opensaml.saml2.binding.encoding.HTTPSOAP11Encoder
Constructor.

I

ID_ATTRIB_NAME - Static variable in interface org.opensaml.saml1.core.Assertion
Name for the attribute which defines the Issue Instant.
ID_ATTRIB_NAME - Static variable in interface org.opensaml.saml1.core.RequestAbstractType
Name for the attribute which defines the Issue Instant.
ID_ATTRIB_NAME - Static variable in interface org.opensaml.saml1.core.ResponseAbstractType
Name for the attribute which defines the Issue Instant.
ID_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.core.Assertion
ID attribute name.
ID_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.core.RequestAbstractType
ID attribute name.
ID_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.core.StatusResponseType
ID attribute name.
ID_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.metadata.AffiliationDescriptor
ID attribute's local name
ID_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.metadata.EntitiesDescriptor
"ID" attribute name
ID_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.metadata.EntityDescriptor
"ID" attribute name
ID_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.metadata.RoleDescriptor
"ID" attribute's local name.
IdentifierGenerator - Interface in org.opensaml.common
Interface for identifier generators.
IDP_DISCO_NS - Static variable in interface org.opensaml.samlext.idpdisco.DiscoveryResponse
Namespace for Discovery Service metadata extensions.
IDP_DISCO_PREFIX - Static variable in interface org.opensaml.samlext.idpdisco.DiscoveryResponse
Default namespace prefix used by this library.
IDPEntry - Interface in org.opensaml.saml2.core
SAML 2.0 Core IDPEntry.
IDPEntryBuilder - Class in org.opensaml.saml2.core.impl
Builder of IDPEntryImpl.
IDPEntryBuilder() - Constructor for class org.opensaml.saml2.core.impl.IDPEntryBuilder
Constructor.
IDPEntryImpl - Class in org.opensaml.saml2.core.impl
Concrete implementation of IDPEntry.
IDPEntryImpl(String, String, String) - Constructor for class org.opensaml.saml2.core.impl.IDPEntryImpl
Constructor.
IDPEntryMarshaller - Class in org.opensaml.saml2.core.impl
A thread safe Marshaller for IDPEntry objects.
IDPEntryMarshaller() - Constructor for class org.opensaml.saml2.core.impl.IDPEntryMarshaller
 
IDPEntrySchemaValidator - Class in org.opensaml.saml2.core.validator
Checks IDPEntry for Schema compliance.
IDPEntrySchemaValidator() - Constructor for class org.opensaml.saml2.core.validator.IDPEntrySchemaValidator
Constructor
IDPEntryUnmarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Unmarshaller for IDPEntry objects.
IDPEntryUnmarshaller() - Constructor for class org.opensaml.saml2.core.impl.IDPEntryUnmarshaller
 
IDPList - Interface in org.opensaml.saml2.core
SAML 2.0 Core IDPList.
IDPListBuilder - Class in org.opensaml.saml2.core.impl
Builder of IDPListImpl.
IDPListBuilder() - Constructor for class org.opensaml.saml2.core.impl.IDPListBuilder
Constructor.
IDPListImpl - Class in org.opensaml.saml2.core.impl
Concrete implementation of IDPList.
IDPListImpl(String, String, String) - Constructor for class org.opensaml.saml2.core.impl.IDPListImpl
Constructor.
IDPListMarshaller - Class in org.opensaml.saml2.core.impl
A thread safe Marshaller for IDPList objects.
IDPListMarshaller() - Constructor for class org.opensaml.saml2.core.impl.IDPListMarshaller
 
IDPListSchemaValidator - Class in org.opensaml.saml2.core.validator
Checks IDPList for Schema compliance.
IDPListSchemaValidator() - Constructor for class org.opensaml.saml2.core.validator.IDPListSchemaValidator
Constructor
IDPListUnmarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Unmarshaller for IDPList objects.
IDPListUnmarshaller() - Constructor for class org.opensaml.saml2.core.impl.IDPListUnmarshaller
 
IDPSSODescriptor - Interface in org.opensaml.saml2.metadata
SAML 2.0 Metadata IDPSSODescriptorType
IDPSSODescriptorBuilder - Class in org.opensaml.saml2.metadata.impl
Builder for IDPSSODescriptorImpl
IDPSSODescriptorBuilder() - Constructor for class org.opensaml.saml2.metadata.impl.IDPSSODescriptorBuilder
Constructor
IDPSSODescriptorImpl - Class in org.opensaml.saml2.metadata.impl
Concrete implementation of IDPSSODescriptor.
IDPSSODescriptorImpl(String, String, String) - Constructor for class org.opensaml.saml2.metadata.impl.IDPSSODescriptorImpl
Constructor.
IDPSSODescriptorMarshaller - Class in org.opensaml.saml2.metadata.impl
A thread safe Marshaller for IDPSSODescriptor objects.
IDPSSODescriptorMarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.IDPSSODescriptorMarshaller
 
IDPSSODescriptorSchemaValidator - Class in org.opensaml.saml2.metadata.validator
Checks IDPSSODescriptor for Schema compliance.
IDPSSODescriptorSchemaValidator() - Constructor for class org.opensaml.saml2.metadata.validator.IDPSSODescriptorSchemaValidator
Constructor
IDPSSODescriptorSpecValidator - Class in org.opensaml.saml2.metadata.validator
Checks IDPSSODescriptor for Spec compliance.
IDPSSODescriptorSpecValidator() - Constructor for class org.opensaml.saml2.metadata.validator.IDPSSODescriptorSpecValidator
Constructor
IDPSSODescriptorUnmarshaller - Class in org.opensaml.saml2.metadata.impl
A thread safe Unmarshaller for SSODescriptor objects.
IDPSSODescriptorUnmarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.IDPSSODescriptorUnmarshaller
 
IdReferenceType - Interface in org.opensaml.xacml.policy
XACML IdReference schema type.
IdReferenceTypeImpl - Class in org.opensaml.xacml.policy.impl
Implementation of IdReferenceType.
IdReferenceTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.IdReferenceTypeImpl
Constructor.
IdReferenceTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
Builder for IdReferenceType.
IdReferenceTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.IdReferenceTypeImplBuilder
 
IdReferenceTypeMarshaller - Class in org.opensaml.xacml.policy.impl
Marshaller for IdReferenceType.
IdReferenceTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.IdReferenceTypeMarshaller
Constructor.
IdReferenceTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
Unmarshaller for IdReferenceType.
IdReferenceTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.IdReferenceTypeUnmarshaller
Constructor.
IMPLICIT_CONSENT - Static variable in interface org.opensaml.saml2.core.RequestAbstractType
Implicit consent URI.
IMPLICIT_CONSENT - Static variable in interface org.opensaml.saml2.core.StatusResponseType
Implicit consent URI.
IN_RESPONSE_TO_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.core.StatusResponseType
InResponseTo attribute name.
IN_RESPONSE_TO_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.core.SubjectConfirmationData
InResponseTo attribute name.
INAPPLICABLE_CONSENT - Static variable in interface org.opensaml.saml2.core.RequestAbstractType
Inapplicable consent URI.
INAPPLICABLE_CONSENT - Static variable in interface org.opensaml.saml2.core.StatusResponseType
Inapplicable consent URI.
INDETERMINATE - Static variable in class org.opensaml.saml1.core.DecisionTypeEnumeration
"Indeterminate" decision type
INDETERMINATE - Static variable in class org.opensaml.saml2.core.DecisionTypeEnumeration
Indeterminate decision type.
INDEX_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.metadata.AttributeConsumingService
"index" attribute's local name
INDEX_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.metadata.IndexedEndpoint
index attribute name.
IndexedEndpoint - Interface in org.opensaml.saml2.metadata
SAML 2.0 Metadata IndexedEndpoint.
IndexedEndpointImpl - Class in org.opensaml.saml2.metadata.impl
Concrete implementation of IndexedEndpoint
IndexedEndpointImpl(String, String, String) - Constructor for class org.opensaml.saml2.metadata.impl.IndexedEndpointImpl
Constructor
IndexedEndpointMarshaller - Class in org.opensaml.saml2.metadata.impl
A thread safe Marshaller for IndexedEndpoint objects.
IndexedEndpointMarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.IndexedEndpointMarshaller
 
IndexedEndpointSchemaValidator<EndpointType extends IndexedEndpoint> - Class in org.opensaml.saml2.metadata.validator
Checks IndexedEndpoint for Schema compliance.
IndexedEndpointSchemaValidator() - Constructor for class org.opensaml.saml2.metadata.validator.IndexedEndpointSchemaValidator
Constructor
IndexedEndpointUnmarshaller - Class in org.opensaml.saml2.metadata.impl
A thread-safe unmarshaller for IndexedEndpoint objects.
IndexedEndpointUnmarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.IndexedEndpointUnmarshaller
 
initialize() - Method in class org.opensaml.saml2.metadata.provider.AbstractMetadataProvider
Initializes this metadata provider.
initializeArtifactBuilderFactories() - Static method in class org.opensaml.DefaultBootstrap
Initializes the artifact factories for SAML 1 and SAML 2 artifacts.
initializeGlobalSecurityConfiguration() - Static method in class org.opensaml.DefaultBootstrap
Initializes the default global security configuration.
initializeParserPool() - Static method in class org.opensaml.DefaultBootstrap
Initializes the default global parser pool instance.
initializeVelocity() - Static method in class org.opensaml.DefaultBootstrap
Intializes the Apache Velocity template engine.
initializeXMLSecurity() - Static method in class org.opensaml.DefaultBootstrap
Initializes the Apache XMLSecurity libary.
initializeXMLTooling(String[]) - Static method in class org.opensaml.DefaultBootstrap
Initializes the XMLTooling library with a default set of object providers.
INPUTCONTEXTONLY_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
InputContextOnly attribute name.
inputstreamToByteArray(InputStream) - Method in class org.opensaml.saml2.metadata.provider.AbstractReloadingMetadataProvider
Converts an InputStream into a byte array.
INRESPONSETO_ATTRIB_NAME - Static variable in interface org.opensaml.saml1.core.ResponseAbstractType
Name for the attribute which defines InResponseTo.
INVALID_ATTR_NAME_VALUE_URI - Static variable in interface org.opensaml.saml2.core.StatusCode
URI for InvalidAttrNameOrValue status code.
INVALID_NAMEID_POLICY_URI - Static variable in interface org.opensaml.saml2.core.StatusCode
URI for InvalidNameIDPolicy status code.
IP_ADDRESS_DATATYPE_URI - Static variable in class org.opensaml.xacml.XACMLConstants
IP address datatype URI.
IP_AUTHN_CTX - Static variable in interface org.opensaml.saml2.core.AuthnContext
URI for Internet Protocol authentication context.
IP_PASSWORD_AUTHN_CTX - Static variable in interface org.opensaml.saml2.core.AuthnContext
URI for Internet Protocol Password authentication context.
IPADDRESS_ATTRIB_NAME - Static variable in interface org.opensaml.saml1.core.SubjectLocality
Name for the IPAddress attribute.
IS_DEFAULT_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.metadata.AttributeConsumingService
"isDefault" attribute's local name
IS_DEFAULT_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.metadata.IndexedEndpoint
isDeault attribute name.
IS_PASSIVE_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.core.AuthnRequest
IsPassive attribute name.
IS_PASSIVE_NAME_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.ecp.Request
IsPassive attribute name.
IS_REQUIRED_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.metadata.RequestedAttribute
"isRequired" attribute's local name
isAuthnRequestsSigned() - Method in class org.opensaml.saml2.metadata.impl.SPSSODescriptorImpl
Gets whether this service signs AuthN requests.
isAuthnRequestsSigned() - Method in interface org.opensaml.saml2.metadata.SPSSODescriptor
Gets whether this service signs AuthN requests.
isAuthnRequestsSignedXSBoolean() - Method in class org.opensaml.saml2.metadata.impl.SPSSODescriptorImpl
Gets whether this service signs AuthN requests.
isAuthnRequestsSignedXSBoolean() - Method in interface org.opensaml.saml2.metadata.SPSSODescriptor
Gets whether this service signs AuthN requests.
isCaseInsensitive() - Method in class org.opensaml.common.binding.decoding.BasicURLComparator
Get the case-insensitivity flag value.
isCombinePolicies() - Method in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeImpl
Returns if the PDP can combine policies from the query and local policies.
isCombinePolicies() - Method in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
Returns if the PDP can combine policies from the query and local policies.
isDefault() - Method in interface org.opensaml.saml2.metadata.AttributeConsumingService
Checks if this is the default service for the service provider.
isDefault() - Method in class org.opensaml.saml2.metadata.impl.AttributeConsumingServiceImpl
Checks if this is the default service for the service provider.
isDefault() - Method in class org.opensaml.saml2.metadata.impl.IndexedEndpointImpl
Gets whether this is the default endpoint in a list.
isDefault() - Method in interface org.opensaml.saml2.metadata.IndexedEndpoint
Gets whether this is the default endpoint in a list.
isDefaultXSBoolean() - Method in interface org.opensaml.saml2.metadata.AttributeConsumingService
Checks if this is the default service for the service provider.
isDefaultXSBoolean() - Method in class org.opensaml.saml2.metadata.impl.AttributeConsumingServiceImpl
Checks if this is the default service for the service provider.
isDefaultXSBoolean() - Method in class org.opensaml.saml2.metadata.impl.IndexedEndpointImpl
Gets whether this is the default endpoint in a list.
isDefaultXSBoolean() - Method in interface org.opensaml.saml2.metadata.IndexedEndpoint
Gets whether this is the default endpoint in a list.
isFailFastInitialization() - Method in class org.opensaml.saml2.metadata.provider.AbstractMetadataProvider
Gets whether problems during initialization should cause the provider to fail or go on without metadata.
isForceAuthn() - Method in interface org.opensaml.saml2.core.AuthnRequest
Gets whether the IdP should force the user to reauthenticate.
isForceAuthn() - Method in class org.opensaml.saml2.core.impl.AuthnRequestImpl
Gets whether the IdP should force the user to reauthenticate.
isForceAuthnXSBoolean() - Method in interface org.opensaml.saml2.core.AuthnRequest
Gets whether the IdP should force the user to reauthenticate.
isForceAuthnXSBoolean() - Method in class org.opensaml.saml2.core.impl.AuthnRequestImpl
Gets whether the IdP should force the user to reauthenticate.
isInboundSAMLMessageAuthenticated() - Method in class org.opensaml.common.binding.BasicSAMLMessageContext
Gets whether the inbound SAML message has been authenticated.
isInboundSAMLMessageAuthenticated() - Method in interface org.opensaml.common.binding.SAMLMessageContext
Gets whether the inbound SAML message has been authenticated.
isInitialized() - Method in class org.opensaml.saml2.metadata.provider.AbstractMetadataProvider
Gets whether this provider is initialized.
isInputContextOnly() - Method in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeImpl
True then use only information in the XACMLAuthzDecisionQuery, if false could use external XACML attributes.
isInputContextOnly() - Method in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
True then use only information in the XACMLAuthzDecisionQuery, if false could use external XACML attributes.
isIntendedDestinationEndpointURIRequired(SAMLMessageContext) - Method in class org.opensaml.common.binding.decoding.BaseSAMLMessageDecoder
Determine whether the binding implemented by the decoder requires the presence within the message of information indicating the intended message destination endpoint URI.
isIntendedDestinationEndpointURIRequired(SAMLMessageContext) - Method in class org.opensaml.saml1.binding.decoding.HTTPArtifactDecoder
Determine whether the binding implemented by the decoder requires the presence within the message of information indicating the intended message destination endpoint URI.
isIntendedDestinationEndpointURIRequired(SAMLMessageContext) - Method in class org.opensaml.saml1.binding.decoding.HTTPPostDecoder
Determine whether the binding implemented by the decoder requires the presence within the message of information indicating the intended message destination endpoint URI.
isIntendedDestinationEndpointURIRequired(SAMLMessageContext) - Method in class org.opensaml.saml1.binding.decoding.HTTPSOAP11Decoder
Determine whether the binding implemented by the decoder requires the presence within the message of information indicating the intended message destination endpoint URI.
isIntendedDestinationEndpointURIRequired(SAMLMessageContext) - Method in class org.opensaml.saml2.binding.decoding.HTTPArtifactDecoder
Determine whether the binding implemented by the decoder requires the presence within the message of information indicating the intended message destination endpoint URI.
isIntendedDestinationEndpointURIRequired(SAMLMessageContext) - Method in class org.opensaml.saml2.binding.decoding.HTTPPostDecoder
Determine whether the binding implemented by the decoder requires the presence within the message of information indicating the intended message destination endpoint URI.
isIntendedDestinationEndpointURIRequired(SAMLMessageContext) - Method in class org.opensaml.saml2.binding.decoding.HTTPRedirectDeflateDecoder
Determine whether the binding implemented by the decoder requires the presence within the message of information indicating the intended message destination endpoint URI.
isIntendedDestinationEndpointURIRequired(SAMLMessageContext) - Method in class org.opensaml.saml2.binding.decoding.HTTPSOAP11Decoder
Determine whether the binding implemented by the decoder requires the presence within the message of information indicating the intended message destination endpoint URI.
isIssuerAuthenticated() - Method in class org.opensaml.common.binding.BasicSAMLMessageContext
isMessageSigned(SAMLMessageContext) - Method in class org.opensaml.common.binding.decoding.BaseSAMLMessageDecoder
Determine whether the SAML message represented by the message context is digitally signed.
isMessageSigned(SAMLMessageContext) - Method in class org.opensaml.saml2.binding.decoding.HTTPPostSimpleSignDecoder
Determine whether the SAML message represented by the message context is digitally signed.
isMessageSigned(SAMLMessageContext) - Method in class org.opensaml.saml2.binding.decoding.HTTPRedirectDeflateDecoder
Determine whether the SAML message represented by the message context is digitally signed.
isMessageSigned(SAMLMessageContext) - Method in class org.opensaml.saml2.binding.security.SAML2AuthnRequestsSignedRule
Determine whether the inbound message is signed.
isOnBadIndexUseDefault() - Method in class org.opensaml.saml2.metadata.support.AttributeConsumingServiceSelector
Get the flag which determines whether, in the case of an invalid index, to return the default AttributeConsumingService.
isPassive() - Method in interface org.opensaml.saml2.core.AuthnRequest
Gets whether the IdP should refrain from interacting with the user during the authentication process.
isPassive() - Method in class org.opensaml.saml2.core.impl.AuthnRequestImpl
Gets whether the IdP should refrain from interacting with the user during the authentication process.
isPassive() - Method in class org.opensaml.saml2.ecp.impl.RequestImpl
Get the IsPassive attribute value.
isPassive() - Method in interface org.opensaml.saml2.ecp.Request
Get the IsPassive attribute value.
isPassiveXSBoolean() - Method in interface org.opensaml.saml2.core.AuthnRequest
Gets whether the IdP should refrain from interacting with the user during the authentication process.
isPassiveXSBoolean() - Method in class org.opensaml.saml2.core.impl.AuthnRequestImpl
Gets whether the IdP should refrain from interacting with the user during the authentication process.
isPassiveXSBoolean() - Method in class org.opensaml.saml2.ecp.impl.RequestImpl
Get the IsPassive attribute value.
isPassiveXSBoolean() - Method in interface org.opensaml.saml2.ecp.Request
Get the IsPassive attribute value.
isPostEncoding() - Method in class org.opensaml.saml2.binding.encoding.HTTPArtifactEncoder
Gets whether the encoder will encode the artifact via POST encoding.
isRequired() - Method in class org.opensaml.saml2.metadata.impl.RequestedAttributeImpl
Checks to see if this requested attribute is also required.
isRequired() - Method in interface org.opensaml.saml2.metadata.RequestedAttribute
Checks to see if this requested attribute is also required.
isRequiredRule() - Method in class org.opensaml.common.binding.security.IssueInstantRule
Gets whether this rule is required to be met.
isRequiredRule() - Method in class org.opensaml.common.binding.security.MessageReplayRule
Gets whether this rule is required to be met.
isRequiredXSBoolean() - Method in class org.opensaml.saml2.metadata.impl.RequestedAttributeImpl
Checks to see if this requested attribute is also required.
isRequiredXSBoolean() - Method in interface org.opensaml.saml2.metadata.RequestedAttribute
Checks to see if this requested attribute is also required.
isReturnContext() - Method in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeImpl
If true then include the RequestType in the response.
isReturnContext() - Method in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
If true then include the RequestType in the response.
isSerializeMessage() - Method in class org.opensaml.common.binding.artifact.BasicSAMLArtifactMapEntryFactory
Get the flag determining whether the SAMLObject message should be explicitly serialized on creation of the new artifact map entry.
isSOAP11MustUnderstand() - Method in class org.opensaml.saml2.ecp.impl.RelayStateImpl
isSOAP11MustUnderstand() - Method in class org.opensaml.saml2.ecp.impl.RequestImpl
isSOAP11MustUnderstand() - Method in class org.opensaml.saml2.ecp.impl.ResponseImpl
isSOAP11MustUnderstandXSBoolean() - Method in class org.opensaml.saml2.ecp.impl.RelayStateImpl
isSOAP11MustUnderstandXSBoolean() - Method in class org.opensaml.saml2.ecp.impl.RequestImpl
isSOAP11MustUnderstandXSBoolean() - Method in class org.opensaml.saml2.ecp.impl.ResponseImpl
ISSUE_INSTANT_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.core.Assertion
IssueInstant attribute name.
ISSUE_INSTANT_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.core.RequestAbstractType
IssueInstant attribute name.
ISSUE_INSTANT_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.core.StatusResponseType
IssueInstant attribute name.
ISSUEINSTANT_ATTRIB_NAME - Static variable in interface org.opensaml.saml1.core.Assertion
Name for the attribute which defines the issue instant
ISSUEINSTANT_ATTRIB_NAME - Static variable in interface org.opensaml.saml1.core.RequestAbstractType
Name for the attribute which defines the Issue Instant.
ISSUEINSTANT_ATTRIB_NAME - Static variable in interface org.opensaml.saml1.core.ResponseAbstractType
Name for the attribute which defines the Issue Instant.
IssueInstantRule - Class in org.opensaml.common.binding.security
Security policy rule implementation that checks for validity of SAML message issue instant date and time.
IssueInstantRule(int, int) - Constructor for class org.opensaml.common.binding.security.IssueInstantRule
Constructor.
Issuer - Interface in org.opensaml.saml2.core
SAML 2.0 Core Issuer.
ISSUER_ATTRIB_NAME - Static variable in interface org.opensaml.saml1.core.Assertion
Name for the attribute which defines Issuer
ISSUER_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.ctx.AttributeType
Name of the Issuer attribute.
ISSUER_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.ctx.MissingAttributeDetailType
Issuer attribute name.
ISSUER_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.policy.AttributeDesignatorType
Issuer attribute name.
IssuerBuilder - Class in org.opensaml.saml2.core.impl
Builder for IssuerImpl objects.
IssuerBuilder() - Constructor for class org.opensaml.saml2.core.impl.IssuerBuilder
Constructor.
IssuerImpl - Class in org.opensaml.saml2.core.impl
A concrete implementation of Issuer.
IssuerImpl(String, String, String) - Constructor for class org.opensaml.saml2.core.impl.IssuerImpl
Constructor.
IssuerMarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Marshaller for Issuer.
IssuerMarshaller() - Constructor for class org.opensaml.saml2.core.impl.IssuerMarshaller
 
IssuerSchemaValidator - Class in org.opensaml.saml2.core.validator
Checks Issuer for Schema compliance.
IssuerSchemaValidator() - Constructor for class org.opensaml.saml2.core.validator.IssuerSchemaValidator
Constructor
IssuerUnmarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Unmarshaller for Issuer.
IssuerUnmarshaller() - Constructor for class org.opensaml.saml2.core.impl.IssuerUnmarshaller
 
isSupportedProtocol(String) - Method in class org.opensaml.saml2.metadata.impl.RoleDescriptorImpl
Chckes to see if the given protocol is supported by this role.
isSupportedProtocol(String) - Method in interface org.opensaml.saml2.metadata.RoleDescriptor
Chckes to see if the given protocol is supported by this role.
isValid(XMLObject) - Static method in class org.opensaml.saml2.common.SAML2Helper
Checks to see if the given XMLObject is still valid.
isValid() - Method in interface org.opensaml.saml2.common.TimeBoundSAMLObject
Checks to see if the current time is past the validUntil time.
isValid() - Method in class org.opensaml.saml2.metadata.impl.AffiliationDescriptorImpl
Checks to see if the current time is past the validUntil time.
isValid() - Method in class org.opensaml.saml2.metadata.impl.EntitiesDescriptorImpl
Checks to see if the current time is past the validUntil time.
isValid() - Method in class org.opensaml.saml2.metadata.impl.EntityDescriptorImpl
Checks to see if the current time is past the validUntil time.
isValid() - Method in class org.opensaml.saml2.metadata.impl.RoleDescriptorImpl
Checks to see if the current time is past the validUntil time.
isValid(XMLObject) - Method in class org.opensaml.saml2.metadata.provider.AbstractMetadataProvider
Returns whether the given descriptor is valid.

K

KERBEROS - Static variable in interface org.opensaml.saml2.core.NameIDType
URI for kerberos name format.
KERBEROS_AUTHN_CTX - Static variable in interface org.opensaml.saml2.core.AuthnContext
URI for Kerberos authentication context.
KeyDescriptor - Interface in org.opensaml.saml2.metadata
 
KeyDescriptorBuilder - Class in org.opensaml.saml2.metadata.impl
Builder of KeyDescriptorImpl objects.
KeyDescriptorBuilder() - Constructor for class org.opensaml.saml2.metadata.impl.KeyDescriptorBuilder
 
KeyDescriptorImpl - Class in org.opensaml.saml2.metadata.impl
Concrete implementation of KeyDescriptor.
KeyDescriptorImpl(String, String, String) - Constructor for class org.opensaml.saml2.metadata.impl.KeyDescriptorImpl
Constructor.
KeyDescriptorMarshaller - Class in org.opensaml.saml2.metadata.impl
A thread-safe marshaller for KeyDescriptors.
KeyDescriptorMarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.KeyDescriptorMarshaller
 
KeyDescriptorSchemaValidator - Class in org.opensaml.saml2.metadata.validator
Checks KeyDescriptor for Schema compliance.
KeyDescriptorSchemaValidator() - Constructor for class org.opensaml.saml2.metadata.validator.KeyDescriptorSchemaValidator
Constructor.
KeyDescriptorUnmarshaller - Class in org.opensaml.saml2.metadata.impl
A thread-safe unmarshaller for KeyDescriptors.
KeyDescriptorUnmarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.KeyDescriptorUnmarshaller
 
KeyInfoConfirmationDataType - Interface in org.opensaml.saml2.core
SAML 2.0 Core KeyInfoConfirmationDataType.
KeyInfoConfirmationDataTypeBuilder - Class in org.opensaml.saml2.core.impl
Builder for KeyInfoConfirmationDataTypeImpl objects.
KeyInfoConfirmationDataTypeBuilder() - Constructor for class org.opensaml.saml2.core.impl.KeyInfoConfirmationDataTypeBuilder
Constructor.
KeyInfoConfirmationDataTypeImpl - Class in org.opensaml.saml2.core.impl
Concrete implementation of SubjectConfirmationData.
KeyInfoConfirmationDataTypeImpl(String, String, String) - Constructor for class org.opensaml.saml2.core.impl.KeyInfoConfirmationDataTypeImpl
Constructor.

L

LANG_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.metadata.OrganizationDisplayName
Language attribute name
LANG_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.metadata.OrganizationName
Language attribute name
LANG_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.metadata.OrganizationURL
Language attribute name
LANG_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.metadata.ServiceDescription
Language attribute name
LANG_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.metadata.ServiceName
Language attribute name
LATEST_VERSION_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.policy.IdReferenceType
LatestVersion attribute name.
linkMultiplePeerKeys(EncryptedData, List<EncryptedKey>) - Method in class org.opensaml.saml2.encryption.Encrypter
Link multiple "multicast" EncryptedKeys to the EncryptedData according to guidelines in SAML Errata E43.
linkSinglePeerKey(EncryptedData, EncryptedKey) - Method in class org.opensaml.saml2.encryption.Encrypter
Link a single EncryptedKey to the EncryptedData according to guidelines in SAML Errata E43.
LOC_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.core.IDPEntry
Loc attribute name.
LOCAL_NAME - Static variable in interface org.opensaml.saml2.common.Extensions
Local name, no namespace
LocalizedString - Class in org.opensaml.saml2.metadata
Localized String with the language associated with it.
LocalizedString() - Constructor for class org.opensaml.saml2.metadata.LocalizedString
Constructor.
LocalizedString(String, String) - Constructor for class org.opensaml.saml2.metadata.LocalizedString
Constructor.
LOCATION_ATTRIB_NAME - Static variable in interface org.opensaml.saml1.core.AuthorityBinding
Name for the Location attribute
LOCATION_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.metadata.Endpoint
"Location" attribute name
LogoutRequest - Interface in org.opensaml.saml2.core
SAML 2.0 Core LogoutRequest.
LogoutRequestBuilder - Class in org.opensaml.saml2.core.impl
Builder of LogoutRequestImpl.
LogoutRequestBuilder() - Constructor for class org.opensaml.saml2.core.impl.LogoutRequestBuilder
Constructor.
LogoutRequestImpl - Class in org.opensaml.saml2.core.impl
A concrete implementation of LogoutRequest.
LogoutRequestImpl(String, String, String) - Constructor for class org.opensaml.saml2.core.impl.LogoutRequestImpl
Constructor.
LogoutRequestMarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Marshaller for LogoutRequest.
LogoutRequestMarshaller() - Constructor for class org.opensaml.saml2.core.impl.LogoutRequestMarshaller
 
LogoutRequestSchemaValidator - Class in org.opensaml.saml2.core.validator
Checks LogoutRequest for Schema compliance.
LogoutRequestSchemaValidator() - Constructor for class org.opensaml.saml2.core.validator.LogoutRequestSchemaValidator
Constructor.
LogoutRequestUnmarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Unmarshaller for LogoutRequest objects.
LogoutRequestUnmarshaller() - Constructor for class org.opensaml.saml2.core.impl.LogoutRequestUnmarshaller
 
LogoutResponse - Interface in org.opensaml.saml2.core
SAML 2.0 Core LogoutResponse.
LogoutResponseBuilder - Class in org.opensaml.saml2.core.impl
Builder of LogoutResponseImpl.
LogoutResponseBuilder() - Constructor for class org.opensaml.saml2.core.impl.LogoutResponseBuilder
Constructor.
LogoutResponseImpl - Class in org.opensaml.saml2.core.impl
A concrete implementation of LogoutResponse.
LogoutResponseImpl(String, String, String) - Constructor for class org.opensaml.saml2.core.impl.LogoutResponseImpl
Constructor.
LogoutResponseMarshaller - Class in org.opensaml.saml2.core.impl
A thread safe Marshaller for LogoutResponse objects.
LogoutResponseMarshaller() - Constructor for class org.opensaml.saml2.core.impl.LogoutResponseMarshaller
 
LogoutResponseSchemaValidator - Class in org.opensaml.saml2.core.validator
Checks LogoutRequest for Schema compliance.
LogoutResponseSchemaValidator() - Constructor for class org.opensaml.saml2.core.validator.LogoutResponseSchemaValidator
Constructor
LogoutResponseUnmarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Unmarshaller for LogoutResponse objects.
LogoutResponseUnmarshaller() - Constructor for class org.opensaml.saml2.core.impl.LogoutResponseUnmarshaller
 

M

main(String[]) - Static method in class org.opensaml.Version
Main entry point to program.
maintainExpiredMetadata() - Method in class org.opensaml.saml2.metadata.provider.FilesystemMetadataProvider
Deprecated. use BaseMetadataProvider.requireValidMetadata() instead
maintainExpiredMetadata() - Method in class org.opensaml.saml2.metadata.provider.HTTPMetadataProvider
Deprecated. use BaseMetadataProvider.requireValidMetadata() instead
maintainExpiredMetadata() - Method in class org.opensaml.saml2.metadata.provider.ResourceBackedMetadataProvider
Deprecated. use BaseMetadataProvider.requireValidMetadata() instead
MAJORVERSION_ATTRIB_NAME - Static variable in interface org.opensaml.saml1.core.Assertion
Name for the attribute which defines Major Version (attribute's value must be 1)
MAJORVERSION_ATTRIB_NAME - Static variable in interface org.opensaml.saml1.core.RequestAbstractType
Name for the attribute which defines the Major Version (which must be "1".
MAJORVERSION_ATTRIB_NAME - Static variable in interface org.opensaml.saml1.core.ResponseAbstractType
Name for the attribute which defines the Major Version (which must be "1".
ManageNameIDRequest - Interface in org.opensaml.saml2.core
SAML 2.0 Core ManageNameIDRequest.
ManageNameIDRequestBuilder - Class in org.opensaml.saml2.core.impl
A Builder for ManageNameIDRequestImpl objects.
ManageNameIDRequestBuilder() - Constructor for class org.opensaml.saml2.core.impl.ManageNameIDRequestBuilder
Constructor.
ManageNameIDRequestImpl - Class in org.opensaml.saml2.core.impl
A concrete implementation of ManageNameIDRequest.
ManageNameIDRequestImpl(String, String, String) - Constructor for class org.opensaml.saml2.core.impl.ManageNameIDRequestImpl
Constructor.
ManageNameIDRequestMarshaller - Class in org.opensaml.saml2.core.impl
A thread safe Marshaller for ManageNameIDRequest objects.
ManageNameIDRequestMarshaller() - Constructor for class org.opensaml.saml2.core.impl.ManageNameIDRequestMarshaller
 
ManageNameIDRequestSchemaValidator - Class in org.opensaml.saml2.core.validator
Checks ManageNameIDRequest for Schema compliance.
ManageNameIDRequestSchemaValidator() - Constructor for class org.opensaml.saml2.core.validator.ManageNameIDRequestSchemaValidator
Constructor
ManageNameIDRequestUnmarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Unmarshaller for ManageNameIDRequest objects.
ManageNameIDRequestUnmarshaller() - Constructor for class org.opensaml.saml2.core.impl.ManageNameIDRequestUnmarshaller
 
ManageNameIDResponse - Interface in org.opensaml.saml2.core
SAML 2.0 Core ManageNameIDResponse.
ManageNameIDResponseBuilder - Class in org.opensaml.saml2.core.impl
A Builder for ManageNameIDResponseImpl objects.
ManageNameIDResponseBuilder() - Constructor for class org.opensaml.saml2.core.impl.ManageNameIDResponseBuilder
Constructor.
ManageNameIDResponseImpl - Class in org.opensaml.saml2.core.impl
A Builder for ManageNameIDResponseImpl objects.
ManageNameIDResponseImpl(String, String, String) - Constructor for class org.opensaml.saml2.core.impl.ManageNameIDResponseImpl
Constructor.
ManageNameIDResponseMarshaller - Class in org.opensaml.saml2.core.impl
A thread safe Marshaller for ManageNameIDResponse objects.
ManageNameIDResponseMarshaller() - Constructor for class org.opensaml.saml2.core.impl.ManageNameIDResponseMarshaller
 
ManageNameIDResponseSchemaValidator - Class in org.opensaml.saml2.core.validator
Checks ManageNameIDResponse for Schema compliance.
ManageNameIDResponseSchemaValidator() - Constructor for class org.opensaml.saml2.core.validator.ManageNameIDResponseSchemaValidator
Constructor
ManageNameIDResponseUnmarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Unmarshaller for ManageNameIDResponse objects.
ManageNameIDResponseUnmarshaller() - Constructor for class org.opensaml.saml2.core.impl.ManageNameIDResponseUnmarshaller
 
ManageNameIDService - Interface in org.opensaml.saml2.metadata
SAML 2.0 Metadata ManageNameIDService
ManageNameIDServiceBuilder - Class in org.opensaml.saml2.metadata.impl
Builder of ManageNameIDServiceImpl.
ManageNameIDServiceBuilder() - Constructor for class org.opensaml.saml2.metadata.impl.ManageNameIDServiceBuilder
Constructor
ManageNameIDServiceImpl - Class in org.opensaml.saml2.metadata.impl
Concrete implenentation of ManageNameIDService.
ManageNameIDServiceImpl(String, String, String) - Constructor for class org.opensaml.saml2.metadata.impl.ManageNameIDServiceImpl
Constructor
ManageNameIDServiceMarshaller - Class in org.opensaml.saml2.metadata.impl
A thread safe Marshaller for ManageNameIDService objects.
ManageNameIDServiceMarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.ManageNameIDServiceMarshaller
 
ManageNameIDServiceSchemaValidator - Class in org.opensaml.saml2.metadata.validator
Checks ManageNameIDService for Schema compliance.
ManageNameIDServiceSchemaValidator() - Constructor for class org.opensaml.saml2.metadata.validator.ManageNameIDServiceSchemaValidator
Constructor
ManageNameIDServiceUnmarshaller - Class in org.opensaml.saml2.metadata.impl
A thread safe Unmarshaller for ManageNameIDService objects.
ManageNameIDServiceUnmarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.ManageNameIDServiceUnmarshaller
 
marshall(XMLObject, Document) - Method in class org.opensaml.common.impl.AbstractSAMLObjectMarshaller
marshall(XMLObject, Element) - Method in class org.opensaml.common.impl.AbstractSAMLObjectMarshaller
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.common.impl.AbstractSAMLObjectMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml1.core.impl.ActionMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml1.core.impl.AssertionMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml1.core.impl.AttributeDesignatorMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml1.core.impl.AttributeQueryMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml1.core.impl.AuthenticationQueryMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml1.core.impl.AuthenticationStatementMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml1.core.impl.AuthorityBindingMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml1.core.impl.AuthorizationDecisionQueryMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml1.core.impl.AuthorizationDecisionStatementMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml1.core.impl.ConditionsMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml1.core.impl.NameIdentifierMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml1.core.impl.RequestAbstractTypeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml1.core.impl.ResponseAbstractTypeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml1.core.impl.StatusCodeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml1.core.impl.SubjectLocalityMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml2.common.impl.ExtensionsMarshaller
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml2.core.impl.AbstractNameIDTypeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml2.core.impl.ActionMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml2.core.impl.AssertionMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml2.core.impl.AttributeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml2.core.impl.AuthnContextDeclMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml2.core.impl.AuthnQueryMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml2.core.impl.AuthnRequestMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml2.core.impl.AuthnStatementMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml2.core.impl.AuthzDecisionQueryMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml2.core.impl.AuthzDecisionStatementMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml2.core.impl.BaseIDMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml2.core.impl.ConditionsMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml2.core.impl.IDPEntryMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml2.core.impl.LogoutRequestMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml2.core.impl.NameIDPolicyMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml2.core.impl.ProxyRestrictionMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml2.core.impl.RequestAbstractTypeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml2.core.impl.RequestedAuthnContextMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml2.core.impl.ScopingMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml2.core.impl.StatusCodeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml2.core.impl.StatusResponseTypeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml2.core.impl.SubjectConfirmationDataMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml2.core.impl.SubjectConfirmationMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml2.core.impl.SubjectLocalityMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml2.ecp.impl.RelayStateMarshaller
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml2.ecp.impl.RequestMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml2.ecp.impl.ResponseMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml2.metadata.impl.AdditionalMetadataLocationMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml2.metadata.impl.AffiliationDescriptorMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml2.metadata.impl.AttributeConsumingServiceMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml2.metadata.impl.ContactPersonMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml2.metadata.impl.EndpointMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml2.metadata.impl.EntitiesDescriptorMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml2.metadata.impl.EntityDescriptorMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml2.metadata.impl.IDPSSODescriptorMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml2.metadata.impl.IndexedEndpointMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml2.metadata.impl.KeyDescriptorMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml2.metadata.impl.OrganizationDisplayNameMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml2.metadata.impl.OrganizationMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml2.metadata.impl.OrganizationNameMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml2.metadata.impl.OrganizationURLMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml2.metadata.impl.RequestedAttributeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml2.metadata.impl.RoleDescriptorMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml2.metadata.impl.ServiceDescriptionMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml2.metadata.impl.ServiceNameMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.saml2.metadata.impl.SPSSODescriptorMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.samlext.saml2delrestrict.impl.DelegateMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.samlext.saml2mdquery.impl.QueryDescriptorTypeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xacml.ctx.impl.AttributeTypeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xacml.ctx.impl.AttributeValueTypeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xacml.ctx.impl.MissingAttributeDetailTypeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xacml.ctx.impl.ResourceContentTypeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xacml.ctx.impl.ResultTypeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xacml.ctx.impl.StatusCodeTypeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xacml.ctx.impl.SubjectTypeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xacml.impl.AbstractXACMLObjectMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xacml.policy.impl.ActionMatchTypeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xacml.policy.impl.ApplyTypeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xacml.policy.impl.AttributeAssignmentTypeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xacml.policy.impl.AttributeDesignatorTypeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xacml.policy.impl.AttributeSelectorTypeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xacml.policy.impl.AttributeValueTypeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xacml.policy.impl.CombinerParameterTypeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xacml.policy.impl.EnvironmentMatchTypeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xacml.policy.impl.FunctionTypeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xacml.policy.impl.IdReferenceTypeMarshaller
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xacml.policy.impl.ObligationTypeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xacml.policy.impl.PolicyCombinerParametersTypeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xacml.policy.impl.PolicySetCombinerParametersTypeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xacml.policy.impl.PolicySetTypeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xacml.policy.impl.PolicyTypeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xacml.policy.impl.ResourceMatchTypeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xacml.policy.impl.RuleCombinerParametersTypeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xacml.policy.impl.RuleTypeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xacml.policy.impl.SubjectAttributeDesignatorTypeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xacml.policy.impl.SubjectMatchTypeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xacml.policy.impl.VariableDefinitionTypeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xacml.policy.impl.VariableReferenceTypeMarshaller
No-op method.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.common.impl.AbstractSAMLObjectMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml1.core.impl.ActionMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml1.core.impl.AssertionArtifactMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml1.core.impl.AssertionIDReferenceMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml1.core.impl.AudienceMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml1.core.impl.ConfirmationMethodMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml1.core.impl.NameIdentifierMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml1.core.impl.StatusMessageMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml2.common.impl.ExtensionsMarshaller
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml2.core.impl.AbstractNameIDTypeMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml2.core.impl.ActionMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml2.core.impl.ArtifactMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml2.core.impl.AssertionIDRefMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml2.core.impl.AssertionURIRefMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml2.core.impl.AudienceMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml2.core.impl.AuthenticatingAuthorityMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml2.core.impl.AuthnContextClassRefMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml2.core.impl.AuthnContextDeclMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml2.core.impl.AuthnContextDeclRefMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml2.core.impl.GetCompleteMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml2.core.impl.NewIDMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml2.core.impl.RequesterIDMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml2.core.impl.SessionIndexMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml2.core.impl.StatusMessageMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml2.metadata.impl.AdditionalMetadataLocationMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml2.metadata.impl.AffiliateMemberMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml2.metadata.impl.AttributeProfileMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml2.metadata.impl.CompanyMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml2.metadata.impl.EmailAddressMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml2.metadata.impl.GivenNameMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml2.metadata.impl.NameIDFormatMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml2.metadata.impl.OrganizationDisplayNameMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml2.metadata.impl.OrganizationNameMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml2.metadata.impl.OrganizationURLMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml2.metadata.impl.ServiceDescriptionMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml2.metadata.impl.ServiceNameMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml2.metadata.impl.SurNameMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.saml2.metadata.impl.TelephoneNumberMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.samlext.saml1md.impl.SourceIDMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.samlext.saml2mdquery.impl.ActionNamespaceMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.xacml.ctx.impl.AttributeValueTypeMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.xacml.ctx.impl.DecisionTypeMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.xacml.ctx.impl.ResourceContentTypeMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.xacml.ctx.impl.StatusMessageTypeMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.xacml.impl.AbstractXACMLObjectMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.xacml.policy.impl.AttributeValueTypeMarshaller
No-op method.
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.xacml.policy.impl.DescriptionTypeMarshaller
No-op method.
MATCH_ID_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.policy.ActionMatchType
MatchID attribute name.
MATCH_ID_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.policy.EnvironmentMatchType
MatchID attribute name.
MATCH_ID_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.policy.ResourceMatchType
MatchID attribute name.
MATCH_ID_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.policy.SubjectMatchType
MatchID attribute name.
matchUsage(UsageType, UsageType) - Method in class org.opensaml.security.MetadataCredentialResolver
Match usage enum type values from metadata KeyDescriptor and from credential criteria.
MAXIMUM - Static variable in class org.opensaml.saml2.core.AuthnContextComparisonTypeEnumeration
"maximum" comparison type.
MessageReplayRule - Class in org.opensaml.common.binding.security
Security policy rule implementation that which checks for replay of SAML messages.
MessageReplayRule(ReplayCache) - Constructor for class org.opensaml.common.binding.security.MessageReplayRule
Constructor.
MetadataCredentialResolver - Class in org.opensaml.security
A credential resolver capable of resolving credentials from SAML 2 metadata; The instance of CriteriaSet passed to AbstractCriteriaFilteringCredentialResolver.resolve(CriteriaSet) and AbstractCredentialResolver.resolveSingle(CriteriaSet) must minimally contain 2 criteria: EntityIDCriteria and MetadataCriteria.
MetadataCredentialResolver(MetadataProvider) - Constructor for class org.opensaml.security.MetadataCredentialResolver
Constructor.
MetadataCredentialResolver.MetadataCacheKey - Class in org.opensaml.security
A class which serves as the key into the cache of credentials previously resolved.
MetadataCredentialResolver.MetadataCacheKey(String, QName, String, UsageType) - Constructor for class org.opensaml.security.MetadataCredentialResolver.MetadataCacheKey
Constructor.
MetadataCredentialResolver.MetadataProviderObserver - Class in org.opensaml.security
An observer that clears the credential cache if the underlying metadata changes.
MetadataCredentialResolver.MetadataProviderObserver() - Constructor for class org.opensaml.security.MetadataCredentialResolver.MetadataProviderObserver
 
MetadataCredentialResolverFactory - Class in org.opensaml.security
Singleton factory for producing instances of MetadataCredentialResolver based on a given instance of MetadataProvider.
MetadataCredentialResolverFactory() - Constructor for class org.opensaml.security.MetadataCredentialResolverFactory
Constructor.
MetadataCriteria - Class in org.opensaml.security
An implementation of Criteria which specifies criteria pertaining to SAML 2 metadata.
MetadataCriteria(QName, String) - Constructor for class org.opensaml.security.MetadataCriteria
Constructor.
MetadataFilter - Interface in org.opensaml.saml2.metadata.provider
A metadata filter is used to process a metadata document after it has been unmarshalled into object.
MetadataFilterChain - Class in org.opensaml.saml2.metadata.provider
A filter that allows the composition of MetadataFilters.
MetadataFilterChain() - Constructor for class org.opensaml.saml2.metadata.provider.MetadataFilterChain
Constructor.
MetadataProvider - Interface in org.opensaml.saml2.metadata.provider
A local store into which metadata can be loaded and queried.
MetadataProviderException - Exception in org.opensaml.saml2.metadata.provider
Exception thrown by a MetadataProvider.
MetadataProviderException() - Constructor for exception org.opensaml.saml2.metadata.provider.MetadataProviderException
Constructor.
MetadataProviderException(String) - Constructor for exception org.opensaml.saml2.metadata.provider.MetadataProviderException
Constructor.
MetadataProviderException(Exception) - Constructor for exception org.opensaml.saml2.metadata.provider.MetadataProviderException
Constructor.
MetadataProviderException(String, Exception) - Constructor for exception org.opensaml.saml2.metadata.provider.MetadataProviderException
Constructor.
METHOD_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.core.SubjectConfirmation
Method attribute name.
METHOD_BEARER - Static variable in interface org.opensaml.saml2.core.SubjectConfirmation
URI for the Bearer subject confirmation method, "urn:oasis:names:tc:SAML:2.0:cm:bearer".
METHOD_HOLDER_OF_KEY - Static variable in interface org.opensaml.saml2.core.SubjectConfirmation
URI for the Holder of Key subject confirmation method, "urn:oasis:names:tc:SAML:2.0:cm:holder-of-key".
METHOD_SENDER_VOUCHES - Static variable in interface org.opensaml.saml2.core.SubjectConfirmation
URI for the Sender Vouches subject confirmation method, "urn:oasis:names:tc:SAML:2.0:cm:sender-vouches".
MINIMUM - Static variable in class org.opensaml.saml2.core.AuthnContextComparisonTypeEnumeration
"minimum" comparison type.
MINORVERSION_ATTRIB_NAME - Static variable in interface org.opensaml.saml1.core.Assertion
Name for the attribute which defines Minor Version.
MINORVERSION_ATTRIB_NAME - Static variable in interface org.opensaml.saml1.core.RequestAbstractType
Name for the attribute which defines the Minor Version.
MINORVERSION_ATTRIB_NAME - Static variable in interface org.opensaml.saml1.core.ResponseAbstractType
Name for the attribute which defines the Minor Version.
MissingAttributeDetailType - Interface in org.opensaml.xacml.ctx
XACML context MissingAttributeDetail schema type.
MissingAttributeDetailTypeImpl - Class in org.opensaml.xacml.ctx.impl
Concrete implementation of MissingAttributeDetailType.
MissingAttributeDetailTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.ctx.impl.MissingAttributeDetailTypeImpl
Constructor.
MissingAttributeDetailTypeImplBuilder - Class in org.opensaml.xacml.ctx.impl
Builder for MissingAttributeDetailType objects.
MissingAttributeDetailTypeImplBuilder() - Constructor for class org.opensaml.xacml.ctx.impl.MissingAttributeDetailTypeImplBuilder
Constructor.
MissingAttributeDetailTypeMarshaller - Class in org.opensaml.xacml.ctx.impl
Marshaller for MissingAttributeDetailType objects.
MissingAttributeDetailTypeMarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.MissingAttributeDetailTypeMarshaller
Constructor.
MissingAttributeDetailTypeMarshaller(String, String) - Constructor for class org.opensaml.xacml.ctx.impl.MissingAttributeDetailTypeMarshaller
Constructor.
MissingAttributeDetailTypeUnmarshaller - Class in org.opensaml.xacml.ctx.impl
Unmarshaller for MissingAttributeDetailType objects.
MissingAttributeDetailTypeUnmarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.MissingAttributeDetailTypeUnmarshaller
Constructor.
MissingAttributeDetailTypeUnmarshaller(String, String) - Constructor for class org.opensaml.xacml.ctx.impl.MissingAttributeDetailTypeUnmarshaller
Constructor.
MOFC_AUTHN_CTX - Static variable in interface org.opensaml.saml2.core.AuthnContext
URI for Mobile One Factor Contract authentication context.
MOFU_AUTHN_CTX - Static variable in interface org.opensaml.saml2.core.AuthnContext
URI for Mobile One Factor Unregistered authentication context.
MTFC_AUTHN_CTX - Static variable in interface org.opensaml.saml2.core.AuthnContext
URI for Mobile Two Factor Contract authentication context.
MTFU - Static variable in interface org.opensaml.saml2.core.AuthnContext
URI for Mobile Two Factor Unregistered authentication context.
MUST_BE_PRESENT_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.policy.AttributeDesignatorType
MustBePresent attribute name.
MUST_BE_PRESENT_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.policy.AttributeSelectorType
MustBePresent attribute name.

N

NAME_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.core.IDPEntry
Name attribute name.
NAME_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.metadata.EntitiesDescriptor
"Name" attribute name
NAME_ATTTRIB_NAME - Static variable in interface org.opensaml.saml2.core.Attribute
Name of the Name attribute.
NAME_FORMAT_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.core.Attribute
Name for the NameFormat attribute.
NAME_QUALIFIER_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.core.BaseID
NameQualifier attribute name.
NAME_QUALIFIER_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.core.NameIDType
NameQualifier attribute name.
NameID - Interface in org.opensaml.saml2.core
SAML 2.0 Core NameID.
NameIDBuilder - Class in org.opensaml.saml2.core.impl
Builder for NameIDImpl objects.
NameIDBuilder() - Constructor for class org.opensaml.saml2.core.impl.NameIDBuilder
Constructor.
NameIdentifier - Interface in org.opensaml.saml1.core
Interface to define how a NameIdentifier element behaves.
NameIdentifierBuilder - Class in org.opensaml.saml1.core.impl
Builder ofNameIdentifierImpl objects.
NameIdentifierBuilder() - Constructor for class org.opensaml.saml1.core.impl.NameIdentifierBuilder
Constructor
NameIdentifierImpl - Class in org.opensaml.saml1.core.impl
Complete implementation of NameIdentifierImpl
NameIdentifierImpl(String, String, String) - Constructor for class org.opensaml.saml1.core.impl.NameIdentifierImpl
Constructor
NameIdentifierMarshaller - Class in org.opensaml.saml1.core.impl
A thread safe Marshaller for NameIdentifier objects.
NameIdentifierMarshaller() - Constructor for class org.opensaml.saml1.core.impl.NameIdentifierMarshaller
 
NameIdentifierUnmarshaller - Class in org.opensaml.saml1.core.impl
A thread safe Unmarshaller for NameIdentifier objects.
NameIdentifierUnmarshaller() - Constructor for class org.opensaml.saml1.core.impl.NameIdentifierUnmarshaller
 
NameIDFormat - Interface in org.opensaml.saml2.metadata
SAML 2.0 Metadata NameIDFormat
NameIDFormatBuilder - Class in org.opensaml.saml2.metadata.impl
Builder of NameIDFormatImpl
NameIDFormatBuilder() - Constructor for class org.opensaml.saml2.metadata.impl.NameIDFormatBuilder
Constructor
NameIDFormatImpl - Class in org.opensaml.saml2.metadata.impl
Concrete implementation of NameIDFormat.
NameIDFormatImpl(String, String, String) - Constructor for class org.opensaml.saml2.metadata.impl.NameIDFormatImpl
Constructor
NameIDFormatMarshaller - Class in org.opensaml.saml2.metadata.impl
A thread safe Marshaller for NameIDFormat objects.
NameIDFormatMarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.NameIDFormatMarshaller
 
NameIDFormatSchemaValidator - Class in org.opensaml.saml2.metadata.validator
Checks NameIDFormat for Schema compliance.
NameIDFormatSchemaValidator() - Constructor for class org.opensaml.saml2.metadata.validator.NameIDFormatSchemaValidator
Constructor
NameIDFormatUnmarshaller - Class in org.opensaml.saml2.metadata.impl
A thread-safe Unmarshaller for NameIDFormat objects.
NameIDFormatUnmarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.NameIDFormatUnmarshaller
 
NameIDImpl - Class in org.opensaml.saml2.core.impl
Concrete implementation of NameID.
NameIDImpl(String, String, String) - Constructor for class org.opensaml.saml2.core.impl.NameIDImpl
Constructor.
NameIDMappingRequest - Interface in org.opensaml.saml2.core
SAML 2.0 Core NameIDMappingRequest.
NameIDMappingRequestBuilder - Class in org.opensaml.saml2.core.impl
Builder of NameIDMappingRequestImpl.
NameIDMappingRequestBuilder() - Constructor for class org.opensaml.saml2.core.impl.NameIDMappingRequestBuilder
Constructor.
NameIDMappingRequestImpl - Class in org.opensaml.saml2.core.impl
A concrete implementation of NameIDMappingRequest.
NameIDMappingRequestImpl(String, String, String) - Constructor for class org.opensaml.saml2.core.impl.NameIDMappingRequestImpl
Constructor.
NameIDMappingRequestMarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Marshaller for NameIDMappingRequest.
NameIDMappingRequestMarshaller() - Constructor for class org.opensaml.saml2.core.impl.NameIDMappingRequestMarshaller
 
NameIDMappingRequestSchemaValidator - Class in org.opensaml.saml2.core.validator
Checks NameIDMappingRequest for Schema compliance.
NameIDMappingRequestSchemaValidator() - Constructor for class org.opensaml.saml2.core.validator.NameIDMappingRequestSchemaValidator
Constructor
NameIDMappingRequestUnmarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Unmarshaller for NameIDMappingRequest objects.
NameIDMappingRequestUnmarshaller() - Constructor for class org.opensaml.saml2.core.impl.NameIDMappingRequestUnmarshaller
 
NameIDMappingResponse - Interface in org.opensaml.saml2.core
SAML 2.0 Core NameIDMappingResponse .
NameIDMappingResponseBuilder - Class in org.opensaml.saml2.core.impl
Builder of NameIDMappingResponseImpl.
NameIDMappingResponseBuilder() - Constructor for class org.opensaml.saml2.core.impl.NameIDMappingResponseBuilder
Constructor.
NameIDMappingResponseImpl - Class in org.opensaml.saml2.core.impl
Concrete implementation of NameIDMappingResponse.
NameIDMappingResponseImpl(String, String, String) - Constructor for class org.opensaml.saml2.core.impl.NameIDMappingResponseImpl
Constructor.
NameIDMappingResponseMarshaller - Class in org.opensaml.saml2.core.impl
A thread safe Marshaller for NameIDMappingResponse objects.
NameIDMappingResponseMarshaller() - Constructor for class org.opensaml.saml2.core.impl.NameIDMappingResponseMarshaller
 
NameIDMappingResponseSchemaValidator - Class in org.opensaml.saml2.core.validator
Checks NameIDMappingResponse for Schema compliance.
NameIDMappingResponseSchemaValidator() - Constructor for class org.opensaml.saml2.core.validator.NameIDMappingResponseSchemaValidator
Constructor
NameIDMappingResponseUnmarshaller - Class in org.opensaml.saml2.core.impl
A thread safe Unmarshaller for NameIDMappingResponse objects.
NameIDMappingResponseUnmarshaller() - Constructor for class org.opensaml.saml2.core.impl.NameIDMappingResponseUnmarshaller
 
NameIDMappingService - Interface in org.opensaml.saml2.metadata
SAML 2.0 Metadata NameIDMappingService
NameIDMappingServiceBuilder - Class in org.opensaml.saml2.metadata.impl
Builder of (@link org.opensaml.saml2.metadata.impl.NameIDMappingServiceImpl}.
NameIDMappingServiceBuilder() - Constructor for class org.opensaml.saml2.metadata.impl.NameIDMappingServiceBuilder
Constructor
NameIDMappingServiceImpl - Class in org.opensaml.saml2.metadata.impl
Concrete implementation of NameIDMappingService.
NameIDMappingServiceImpl(String, String, String) - Constructor for class org.opensaml.saml2.metadata.impl.NameIDMappingServiceImpl
Constructor
NameIDMappingServiceMarshaller - Class in org.opensaml.saml2.metadata.impl
A thread safe Marshaller for NameIDMappingService objects.
NameIDMappingServiceMarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.NameIDMappingServiceMarshaller
 
NameIDMappingServiceSchemaValidator - Class in org.opensaml.saml2.metadata.validator
Checks NameIDMappingService for Schema compliance.
NameIDMappingServiceSchemaValidator() - Constructor for class org.opensaml.saml2.metadata.validator.NameIDMappingServiceSchemaValidator
Constructor
NameIDMappingServiceSpecValidator - Class in org.opensaml.saml2.metadata.validator
Checks NameIDMappingService for Spec compliance.
NameIDMappingServiceSpecValidator() - Constructor for class org.opensaml.saml2.metadata.validator.NameIDMappingServiceSpecValidator
Constructor
NameIDMappingServiceUnmarshaller - Class in org.opensaml.saml2.metadata.impl
A thread safe Unmarshaller for NameIDMappingService objects.
NameIDMappingServiceUnmarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.NameIDMappingServiceUnmarshaller
 
NameIDMarshaller - Class in org.opensaml.saml2.core.impl
A thread safe Marshaller for NameID objects.
NameIDMarshaller() - Constructor for class org.opensaml.saml2.core.impl.NameIDMarshaller
 
NameIDPolicy - Interface in org.opensaml.saml2.core
SAML 2.0 Core NameIDPolicy.
NameIDPolicyBuilder - Class in org.opensaml.saml2.core.impl
Builder of NameIDPolicyImpl.
NameIDPolicyBuilder() - Constructor for class org.opensaml.saml2.core.impl.NameIDPolicyBuilder
Constructor.
NameIDPolicyImpl - Class in org.opensaml.saml2.core.impl
Concrete implementation of NameIDPolicy.
NameIDPolicyImpl(String, String, String) - Constructor for class org.opensaml.saml2.core.impl.NameIDPolicyImpl
Constructor.
NameIDPolicyMarshaller - Class in org.opensaml.saml2.core.impl
A thread safe Marshaller for NameIDPolicy objects.
NameIDPolicyMarshaller() - Constructor for class org.opensaml.saml2.core.impl.NameIDPolicyMarshaller
 
NameIDPolicyUnmarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Unmarshaller for NameIDPolicy objects.
NameIDPolicyUnmarshaller() - Constructor for class org.opensaml.saml2.core.impl.NameIDPolicyUnmarshaller
 
NameIDSchemaValidator - Class in org.opensaml.saml2.core.validator
Checks NameID for Schema compliance.
NameIDSchemaValidator() - Constructor for class org.opensaml.saml2.core.validator.NameIDSchemaValidator
Constructor
NameIDType - Interface in org.opensaml.saml2.core
SAML 2.0 Assertion NameID schema type.
NameIDUnmarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Unmarshaller for NameID objects.
NameIDUnmarshaller() - Constructor for class org.opensaml.saml2.core.impl.NameIDUnmarshaller
 
NAMEPSACE_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.core.Action
Name of the Namespace attribute.
NAMEQUALIFIER_ATTRIB_NAME - Static variable in interface org.opensaml.saml1.core.NameIdentifier
Name for the attribute which defines Name Qualifier.
NAMESPACE_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.metadata.AdditionalMetadataLocation
"affiliationOwnerID" attribute's local name
NAMESPACEATTRIB_NAME - Static variable in interface org.opensaml.saml1.core.Action
Name for the Namespace attribute
NEG_CONTROL_ACTION - Static variable in interface org.opensaml.saml2.core.Action
Negated Control action.
NEG_DELETE_ACTION - Static variable in interface org.opensaml.saml2.core.Action
Negated Delete action.
NEG_EXECUTE_ACTION - Static variable in interface org.opensaml.saml2.core.Action
Negated Execute action.
NEG_READ_ACTION - Static variable in interface org.opensaml.saml2.core.Action
Negated Read action.
NEG_WRITE_ACTION - Static variable in interface org.opensaml.saml2.core.Action
Negated Write action.
NewEncryptedID - Interface in org.opensaml.saml2.core
SAML 2.0 Core NewEncryptedID.
NewEncryptedIDBuilder - Class in org.opensaml.saml2.core.impl
Builder for NewEncryptedIDImpl objects.
NewEncryptedIDBuilder() - Constructor for class org.opensaml.saml2.core.impl.NewEncryptedIDBuilder
Constructor.
NewEncryptedIDImpl - Class in org.opensaml.saml2.core.impl
A concrete implementation of NewEncryptedID.
NewEncryptedIDImpl(String, String, String) - Constructor for class org.opensaml.saml2.core.impl.NewEncryptedIDImpl
Constructor.
NewEncryptedIDMarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Marshaller for EncryptedID.
NewEncryptedIDMarshaller() - Constructor for class org.opensaml.saml2.core.impl.NewEncryptedIDMarshaller
 
NewEncryptedIDUnmarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Unmarshaller for NewEncryptedID.
NewEncryptedIDUnmarshaller() - Constructor for class org.opensaml.saml2.core.impl.NewEncryptedIDUnmarshaller
 
newEntry(String, String, String, SAMLObject, long) - Method in class org.opensaml.common.binding.artifact.BasicSAMLArtifactMapEntryFactory
Factory method which produces a SAMLArtifactMap.SAMLArtifactMapEntry.
newEntry(String, String, String, SAMLObject, long) - Method in interface org.opensaml.common.binding.artifact.SAMLArtifactMap.SAMLArtifactMapEntryFactory
Factory method which produces a SAMLArtifactMap.SAMLArtifactMapEntry.
NewID - Interface in org.opensaml.saml2.core
SAML 2.0 Core NewID.
NewIDBuilder - Class in org.opensaml.saml2.core.impl
A Builder for NewIDImpl objects.
NewIDBuilder() - Constructor for class org.opensaml.saml2.core.impl.NewIDBuilder
Constructor.
NewIDImpl - Class in org.opensaml.saml2.core.impl
Concrete implementation of NewID.
NewIDImpl(String, String, String) - Constructor for class org.opensaml.saml2.core.impl.NewIDImpl
Constructor.
NewIDMarshaller - Class in org.opensaml.saml2.core.impl
A thread safe Marshaller for NewID objects.
NewIDMarshaller() - Constructor for class org.opensaml.saml2.core.impl.NewIDMarshaller
 
NewIDSchemaValidator - Class in org.opensaml.saml2.core.validator
Checks NewID for Schema compliance.
NewIDSchemaValidator() - Constructor for class org.opensaml.saml2.core.validator.NewIDSchemaValidator
Constructor
NewIDUnmarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Unmarshaller for NewID objects.
NewIDUnmarshaller() - Constructor for class org.opensaml.saml2.core.impl.NewIDUnmarshaller
 
NO_AUTHN_CONTEXT_URI - Static variable in interface org.opensaml.saml2.core.StatusCode
URI for NoAuthnContext status code.
NO_AVAILABLE_IDP_URI - Static variable in interface org.opensaml.saml2.core.StatusCode
URI for NoAvailableIDP status code.
NO_PASSIVE_URI - Static variable in interface org.opensaml.saml2.core.StatusCode
URI for NoPassive status code.
NO_SUPPORTED_IDP_URI - Static variable in interface org.opensaml.saml2.core.StatusCode
URI for NoSupportedIDP status code.
NOMAD_TELEPHONY_AUTHN_CTX - Static variable in interface org.opensaml.saml2.core.AuthnContext
URI for Nomadic Telephony authentication context.
NOT_BEFORE_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.core.Conditions
NotBefore attribute name.
NOT_BEFORE_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.core.SubjectConfirmationData
NotBefore attribute name.
NOT_ON_OR_AFTER_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.core.Conditions
NotOnOrAfter attribute name.
NOT_ON_OR_AFTER_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.core.LogoutRequest
NotOnOrAfter attribute name.
NOT_ON_OR_AFTER_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.core.SubjectConfirmationData
NotOnOrAfter attribute name.
NOTBEFORE_ATTRIB_NAME - Static variable in interface org.opensaml.saml1.core.Conditions
Name for the NotBefore attribute.
NOTONORAFTER_ATTRIB_NAME - Static variable in interface org.opensaml.saml1.core.Conditions
Name for the NotBefore attribute.

O

OBLIGATION_ID_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.policy.ObligationType
ObligationId attribute name.
ObligationProcessingContext - Class in org.opensaml.xacml.ctx.provider
A context for processing obligations.
ObligationProcessingContext(ResultType) - Constructor for class org.opensaml.xacml.ctx.provider.ObligationProcessingContext
Constructor.
ObligationProcessingException - Exception in org.opensaml.xacml.ctx.provider
Exception thrown if there is a problem evaluating an obligation.
ObligationProcessingException() - Constructor for exception org.opensaml.xacml.ctx.provider.ObligationProcessingException
Constructor.
ObligationProcessingException(String) - Constructor for exception org.opensaml.xacml.ctx.provider.ObligationProcessingException
Constructor.
ObligationProcessingException(Exception) - Constructor for exception org.opensaml.xacml.ctx.provider.ObligationProcessingException
Constructor.
ObligationProcessingException(String, Exception) - Constructor for exception org.opensaml.xacml.ctx.provider.ObligationProcessingException
Constructor.
ObligationService - Class in org.opensaml.xacml.ctx.provider
A service for evaluating the obligations within a context.
ObligationService() - Constructor for class org.opensaml.xacml.ctx.provider.ObligationService
Constructor.
ObligationsType - Interface in org.opensaml.xacml.policy
XACML Obligations schema type.
ObligationsTypeImpl - Class in org.opensaml.xacml.policy.impl
Implementation for ObligationsType.
ObligationsTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.ObligationsTypeImpl
Constructor.
ObligationsTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
Builder for ObligationsType.
ObligationsTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.ObligationsTypeImplBuilder
 
ObligationsTypeMarshaller - Class in org.opensaml.xacml.policy.impl
Marshaller for ObligationsType.
ObligationsTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.ObligationsTypeMarshaller
Constructor.
ObligationsTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
UnMarshaller for ObligationsType.
ObligationsTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.ObligationsTypeUnmarshaller
Constructor.
ObligationType - Interface in org.opensaml.xacml.policy
XACML Obligation schema type.
ObligationTypeImpl - Class in org.opensaml.xacml.policy.impl
Implementation for ObligationType.
ObligationTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.ObligationTypeImpl
Constructor.
ObligationTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
Builder for ObligationType.
ObligationTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.ObligationTypeImplBuilder
 
ObligationTypeMarshaller - Class in org.opensaml.xacml.policy.impl
Marshaller for ObligationType.
ObligationTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.ObligationTypeMarshaller
Constructor.
ObligationTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
UnMarshaller for ObligationType.
ObligationTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.ObligationTypeUnmarshaller
 
ObservableMetadataProvider - Interface in org.opensaml.saml2.metadata.provider
A metadata provider that provides event notification to observers.
ObservableMetadataProvider.Observer - Interface in org.opensaml.saml2.metadata.provider
An observer of metadata provider changes.
OBTAINED_CONSENT - Static variable in interface org.opensaml.saml2.core.RequestAbstractType
Obtained consent URI.
OBTAINED_CONSENT - Static variable in interface org.opensaml.saml2.core.StatusResponseType
Obtained consent URI.
OneTimeUse - Interface in org.opensaml.saml2.core
SAML 2.0 Core OneTimeUse.
OneTimeUseBuilder - Class in org.opensaml.saml2.core.impl
Builder for OneTimeUseImpl objects.
OneTimeUseBuilder() - Constructor for class org.opensaml.saml2.core.impl.OneTimeUseBuilder
Constructor.
OneTimeUseImpl - Class in org.opensaml.saml2.core.impl
Concrete implementation of OneTimeUse.
OneTimeUseImpl(String, String, String) - Constructor for class org.opensaml.saml2.core.impl.OneTimeUseImpl
Constructor.
OneTimeUseMarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Marshaller for OneTimeUse objects.
OneTimeUseMarshaller() - Constructor for class org.opensaml.saml2.core.impl.OneTimeUseMarshaller
 
OneTimeUseUnmarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Unmarshaller for OneTimeUse objects.
OneTimeUseUnmarshaller() - Constructor for class org.opensaml.saml2.core.impl.OneTimeUseUnmarshaller
 
onEvent(MetadataProvider) - Method in interface org.opensaml.saml2.metadata.provider.ObservableMetadataProvider.Observer
Called when a provider signals an event has occured.
onEvent(MetadataProvider) - Method in class org.opensaml.security.MetadataCredentialResolver.MetadataProviderObserver
Called when a provider signals an event has occured.
org.opensaml - package org.opensaml
 
org.opensaml.common - package org.opensaml.common
Base classes for working with SAML as Java objects.
org.opensaml.common.binding - package org.opensaml.common.binding
Classes related to SAML binding operations.
org.opensaml.common.binding.artifact - package org.opensaml.common.binding.artifact
Classes that may be used to create and manipulate SAML artifacts.
org.opensaml.common.binding.decoding - package org.opensaml.common.binding.decoding
Classes used to decode SAML messages.
org.opensaml.common.binding.encoding - package org.opensaml.common.binding.encoding
Classes used to encode SAML messages.
org.opensaml.common.binding.security - package org.opensaml.common.binding.security
Classes responsible for performing transport-related and basic message validation of decoded SAML messages.
org.opensaml.common.impl - package org.opensaml.common.impl
Base classes for various SAMLObjects constructs.
org.opensaml.common.xml - package org.opensaml.common.xml
Parser pool manager and SAML constants.
org.opensaml.saml1.binding - package org.opensaml.saml1.binding
Classes for working with SAML 1 bindings.
org.opensaml.saml1.binding.artifact - package org.opensaml.saml1.binding.artifact
Classes that may be used to create and manipulate SAML artifacts.
org.opensaml.saml1.binding.decoding - package org.opensaml.saml1.binding.decoding
Classes used to decode SAML messages.
org.opensaml.saml1.binding.encoding - package org.opensaml.saml1.binding.encoding
Classes used to encode SAML messages.
org.opensaml.saml1.core - package org.opensaml.saml1.core
Interfaces for SAML 1.0 and 1.1 types and elements.
org.opensaml.saml1.core.impl - package org.opensaml.saml1.core.impl
Implementations of SAML 1.0 and 1.1 types and elements interfaces.
org.opensaml.saml1.core.validator - package org.opensaml.saml1.core.validator
Validation rules for SAML 1.0 and 1.1 types and elements.
org.opensaml.saml2.binding - package org.opensaml.saml2.binding
Class for working with SAML 2 bindings.
org.opensaml.saml2.binding.artifact - package org.opensaml.saml2.binding.artifact
Classes that may be used to create and manipulate SAML 2 artifacts.
org.opensaml.saml2.binding.decoding - package org.opensaml.saml2.binding.decoding
Classes used to decode SAML 2 messages.
org.opensaml.saml2.binding.encoding - package org.opensaml.saml2.binding.encoding
Classes used to encode SAML 2 messages.
org.opensaml.saml2.binding.security - package org.opensaml.saml2.binding.security
Classes responsible for performing transport-related and basic message validation of decoded SAML 2 messages.
org.opensaml.saml2.common - package org.opensaml.saml2.common
Interfaces for elements and attribtues used in multiple SAML 2.0 specification.
org.opensaml.saml2.common.impl - package org.opensaml.saml2.common.impl
Implementations of elements and attribtues used in multiple SAML 2.0 specification.
org.opensaml.saml2.core - package org.opensaml.saml2.core
Interfaces for SAML 2.0 core specification types and elements.
org.opensaml.saml2.core.impl - package org.opensaml.saml2.core.impl
Implementations of SAML 2.0 core specification types and elements.
org.opensaml.saml2.core.validator - package org.opensaml.saml2.core.validator
Validation rules for SAML 2.0 core types and elements.
org.opensaml.saml2.ecp - package org.opensaml.saml2.ecp
 
org.opensaml.saml2.ecp.impl - package org.opensaml.saml2.ecp.impl
 
org.opensaml.saml2.encryption - package org.opensaml.saml2.encryption
Classes for encrypting and decrypting SAML.
org.opensaml.saml2.metadata - package org.opensaml.saml2.metadata
Interfaces for SAML 2.0 metadata specification types and elements.
org.opensaml.saml2.metadata.impl - package org.opensaml.saml2.metadata.impl
Implementations of the SAML 2.0 metadata specification types and elements.
org.opensaml.saml2.metadata.provider - package org.opensaml.saml2.metadata.provider
Class for retrieving, filtering, and querying metadata.
org.opensaml.saml2.metadata.support - package org.opensaml.saml2.metadata.support
 
org.opensaml.saml2.metadata.validator - package org.opensaml.saml2.metadata.validator
Validation rules for SAML 2.0 metadata types and elements.
org.opensaml.samlext.idpdisco - package org.opensaml.samlext.idpdisco
 
org.opensaml.samlext.saml1md - package org.opensaml.samlext.saml1md
Interfaces for SAML 1 metadata profile.
org.opensaml.samlext.saml1md.impl - package org.opensaml.samlext.saml1md.impl
Implementation of SAML 1 metadata profile objects.
org.opensaml.samlext.saml2delrestrict - package org.opensaml.samlext.saml2delrestrict
Interfaces for SAML 2 Condition for Delegation Restriction.
org.opensaml.samlext.saml2delrestrict.impl - package org.opensaml.samlext.saml2delrestrict.impl
Implementation for SAML 2 Condition for Delegation Restriction.
org.opensaml.samlext.saml2mdquery - package org.opensaml.samlext.saml2mdquery
Interfaces for SAML 2 metadata standalone query endpoints profile.
org.opensaml.samlext.saml2mdquery.impl - package org.opensaml.samlext.saml2mdquery.impl
Implemention for SAML 2 metadata standalone query endpoints profile objects.
org.opensaml.samlext.samlpthrpty - package org.opensaml.samlext.samlpthrpty
Interfaces for SAML 2 protocol third-party response profile.
org.opensaml.samlext.samlpthrpty.impl - package org.opensaml.samlext.samlpthrpty.impl
Implementation for SAML 2 protocol third-party response profile objects.
org.opensaml.security - package org.opensaml.security
Classes related to verifying various credentials within a SAML system.
org.opensaml.xacml - package org.opensaml.xacml
 
org.opensaml.xacml.ctx - package org.opensaml.xacml.ctx
 
org.opensaml.xacml.ctx.impl - package org.opensaml.xacml.ctx.impl
 
org.opensaml.xacml.ctx.provider - package org.opensaml.xacml.ctx.provider
 
org.opensaml.xacml.impl - package org.opensaml.xacml.impl
 
org.opensaml.xacml.policy - package org.opensaml.xacml.policy
 
org.opensaml.xacml.policy.impl - package org.opensaml.xacml.policy.impl
 
org.opensaml.xacml.profile.saml - package org.opensaml.xacml.profile.saml
 
org.opensaml.xacml.profile.saml.impl - package org.opensaml.xacml.profile.saml.impl
 
Organization - Interface in org.opensaml.saml2.metadata
SAML 2.0 Metadata Organization
OrganizationBuilder - Class in org.opensaml.saml2.metadata.impl
Builder of OrganizationImpl
OrganizationBuilder() - Constructor for class org.opensaml.saml2.metadata.impl.OrganizationBuilder
Constructor
OrganizationDisplayName - Interface in org.opensaml.saml2.metadata
SAML 2.0 Metadata OrganizationDisplayName
OrganizationDisplayNameBuilder - Class in org.opensaml.saml2.metadata.impl
Builder of OrganizationDisplayNameImpl
OrganizationDisplayNameBuilder() - Constructor for class org.opensaml.saml2.metadata.impl.OrganizationDisplayNameBuilder
Constructor
OrganizationDisplayNameImpl - Class in org.opensaml.saml2.metadata.impl
Concrete implementation of OrganizationDisplayName
OrganizationDisplayNameImpl(String, String, String) - Constructor for class org.opensaml.saml2.metadata.impl.OrganizationDisplayNameImpl
Constructor
OrganizationDisplayNameMarshaller - Class in org.opensaml.saml2.metadata.impl
A thread safe Marshaller for OrganizationDisplayName objects.
OrganizationDisplayNameMarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.OrganizationDisplayNameMarshaller
 
OrganizationDisplayNameSchemaValidator - Class in org.opensaml.saml2.metadata.validator
Checks OrganizationDisplayName for Schema compliance.
OrganizationDisplayNameSchemaValidator() - Constructor for class org.opensaml.saml2.metadata.validator.OrganizationDisplayNameSchemaValidator
Constructor
OrganizationDisplayNameUnmarshaller - Class in org.opensaml.saml2.metadata.impl
A thread-safe unmarshaller for OrganizationDisplayName objects.
OrganizationDisplayNameUnmarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.OrganizationDisplayNameUnmarshaller
 
OrganizationImpl - Class in org.opensaml.saml2.metadata.impl
Concrete implementation of Organization
OrganizationImpl(String, String, String) - Constructor for class org.opensaml.saml2.metadata.impl.OrganizationImpl
Constructor
OrganizationMarshaller - Class in org.opensaml.saml2.metadata.impl
A thread safe Marshaller for Organization objects.
OrganizationMarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.OrganizationMarshaller
 
OrganizationName - Interface in org.opensaml.saml2.metadata
SAML 2.0 Metadata OrganizationName
OrganizationNameBuilder - Class in org.opensaml.saml2.metadata.impl
Builder of OrganizationNameImpl
OrganizationNameBuilder() - Constructor for class org.opensaml.saml2.metadata.impl.OrganizationNameBuilder
Constructor
OrganizationNameImpl - Class in org.opensaml.saml2.metadata.impl
Concrete implementation of OrganizationName
OrganizationNameImpl(String, String, String) - Constructor for class org.opensaml.saml2.metadata.impl.OrganizationNameImpl
Constructor
OrganizationNameMarshaller - Class in org.opensaml.saml2.metadata.impl
A thread safe Marshaller for OrganizationName objects.
OrganizationNameMarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.OrganizationNameMarshaller
 
OrganizationNameSchemaValidator - Class in org.opensaml.saml2.metadata.validator
Checks OrganizationName for Schema compliance.
OrganizationNameSchemaValidator() - Constructor for class org.opensaml.saml2.metadata.validator.OrganizationNameSchemaValidator
Constructor
OrganizationNameUnmarshaller - Class in org.opensaml.saml2.metadata.impl
A thread-safe Unmarshaller for OrganizationName objects.
OrganizationNameUnmarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.OrganizationNameUnmarshaller
 
OrganizationSchemaValidator - Class in org.opensaml.saml2.metadata.validator
Checks Organization for Schema compliance.
OrganizationSchemaValidator() - Constructor for class org.opensaml.saml2.metadata.validator.OrganizationSchemaValidator
Constructor
OrganizationUnmarshaller - Class in org.opensaml.saml2.metadata.impl
A thread-safe Unmarshaller for Organization objects.
OrganizationUnmarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.OrganizationUnmarshaller
 
OrganizationURL - Interface in org.opensaml.saml2.metadata
SAML 2.0 Metadata OrganizationURL
OrganizationURLBuilder - Class in org.opensaml.saml2.metadata.impl
Builder of OrganizationURLImpl
OrganizationURLBuilder() - Constructor for class org.opensaml.saml2.metadata.impl.OrganizationURLBuilder
Constructor
OrganizationURLImpl - Class in org.opensaml.saml2.metadata.impl
Concrete implementation of OrganizationURL
OrganizationURLImpl(String, String, String) - Constructor for class org.opensaml.saml2.metadata.impl.OrganizationURLImpl
Constructor
OrganizationURLMarshaller - Class in org.opensaml.saml2.metadata.impl
A thread safe Marshaller for OrganizationURL objects.
OrganizationURLMarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.OrganizationURLMarshaller
 
OrganizationURLSchemaValidator - Class in org.opensaml.saml2.metadata.validator
Checks OrganizationURL for Schema compliance.
OrganizationURLSchemaValidator() - Constructor for class org.opensaml.saml2.metadata.validator.OrganizationURLSchemaValidator
Constructor
OrganizationURLUnmarshaller - Class in org.opensaml.saml2.metadata.impl
A thread-safe Unmarshaller for OrganizationURL objects.
OrganizationURLUnmarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.OrganizationURLUnmarshaller
 
OTHER - Static variable in class org.opensaml.saml2.metadata.ContactPersonTypeEnumeration
"other" contact type
OWNER_ID_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.metadata.AffiliationDescriptor
"affiliationOwnerID" attribute's local name

P

PAOS_NS - Static variable in class org.opensaml.common.xml.SAMLConstants
Liberty PAOS XML Namespace.
PAOS_PREFIX - Static variable in class org.opensaml.common.xml.SAMLConstants
Liberty PAOS QName prefix.
PARAMETER_NAMEATTRIB_NAME - Static variable in interface org.opensaml.xacml.policy.CombinerParameterType
ParameterName attribute name.
parseArtifact(byte[]) - Static method in class org.opensaml.saml1.binding.artifact.SAML1ArtifactType0001
Constructs a SAML 1 artifact from its byte array representation.
parseArtifact(byte[]) - Static method in class org.opensaml.saml1.binding.artifact.SAML1ArtifactType0002
Constructs a SAML 1 artifact from its byte representation.
parseArtifact(byte[]) - Static method in class org.opensaml.saml2.binding.artifact.SAML2ArtifactType0004
Constructs a SAML 2 artifact from its byte array representation.
PARTIAL_LOGOUT_URI - Static variable in interface org.opensaml.saml2.core.StatusCode
URI for PartialLogout status code.
PASSWORD_AUTHN_CTX - Static variable in interface org.opensaml.saml2.core.AuthnContext
URI for Password authentication context.
PDPDescriptor - Interface in org.opensaml.saml2.metadata
SAML 2.0 Metadata PDPDescriptor.
PDPDescriptorBuilder - Class in org.opensaml.saml2.metadata.impl
Builder of PDPDescriptorImpl
PDPDescriptorBuilder() - Constructor for class org.opensaml.saml2.metadata.impl.PDPDescriptorBuilder
Constructor
PDPDescriptorImpl - Class in org.opensaml.saml2.metadata.impl
Concrete implementation of PDPDescriptor.
PDPDescriptorImpl(String, String, String) - Constructor for class org.opensaml.saml2.metadata.impl.PDPDescriptorImpl
Constructor.
PDPDescriptorMarshaller - Class in org.opensaml.saml2.metadata.impl
A thread safe Marshaller for PDPDescriptor objects.
PDPDescriptorMarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.PDPDescriptorMarshaller
 
PDPDescriptorSchemaValidator - Class in org.opensaml.saml2.metadata.validator
Checks PDPDescriptor for Schema compliance.
PDPDescriptorSchemaValidator() - Constructor for class org.opensaml.saml2.metadata.validator.PDPDescriptorSchemaValidator
Constructor
PDPDescriptorSpecValidator - Class in org.opensaml.saml2.metadata.validator
Checks PDPDescriptor for Spec compliance.
PDPDescriptorSpecValidator() - Constructor for class org.opensaml.saml2.metadata.validator.PDPDescriptorSpecValidator
Constructor
PDPDescriptorUnmarshaller - Class in org.opensaml.saml2.metadata.impl
A thread safe Unmarshaller for PDPDescriptor objects.
PDPDescriptorUnmarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.PDPDescriptorUnmarshaller
 
performPreValidation(Signature) - Method in class org.opensaml.common.binding.security.SAMLProtocolMessageXMLSignatureSecurityPolicyRule
Perform pre-validation on the Signature token.
performPreValidation(Signature, String) - Method in class org.opensaml.saml2.metadata.provider.SignatureValidationFilter
Perform pre-validation on the Signature token.
PERMIT - Static variable in class org.opensaml.saml1.core.DecisionTypeEnumeration
"Permit" decision type
PERMIT - Static variable in class org.opensaml.saml2.core.DecisionTypeEnumeration
Permit decision type.
PERSISTENT - Static variable in interface org.opensaml.saml2.core.NameIDType
URI for persistent name format.
PERSONAL_TELEPHONY_AUTHN_CTX - Static variable in interface org.opensaml.saml2.core.AuthnContext
URI for Personalized Telephony authentication context.
PGP_AUTHN_CTX - Static variable in interface org.opensaml.saml2.core.AuthnContext
URI for PGP authentication context.
placeKeysAsPeers(EncryptedElementType, EncryptedData, List<EncryptedKey>) - Method in class org.opensaml.saml2.encryption.Encrypter
Store the specified EncryptedData and EncryptedKey(s) in the specified instance of EncryptedElementType as peer elements, following SAML 2 Errata E43 guidelines for forward and back referencing between the EncryptedData and EncryptedKey(s).
placeKeysInline(EncryptedElementType, EncryptedData, List<EncryptedKey>) - Method in class org.opensaml.saml2.encryption.Encrypter
Place the EncryptedKey elements inside the KeyInfo element within the EncryptedData element.
POLICY_COMBINING_ALG_ID_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.policy.PolicySetType
PolicyCombiningAlgId attribute name.
POLICY_DEFAULTS_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.DefaultsType
Local name of the element PolicyDefaults.
POLICY_DEFAULTS_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.policy.DefaultsType
QName of the element PolicyDefaults.
POLICY_ID_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.policy.PolicyType
PolicyId attribute name.
POLICY_ID_REF_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.policy.PolicyCombinerParametersType
PolicyIdRef attribute name.
POLICY_ID_REFERENCE_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.IdReferenceType
Local name of the element PolicyIdReference.
POLICY_ID_REFERENCE_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.policy.IdReferenceType
QName of the element PolicyIdReference.
POLICY_SET_DEFAULTS_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.DefaultsType
Local name of the element PolicySetDefaults.
POLICY_SET_DEFAULTS_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.policy.DefaultsType
QName of the element PolicySetDefaults.
POLICY_SET_ID_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.policy.PolicySetType
PolicySetId attribute name.
POLICY_SET_ID_REF_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.policy.PolicySetCombinerParametersType
PolicySetIdRef attribute name.
POLICY_SET_ID_REFERENCE_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.IdReferenceType
Local name of the element PolicySetIdReference.
POLICY_SET_ID_REFERENCE_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.policy.IdReferenceType
QName of the element PolicySetIdReference.
PolicyCombinerParametersType - Interface in org.opensaml.xacml.policy
XACML PolicyCombinerParameters schema type.
PolicyCombinerParametersTypeImpl - Class in org.opensaml.xacml.policy.impl
Implementation of PolicyCombinerParametersTypeUnmarshaller.
PolicyCombinerParametersTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.PolicyCombinerParametersTypeImpl
Constructor.
PolicyCombinerParametersTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
Builder for PolicyCombinerParametersType.
PolicyCombinerParametersTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.PolicyCombinerParametersTypeImplBuilder
 
PolicyCombinerParametersTypeMarshaller - Class in org.opensaml.xacml.policy.impl
Marshalelr for PolicyCombinerParametersType.
PolicyCombinerParametersTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.PolicyCombinerParametersTypeMarshaller
Constructor.
PolicyCombinerParametersTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
Unmarshaller for PolicyCombinerParametersType.
PolicyCombinerParametersTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.PolicyCombinerParametersTypeUnmarshaller
Constructor.
PolicySetCombinerParametersType - Interface in org.opensaml.xacml.policy
XACML PolicySetCombineParameters schema type.
PolicySetCombinerParametersTypeImpl - Class in org.opensaml.xacml.policy.impl
Implementation of PolicySetCombinerParametersType.
PolicySetCombinerParametersTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.PolicySetCombinerParametersTypeImpl
Constructor.
PolicySetCombinerParametersTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
Builder for PolicySetCombinerParametersType.
PolicySetCombinerParametersTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.PolicySetCombinerParametersTypeImplBuilder
 
PolicySetCombinerParametersTypeMarshaller - Class in org.opensaml.xacml.policy.impl
Marshaller for PolicySetCombinerParametersType.
PolicySetCombinerParametersTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.PolicySetCombinerParametersTypeMarshaller
Constructor.
PolicySetCombinerParametersTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
Unmarshaller for PolicySetCombinerParametersType.
PolicySetCombinerParametersTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.PolicySetCombinerParametersTypeUnmarshaller
Constructor.
PolicySetType - Interface in org.opensaml.xacml.policy
XACML PolicySet schema types.
PolicySetTypeImpl - Class in org.opensaml.xacml.policy.impl
Concrete implementation of PolicySetType.
PolicySetTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.PolicySetTypeImpl
Constructor.
PolicySetTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
Builder of PolicySetType objects.
PolicySetTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.PolicySetTypeImplBuilder
 
PolicySetTypeMarshaller - Class in org.opensaml.xacml.policy.impl
Marshaller for PolicySetType objects.
PolicySetTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.PolicySetTypeMarshaller
Constructor.
PolicySetTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
Unmarshaller for PolicySetType objects.
PolicySetTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.PolicySetTypeUnmarshaller
Constructor.
PolicyType - Interface in org.opensaml.xacml.policy
XACML Policy schema type.
PolicyTypeImpl - Class in org.opensaml.xacml.policy.impl
Concrete implemenation of PolicyType.
PolicyTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.PolicyTypeImpl
Constructor.
PolicyTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
Builder of PolicyType objects.
PolicyTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.PolicyTypeImplBuilder
 
PolicyTypeMarshaller - Class in org.opensaml.xacml.policy.impl
Marshaller for PolicyType objects.
PolicyTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.PolicyTypeMarshaller
Constructor.
PolicyTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
Unmarshaller for PolicyType objects.
PolicyTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.PolicyTypeUnmarshaller
Constructor.
populateMessageContext(SAMLMessageContext) - Method in class org.opensaml.saml1.binding.decoding.BaseSAML1MessageDecoder
Populates the message context with the message ID, issue instant, and issuer as well as the peer's entity descriptor if a metadata provider is present in the message context and the peer's role descriptor if its entity descriptor was retrieved and the message context has a populated peer role name.
populateMessageContext(SAMLMessageContext) - Method in class org.opensaml.saml2.binding.decoding.BaseSAML2MessageDecoder
Populates the message context with the message ID, issue instant, and issuer as well as the peer's entity descriptor if a metadata provider is present in the message context and the peer's role descriptor if its entity descriptor was retrieved and the message context has a populated peer role name.
populateMessageIdIssueInstantIssuer(SAMLMessageContext) - Method in class org.opensaml.saml1.binding.decoding.BaseSAML1MessageDecoder
Extracts the message ID, issue instant, and issuer from the incoming SAML message and populates the message context with it.
populateMessageIdIssueInstantIssuer(SAMLMessageContext) - Method in class org.opensaml.saml2.binding.decoding.BaseSAML2MessageDecoder
Extracts the message ID, issue instant, and issuer from the incoming SAML message and populates the message context with it.
populateRelyingPartyMetadata(SAMLMessageContext) - Method in class org.opensaml.saml1.binding.decoding.BaseSAML1MessageDecoder
Populates the peer's entity metadata if a metadata provide is present in the message context.
populateRelyingPartyMetadata(SAMLMessageContext) - Method in class org.opensaml.saml2.binding.decoding.BaseSAML2MessageDecoder
Populates the peer's entity metadata if a metadata provide is present in the message context.
populateVelocityContext(VelocityContext, SAMLMessageContext, String) - Method in class org.opensaml.saml2.binding.encoding.HTTPPostEncoder
Populate the Velocity context instance which will be used to render the POST body.
populateVelocityContext(VelocityContext, SAMLMessageContext, String) - Method in class org.opensaml.saml2.binding.encoding.HTTPPostSimpleSignEncoder
Populate the Velocity context instance which will be used to render the POST body.
POST_METHOD - Static variable in class org.opensaml.common.xml.SAMLConstants
HTTP Request Method - POST.
postEncode(SAMLMessageContext, String) - Method in class org.opensaml.saml1.binding.encoding.HTTPPostEncoder
Base64 and POST encodes the outbound message and writes it to the outbound transport.
postEncode(SAMLMessageContext, HTTPOutTransport) - Method in class org.opensaml.saml2.binding.encoding.HTTPArtifactEncoder
Performs HTTP POST based encoding.
postEncode(SAMLMessageContext, String) - Method in class org.opensaml.saml2.binding.encoding.HTTPPostEncoder
Base64 and POST encodes the outbound message and writes it to the outbound transport.
postProcessMetadata(byte[], Document, XMLObject) - Method in class org.opensaml.saml2.metadata.provider.AbstractReloadingMetadataProvider
Post-processing hook called after new metadata has been unmarshalled, filtered, and the DOM released (from the XMLObject) but before the metadata is saved off.
postProcessMetadata(byte[], Document, XMLObject) - Method in class org.opensaml.saml2.metadata.provider.FileBackedHTTPMetadataProvider
Post-processing hook called after new metadata has been unmarshalled, filtered, and the DOM released (from the XMLObject) but before the metadata is saved off.
PPT_AUTHN_CTX - Static variable in interface org.opensaml.saml2.core.AuthnContext
URI for Password Protected Transport authentication context.
prepareForAssignment(DateTime, DateTime) - Method in class org.opensaml.common.impl.AbstractSAMLObject
A helper function for derived classes that checks to see if the old and new value are equal and if so releases the cached dom.
prepareForAssignment(DateTime, DateTime) - Method in class org.opensaml.common.impl.AbstractSignableSAMLObject
A helper function for derived classes that checks to see if the old and new value are equal and if so releases the cached dom.
preprocessObligations(ObligationProcessingContext) - Method in class org.opensaml.xacml.ctx.provider.ObligationService
Preprocesses the obligations returned within the result.
PREVIOUS_SESSION_AUTHN_CTX - Static variable in interface org.opensaml.saml2.core.AuthnContext
URI for Previous Session authentication context.
PRIOR_CONSENT - Static variable in interface org.opensaml.saml2.core.RequestAbstractType
Prior consent URI.
PRIOR_CONSENT - Static variable in interface org.opensaml.saml2.core.StatusResponseType
Prior consent URI.
processArtifact(SAMLMessageContext) - Method in class org.opensaml.saml2.binding.decoding.HTTPArtifactDecoder
Process the incoming artifact by decoding the artifacts, dereferencing it from the artifact issuer and storing the resulting protocol message in the message context.
processArtifacts(SAMLMessageContext) - Method in class org.opensaml.saml1.binding.decoding.HTTPArtifactDecoder
Process the incoming artifacts by decoding the artifacts, dereferencing them from the artifact source and storing the resulting response (with assertions) in the message context.
processAttribute(XMLObject, Attr) - Method in class org.opensaml.common.impl.AbstractSAMLObjectUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml1.core.impl.ActionUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml1.core.impl.AssertionUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml1.core.impl.AttributeDesignatorUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml1.core.impl.AttributeQueryUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml1.core.impl.AuthenticationQueryUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml1.core.impl.AuthenticationStatementUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml1.core.impl.AuthorityBindingUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml1.core.impl.AuthorizationDecisionQueryUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml1.core.impl.AuthorizationDecisionStatementUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml1.core.impl.ConditionsUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml1.core.impl.NameIdentifierUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml1.core.impl.RequestAbstractTypeUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml1.core.impl.ResponseAbstractTypeUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml1.core.impl.StatusCodeUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml1.core.impl.SubjectLocalityUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml2.common.impl.ExtensionsUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml2.core.impl.AbstractNameIDTypeUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml2.core.impl.ActionUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml2.core.impl.AssertionUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml2.core.impl.AttributeUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml2.core.impl.AuthnContextDeclUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml2.core.impl.AuthnQueryUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml2.core.impl.AuthnRequestUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml2.core.impl.AuthnStatementUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml2.core.impl.AuthzDecisionQueryUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml2.core.impl.AuthzDecisionStatementUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml2.core.impl.BaseIDUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml2.core.impl.ConditionsUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml2.core.impl.IDPEntryUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml2.core.impl.LogoutRequestUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml2.core.impl.NameIDPolicyUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml2.core.impl.ProxyRestrictionUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml2.core.impl.RequestAbstractTypeUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml2.core.impl.RequestedAuthnContextUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml2.core.impl.ScopingUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml2.core.impl.StatusCodeUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml2.core.impl.StatusResponseTypeUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml2.core.impl.SubjectConfirmationDataUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml2.core.impl.SubjectConfirmationUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml2.core.impl.SubjectLocalityUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml2.ecp.impl.RelayStateUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml2.ecp.impl.RequestUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml2.ecp.impl.ResponseUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml2.metadata.impl.AdditionalMetadataLocationUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml2.metadata.impl.AffiliationDescriptorUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml2.metadata.impl.AttributeConsumingServiceUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml2.metadata.impl.ContactPersonUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml2.metadata.impl.EndpointUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml2.metadata.impl.EntitiesDescriptorUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml2.metadata.impl.EntityDescriptorUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml2.metadata.impl.IDPSSODescriptorUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml2.metadata.impl.IndexedEndpointUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml2.metadata.impl.KeyDescriptorUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml2.metadata.impl.OrganizationDisplayNameUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml2.metadata.impl.OrganizationNameUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml2.metadata.impl.OrganizationUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml2.metadata.impl.OrganizationURLUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml2.metadata.impl.RequestedAttributeUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml2.metadata.impl.RoleDescriptorUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml2.metadata.impl.ServiceDescriptionUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml2.metadata.impl.ServiceNameUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.saml2.metadata.impl.SPSSODescriptorUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.samlext.saml2delrestrict.impl.DelegateUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.samlext.saml2mdquery.impl.QueryDescriptorTypeUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xacml.ctx.impl.AttributeTypeUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xacml.ctx.impl.AttributeValueTypeUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xacml.ctx.impl.MissingAttributeDetailTypeUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xacml.ctx.impl.ResourceContentTypeUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xacml.ctx.impl.ResultTypeUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xacml.ctx.impl.StatusCodeTypeUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xacml.ctx.impl.SubjectTypeUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xacml.impl.AbstractXACMLObjectUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xacml.policy.impl.ActionMatchTypeUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xacml.policy.impl.ApplyTypeUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xacml.policy.impl.AttributeAssignmentTypeUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xacml.policy.impl.AttributeDesignatorTypeUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xacml.policy.impl.AttributeSelectorTypeUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xacml.policy.impl.AttributeValueTypeUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xacml.policy.impl.CombinerParameterTypeUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xacml.policy.impl.EnvironmentMatchTypeUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xacml.policy.impl.FunctionTypeUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xacml.policy.impl.IdReferenceTypeUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xacml.policy.impl.ObligationTypeUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xacml.policy.impl.PolicyCombinerParametersTypeUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xacml.policy.impl.PolicySetCombinerParametersTypeUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xacml.policy.impl.PolicySetTypeUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xacml.policy.impl.PolicyTypeUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xacml.policy.impl.ResourceMatchTypeUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xacml.policy.impl.RuleCombinerParametersTypeUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xacml.policy.impl.RuleTypeUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xacml.policy.impl.SubjectAttributeDesignatorTypeUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xacml.policy.impl.SubjectMatchTypeUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xacml.policy.impl.VariableDefinitionTypeUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xacml.policy.impl.VariableReferenceTypeUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeUnmarshaller
processCachedMetadata(String, DateTime) - Method in class org.opensaml.saml2.metadata.provider.AbstractReloadingMetadataProvider
Processes a cached metadata document in order to determine, and schedule, the next time it should be refreshed.
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.common.impl.AbstractSAMLObjectUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml1.core.impl.AdviceUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml1.core.impl.AssertionUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml1.core.impl.AttributeQueryUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml1.core.impl.AttributeStatementUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml1.core.impl.AttributeUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml1.core.impl.AudienceRestrictionConditionUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml1.core.impl.AuthenticationStatementUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml1.core.impl.AuthorizationDecisionQueryUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml1.core.impl.AuthorizationDecisionStatementUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml1.core.impl.ConditionsUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml1.core.impl.EvidenceUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml1.core.impl.RequestAbstractTypeUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml1.core.impl.RequestUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml1.core.impl.ResponseAbstractTypeUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml1.core.impl.ResponseUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml1.core.impl.StatusCodeUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml1.core.impl.StatusDetailUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml1.core.impl.StatusUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml1.core.impl.SubjectConfirmationUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml1.core.impl.SubjectQueryUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml1.core.impl.SubjectStatementUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml1.core.impl.SubjectUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml2.common.impl.ExtensionsUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml2.core.impl.AdviceUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml2.core.impl.ArtifactResolveUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml2.core.impl.ArtifactResponseUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml2.core.impl.AssertionIDRequestUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml2.core.impl.AssertionUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml2.core.impl.AttributeQueryUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml2.core.impl.AttributeStatementUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml2.core.impl.AttributeUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml2.core.impl.AudienceRestrictionUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml2.core.impl.AuthnContextDeclUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml2.core.impl.AuthnContextUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml2.core.impl.AuthnQueryUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml2.core.impl.AuthnRequestUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml2.core.impl.AuthnStatementUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml2.core.impl.AuthzDecisionQueryUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml2.core.impl.AuthzDecisionStatementUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml2.core.impl.ConditionsUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml2.core.impl.EncryptedElementTypeUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml2.core.impl.EvidenceUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml2.core.impl.IDPListUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml2.core.impl.LogoutRequestUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml2.core.impl.ManageNameIDRequestUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml2.core.impl.NameIDMappingRequestUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml2.core.impl.NameIDMappingResponseUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml2.core.impl.ProxyRestrictionUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml2.core.impl.RequestAbstractTypeUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml2.core.impl.RequestedAuthnContextUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml2.core.impl.ResponseUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml2.core.impl.ScopingUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml2.core.impl.StatusCodeUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml2.core.impl.StatusDetailUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml2.core.impl.StatusResponseTypeUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml2.core.impl.StatusUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml2.core.impl.SubjectConfirmationDataUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml2.core.impl.SubjectConfirmationUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml2.core.impl.SubjectQueryUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml2.core.impl.SubjectUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml2.ecp.impl.RequestUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml2.metadata.impl.AffiliationDescriptorUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml2.metadata.impl.AttributeAuthorityDescriptorUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml2.metadata.impl.AttributeConsumingServiceUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml2.metadata.impl.AuthnAuthorityDescriptorUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml2.metadata.impl.ContactPersonUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml2.metadata.impl.EndpointUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml2.metadata.impl.EntitiesDescriptorUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml2.metadata.impl.EntityDescriptorUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml2.metadata.impl.IDPSSODescriptorUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml2.metadata.impl.KeyDescriptorUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml2.metadata.impl.OrganizationUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml2.metadata.impl.PDPDescriptorUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml2.metadata.impl.RoleDescriptorUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml2.metadata.impl.SPSSODescriptorUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.saml2.metadata.impl.SSODescriptorUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.samlext.saml2delrestrict.impl.DelegateUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.samlext.saml2delrestrict.impl.DelegationRestrictionTypeUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.samlext.saml2mdquery.impl.AttributeQueryDescriptorTypeUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.samlext.saml2mdquery.impl.AuthzDecisionQueryDescriptorTypeUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.samlext.saml2mdquery.impl.QueryDescriptorTypeUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.ctx.impl.ActionTypeUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.ctx.impl.AttributeTypeUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.ctx.impl.AttributeValueTypeUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.ctx.impl.EnvironmentTypeUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.ctx.impl.MissingAttributeDetailTypeUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.ctx.impl.RequestTypeUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.ctx.impl.ResourceContentTypeUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.ctx.impl.ResourceTypeUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.ctx.impl.ResponseTypeUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.ctx.impl.ResultTypeUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.ctx.impl.StatusCodeTypeUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.ctx.impl.StatusDetailTypeUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.ctx.impl.StatusTypeUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.ctx.impl.SubjectTypeUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.impl.AbstractXACMLObjectUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.policy.impl.ActionMatchTypeUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.policy.impl.ActionsTypeUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.policy.impl.ActionTypeUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.policy.impl.ApplyTypeUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.policy.impl.AttributeValueTypeUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.policy.impl.CombinerParametersTypeUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.policy.impl.CombinerParameterTypeUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.policy.impl.ConditionTypeUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.policy.impl.DefaultsTypeUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.policy.impl.EnvironmentMatchTypeUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.policy.impl.EnvironmentsTypeUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.policy.impl.EnvironmentTypeUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.policy.impl.ObligationsTypeUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.policy.impl.ObligationTypeUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.policy.impl.PolicySetTypeUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.policy.impl.PolicyTypeUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.policy.impl.ResourceMatchTypeUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.policy.impl.ResourcesTypeUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.policy.impl.ResourceTypeUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.policy.impl.RuleCombinerParametersTypeUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.policy.impl.RuleTypeUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.policy.impl.SubjectMatchTypeUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.policy.impl.SubjectsTypeUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.policy.impl.SubjectTypeUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.policy.impl.TargetTypeUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.policy.impl.VariableReferenceTypeUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.profile.saml.impl.ReferencedPoliciesTypeUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionStatementTypeUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.profile.saml.impl.XACMLPolicyQueryTypeUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.xacml.profile.saml.impl.XACMLPolicyStatementTypeUnmarshaller
processConditionalRetrievalHeaders(GetMethod) - Method in class org.opensaml.saml2.metadata.provider.HTTPMetadataProvider
Records the ETag and Last-Modified headers, from the response, if they are present.
processElementContent(XMLObject, String) - Method in class org.opensaml.common.impl.AbstractSAMLObjectUnmarshaller
processElementContent(XMLObject, String) - Method in class org.opensaml.saml1.core.impl.ActionUnmarshaller
processElementContent(XMLObject, String) - Method in class org.opensaml.saml1.core.impl.AssertionArtifactUnmarshaller
processElementContent(XMLObject, String) - Method in class org.opensaml.saml1.core.impl.AssertionIDReferenceUnmarshaller
processElementContent(XMLObject, String) - Method in class org.opensaml.saml1.core.impl.AudienceUnmarshaller
processElementContent(XMLObject, String) - Method in class org.opensaml.saml1.core.impl.ConfirmationMethodUnmarshaller
processElementContent(XMLObject, String) - Method in class org.opensaml.saml1.core.impl.NameIdentifierUnmarshaller
processElementContent(XMLObject, String) - Method in class org.opensaml.saml1.core.impl.StatusMessageUnmarshaller
processElementContent(XMLObject, String) - Method in class org.opensaml.saml2.common.impl.ExtensionsUnmarshaller
processElementContent(XMLObject, String) - Method in class org.opensaml.saml2.core.impl.AbstractNameIDTypeUnmarshaller
processElementContent(XMLObject, String) - Method in class org.opensaml.saml2.core.impl.ActionUnmarshaller
processElementContent(XMLObject, String) - Method in class org.opensaml.saml2.core.impl.ArtifactUnmarshaller
processElementContent(XMLObject, String) - Method in class org.opensaml.saml2.core.impl.AssertionIDRefUnmarshaller
processElementContent(XMLObject, String) - Method in class org.opensaml.saml2.core.impl.AssertionURIRefUnmarshaller
processElementContent(XMLObject, String) - Method in class org.opensaml.saml2.core.impl.AudienceUnmarshaller
processElementContent(XMLObject, String) - Method in class org.opensaml.saml2.core.impl.AuthenticatingAuthorityUnmarshaller
processElementContent(XMLObject, String) - Method in class org.opensaml.saml2.core.impl.AuthnContextClassRefUnmarshaller
processElementContent(XMLObject, String) - Method in class org.opensaml.saml2.core.impl.AuthnContextDeclRefUnmarshaller
processElementContent(XMLObject, String) - Method in class org.opensaml.saml2.core.impl.AuthnContextDeclUnmarshaller
processElementContent(XMLObject, String) - Method in class org.opensaml.saml2.core.impl.GetCompleteUnmarshaller
processElementContent(XMLObject, String) - Method in class org.opensaml.saml2.core.impl.NewIDUnmarshaller
processElementContent(XMLObject, String) - Method in class org.opensaml.saml2.core.impl.RequesterIDUnmarshaller
processElementContent(XMLObject, String) - Method in class org.opensaml.saml2.core.impl.SessionIndexUnmarshaller
processElementContent(XMLObject, String) - Method in class org.opensaml.saml2.core.impl.StatusMessageUnmarshaller
processElementContent(XMLObject, String) - Method in class org.opensaml.saml2.metadata.impl.AdditionalMetadataLocationUnmarshaller
processElementContent(XMLObject, String) - Method in class org.opensaml.saml2.metadata.impl.AffiliateMemberUnmarshaller
processElementContent(XMLObject, String) - Method in class org.opensaml.saml2.metadata.impl.AttributeProfileUnmarshaller
processElementContent(XMLObject, String) - Method in class org.opensaml.saml2.metadata.impl.CompanyUnmarshaller
processElementContent(XMLObject, String) - Method in class org.opensaml.saml2.metadata.impl.EmailAddressUnmarshaller
processElementContent(XMLObject, String) - Method in class org.opensaml.saml2.metadata.impl.GivenNameUnmarshaller
processElementContent(XMLObject, String) - Method in class org.opensaml.saml2.metadata.impl.NameIDFormatUnmarshaller
processElementContent(XMLObject, String) - Method in class org.opensaml.saml2.metadata.impl.OrganizationDisplayNameUnmarshaller
processElementContent(XMLObject, String) - Method in class org.opensaml.saml2.metadata.impl.OrganizationNameUnmarshaller
processElementContent(XMLObject, String) - Method in class org.opensaml.saml2.metadata.impl.OrganizationURLUnmarshaller
processElementContent(XMLObject, String) - Method in class org.opensaml.saml2.metadata.impl.ServiceDescriptionUnmarshaller
processElementContent(XMLObject, String) - Method in class org.opensaml.saml2.metadata.impl.ServiceNameUnmarshaller
processElementContent(XMLObject, String) - Method in class org.opensaml.saml2.metadata.impl.SurNameUnmarshaller
processElementContent(XMLObject, String) - Method in class org.opensaml.saml2.metadata.impl.TelephoneNumberUnmarshaller
processElementContent(XMLObject, String) - Method in class org.opensaml.samlext.saml1md.impl.SourceIDUnmarshaller
processElementContent(XMLObject, String) - Method in class org.opensaml.samlext.saml2mdquery.impl.ActionNamespaceUnmarshaller
processElementContent(XMLObject, String) - Method in class org.opensaml.xacml.ctx.impl.AttributeValueTypeUnmarshaller
processElementContent(XMLObject, String) - Method in class org.opensaml.xacml.ctx.impl.DecisionTypeUnmarshaller
processElementContent(XMLObject, String) - Method in class org.opensaml.xacml.ctx.impl.ResourceContentTypeUnmarshaller
processElementContent(XMLObject, String) - Method in class org.opensaml.xacml.ctx.impl.StatusMessageTypeUnmarshaller
processElementContent(XMLObject, String) - Method in class org.opensaml.xacml.impl.AbstractXACMLObjectUnmarshaller
processElementContent(XMLObject, String) - Method in class org.opensaml.xacml.policy.impl.AttributeValueTypeUnmarshaller
processElementContent(XMLObject, String) - Method in class org.opensaml.xacml.policy.impl.DescriptionTypeUnmarshaller
processElements(EncryptedElementType, EncryptedData, List<EncryptedKey>) - Method in class org.opensaml.saml2.encryption.Encrypter
Handle post-processing of generated EncryptedData and EncryptedKey(s) and storage in the appropriate EncryptedElementType instance.
processEntityDescriptor(EntityDescriptor) - Method in class org.opensaml.saml2.metadata.provider.SignatureValidationFilter
Process the signatures on the specified EntityDescriptor and any signed children.
processEntityGroup(EntitiesDescriptor) - Method in class org.opensaml.saml2.metadata.provider.SignatureValidationFilter
Process the signatures on the specified EntitiesDescriptor and any signed children.
processNewMetadata(String, DateTime, byte[]) - Method in class org.opensaml.saml2.metadata.provider.AbstractReloadingMetadataProvider
Process a new metadata document.
processNonExpiredMetadata(String, DateTime, byte[], XMLObject) - Method in class org.opensaml.saml2.metadata.provider.AbstractReloadingMetadataProvider
Processes metadata that has been determined to be valid at the time it was fetched.
processObligations(ObligationProcessingContext) - Method in class org.opensaml.xacml.ctx.provider.ObligationService
Processes the obligations within the effective XACML policy.
processPreExpiredMetadata(String, DateTime, byte[], XMLObject) - Method in class org.opensaml.saml2.metadata.provider.AbstractReloadingMetadataProvider
Processes metadata that has been determined to be invalid (usually because it's already expired) at the time it was fetched.
PROTOCOL_BINDING_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.core.AuthnRequest
ProtocolBinding attribute name.
PROTOCOL_ENUMERATION_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.metadata.RoleDescriptor
"protocolEnumeration" attribute's local name.
PROVIDER_ID_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.core.IDPEntry
ProviderID attribute name.
PROVIDER_NAME_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.core.AuthnRequest
ProviderName attribute name.
PROVIDER_NAME_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.ecp.Request
ProviderName attribute name.
providesMessageConfidentiality(MessageContext) - Method in class org.opensaml.saml1.binding.encoding.HTTPArtifactEncoder
providesMessageConfidentiality(MessageContext) - Method in class org.opensaml.saml1.binding.encoding.HTTPPostEncoder
providesMessageConfidentiality(MessageContext) - Method in class org.opensaml.saml1.binding.encoding.HTTPSOAP11Encoder
providesMessageConfidentiality(MessageContext) - Method in class org.opensaml.saml2.binding.encoding.HTTPArtifactEncoder
providesMessageConfidentiality(MessageContext) - Method in class org.opensaml.saml2.binding.encoding.HTTPPostEncoder
providesMessageConfidentiality(MessageContext) - Method in class org.opensaml.saml2.binding.encoding.HTTPRedirectDeflateEncoder
providesMessageConfidentiality(MessageContext) - Method in class org.opensaml.saml2.binding.encoding.HTTPSOAP11Encoder
providesMessageIntegrity(MessageContext) - Method in class org.opensaml.saml1.binding.encoding.HTTPArtifactEncoder
providesMessageIntegrity(MessageContext) - Method in class org.opensaml.saml1.binding.encoding.HTTPPostEncoder
providesMessageIntegrity(MessageContext) - Method in class org.opensaml.saml1.binding.encoding.HTTPSOAP11Encoder
providesMessageIntegrity(MessageContext) - Method in class org.opensaml.saml2.binding.encoding.HTTPArtifactEncoder
providesMessageIntegrity(MessageContext) - Method in class org.opensaml.saml2.binding.encoding.HTTPPostEncoder
providesMessageIntegrity(MessageContext) - Method in class org.opensaml.saml2.binding.encoding.HTTPRedirectDeflateEncoder
providesMessageIntegrity(MessageContext) - Method in class org.opensaml.saml2.binding.encoding.HTTPSOAP11Encoder
PROXY_COUNT_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.core.Scoping
ProxyCount attribute name.
PROXY_COUNT_EXCEEDED_URI - Static variable in interface org.opensaml.saml2.core.StatusCode
URI for ProxyCountExceeded status code.
ProxyRestriction - Interface in org.opensaml.saml2.core
SAML 2.0 Core ProxyRestriction.
ProxyRestrictionBuilder - Class in org.opensaml.saml2.core.impl
Builder for ProxyRestrictionImpl objects.
ProxyRestrictionBuilder() - Constructor for class org.opensaml.saml2.core.impl.ProxyRestrictionBuilder
Constructor.
ProxyRestrictionImpl - Class in org.opensaml.saml2.core.impl
Concrete implementation of ProxyRestriction.
ProxyRestrictionImpl(String, String, String) - Constructor for class org.opensaml.saml2.core.impl.ProxyRestrictionImpl
Constructor.
ProxyRestrictionMarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Marshaller for ProxyRestriction objects.
ProxyRestrictionMarshaller() - Constructor for class org.opensaml.saml2.core.impl.ProxyRestrictionMarshaller
 
ProxyRestrictionUnmarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Unmarshaller for ProxyRestriction objects.
ProxyRestrictionUnmarshaller() - Constructor for class org.opensaml.saml2.core.impl.ProxyRestrictionUnmarshaller
 
put(String, String, String, SAMLObject) - Method in class org.opensaml.common.binding.artifact.BasicSAMLArtifactMap
Creates a mapping between a given artifact and the SAML message to which it maps.
put(String, String, String, SAMLObject) - Method in interface org.opensaml.common.binding.artifact.SAMLArtifactMap
Creates a mapping between a given artifact and the SAML message to which it maps.

Q

Query - Interface in org.opensaml.saml1.core
This interface is for the SAML1 Query extention point.
QueryDescriptorType - Interface in org.opensaml.samlext.saml2mdquery
SAML 2.0 Metadata extension QueryDescriptorType.
QueryDescriptorTypeImpl - Class in org.opensaml.samlext.saml2mdquery.impl
Concrete implementation of QueryDescriptorType.
QueryDescriptorTypeImpl(String, String, String) - Constructor for class org.opensaml.samlext.saml2mdquery.impl.QueryDescriptorTypeImpl
Constructor.
QueryDescriptorTypeMarshaller - Class in org.opensaml.samlext.saml2mdquery.impl
Marshaller for QueryDescriptorType objects.
QueryDescriptorTypeMarshaller() - Constructor for class org.opensaml.samlext.saml2mdquery.impl.QueryDescriptorTypeMarshaller
 
QueryDescriptorTypeUnmarshaller - Class in org.opensaml.samlext.saml2mdquery.impl
Unmarshaller for QueryDescriptorType objects.
QueryDescriptorTypeUnmarshaller() - Constructor for class org.opensaml.samlext.saml2mdquery.impl.QueryDescriptorTypeUnmarshaller
 

R

RandomIdentifierGenerator - Class in org.opensaml.common.impl
Generates identifiers using random data obtained from a Random instance.
RandomIdentifierGenerator() - Constructor for class org.opensaml.common.impl.RandomIdentifierGenerator
Constructor.
READ_ACTION - Static variable in interface org.opensaml.saml2.core.Action
Read action.
REASON_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.core.LogoutRequest
Reason attribute name.
RECIPIENT_ATTRIB_NAME - Static variable in interface org.opensaml.saml1.core.ResponseAbstractType
Name for the attribute which defines the Recipient.
RECIPIENT_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.core.SubjectConfirmationData
Recipient attribute name.
ReferencedPoliciesType - Interface in org.opensaml.xacml.profile.saml
/** A SAML XACML profile ReferencedPoliciesType schema type.
ReferencedPoliciesTypeImpl - Class in org.opensaml.xacml.profile.saml.impl
Implementation of ReferencedPoliciesType.
ReferencedPoliciesTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.profile.saml.impl.ReferencedPoliciesTypeImpl
Constructor.
ReferencedPoliciesTypeImplBuilder - Class in org.opensaml.xacml.profile.saml.impl
Builder for ReferencedPoliciesType.
ReferencedPoliciesTypeImplBuilder() - Constructor for class org.opensaml.xacml.profile.saml.impl.ReferencedPoliciesTypeImplBuilder
 
ReferencedPoliciesTypeMarshaller - Class in org.opensaml.xacml.profile.saml.impl
Marshaller for ReferencedPoliciesType.
ReferencedPoliciesTypeMarshaller() - Constructor for class org.opensaml.xacml.profile.saml.impl.ReferencedPoliciesTypeMarshaller
 
ReferencedPoliciesTypeUnmarshaller - Class in org.opensaml.xacml.profile.saml.impl
Unmarshaller for ReferencedPoliciesType.
ReferencedPoliciesTypeUnmarshaller() - Constructor for class org.opensaml.xacml.profile.saml.impl.ReferencedPoliciesTypeUnmarshaller
 
refresh() - Method in class org.opensaml.saml2.metadata.provider.AbstractReloadingMetadataProvider
Refreshes the metadata from its source.
RelayState - Interface in org.opensaml.saml2.ecp
SAML 2.0 ECP RelayState SOAP header.
RelayStateBuilder - Class in org.opensaml.saml2.ecp.impl
A Builder for RelayState objects.
RelayStateBuilder() - Constructor for class org.opensaml.saml2.ecp.impl.RelayStateBuilder
Constructor.
RelayStateImpl - Class in org.opensaml.saml2.ecp.impl
A concrete implementation of RelayState.
RelayStateImpl(String, String, String) - Constructor for class org.opensaml.saml2.ecp.impl.RelayStateImpl
Constructor.
RelayStateMarshaller - Class in org.opensaml.saml2.ecp.impl
Marshaller for instances of RelayState.
RelayStateMarshaller() - Constructor for class org.opensaml.saml2.ecp.impl.RelayStateMarshaller
 
RelayStateUnmarshaller - Class in org.opensaml.saml2.ecp.impl
Unmarshaller for instances of RelayState.
RelayStateUnmarshaller() - Constructor for class org.opensaml.saml2.ecp.impl.RelayStateUnmarshaller
 
releaseMetadataDOM(XMLObject) - Method in class org.opensaml.saml2.metadata.provider.AbstractMetadataProvider
Releases the DOM representation from the metadata object.
remove(String) - Method in class org.opensaml.common.binding.artifact.BasicSAMLArtifactMap
Removes the artifact from this map.
remove(String) - Method in interface org.opensaml.common.binding.artifact.SAMLArtifactMap
Removes the artifact from this map.
removeAllSupportedProtocols() - Method in class org.opensaml.saml2.metadata.impl.RoleDescriptorImpl
Removes all the supported protocols from this role.
removeAllSupportedProtocols() - Method in interface org.opensaml.saml2.metadata.RoleDescriptor
Removes all the supported protocols from this role.
removeMetadataProvider(MetadataProvider) - Method in class org.opensaml.saml2.metadata.provider.ChainingMetadataProvider
Removes a metadata provider from the list of registered providers.
removeObligationHandler(BaseObligationHandler) - Method in class org.opensaml.xacml.ctx.provider.ObligationService
Removes an obligation handler from the list of registered handlers This method waits until a write lock is obtained for the set of registered obligation handlers.
removeSchema(String) - Static method in class org.opensaml.common.xml.SAMLSchemaBuilder
Removes a currently registered schema.
removeSignature(SAMLMessageContext) - Method in class org.opensaml.saml2.binding.encoding.HTTPRedirectDeflateEncoder
Removes the signature from the protocol message.
removeSupportedProtocol(String) - Method in class org.opensaml.saml2.metadata.impl.RoleDescriptorImpl
Removes a protocol to the list of supported protocols for this role.
removeSupportedProtocol(String) - Method in interface org.opensaml.saml2.metadata.RoleDescriptor
Removes a protocol to the list of supported protocols for this role.
removeSupportedProtocols(Collection<String>) - Method in class org.opensaml.saml2.metadata.impl.RoleDescriptorImpl
Removes a list of protocols to the list of supported protocols for this role.
removeSupportedProtocols(Collection<String>) - Method in interface org.opensaml.saml2.metadata.RoleDescriptor
Removes a list of protocols to the list of supported protocols for this role.
Request - Interface in org.opensaml.saml1.core
This interface defines how the SAML1 Request objects behave.
Request - Interface in org.opensaml.saml2.ecp
SAML 2.0 ECP Request SOAP header.
REQUEST_CONTEXT_PATH_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.policy.AttributeSelectorType
RequestContextPath attribute name.
REQUEST_DENIED - Static variable in interface org.opensaml.saml1.core.StatusCode
RequestDenied status value.
REQUEST_DENIED_URI - Static variable in interface org.opensaml.saml2.core.StatusCode
URI for RequestDenied status code.
REQUEST_UNSUPPORTED_URI - Static variable in interface org.opensaml.saml2.core.StatusCode
URI for RequestUnsupported status code.
REQUEST_VERSION_DEPRECATED_URI - Static variable in interface org.opensaml.saml2.core.StatusCode
URI for RequestVersionDeprecated status code.
REQUEST_VERSION_DEPRICATED - Static variable in interface org.opensaml.saml1.core.StatusCode
RequestVersionDepricated status value.
REQUEST_VERSION_TOO_HIGH - Static variable in interface org.opensaml.saml1.core.StatusCode
RequestVersionTooHigh status value.
REQUEST_VERSION_TOO_HIGH_URI - Static variable in interface org.opensaml.saml2.core.StatusCode
URI for RequestVersionTooHigh status code.
REQUEST_VERSION_TOO_LOW - Static variable in interface org.opensaml.saml1.core.StatusCode
RequestVersionTooLow status value.
REQUEST_VERSION_TOO_LOW_URI - Static variable in interface org.opensaml.saml2.core.StatusCode
URI for RequestVersionTooLow status code.
RequestAbstractType - Interface in org.opensaml.saml1.core
This interface describes the base class for types derived from RequestAbstractType
RequestAbstractType - Interface in org.opensaml.saml2.core
SAML 2.0 Core RequestAbstractType.
RequestAbstractTypeImpl - Class in org.opensaml.saml1.core.impl
Implementation of RequestAbstractType.
RequestAbstractTypeImpl(String, String, String) - Constructor for class org.opensaml.saml1.core.impl.RequestAbstractTypeImpl
Constructor
RequestAbstractTypeImpl - Class in org.opensaml.saml2.core.impl
Concrete implementation of RequestAbstractType.
RequestAbstractTypeImpl(String, String, String) - Constructor for class org.opensaml.saml2.core.impl.RequestAbstractTypeImpl
Constructor.
RequestAbstractTypeMarshaller - Class in org.opensaml.saml1.core.impl
A thread safe Marshaller for RequestAbstractType objects.
RequestAbstractTypeMarshaller() - Constructor for class org.opensaml.saml1.core.impl.RequestAbstractTypeMarshaller
 
RequestAbstractTypeMarshaller - Class in org.opensaml.saml2.core.impl
A thread safe Marshaller for RequestAbstractType objects.
RequestAbstractTypeMarshaller() - Constructor for class org.opensaml.saml2.core.impl.RequestAbstractTypeMarshaller
 
RequestAbstractTypeSchemaValidator<RequestType extends RequestAbstractType> - Class in org.opensaml.saml1.core.validator
Checks RequestAbstractType for Schema compliance.
RequestAbstractTypeSchemaValidator() - Constructor for class org.opensaml.saml1.core.validator.RequestAbstractTypeSchemaValidator
 
RequestAbstractTypeSchemaValidator<RequestType extends RequestAbstractType> - Class in org.opensaml.saml2.core.validator
Checks RequestAbstractType for Schema compliance.
RequestAbstractTypeSchemaValidator() - Constructor for class org.opensaml.saml2.core.validator.RequestAbstractTypeSchemaValidator
Constructor.
RequestAbstractTypeUnmarshaller - Class in org.opensaml.saml1.core.impl
A thread safe Unmarshaller for RequestAbstractType objects.
RequestAbstractTypeUnmarshaller() - Constructor for class org.opensaml.saml1.core.impl.RequestAbstractTypeUnmarshaller
 
RequestAbstractTypeUnmarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Unmarshaller for RequestAbstractType objects.
RequestAbstractTypeUnmarshaller() - Constructor for class org.opensaml.saml2.core.impl.RequestAbstractTypeUnmarshaller
 
RequestBuilder - Class in org.opensaml.saml1.core.impl
Builder of RequestImpl objects.
RequestBuilder() - Constructor for class org.opensaml.saml1.core.impl.RequestBuilder
Constructor.
RequestBuilder - Class in org.opensaml.saml2.ecp.impl
A Builder for Request objects.
RequestBuilder() - Constructor for class org.opensaml.saml2.ecp.impl.RequestBuilder
Constructor.
RequestedAttribute - Interface in org.opensaml.saml2.metadata
SAML 2.0 Metadata RequestedAttribute
RequestedAttributeBuilder - Class in org.opensaml.saml2.metadata.impl
Builder for RequestedAttributeImpl.
RequestedAttributeBuilder() - Constructor for class org.opensaml.saml2.metadata.impl.RequestedAttributeBuilder
Constructor
RequestedAttributeImpl - Class in org.opensaml.saml2.metadata.impl
Concrete implementation of RequestedAttribute
RequestedAttributeImpl(String, String, String) - Constructor for class org.opensaml.saml2.metadata.impl.RequestedAttributeImpl
Constructor
RequestedAttributeMarshaller - Class in org.opensaml.saml2.metadata.impl
A thread-safe Marshaller for RequestedAttribute objects.
RequestedAttributeMarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.RequestedAttributeMarshaller
 
RequestedAttributeSchemaValidator - Class in org.opensaml.saml2.metadata.validator
Checks RequestedAttribute for Schema compliance.
RequestedAttributeSchemaValidator() - Constructor for class org.opensaml.saml2.metadata.validator.RequestedAttributeSchemaValidator
Constructor
RequestedAttributeUnmarshaller - Class in org.opensaml.saml2.metadata.impl
A thread-safe Unmarshaller for RequestedAttribute objects.
RequestedAttributeUnmarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.RequestedAttributeUnmarshaller
 
RequestedAuthnContext - Interface in org.opensaml.saml2.core
SAML 2.0 Core RequestedAuthnContext.
RequestedAuthnContextBuilder - Class in org.opensaml.saml2.core.impl
A Builder for RequestedAuthnContextImpl objects.
RequestedAuthnContextBuilder() - Constructor for class org.opensaml.saml2.core.impl.RequestedAuthnContextBuilder
Constructor.
RequestedAuthnContextImpl - Class in org.opensaml.saml2.core.impl
Concrete implementation of RequestedAuthnContext.
RequestedAuthnContextImpl(String, String, String) - Constructor for class org.opensaml.saml2.core.impl.RequestedAuthnContextImpl
Constructor.
RequestedAuthnContextMarshaller - Class in org.opensaml.saml2.core.impl
A thread safe Marshaller for RequestedAuthnContext objects.
RequestedAuthnContextMarshaller() - Constructor for class org.opensaml.saml2.core.impl.RequestedAuthnContextMarshaller
 
RequestedAuthnContextSchemaValidator - Class in org.opensaml.saml2.core.validator
Checks RequestedAuthnContext for Schema compliance.
RequestedAuthnContextSchemaValidator() - Constructor for class org.opensaml.saml2.core.validator.RequestedAuthnContextSchemaValidator
Constructor
RequestedAuthnContextUnmarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Unmarshaller for RequestedAuthnContext objects.
RequestedAuthnContextUnmarshaller() - Constructor for class org.opensaml.saml2.core.impl.RequestedAuthnContextUnmarshaller
 
REQUESTER - Static variable in interface org.opensaml.saml1.core.StatusCode
Requester status value.
REQUESTER_URI - Static variable in interface org.opensaml.saml2.core.StatusCode
URI for Requester status code.
RequesterID - Interface in org.opensaml.saml2.core
SAML 2.0 Core RequesterID.
RequesterIDBuilder - Class in org.opensaml.saml2.core.impl
Builder of RequesterIDImpl.
RequesterIDBuilder() - Constructor for class org.opensaml.saml2.core.impl.RequesterIDBuilder
Constructor.
RequesterIDImpl - Class in org.opensaml.saml2.core.impl
Concrete implementation of RequesterID.
RequesterIDImpl(String, String, String) - Constructor for class org.opensaml.saml2.core.impl.RequesterIDImpl
Constructor.
RequesterIDMarshaller - Class in org.opensaml.saml2.core.impl
A thread safe Marshaller for RequesterID objects.
RequesterIDMarshaller() - Constructor for class org.opensaml.saml2.core.impl.RequesterIDMarshaller
 
RequesterIDSchemaValidator - Class in org.opensaml.saml2.core.validator
Checks RequesterID for Schema compliance.
RequesterIDSchemaValidator() - Constructor for class org.opensaml.saml2.core.validator.RequesterIDSchemaValidator
Constructor
RequesterIDUnmarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Unmarshaller for RequesterID objects.
RequesterIDUnmarshaller() - Constructor for class org.opensaml.saml2.core.impl.RequesterIDUnmarshaller
 
RequestImpl - Class in org.opensaml.saml1.core.impl
Concrete implementation of Request
RequestImpl(String, String, String) - Constructor for class org.opensaml.saml1.core.impl.RequestImpl
Constructor
RequestImpl - Class in org.opensaml.saml2.ecp.impl
A concrete implementation of Request.
RequestImpl(String, String, String) - Constructor for class org.opensaml.saml2.ecp.impl.RequestImpl
Constructor.
RequestMarshaller - Class in org.opensaml.saml1.core.impl
A thread safe Marshaller for Request objects.
RequestMarshaller() - Constructor for class org.opensaml.saml1.core.impl.RequestMarshaller
 
RequestMarshaller - Class in org.opensaml.saml2.ecp.impl
Marshaller for instances of Request.
RequestMarshaller() - Constructor for class org.opensaml.saml2.ecp.impl.RequestMarshaller
 
RequestSchemaValidator - Class in org.opensaml.saml1.core.validator
Checks Request for Schema compliance.
RequestSchemaValidator() - Constructor for class org.opensaml.saml1.core.validator.RequestSchemaValidator
 
RequestType - Interface in org.opensaml.xacml.ctx
XACML context Request schema type.
RequestTypeImpl - Class in org.opensaml.xacml.ctx.impl
Concrete implementation of RequestType.
RequestTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.ctx.impl.RequestTypeImpl
Constructor.
RequestTypeImplBuilder - Class in org.opensaml.xacml.ctx.impl
Builder for RequestType objects.
RequestTypeImplBuilder() - Constructor for class org.opensaml.xacml.ctx.impl.RequestTypeImplBuilder
Constructor.
RequestTypeMarshaller - Class in org.opensaml.xacml.ctx.impl
Marshaller for RequestType objects.
RequestTypeMarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.RequestTypeMarshaller
Constructor.
RequestTypeMarshaller(String, String) - Constructor for class org.opensaml.xacml.ctx.impl.RequestTypeMarshaller
Constructor.
RequestTypeUnmarshaller - Class in org.opensaml.xacml.ctx.impl
Unmarshaller for EnvironmentType objects.
RequestTypeUnmarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.RequestTypeUnmarshaller
Constructor.
RequestTypeUnmarshaller(String, String) - Constructor for class org.opensaml.xacml.ctx.impl.RequestTypeUnmarshaller
Constructor.
RequestUnmarshaller - Class in org.opensaml.saml1.core.impl
A thread safe Unmarshaller for Request objects.
RequestUnmarshaller() - Constructor for class org.opensaml.saml1.core.impl.RequestUnmarshaller
 
RequestUnmarshaller - Class in org.opensaml.saml2.ecp.impl
Unmarshaller for instances of Request.
RequestUnmarshaller() - Constructor for class org.opensaml.saml2.ecp.impl.RequestUnmarshaller
 
RequiredValidUntilFilter - Class in org.opensaml.saml2.metadata.provider
A metadata filter that requires the presence of a validUntil attribute on the root element of the metadata document.
RequiredValidUntilFilter() - Constructor for class org.opensaml.saml2.metadata.provider.RequiredValidUntilFilter
Constructor.
RequiredValidUntilFilter(long) - Constructor for class org.opensaml.saml2.metadata.provider.RequiredValidUntilFilter
Constructor.
requireValidMetadata() - Method in class org.opensaml.saml2.metadata.provider.BaseMetadataProvider
Gets whether the metadata returned by queries must be valid.
requireValidMetadata() - Method in interface org.opensaml.saml2.metadata.provider.MetadataProvider
Gets whether the metadata returned by queries must be valid.
resolve(EncryptedData) - Method in class org.opensaml.saml2.encryption.EncryptedElementTypeEncryptedKeyResolver
resolveFromSource(CriteriaSet) - Method in class org.opensaml.security.MetadataCredentialResolver
RESOURCE_ATTRIB_NAME - Static variable in interface org.opensaml.saml1.core.AttributeQuery
AuthenticationMethod attribute name
RESOURCE_ATTRIB_NAME - Static variable in interface org.opensaml.saml1.core.AuthorizationDecisionQuery
AuthenticationMethod attribute name
RESOURCE_ATTRIB_NAME - Static variable in interface org.opensaml.saml1.core.AuthorizationDecisionStatement
Name for Resource attribute
RESOURCE_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.core.AuthzDecisionQuery
Resource attribute name.
RESOURCE_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.core.AuthzDecisionStatement
Resource attribute name.
RESOURCE_ATTRIBUTE_DESIGNATOR_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.AttributeDesignatorType
Local name of the element ResourceAttributeDesignator.
RESOURCE_ATTRIBUTE_DESIGNATOR_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.policy.AttributeDesignatorType
QName of the element ResourceAttributeDesignator.
RESOURCE_ID_ATTTRIB_NAME - Static variable in interface org.opensaml.xacml.ctx.ResultType
ResourceId attribute name.
RESOURCE_NOT_RECOGNIZED - Static variable in interface org.opensaml.saml1.core.StatusCode
ResourceNotRecognized status value.
RESOURCE_NOT_RECOGNIZED_URI - Static variable in interface org.opensaml.saml2.core.StatusCode
URI for ResourceNotRecognized status code.
ResourceBackedMetadataProvider - Class in org.opensaml.saml2.metadata.provider
A metadata provider that reads metadata from a {#link Resource.
ResourceBackedMetadataProvider(Resource, Timer, long) - Constructor for class org.opensaml.saml2.metadata.provider.ResourceBackedMetadataProvider
Deprecated.  
ResourceBackedMetadataProvider(Timer, Resource) - Constructor for class org.opensaml.saml2.metadata.provider.ResourceBackedMetadataProvider
Constructor.
ResourceContentType - Interface in org.opensaml.xacml.ctx
XACML context ResourceContent schema type.
ResourceContentTypeImpl - Class in org.opensaml.xacml.ctx.impl
Concrete implementation of ResourceContentType.
ResourceContentTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.ctx.impl.ResourceContentTypeImpl
Constructor.
ResourceContentTypeImplBuilder - Class in org.opensaml.xacml.ctx.impl
Builder for ResourceContentType objects.
ResourceContentTypeImplBuilder() - Constructor for class org.opensaml.xacml.ctx.impl.ResourceContentTypeImplBuilder
Constructor.
ResourceContentTypeMarshaller - Class in org.opensaml.xacml.ctx.impl
Marshaller for ResourceContentType objects.
ResourceContentTypeMarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.ResourceContentTypeMarshaller
Constructor.
ResourceContentTypeMarshaller(String, String) - Constructor for class org.opensaml.xacml.ctx.impl.ResourceContentTypeMarshaller
Constructor.
ResourceContentTypeUnmarshaller - Class in org.opensaml.xacml.ctx.impl
Unmarshaller for ResourceContentType objects.
ResourceContentTypeUnmarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.ResourceContentTypeUnmarshaller
Constructor.
ResourceContentTypeUnmarshaller(String, String) - Constructor for class org.opensaml.xacml.ctx.impl.ResourceContentTypeUnmarshaller
Constructor.
ResourceMatchType - Interface in org.opensaml.xacml.policy
XACML ResourceMatch schema type.
ResourceMatchTypeImpl - Class in org.opensaml.xacml.policy.impl
Concrete implementation of ResourceMatchType.
ResourceMatchTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.ResourceMatchTypeImpl
Constructor.
ResourceMatchTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
Builder of ResourceMatchType objects.
ResourceMatchTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.ResourceMatchTypeImplBuilder
 
ResourceMatchTypeMarshaller - Class in org.opensaml.xacml.policy.impl
Marshaller of ResourceMatchType objects.
ResourceMatchTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.ResourceMatchTypeMarshaller
Constructor.
ResourceMatchTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
Unmarshaller of ResourceMatchType objects.
ResourceMatchTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.ResourceMatchTypeUnmarshaller
Constructor.
ResourcesType - Interface in org.opensaml.xacml.policy
XACML Resources schema type.
ResourcesTypeImpl - Class in org.opensaml.xacml.policy.impl
Implementation of ResourcesType.
ResourcesTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.ResourcesTypeImpl
Constructor.
ResourcesTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
Builder for ResourcesType.
ResourcesTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.ResourcesTypeImplBuilder
 
ResourcesTypeMarshaller - Class in org.opensaml.xacml.policy.impl
Marshaller for ResourcesType.
ResourcesTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.ResourcesTypeMarshaller
Constructor.
ResourcesTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
Unmarshaller for ResourcesType.
ResourcesTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.ResourcesTypeUnmarshaller
Constructor.
ResourceType - Interface in org.opensaml.xacml.ctx
XACML context ResourceContent schema type.
ResourceType - Interface in org.opensaml.xacml.policy
XACML Resource schema type.
ResourceTypeImpl - Class in org.opensaml.xacml.ctx.impl
Concrete implementation of ResourceType.
ResourceTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.ctx.impl.ResourceTypeImpl
Constructor.
ResourceTypeImpl - Class in org.opensaml.xacml.policy.impl
Implementation of ResourceType.
ResourceTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.ResourceTypeImpl
Constructor.
ResourceTypeImplBuilder - Class in org.opensaml.xacml.ctx.impl
Builder for ResourceType objects.
ResourceTypeImplBuilder() - Constructor for class org.opensaml.xacml.ctx.impl.ResourceTypeImplBuilder
Constructor.
ResourceTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
Builder for ResourceType.
ResourceTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.ResourceTypeImplBuilder
 
ResourceTypeMarshaller - Class in org.opensaml.xacml.ctx.impl
Marshaller for RequestType objects.
ResourceTypeMarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.ResourceTypeMarshaller
Constructor.
ResourceTypeMarshaller(String, String) - Constructor for class org.opensaml.xacml.ctx.impl.ResourceTypeMarshaller
Constructor.
ResourceTypeMarshaller - Class in org.opensaml.xacml.policy.impl
Marshaller for ResourceType.
ResourceTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.ResourceTypeMarshaller
Constructor.
ResourceTypeUnmarshaller - Class in org.opensaml.xacml.ctx.impl
Unmarshaller for ResourceType objects.
ResourceTypeUnmarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.ResourceTypeUnmarshaller
Constructor.
ResourceTypeUnmarshaller(String, String) - Constructor for class org.opensaml.xacml.ctx.impl.ResourceTypeUnmarshaller
Constructor.
ResourceTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
Unmarshaller for ResourceType.
ResourceTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.ResourceTypeUnmarshaller
Constructor.
RESPONDER - Static variable in interface org.opensaml.saml1.core.StatusCode
Responder status value.
RESPONDER_URI - Static variable in interface org.opensaml.saml2.core.StatusCode
URI for Responder status code.
RespondTo - Interface in org.opensaml.samlext.samlpthrpty
SAML 2.0 Protocol Third-party extension RespondTo
RespondToBuilder - Class in org.opensaml.samlext.samlpthrpty.impl
Builder of RespondToImpl objects.
RespondToBuilder() - Constructor for class org.opensaml.samlext.samlpthrpty.impl.RespondToBuilder
 
RespondToImpl - Class in org.opensaml.samlext.samlpthrpty.impl
Concerte implementation of RespondTo.
RespondToImpl(String, String, String) - Constructor for class org.opensaml.samlext.samlpthrpty.impl.RespondToImpl
Constructor
RespondToMarshaller - Class in org.opensaml.samlext.samlpthrpty.impl
Marshaller of RespondTo objects.
RespondToMarshaller() - Constructor for class org.opensaml.samlext.samlpthrpty.impl.RespondToMarshaller
 
RespondToUnmarshaller - Class in org.opensaml.samlext.samlpthrpty.impl
Unmarshaller for RespondTo objects.
RespondToUnmarshaller() - Constructor for class org.opensaml.samlext.samlpthrpty.impl.RespondToUnmarshaller
 
RespondWith - Interface in org.opensaml.saml1.core
This interface defines how the (deprecated) RespondWith element would behave.
RespondWithBuilder - Class in org.opensaml.saml1.core.impl
Builder of RespondWithImpl objects.
RespondWithBuilder() - Constructor for class org.opensaml.saml1.core.impl.RespondWithBuilder
 
RespondWithImpl - Class in org.opensaml.saml1.core.impl
Implementation of RespondWith.
RespondWithImpl(String, String, String) - Constructor for class org.opensaml.saml1.core.impl.RespondWithImpl
Constructor.
respondWiths - Variable in class org.opensaml.saml1.core.impl.RequestAbstractTypeImpl
Contains the respondWiths
Response - Interface in org.opensaml.saml1.core
This interface defines how the object representing a SAML1 Response element behaves.
Response - Interface in org.opensaml.saml2.core
SAML 2.0 Core Response.
Response - Interface in org.opensaml.saml2.ecp
SAML 2.0 ECP Response SOAP header.
RESPONSE_LOCATION_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.metadata.Endpoint
"ResponseLocation" attribute name
ResponseAbstractType - Interface in org.opensaml.saml1.core
This interface defines the base class for type derived from the SAML1 ResponseAbstractType .
ResponseAbstractTypeImpl - Class in org.opensaml.saml1.core.impl
Abstract implementation of ResponseAbstractType Object
ResponseAbstractTypeImpl(String, String, String) - Constructor for class org.opensaml.saml1.core.impl.ResponseAbstractTypeImpl
Constructor
ResponseAbstractTypeMarshaller - Class in org.opensaml.saml1.core.impl
A thread safe Marshaller for ResponseAbstractType objects.
ResponseAbstractTypeMarshaller() - Constructor for class org.opensaml.saml1.core.impl.ResponseAbstractTypeMarshaller
 
ResponseAbstractTypeSchemaValidator<ResponseType extends ResponseAbstractType> - Class in org.opensaml.saml1.core.validator
Checks ResponseAbstractType for Schema compliance.
ResponseAbstractTypeSchemaValidator() - Constructor for class org.opensaml.saml1.core.validator.ResponseAbstractTypeSchemaValidator
 
ResponseAbstractTypeUnmarshaller - Class in org.opensaml.saml1.core.impl
A thread-safe Unmarshaller for ResponseAbstractType objects.
ResponseAbstractTypeUnmarshaller() - Constructor for class org.opensaml.saml1.core.impl.ResponseAbstractTypeUnmarshaller
 
ResponseBuilder - Class in org.opensaml.saml1.core.impl
Builder of ResponseImpl objects.
ResponseBuilder() - Constructor for class org.opensaml.saml1.core.impl.ResponseBuilder
Constructor
ResponseBuilder - Class in org.opensaml.saml2.core.impl
Builder of ResponseImpl.
ResponseBuilder() - Constructor for class org.opensaml.saml2.core.impl.ResponseBuilder
Constructor.
ResponseBuilder - Class in org.opensaml.saml2.ecp.impl
A Builder for Response objects.
ResponseBuilder() - Constructor for class org.opensaml.saml2.ecp.impl.ResponseBuilder
Constructor.
ResponseImpl - Class in org.opensaml.saml1.core.impl
Implementation of the Response Object
ResponseImpl(String, String, String) - Constructor for class org.opensaml.saml1.core.impl.ResponseImpl
Constructor
ResponseImpl - Class in org.opensaml.saml2.core.impl
Concrete implementation of Response.
ResponseImpl(String, String, String) - Constructor for class org.opensaml.saml2.core.impl.ResponseImpl
Constructor.
ResponseImpl - Class in org.opensaml.saml2.ecp.impl
A concrete implementation of Response.
ResponseImpl(String, String, String) - Constructor for class org.opensaml.saml2.ecp.impl.ResponseImpl
Constructor.
ResponseMarshaller - Class in org.opensaml.saml1.core.impl
A thread safe Marshaller for Response objects.
ResponseMarshaller() - Constructor for class org.opensaml.saml1.core.impl.ResponseMarshaller
 
ResponseMarshaller - Class in org.opensaml.saml2.core.impl
A thread safe Marshaller for Response objects.
ResponseMarshaller() - Constructor for class org.opensaml.saml2.core.impl.ResponseMarshaller
 
ResponseMarshaller - Class in org.opensaml.saml2.ecp.impl
Marshaller for instances of Response.
ResponseMarshaller() - Constructor for class org.opensaml.saml2.ecp.impl.ResponseMarshaller
 
ResponseSchemaValidator - Class in org.opensaml.saml1.core.validator
Checks Response for Schema compliance.
ResponseSchemaValidator() - Constructor for class org.opensaml.saml1.core.validator.ResponseSchemaValidator
 
ResponseSchemaValidator - Class in org.opensaml.saml2.core.validator
Checks Response for Schema compliance.
ResponseSchemaValidator() - Constructor for class org.opensaml.saml2.core.validator.ResponseSchemaValidator
Constructor
ResponseType - Interface in org.opensaml.xacml.ctx
XACML context Response schema type.
ResponseTypeImpl - Class in org.opensaml.xacml.ctx.impl
Concrete implementation of ResourceType.
ResponseTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.ctx.impl.ResponseTypeImpl
Constructor.
ResponseTypeImplBuilder - Class in org.opensaml.xacml.ctx.impl
Builder for ResponseType objects.
ResponseTypeImplBuilder() - Constructor for class org.opensaml.xacml.ctx.impl.ResponseTypeImplBuilder
Constructor.
ResponseTypeMarshaller - Class in org.opensaml.xacml.ctx.impl
Marshaller for ResponseType objects.
ResponseTypeMarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.ResponseTypeMarshaller
Constructor.
ResponseTypeMarshaller(String, String) - Constructor for class org.opensaml.xacml.ctx.impl.ResponseTypeMarshaller
Constructor.
ResponseTypeUnmarshaller - Class in org.opensaml.xacml.ctx.impl
Unmarshaller for ResponseType objects.
ResponseTypeUnmarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.ResponseTypeUnmarshaller
Constructor.
ResponseTypeUnmarshaller(String, String) - Constructor for class org.opensaml.xacml.ctx.impl.ResponseTypeUnmarshaller
Constructor.
ResponseUnmarshaller - Class in org.opensaml.saml1.core.impl
A thread-safe Unmarshaller for Response objects.
ResponseUnmarshaller() - Constructor for class org.opensaml.saml1.core.impl.ResponseUnmarshaller
 
ResponseUnmarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Unmarshaller for Response objects.
ResponseUnmarshaller() - Constructor for class org.opensaml.saml2.core.impl.ResponseUnmarshaller
 
ResponseUnmarshaller - Class in org.opensaml.saml2.ecp.impl
Unmarshaller for instances of Response.
ResponseUnmarshaller() - Constructor for class org.opensaml.saml2.ecp.impl.ResponseUnmarshaller
 
ResultType - Interface in org.opensaml.xacml.ctx
XACML context Result schema type.
ResultTypeImpl - Class in org.opensaml.xacml.ctx.impl
Concrete implementation of ResultType.
ResultTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.ctx.impl.ResultTypeImpl
Constructor.
ResultTypeImplBuilder - Class in org.opensaml.xacml.ctx.impl
Builder for ResultType objects.
ResultTypeImplBuilder() - Constructor for class org.opensaml.xacml.ctx.impl.ResultTypeImplBuilder
Constructor.
ResultTypeMarshaller - Class in org.opensaml.xacml.ctx.impl
Marshaller for ResultType objects.
ResultTypeMarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.ResultTypeMarshaller
Constructor.
ResultTypeMarshaller(String, String) - Constructor for class org.opensaml.xacml.ctx.impl.ResultTypeMarshaller
Constructor.
ResultTypeUnmarshaller - Class in org.opensaml.xacml.ctx.impl
Unmarshaller for ResultType objects.
ResultTypeUnmarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.ResultTypeUnmarshaller
Constructor.
ResultTypeUnmarshaller(String, String) - Constructor for class org.opensaml.xacml.ctx.impl.ResultTypeUnmarshaller
Constructor.
retrieveFromCache(MetadataCredentialResolver.MetadataCacheKey) - Method in class org.opensaml.security.MetadataCredentialResolver
Retrieves pre-resolved credentials from the cache.
retrieveFromMetadata(String, QName, String, UsageType) - Method in class org.opensaml.security.MetadataCredentialResolver
Retrieves credentials from the provided metadata.
RETURNCONTEXT_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
ReturnContext attribute name.
RFC822_NAME_DATATYPE_URI - Static variable in class org.opensaml.xacml.XACMLConstants
RFC822 Name datatype URI.
RoleDescriptor - Interface in org.opensaml.saml2.metadata
SAML 2.0 Metadata RoleDescriptor.
RoleDescriptorImpl - Class in org.opensaml.saml2.metadata.impl
Concrete implementation of RoleDescriptor.
RoleDescriptorImpl(String, String, String) - Constructor for class org.opensaml.saml2.metadata.impl.RoleDescriptorImpl
Constructor.
RoleDescriptorMarshaller - Class in org.opensaml.saml2.metadata.impl
A thread safe Marshaller for RoleDescriptor objects.
RoleDescriptorMarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.RoleDescriptorMarshaller
 
RoleDescriptorSchemaValidator<RoleDescriptorType extends RoleDescriptor> - Class in org.opensaml.saml2.metadata.validator
Checks RoleDescriptor for Schema compliance.
RoleDescriptorSchemaValidator() - Constructor for class org.opensaml.saml2.metadata.validator.RoleDescriptorSchemaValidator
Constructor
RoleDescriptorSpecValidator<RoleDescriptorType extends RoleDescriptor> - Class in org.opensaml.saml2.metadata.validator
Checks RoleDescriptor for Spec compliance.
RoleDescriptorSpecValidator() - Constructor for class org.opensaml.saml2.metadata.validator.RoleDescriptorSpecValidator
Constructor
RoleDescriptorUnmarshaller - Class in org.opensaml.saml2.metadata.impl
A thread safe Unmarshaller for RoleDescriptor objects.
RoleDescriptorUnmarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.RoleDescriptorUnmarshaller
 
RULE_COMBINING_ALG_ID_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.policy.PolicyType
RuleCombiningAlgId attribute name.
RULE_ID_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.policy.RuleType
RuleId attribute name.
RULE_ID_REF_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.policy.RuleCombinerParametersType
RuleIdRef attribute name.
RuleCombinerParametersType - Interface in org.opensaml.xacml.policy
XACML RuleCombinerParameters schema type.
RuleCombinerParametersTypeImpl - Class in org.opensaml.xacml.policy.impl
Implementation for RuleCombinerParametersTypeImplBuilder.
RuleCombinerParametersTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.RuleCombinerParametersTypeImpl
Constructor.
RuleCombinerParametersTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
Builder for RuleCombinerParametersType.
RuleCombinerParametersTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.RuleCombinerParametersTypeImplBuilder
 
RuleCombinerParametersTypeMarshaller - Class in org.opensaml.xacml.policy.impl
Marshaller for RuleCombinerParametersType.
RuleCombinerParametersTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.RuleCombinerParametersTypeMarshaller
Constructor.
RuleCombinerParametersTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
Unmarshaller for RuleCombinerParametersType.
RuleCombinerParametersTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.RuleCombinerParametersTypeUnmarshaller
Constructor.
ruleHandles(HttpServletRequest, SAMLMessageContext) - Method in class org.opensaml.common.binding.security.BaseSAMLSimpleSignatureSecurityPolicyRule
Determine whether the rule should handle the request, based on the unwrapped HTTP servlet request and/or message context.
ruleHandles(HttpServletRequest, SAMLMessageContext) - Method in class org.opensaml.saml2.binding.security.SAML2HTTPPostSimpleSignRule
Determine whether the rule should handle the request, based on the unwrapped HTTP servlet request and/or message context.
ruleHandles(HttpServletRequest, SAMLMessageContext) - Method in class org.opensaml.saml2.binding.security.SAML2HTTPRedirectDeflateSignatureRule
Determine whether the rule should handle the request, based on the unwrapped HTTP servlet request and/or message context.
RuleType - Interface in org.opensaml.xacml.policy
XACML Rule schema type.
RuleTypeImpl - Class in org.opensaml.xacml.policy.impl
Implementation for RuleType.
RuleTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.RuleTypeImpl
Constructor.
RuleTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
Builder for RuleType.
RuleTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.RuleTypeImplBuilder
 
RuleTypeMarshaller - Class in org.opensaml.xacml.policy.impl
Marshaller for RuleType.
RuleTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.RuleTypeMarshaller
Constructor.
RuleTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
Unmarshaller for RuleType.
RuleTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.RuleTypeUnmarshaller
Constructor.
RWEDC_NEGATION_NS_URI - Static variable in interface org.opensaml.saml2.core.Action
Read/Write/Execute/Delete/Control negation action namespace.
RWEDC_NS_URI - Static variable in interface org.opensaml.saml2.core.Action
Read/Write/Execute/Delete/Control action namespace.

S

SAML10_SCHEMA_LOCATION - Static variable in class org.opensaml.common.xml.SAMLConstants
SAML 1.0 Assertion schema system Id.
SAML10P_NS - Static variable in class org.opensaml.common.xml.SAMLConstants
SAML 1.X protocol XML namespace.
SAML10P_SCHEMA_LOCATION - Static variable in class org.opensaml.common.xml.SAMLConstants
SAML 1.0 Protocol schema system Id.
SAML11_SCHEMA_LOCATION - Static variable in class org.opensaml.common.xml.SAMLConstants
SAML 1.1 Assertion schema system Id.
SAML11P_NS - Static variable in class org.opensaml.common.xml.SAMLConstants
SAML 1.1 protocol XML namespace, used only in SAML 2 metadata protocolSupportEnumeration.
SAML11P_SCHEMA_LOCATION - Static variable in class org.opensaml.common.xml.SAMLConstants
SAML 1.1 Protocol schema system Id.
SAML1_ARTIFACT_BINDING_URI - Static variable in class org.opensaml.common.xml.SAMLConstants
URI for SAML 1 Artifact binding.
SAML1_NS - Static variable in class org.opensaml.common.xml.SAMLConstants
SAML 1.X XML namespace.
SAML1_POST_BINDING_URI - Static variable in class org.opensaml.common.xml.SAMLConstants
URI for SAML 1 POST binding.
SAML1_PREFIX - Static variable in class org.opensaml.common.xml.SAMLConstants
SAML 1.X Assertion QName prefix.
SAML1_SOAP11_BINDING_URI - Static variable in class org.opensaml.common.xml.SAMLConstants
URI for SAML 1 SOAP 1.1 binding.
SAML1ArtifactBuilder<ArtifactType extends AbstractSAML1Artifact> - Interface in org.opensaml.saml1.binding.artifact
Builder of typed SAML 1 artifacts.
SAML1ArtifactBuilderFactory - Class in org.opensaml.saml1.binding.artifact
Factory used to construct SAML 1 artifact builders.
SAML1ArtifactBuilderFactory() - Constructor for class org.opensaml.saml1.binding.artifact.SAML1ArtifactBuilderFactory
Constructor.
SAML1ArtifactMessageContext<InboundMessageType extends SAMLObject,OutboundMessageType extends SAMLObject,NameIdentifierType extends SAMLObject> - Interface in org.opensaml.saml1.binding
Extensions to the base SAML message context that carries artifact related information.
SAML1ArtifactType0001 - Class in org.opensaml.saml1.binding.artifact
SAML 1.X Type 0x0001 Artifact.
SAML1ArtifactType0001() - Constructor for class org.opensaml.saml1.binding.artifact.SAML1ArtifactType0001
Constructor.
SAML1ArtifactType0001(byte[], byte[]) - Constructor for class org.opensaml.saml1.binding.artifact.SAML1ArtifactType0001
Constructor.
SAML1ArtifactType0001Builder - Class in org.opensaml.saml1.binding.artifact
Builder of SAML 1, type 0x001, artifacts.
SAML1ArtifactType0001Builder() - Constructor for class org.opensaml.saml1.binding.artifact.SAML1ArtifactType0001Builder
 
SAML1ArtifactType0002 - Class in org.opensaml.saml1.binding.artifact
SAML 1 Type 0x0002 Artifact.
SAML1ArtifactType0002() - Constructor for class org.opensaml.saml1.binding.artifact.SAML1ArtifactType0002
Constructor.
SAML1ArtifactType0002(byte[], String) - Constructor for class org.opensaml.saml1.binding.artifact.SAML1ArtifactType0002
Constructor.
SAML1ArtifactType0002Builder - Class in org.opensaml.saml1.binding.artifact
SAML 1, type 0x0002, artifact builder.
SAML1ArtifactType0002Builder() - Constructor for class org.opensaml.saml1.binding.artifact.SAML1ArtifactType0002Builder
 
SAML1MD_NS - Static variable in class org.opensaml.common.xml.SAMLConstants
SAML 1 Metadata extension XML namespace.
SAML1MD_PREFIX - Static variable in class org.opensaml.common.xml.SAMLConstants
SAML 1 Metadata extension namespace prefix.
SAML1MD_SCHEMA_LOCATION - Static variable in class org.opensaml.common.xml.SAMLConstants
SAML 1 Metadata extension schema system Id.
SAML1P_PREFIX - Static variable in class org.opensaml.common.xml.SAMLConstants
SAML 1.X Protocol QName prefix.
SAML20_NS - Static variable in class org.opensaml.common.xml.SAMLConstants
SAML 2.0 Assertion XML Namespace.
SAML20_PREFIX - Static variable in class org.opensaml.common.xml.SAMLConstants
SAML 2.0 Assertion QName prefix.
SAML20_SCHEMA_LOCATION - Static variable in class org.opensaml.common.xml.SAMLConstants
SAML 2.0 Assertion schema Id.
SAML20AC_NS - Static variable in class org.opensaml.common.xml.SAMLConstants
SAML 2.0 Authentication Context XML Namespace.
SAML20AC_PREFIX - Static variable in class org.opensaml.common.xml.SAMLConstants
SAML 2.0 Authentication Context QName prefix.
SAML20AC_SCHEMA_LOCATION - Static variable in class org.opensaml.common.xml.SAMLConstants
SAML 2.0 Authentication Context schema Id.
SAML20DCE_NS - Static variable in class org.opensaml.common.xml.SAMLConstants
SAML 2.0 DCE PAC Attribute Profile XML Namespace.
SAML20DCE_PREFIX - Static variable in class org.opensaml.common.xml.SAMLConstants
SAML 2.0 DCE PAC Attribute Profile QName prefix.
SAML20DCE_SCHEMA_LOCATION - Static variable in class org.opensaml.common.xml.SAMLConstants
SAML 2.0 DCE PAC Attribute Profile schema Id.
SAML20DEL_NS - Static variable in class org.opensaml.common.xml.SAMLConstants
SAML 2.0 Condition for Delegation Restriction XML Namespace.
SAML20DEL_PREFIX - Static variable in class org.opensaml.common.xml.SAMLConstants
SAML 2.0 Condition for Delegation Restriction QName prefix.
SAML20DEL_SCHEMA_LOCATION - Static variable in class org.opensaml.common.xml.SAMLConstants
SAML 2.0 Condition for Delegation Restriction schema Id.
SAML20ECP_NS - Static variable in class org.opensaml.common.xml.SAMLConstants
SAML 2.0 Enhanced Client/Proxy SSO Profile XML Namespace.
SAML20ECP_PREFIX - Static variable in class org.opensaml.common.xml.SAMLConstants
SAML 2.0 Enhanced Client/Proxy SSO Profile QName prefix.
SAML20ECP_SCHEMA_LOCATION - Static variable in class org.opensaml.common.xml.SAMLConstants
SAML 2.0 Enhanced Client/Proxy SSO Profile schema Id.
SAML20MD_NS - Static variable in class org.opensaml.common.xml.SAMLConstants
SAML 2.0 Metadata XML Namespace.
SAML20MD_PREFIX - Static variable in class org.opensaml.common.xml.SAMLConstants
SAML 2.0 Metadata QName prefix.
SAML20MD_SCHEMA_LOCATION - Static variable in class org.opensaml.common.xml.SAMLConstants
SAML 2.0 Metadata schema Id.
SAML20MDQUERY_NS - Static variable in class org.opensaml.common.xml.SAMLConstants
SAML 2.0 Standalone Query Metadata extension XML namespace.
SAML20MDQUERY_PREFIX - Static variable in class org.opensaml.common.xml.SAMLConstants
SAML 2.0 Standalone Query Metadata extension prefix.
SAML20MDQUERY_SCHEMA_LOCATION - Static variable in class org.opensaml.common.xml.SAMLConstants
SAML 2.0 Standalone Query Metadata extension schema system Id.
SAML20P_NS - Static variable in class org.opensaml.common.xml.SAMLConstants
SAML 2.0 Protocol XML Namespace.
SAML20P_PREFIX - Static variable in class org.opensaml.common.xml.SAMLConstants
SAML 2.0 Protocol QName prefix.
SAML20P_SCHEMA_LOCATION - Static variable in class org.opensaml.common.xml.SAMLConstants
SAML 2.0 Protocol schema Id.
SAML20PTHRPTY_NS - Static variable in class org.opensaml.common.xml.SAMLConstants
SAML 2.0 Protocol XML Namespace.
SAML20PTHRPTY_PREFIX - Static variable in class org.opensaml.common.xml.SAMLConstants
SAML 2.0 Protocol QName prefix.
SAML20PTHRPTY_SCHEMA_LOCATION - Static variable in class org.opensaml.common.xml.SAMLConstants
SAML 2.0 Protocol Third-party extension schema Id.
SAML20X500_NS - Static variable in class org.opensaml.common.xml.SAMLConstants
SAML 2.0 X.500 Attribute Profile XML Namespace.
SAML20X500_PREFIX - Static variable in class org.opensaml.common.xml.SAMLConstants
SAML 2.0 X.500 Attribute Profile QName prefix.
SAML20X500_SCHEMA_LOCATION - Static variable in class org.opensaml.common.xml.SAMLConstants
SAML 2.0 X.500 Attribute Profile schema Id.
SAML20XACML10_NS - Static variable in class org.opensaml.xacml.profile.saml.SAMLProfileConstants
The namespaces for use of XACML 1.0 SAML 2.0 assertion.
SAML20XACML10P_NS - Static variable in class org.opensaml.xacml.profile.saml.SAMLProfileConstants
The namespaces for use of XACML 1.0 SAML 2.0 protocol.
SAML20XACML1_1_NS - Static variable in class org.opensaml.xacml.profile.saml.SAMLProfileConstants
The namespace for use of XACML 1.1 SAML 2.0 assertion.
SAML20XACML1_1P_NS - Static variable in class org.opensaml.xacml.profile.saml.SAMLProfileConstants
The namespace for use of XACML 1.1 SAML 2.0 protocol.
SAML20XACML20_NS - Static variable in class org.opensaml.xacml.profile.saml.SAMLProfileConstants
The namespaces for use of XACML 2.0 SAML 2.0 assertion.
SAML20XACML20P_NS - Static variable in class org.opensaml.xacml.profile.saml.SAMLProfileConstants
The namespaces for use of XACML 2.0 SAML 2.0 protocol.
SAML20XACML30_NS - Static variable in class org.opensaml.xacml.profile.saml.SAMLProfileConstants
The namespaces for use of XACML 3.0 SAML 2.0 assertion.
SAML20XACML30P_NS - Static variable in class org.opensaml.xacml.profile.saml.SAMLProfileConstants
The namespaces for use of XACML 3.0 SAML 2.0 protocol.
SAML20XACML_NS - Static variable in class org.opensaml.common.xml.SAMLConstants
SAML 2.0 XACML Attribute Profile XML Namespace.
SAML20XACML_PREFIX - Static variable in class org.opensaml.common.xml.SAMLConstants
SAML 2.0 XACML Attribute Profile QName prefix.
SAML20XACML_SCHEMA_LOCATION - Static variable in class org.opensaml.common.xml.SAMLConstants
SAML 2.0 XACML Attribute Profile schema Id.
SAML20XACMLASSERTION_PREFIX - Static variable in class org.opensaml.xacml.profile.saml.SAMLProfileConstants
The prefix for the use of saml-xacml assertion.
SAML20XACMLPROTOCOL_PREFIX - Static variable in class org.opensaml.xacml.profile.saml.SAMLProfileConstants
The prefix for the use of saml20-xacml protocol.
SAML2_ARTIFACT_BINDING_URI - Static variable in class org.opensaml.common.xml.SAMLConstants
URI for SAML 2 Artifact binding.
SAML2_PAOS_BINDING_URI - Static variable in class org.opensaml.common.xml.SAMLConstants
URI for SAML 2 PAOS binding.
SAML2_POST_BINDING_URI - Static variable in class org.opensaml.common.xml.SAMLConstants
URI for SAML 2 POST binding.
SAML2_POST_SIMPLE_SIGN_BINDING_URI - Static variable in class org.opensaml.common.xml.SAMLConstants
URI for SAML 2 POST-SimpleSign binding.
SAML2_REDIRECT_BINDING_URI - Static variable in class org.opensaml.common.xml.SAMLConstants
URI for SAML 2 HTTP redirect binding.
SAML2_SOAP11_BINDING_URI - Static variable in class org.opensaml.common.xml.SAMLConstants
URI for SAML 2 SOAP binding.
SAML2ArtifactBuilder<ArtifactType extends AbstractSAML2Artifact> - Interface in org.opensaml.saml2.binding.artifact
Builder of typed SAML 2 artifacts.
SAML2ArtifactBuilderFactory - Class in org.opensaml.saml2.binding.artifact
Factory used to construct SAML 2 artifact builders.
SAML2ArtifactBuilderFactory() - Constructor for class org.opensaml.saml2.binding.artifact.SAML2ArtifactBuilderFactory
Constructor.
SAML2ArtifactMessageContext<InboundMessageType extends SAMLObject,OutboundMessageType extends SAMLObject,NameIdentifierType extends SAMLObject> - Interface in org.opensaml.saml2.binding
Extensions to the base SAML message context that carries artifact related information.
SAML2ArtifactType0004 - Class in org.opensaml.saml2.binding.artifact
SAML 2 Type 0x004 Artifact.
SAML2ArtifactType0004() - Constructor for class org.opensaml.saml2.binding.artifact.SAML2ArtifactType0004
Constructor.
SAML2ArtifactType0004(byte[], byte[], byte[]) - Constructor for class org.opensaml.saml2.binding.artifact.SAML2ArtifactType0004
Constructor.
SAML2ArtifactType0004Builder - Class in org.opensaml.saml2.binding.artifact
SAML 2, type 0x0004, artifact builder.
SAML2ArtifactType0004Builder() - Constructor for class org.opensaml.saml2.binding.artifact.SAML2ArtifactType0004Builder
 
SAML2AuthnRequestsSignedRule - Class in org.opensaml.saml2.binding.security
Security policy rule implementation that enforces the AuthnRequestsSigned flag of SAML 2 metadata element @{link SPSSODescriptor.
SAML2AuthnRequestsSignedRule() - Constructor for class org.opensaml.saml2.binding.security.SAML2AuthnRequestsSignedRule
 
SAML2Helper - Class in org.opensaml.saml2.common
 
SAML2Helper() - Constructor for class org.opensaml.saml2.common.SAML2Helper
 
SAML2HTTPPostSimpleSignRule - Class in org.opensaml.saml2.binding.security
Security policy which evaluates simple "blob" signatures according to the SAML 2 HTTP-POST-SimpleSign binding.
SAML2HTTPPostSimpleSignRule(SignatureTrustEngine, ParserPool, KeyInfoCredentialResolver) - Constructor for class org.opensaml.saml2.binding.security.SAML2HTTPPostSimpleSignRule
Constructor.
SAML2HTTPRedirectDeflateSignatureRule - Class in org.opensaml.saml2.binding.security
Security policy which evaluates simple "blob" signatures according to the SAML 2 HTTP-Redirect DEFLATE binding.
SAML2HTTPRedirectDeflateSignatureRule(SignatureTrustEngine) - Constructor for class org.opensaml.saml2.binding.security.SAML2HTTPRedirectDeflateSignatureRule
Constructor.
SAML2MetadataHelper - Class in org.opensaml.saml2.metadata.support
Utility helper class for SAML 2 metadata objects.
SAML_DATATYPE_ATTRIB - Static variable in class org.opensaml.xacml.profile.saml.SAMLProfileConstants
QName of the DataType attribute that must be on SAML attributes that meet the XACML attribute profile spec.
SAMLArtifactMap - Interface in org.opensaml.common.binding.artifact
Maps an artifact to a SAML message and back again.
SAMLArtifactMap.SAMLArtifactMapEntry - Interface in org.opensaml.common.binding.artifact
Represents a mapping between an artifact a SAML message with some associated metadata.
SAMLArtifactMap.SAMLArtifactMapEntryFactory - Interface in org.opensaml.common.binding.artifact
A factory for producing SAMLArtifactMapEntry instances based on standard inputs.
SAMLConstants - Class in org.opensaml.common.xml
XML related constants used in the SAML specifications.
SAMLConstants() - Constructor for class org.opensaml.common.xml.SAMLConstants
 
SAMLException - Exception in org.opensaml.common
Base exception for SAML related exception.
SAMLException() - Constructor for exception org.opensaml.common.SAMLException
Constructor.
SAMLException(String) - Constructor for exception org.opensaml.common.SAMLException
Constructor.
SAMLException(Exception) - Constructor for exception org.opensaml.common.SAMLException
Constructor.
SAMLException(String, Exception) - Constructor for exception org.opensaml.common.SAMLException
Constructor.
SAMLMDClientCertAuthRule - Class in org.opensaml.common.binding.security
SAML specialization of ClientCertAuthRule which provides support for X509Credential trust engine validation based on SAML metadta.
SAMLMDClientCertAuthRule(TrustEngine<X509Credential>, CertificateNameOptions) - Constructor for class org.opensaml.common.binding.security.SAMLMDClientCertAuthRule
Constructor.
SAMLMDCredentialContext - Class in org.opensaml.security
A credential context for credentials resolved from a KeyInfo that was found in SAML 2 metadata.
SAMLMDCredentialContext(KeyDescriptor) - Constructor for class org.opensaml.security.SAMLMDCredentialContext
Constructor.
SAMLMessageContext<InboundMessageType extends SAMLObject,OutboundMessageType extends SAMLObject,NameIdentifierType extends SAMLObject> - Interface in org.opensaml.common.binding
SAML specific extension to the more basic MessageContext.
SAMLMessageDecoder - Interface in org.opensaml.common.binding.decoding
SAML extension to the generic message decoders.
SAMLMessageEncoder - Interface in org.opensaml.common.binding.encoding
SAML extension to the generic message encoder.
SAMLObject - Interface in org.opensaml.common
A base interface for all SAML Objects.
SAMLObjectBuilder<SAMLObjectType extends SAMLObject> - Interface in org.opensaml.common
Builder for SAMLObjects.
SAMLObjectContentReference - Class in org.opensaml.common.impl
A content reference for SAML objects that will be signed.
SAMLObjectContentReference(SignableSAMLObject) - Constructor for class org.opensaml.common.impl.SAMLObjectContentReference
Constructor.
SAMLObjectHelper - Class in org.opensaml.common
A helper class for working with SAMLObjects.
SAMLProfileConstants - Class in org.opensaml.xacml.profile.saml
Defines the constants for this XACML SAML2.0 profile.
SAMLProfileConstants() - Constructor for class org.opensaml.xacml.profile.saml.SAMLProfileConstants
 
SAMLProtocolMessageXMLSignatureSecurityPolicyRule - Class in org.opensaml.common.binding.security
SAML security policy rule which validates the signature (if present) on the SAMLObject which represents the SAML protocol message being processed.
SAMLProtocolMessageXMLSignatureSecurityPolicyRule(TrustEngine<Signature>) - Constructor for class org.opensaml.common.binding.security.SAMLProtocolMessageXMLSignatureSecurityPolicyRule
Constructor.
SAMLProtocolMessageXMLSignatureSecurityPolicyRule(TrustEngine<Signature>, Validator<Signature>) - Constructor for class org.opensaml.common.binding.security.SAMLProtocolMessageXMLSignatureSecurityPolicyRule
Constructor.
SAMLRuntimeException - Exception in org.opensaml.common
Base class for runtime exceptions.
SAMLRuntimeException() - Constructor for exception org.opensaml.common.SAMLRuntimeException
Constructor.
SAMLRuntimeException(String) - Constructor for exception org.opensaml.common.SAMLRuntimeException
Constructor.
SAMLRuntimeException(Exception) - Constructor for exception org.opensaml.common.SAMLRuntimeException
Constructor.
SAMLRuntimeException(String, Exception) - Constructor for exception org.opensaml.common.SAMLRuntimeException
Constructor.
SAMLSchemaBuilder - Class in org.opensaml.common.xml
A convenience builder for creating Schemas for validating SAML 1_0, 1_1, and 2_0.
SAMLSignatureProfileValidator - Class in org.opensaml.security
A validator for instances of Signature, which validates that the signature meets security-related requirements indicated by the SAML profile of XML Signature.
SAMLSignatureProfileValidator() - Constructor for class org.opensaml.security.SAMLSignatureProfileValidator
 
SAMLVersion - Class in org.opensaml.common
A type safe SAML version enumeration.
SC_MISSING_ATTRIBUTE - Static variable in interface org.opensaml.xacml.ctx.StatusCodeType
Missing attribute status code.
SC_OK - Static variable in interface org.opensaml.xacml.ctx.StatusCodeType
Ok status code.
SC_PROCESSING_ERROR - Static variable in interface org.opensaml.xacml.ctx.StatusCodeType
Processing error status code.
SC_SYNTAX_ERROR - Static variable in interface org.opensaml.xacml.ctx.StatusCodeType
Syntax error status code.
SCHEMA_DIR - Static variable in class org.opensaml.common.xml.SAMLConstants
Directory, on the classpath, schemas are located in.
SCHEMA_TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.ctx.MissingAttributeDetailType
Local name of the XSI type.
SCHEMA_TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.ActionMatchType
Local name of the XSI type.
SCHEMA_TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.ActionsType
Local name of the XSI type.
SCHEMA_TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.ActionType
Local name of the XSI type.
SCHEMA_TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.ApplyType
Local name of the XSI type.
SCHEMA_TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.AttributeAssignmentType
Local name of the XSI type.
SCHEMA_TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.AttributeDesignatorType
Local name of the XSI type.
SCHEMA_TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.AttributeSelectorType
Local name of the XSI type.
SCHEMA_TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.AttributeValueType
Local name of the XSI type.
SCHEMA_TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.CombinerParametersType
Local name of the XSI type.
SCHEMA_TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.CombinerParameterType
Local name of the XSI type.
SCHEMA_TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.ConditionType
Local name of the XSI type.
SCHEMA_TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.DefaultsType
Local name of the XSI type.
SCHEMA_TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.EnvironmentMatchType
Local name of the XSI type.
SCHEMA_TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.EnvironmentsType
Local name of the XSI type.
SCHEMA_TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.EnvironmentType
Local name of the XSI type.
SCHEMA_TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.ExpressionType
Local name of the XSI type.
SCHEMA_TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.FunctionType
Local name of the XSI type.
SCHEMA_TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.IdReferenceType
Local name of the XSI type.
SCHEMA_TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.ObligationsType
Local name of the XSI type.
SCHEMA_TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.ObligationType
Local name of the XSI type.
SCHEMA_TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.PolicyCombinerParametersType
Local name of the XSI type.
SCHEMA_TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.PolicySetCombinerParametersType
Local name of the XSI type.
SCHEMA_TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.PolicySetType
Local name of the XSI type.
SCHEMA_TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.PolicyType
Local name of the XSI type.
SCHEMA_TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.ResourceMatchType
Local name of the XSI type.
SCHEMA_TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.ResourcesType
Local name of the XSI type.
SCHEMA_TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.ResourceType
Local name of the XSI type.
SCHEMA_TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.RuleCombinerParametersType
Local name of the XSI type.
SCHEMA_TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.RuleType
Local name of the XSI type.
SCHEMA_TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.SubjectAttributeDesignatorType
Local name of the XSI type.
SCHEMA_TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.SubjectMatchType
Local name of the XSI type.
SCHEMA_TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.SubjectsType
Local name of the XSI type.
SCHEMA_TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.SubjectType
Local name of the XSI type.
SCHEMA_TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.TargetType
Local name of the XSI type.
SCHEMA_TYPE_NAME - Static variable in interface org.opensaml.xacml.ctx.MissingAttributeDetailType
QName of the XSI type.
SCHEMA_TYPE_NAME - Static variable in interface org.opensaml.xacml.policy.ActionMatchType
QName of the XSI type.
SCHEMA_TYPE_NAME - Static variable in interface org.opensaml.xacml.policy.ActionsType
QName of the XSI type.
SCHEMA_TYPE_NAME - Static variable in interface org.opensaml.xacml.policy.ActionType
QName of the XSI type.
SCHEMA_TYPE_NAME - Static variable in interface org.opensaml.xacml.policy.ApplyType
QName of the XSI type.
SCHEMA_TYPE_NAME - Static variable in interface org.opensaml.xacml.policy.AttributeAssignmentType
QName of the XSI type.
SCHEMA_TYPE_NAME - Static variable in interface org.opensaml.xacml.policy.AttributeDesignatorType
QName of the XSI type.
SCHEMA_TYPE_NAME - Static variable in interface org.opensaml.xacml.policy.AttributeSelectorType
QName of the XSI type.
SCHEMA_TYPE_NAME - Static variable in interface org.opensaml.xacml.policy.AttributeValueType
QName of the XSI type.
SCHEMA_TYPE_NAME - Static variable in interface org.opensaml.xacml.policy.CombinerParametersType
QName of the XSI type.
SCHEMA_TYPE_NAME - Static variable in interface org.opensaml.xacml.policy.CombinerParameterType
QName of the XSI type.
SCHEMA_TYPE_NAME - Static variable in interface org.opensaml.xacml.policy.ConditionType
QName of the XSI type.
SCHEMA_TYPE_NAME - Static variable in interface org.opensaml.xacml.policy.DefaultsType
QName of the XSI type.
SCHEMA_TYPE_NAME - Static variable in interface org.opensaml.xacml.policy.EnvironmentMatchType
QName of the XSI type.
SCHEMA_TYPE_NAME - Static variable in interface org.opensaml.xacml.policy.EnvironmentsType
QName of the XSI type.
SCHEMA_TYPE_NAME - Static variable in interface org.opensaml.xacml.policy.EnvironmentType
QName of the XSI type.
SCHEMA_TYPE_NAME - Static variable in interface org.opensaml.xacml.policy.ExpressionType
QName of the XSI type.
SCHEMA_TYPE_NAME - Static variable in interface org.opensaml.xacml.policy.FunctionType
QName of the XSI type.
SCHEMA_TYPE_NAME - Static variable in interface org.opensaml.xacml.policy.IdReferenceType
QName of the XSI type.
SCHEMA_TYPE_NAME - Static variable in interface org.opensaml.xacml.policy.ObligationsType
QName of the XSI type.
SCHEMA_TYPE_NAME - Static variable in interface org.opensaml.xacml.policy.ObligationType
QName of the XSI type.
SCHEMA_TYPE_NAME - Static variable in interface org.opensaml.xacml.policy.PolicyCombinerParametersType
QName of the XSI type.
SCHEMA_TYPE_NAME - Static variable in interface org.opensaml.xacml.policy.PolicySetCombinerParametersType
QName of the XSI type.
SCHEMA_TYPE_NAME - Static variable in interface org.opensaml.xacml.policy.PolicySetType
QName of the XSI type.
SCHEMA_TYPE_NAME - Static variable in interface org.opensaml.xacml.policy.PolicyType
QName of the XSI type.
SCHEMA_TYPE_NAME - Static variable in interface org.opensaml.xacml.policy.ResourceMatchType
QName of the XSI type.
SCHEMA_TYPE_NAME - Static variable in interface org.opensaml.xacml.policy.ResourcesType
QName of the XSI type.
SCHEMA_TYPE_NAME - Static variable in interface org.opensaml.xacml.policy.ResourceType
QName of the XSI type.
SCHEMA_TYPE_NAME - Static variable in interface org.opensaml.xacml.policy.RuleCombinerParametersType
QName of the XSI type.
SCHEMA_TYPE_NAME - Static variable in interface org.opensaml.xacml.policy.RuleType
QName of the XSI type.
SCHEMA_TYPE_NAME - Static variable in interface org.opensaml.xacml.policy.SubjectAttributeDesignatorType
QName of the XSI type.
SCHEMA_TYPE_NAME - Static variable in interface org.opensaml.xacml.policy.SubjectMatchType
QName of the XSI type.
SCHEMA_TYPE_NAME - Static variable in interface org.opensaml.xacml.policy.SubjectsType
QName of the XSI type.
SCHEMA_TYPE_NAME - Static variable in interface org.opensaml.xacml.policy.SubjectType
QName of the XSI type.
SCHEMA_TYPE_NAME - Static variable in interface org.opensaml.xacml.policy.TargetType
QName of the XSI type.
SchemaValidationFilter - Class in org.opensaml.saml2.metadata.provider
A metadata filter that schema validates an incoming metadata file.
SchemaValidationFilter(String[]) - Constructor for class org.opensaml.saml2.metadata.provider.SchemaValidationFilter
Constructor.
Scoping - Interface in org.opensaml.saml2.core
SAML 2.0 Core Scoping.
ScopingBuilder - Class in org.opensaml.saml2.core.impl
Builder of ScopingImpl.
ScopingBuilder() - Constructor for class org.opensaml.saml2.core.impl.ScopingBuilder
Constructor.
ScopingImpl - Class in org.opensaml.saml2.core.impl
Concrete implementation of Scoping.
ScopingImpl(String, String, String) - Constructor for class org.opensaml.saml2.core.impl.ScopingImpl
Constructor.
ScopingMarshaller - Class in org.opensaml.saml2.core.impl
A thread safe Marshaller for Scoping objects.
ScopingMarshaller() - Constructor for class org.opensaml.saml2.core.impl.ScopingMarshaller
 
ScopingUnmarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Unmarshaller for Scoping objects.
ScopingUnmarshaller() - Constructor for class org.opensaml.saml2.core.impl.ScopingUnmarshaller
 
SecureRandomIdentifierGenerator - Class in org.opensaml.common.impl
Generates identifiers using random data obtained from a SecureRandom instance.
SecureRandomIdentifierGenerator() - Constructor for class org.opensaml.common.impl.SecureRandomIdentifierGenerator
Constructor.
SecureRandomIdentifierGenerator(String) - Constructor for class org.opensaml.common.impl.SecureRandomIdentifierGenerator
Constructor.
selectEndpoint() - Method in class org.opensaml.common.binding.AbstractEndpointSelector
Selects the endpoint to which messages should be sent.
selectEndpoint() - Method in class org.opensaml.common.binding.BasicEndpointSelector
Selects the endpoint to which messages should be sent.
selectEndpoint() - Method in class org.opensaml.saml2.binding.AuthnResponseEndpointSelector
Selects the endpoint to which messages should be sent.
selectEndpointByACSIndex(AuthnRequest, List<IndexedEndpoint>) - Method in class org.opensaml.saml2.binding.AuthnResponseEndpointSelector
Selects the endpoint by way of the assertion consumer service index given in the AuthnRequest.
selectEndpointByACSURL(AuthnRequest, List<IndexedEndpoint>) - Method in class org.opensaml.saml2.binding.AuthnResponseEndpointSelector
Selects the endpoint by way of the assertion consumer service URL given in the AuthnRequest.
selectIndexedEndpoint(List<IndexedEndpoint>) - Method in class org.opensaml.common.binding.BasicEndpointSelector
Selects an appropriate endpoint from a list of indexed endpoints.
selectNonIndexedEndpoint(List<Endpoint>) - Method in class org.opensaml.common.binding.BasicEndpointSelector
Selects an appropriate endpoint from a list of non-indexed endpoints.
selectService() - Method in class org.opensaml.saml2.metadata.support.AttributeConsumingServiceSelector
Select the AttributeConsumingService.
ServiceDescription - Interface in org.opensaml.saml2.metadata
SAML 2.0 Metadata ServiceDescription
ServiceDescriptionBuilder - Class in org.opensaml.saml2.metadata.impl
Builder of ServiceDescriptionImpl
ServiceDescriptionBuilder() - Constructor for class org.opensaml.saml2.metadata.impl.ServiceDescriptionBuilder
Constructor
ServiceDescriptionImpl - Class in org.opensaml.saml2.metadata.impl
Concrete implementation of ServiceDescription.
ServiceDescriptionImpl(String, String, String) - Constructor for class org.opensaml.saml2.metadata.impl.ServiceDescriptionImpl
Constructor
ServiceDescriptionMarshaller - Class in org.opensaml.saml2.metadata.impl
A thread safe Marshaller for ServiceDescription objects.
ServiceDescriptionMarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.ServiceDescriptionMarshaller
 
ServiceDescriptionSchemaValidator - Class in org.opensaml.saml2.metadata.validator
Checks ServiceDescription for Schema compliance.
ServiceDescriptionSchemaValidator() - Constructor for class org.opensaml.saml2.metadata.validator.ServiceDescriptionSchemaValidator
Constructor
ServiceDescriptionUnmarshaller - Class in org.opensaml.saml2.metadata.impl
A thread-safe Unmarshaller for ServiceDescription objects.
ServiceDescriptionUnmarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.ServiceDescriptionUnmarshaller
 
ServiceName - Interface in org.opensaml.saml2.metadata
SAML 2.0 Metadata ServiceName
ServiceNameBuilder - Class in org.opensaml.saml2.metadata.impl
Builder of ServiceNameImpl
ServiceNameBuilder() - Constructor for class org.opensaml.saml2.metadata.impl.ServiceNameBuilder
Constructor
ServiceNameImpl - Class in org.opensaml.saml2.metadata.impl
Concrete implementation of ServiceName
ServiceNameImpl(String, String, String) - Constructor for class org.opensaml.saml2.metadata.impl.ServiceNameImpl
Constructor
ServiceNameMarshaller - Class in org.opensaml.saml2.metadata.impl
A thread safe Marshaller for ServiceName objects.
ServiceNameMarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.ServiceNameMarshaller
 
ServiceNameSchemaValidator - Class in org.opensaml.saml2.metadata.validator
Checks ServiceName for Schema compliance.
ServiceNameSchemaValidator() - Constructor for class org.opensaml.saml2.metadata.validator.ServiceNameSchemaValidator
Constructor
ServiceNameUnmarshaller - Class in org.opensaml.saml2.metadata.impl
A thread-safe Unmarshaller for ServiceName objects.
ServiceNameUnmarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.ServiceNameUnmarshaller
 
SESSION_INDEX_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.core.AuthnQuery
SessionIndex attribute name.
SESSION_INDEX_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.core.AuthnStatement
SessionIndex attribute name.
SESSION_NOT_ON_OR_AFTER_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.core.AuthnStatement
SessionNoOnOrAfter attribute name.
SessionIndex - Interface in org.opensaml.saml2.core
SAML 2.0 Core SessionIndex.
SessionIndexBuilder - Class in org.opensaml.saml2.core.impl
A Builder for SessionIndexImpl objects.
SessionIndexBuilder() - Constructor for class org.opensaml.saml2.core.impl.SessionIndexBuilder
Constructor.
SessionIndexImpl - Class in org.opensaml.saml2.core.impl
Concrete implementation of SessionIndex.
SessionIndexImpl(String, String, String) - Constructor for class org.opensaml.saml2.core.impl.SessionIndexImpl
Constructor.
SessionIndexMarshaller - Class in org.opensaml.saml2.core.impl
A thread safe Marshaller for SessionIndex objects.
SessionIndexMarshaller() - Constructor for class org.opensaml.saml2.core.impl.SessionIndexMarshaller
 
SessionIndexSchemaValidator - Class in org.opensaml.saml2.core.validator
Checks SessionIndex for Schema compliance.
SessionIndexSchemaValidator() - Constructor for class org.opensaml.saml2.core.validator.SessionIndexSchemaValidator
Constructor
SessionIndexUnmarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Unmarshaller for SessionIndex objects.
SessionIndexUnmarshaller() - Constructor for class org.opensaml.saml2.core.impl.SessionIndexUnmarshaller
 
setAction(String) - Method in interface org.opensaml.saml2.core.Action
Sets the URI of the action to be performed.
setAction(String) - Method in class org.opensaml.saml2.core.impl.ActionImpl
Sets the URI of the action to be performed.
setAction(ActionType) - Method in class org.opensaml.xacml.ctx.impl.RequestTypeImpl
Sets the action of the request.
setAction(ActionType) - Method in interface org.opensaml.xacml.ctx.RequestType
Sets the action of the request.
setActionAttributeDesignator(AttributeDesignatorType) - Method in interface org.opensaml.xacml.policy.ActionMatchType
Sets the action attribute designator for this match.
setActionAttributeDesignator(AttributeDesignatorType) - Method in class org.opensaml.xacml.policy.impl.ActionMatchTypeImpl
Sets the action attribute designator for this match.
setActions(ActionsType) - Method in class org.opensaml.xacml.policy.impl.TargetTypeImpl
Sets the actions in the target.
setActions(ActionsType) - Method in interface org.opensaml.xacml.policy.TargetType
Sets the actions in the target.
setAddress(String) - Method in class org.opensaml.saml2.core.impl.SubjectConfirmationDataImpl
Sets the IP address to which this information may be pressented.
setAddress(String) - Method in class org.opensaml.saml2.core.impl.SubjectLocalityImpl
Sets the IP address of the system from which the subject was authenticated.
setAddress(String) - Method in interface org.opensaml.saml2.core.SubjectConfirmationData
Sets the IP address to which this information may be pressented.
setAddress(String) - Method in interface org.opensaml.saml2.core.SubjectLocality
Sets the IP address of the system from which the subject was authenticated.
setAddress(String) - Method in interface org.opensaml.saml2.metadata.EmailAddress
Sets the email address.
setAddress(String) - Method in class org.opensaml.saml2.metadata.impl.EmailAddressImpl
Sets the email address.
setAdvice(Advice) - Method in interface org.opensaml.saml1.core.Assertion
Set the Object representing the Advice sub element.
setAdvice(Advice) - Method in class org.opensaml.saml1.core.impl.AssertionImpl
Set the Object representing the Advice sub element.
setAdvice(Advice) - Method in interface org.opensaml.saml2.core.Assertion
Sets the Advice for this assertion.
setAdvice(Advice) - Method in class org.opensaml.saml2.core.impl.AssertionImpl
Sets the Advice for this assertion.
setAffiliationDescriptor(AffiliationDescriptor) - Method in interface org.opensaml.saml2.metadata.EntityDescriptor
Sets the affiliation descriptor for this entity.
setAffiliationDescriptor(AffiliationDescriptor) - Method in class org.opensaml.saml2.metadata.impl.EntityDescriptorImpl
Sets the affiliation descriptor for this entity.
setAllowCreate(Boolean) - Method in class org.opensaml.saml2.core.impl.NameIDPolicyImpl
Sets the AllowCreate value.
setAllowCreate(XSBooleanValue) - Method in class org.opensaml.saml2.core.impl.NameIDPolicyImpl
Sets the AllowCreate value.
setAllowCreate(Boolean) - Method in interface org.opensaml.saml2.core.NameIDPolicy
Sets the AllowCreate value.
setAllowCreate(XSBooleanValue) - Method in interface org.opensaml.saml2.core.NameIDPolicy
Sets the AllowCreate value.
setAllowedURLSchemes(String[]) - Method in class org.opensaml.saml1.binding.encoding.BaseSAML1MessageEncoder
Sets the list of list of schemes allowed to appear in URLs related to the encoded message.
setAllowedURLSchemes(String[]) - Method in class org.opensaml.saml2.binding.encoding.BaseSAML2MessageEncoder
Sets the list of list of schemes allowed to appear in URLs related to the encoded message.
setArtifact(String) - Method in interface org.opensaml.saml2.binding.SAML2ArtifactMessageContext
Sets the Base64-encoded artifact to be resolved.
setArtifact(String) - Method in interface org.opensaml.saml2.core.Artifact
Set artifact value.
setArtifact(Artifact) - Method in interface org.opensaml.saml2.core.ArtifactResolve
Set Artifact child element.
setArtifact(String) - Method in class org.opensaml.saml2.core.impl.ArtifactImpl
Set artifact value.
setArtifact(Artifact) - Method in class org.opensaml.saml2.core.impl.ArtifactResolveImpl
Set Artifact child element.
setArtifacts(Collection<String>) - Method in interface org.opensaml.saml1.binding.SAML1ArtifactMessageContext
Sets the Base64 encoded artifacts to be resolved.
setAssertionArtifact(String) - Method in interface org.opensaml.saml1.core.AssertionArtifact
Set the contents of the artficat.
setAssertionArtifact(String) - Method in class org.opensaml.saml1.core.impl.AssertionArtifactImpl
Set the contents of the artficat.
setAssertionConsumerServiceIndex(Integer) - Method in interface org.opensaml.saml2.core.AuthnRequest
Sets the index of the particular Assertion Consumer Service to which the response to this request should be delivered.
setAssertionConsumerServiceIndex(Integer) - Method in class org.opensaml.saml2.core.impl.AuthnRequestImpl
Sets the index of the particular Assertion Consumer Service to which the response to this request should be delivered.
setAssertionConsumerServiceURL(String) - Method in interface org.opensaml.saml2.core.AuthnRequest
Sets the URL of the particular Assertion Consumer Service to which the response to this request should be delivered.
setAssertionConsumerServiceURL(String) - Method in class org.opensaml.saml2.core.impl.AuthnRequestImpl
Sets the URL of the particular Assertion Consumer Service to which the response to this request should be delivered.
setAssertionConsumerServiceURL(String) - Method in class org.opensaml.saml2.ecp.impl.ResponseImpl
Get the AssertionConsumerServiceURL attribute value.
setAssertionConsumerServiceURL(String) - Method in interface org.opensaml.saml2.ecp.Response
Get the AssertionConsumerServiceURL attribute value.
setAssertionHandle(byte[]) - Method in class org.opensaml.saml1.binding.artifact.SAML1ArtifactType0001
Sets the artifiact's 20 byte assertion handle.
setAssertionHandle(byte[]) - Method in class org.opensaml.saml1.binding.artifact.SAML1ArtifactType0002
Sets the artifiact's 20 byte assertion handle.
setAssertionID(String) - Method in interface org.opensaml.saml2.core.AssertionIDRef
Sets the ID of the assertion this references.
setAssertionID(String) - Method in class org.opensaml.saml2.core.impl.AssertionIDRefImpl
Sets the ID of the assertion this references.
setAssertionURI(String) - Method in interface org.opensaml.saml2.core.AssertionURIRef
Sets the URI of the assertion this references.
setAssertionURI(String) - Method in class org.opensaml.saml2.core.impl.AssertionURIRefImpl
Sets the URI of the assertion this references.
setAttribtueId(String) - Method in interface org.opensaml.xacml.policy.AttributeDesignatorType
Sets the ID of the designated attribute.
setAttribtueId(String) - Method in class org.opensaml.xacml.policy.impl.AttributeDesignatorTypeImpl
Sets the ID of the designated attribute.
setAttributeConsumingServiceIndex(Integer) - Method in interface org.opensaml.saml2.core.AuthnRequest
Sets the index of the Attribute Consuming Service which describes the SAML attributes the requester desires or requires to be supplied in the Response message.
setAttributeConsumingServiceIndex(Integer) - Method in class org.opensaml.saml2.core.impl.AuthnRequestImpl
Sets the index of the Attribute Consuming Service which describes the SAML attributes the requester desires or requires to be supplied in the Response message.
setAttributeID(String) - Method in interface org.opensaml.xacml.ctx.AttributeType
Sets the AttributeId.
setAttributeID(String) - Method in class org.opensaml.xacml.ctx.impl.AttributeTypeImpl
Sets the AttributeId.
setAttributeId(String) - Method in class org.opensaml.xacml.ctx.impl.MissingAttributeDetailTypeImpl
Sets the ID of the attribute.
setAttributeId(String) - Method in interface org.opensaml.xacml.ctx.MissingAttributeDetailType
Sets the ID of the attribute.
setAttributeId(String) - Method in interface org.opensaml.xacml.policy.AttributeAssignmentType
Sets the ID of the attribute to be assigned.
setAttributeId(String) - Method in class org.opensaml.xacml.policy.impl.AttributeAssignmentTypeImpl
Sets the ID of the attribute to be assigned.
setAttributeName(String) - Method in interface org.opensaml.saml1.core.AttributeDesignator
Set the contents of the AttributeName attribute
setAttributeName(String) - Method in class org.opensaml.saml1.core.impl.AttributeDesignatorImpl
Set the contents of the AttributeName attribute
setAttributeNamespace(String) - Method in interface org.opensaml.saml1.core.AttributeDesignator
Set the contents of the AttributeNamespace attribute
setAttributeNamespace(String) - Method in class org.opensaml.saml1.core.impl.AttributeDesignatorImpl
Set the contents of the AttributeNamespace attribute
setAttributeSelector(AttributeSelectorType) - Method in interface org.opensaml.xacml.policy.ActionMatchType
Sets the attribute selector for this match.
setAttributeSelector(AttributeSelectorType) - Method in interface org.opensaml.xacml.policy.EnvironmentMatchType
Sets the attribute selector for this match.
setAttributeSelector(AttributeSelectorType) - Method in class org.opensaml.xacml.policy.impl.ActionMatchTypeImpl
Sets the attribute selector for this match.
setAttributeSelector(AttributeSelectorType) - Method in class org.opensaml.xacml.policy.impl.EnvironmentMatchTypeImpl
Sets the attribute selector for this match.
setAttributeSelector(AttributeSelectorType) - Method in class org.opensaml.xacml.policy.impl.ResourceMatchTypeImpl
Sets the attribute selector for this match.
setAttributeSelector(AttributeSelectorType) - Method in class org.opensaml.xacml.policy.impl.SubjectMatchTypeImpl
Sets the attribute selector for this match.
setAttributeSelector(AttributeSelectorType) - Method in interface org.opensaml.xacml.policy.ResourceMatchType
Sets the attribute selector for this match.
setAttributeSelector(AttributeSelectorType) - Method in interface org.opensaml.xacml.policy.SubjectMatchType
Sets the attribute selector for this match.
setAttributeValue(AttributeValueType) - Method in interface org.opensaml.xacml.policy.ActionMatchType
Sets the attribute value for this match.
setAttributeValue(AttributeValueType) - Method in interface org.opensaml.xacml.policy.CombinerParameterType
Sets the attribute value type for this parameter.
setAttributeValue(AttributeValueType) - Method in interface org.opensaml.xacml.policy.EnvironmentMatchType
Sets the attribute value for this match.
setAttributeValue(AttributeValueType) - Method in class org.opensaml.xacml.policy.impl.ActionMatchTypeImpl
Sets the attribute value for this match.
setAttributeValue(AttributeValueType) - Method in class org.opensaml.xacml.policy.impl.CombinerParameterTypeImpl
Sets the attribute value type for this parameter.
setAttributeValue(AttributeValueType) - Method in class org.opensaml.xacml.policy.impl.EnvironmentMatchTypeImpl
Sets the attribute value for this match.
setAttributeValue(AttributeValueType) - Method in class org.opensaml.xacml.policy.impl.ResourceMatchTypeImpl
Sets the attribute value for this match.
setAttributeValue(AttributeValueType) - Method in class org.opensaml.xacml.policy.impl.SubjectMatchTypeImpl
Sets the attribute value for this match.
setAttributeValue(AttributeValueType) - Method in interface org.opensaml.xacml.policy.ResourceMatchType
Sets the attribute value for this match.
setAttributeValue(AttributeValueType) - Method in interface org.opensaml.xacml.policy.SubjectMatchType
Sets the attribute value for this match.
setAudienceURI(String) - Method in interface org.opensaml.saml2.core.Audience
Sets the URI of the audience for the assertion.
setAudienceURI(String) - Method in class org.opensaml.saml2.core.impl.AudienceImpl
Sets the URI of the audience for the assertion.
setAuthenticationInstant(DateTime) - Method in interface org.opensaml.saml1.core.AuthenticationStatement
Set the contents of the AuthenticationInstant attribute
setAuthenticationInstant(DateTime) - Method in class org.opensaml.saml1.core.impl.AuthenticationStatementImpl
Set the contents of the AuthenticationInstant attribute
setAuthenticationMethod(String) - Method in interface org.opensaml.saml1.core.AuthenticationQuery
Set AuthenticationMethod attribute
setAuthenticationMethod(String) - Method in interface org.opensaml.saml1.core.AuthenticationStatement
Set the contents of the AuthenticationMethod attribute
setAuthenticationMethod(String) - Method in class org.opensaml.saml1.core.impl.AuthenticationQueryImpl
Set AuthenticationMethod attribute
setAuthenticationMethod(String) - Method in class org.opensaml.saml1.core.impl.AuthenticationStatementImpl
Set the contents of the AuthenticationMethod attribute
setAuthnContext(AuthnContext) - Method in interface org.opensaml.saml2.core.AuthnStatement
Sets the context used to authenticate the subject.
setAuthnContext(AuthnContext) - Method in class org.opensaml.saml2.core.impl.AuthnStatementImpl
Sets the context used to authenticate the subject.
setAuthnContextClassRef(AuthnContextClassRef) - Method in interface org.opensaml.saml2.core.AuthnContext
Sets the URI identifying the Context Class of this Authentication Context.
setAuthnContextClassRef(String) - Method in interface org.opensaml.saml2.core.AuthnContextClassRef
Sets the URI reference to an authentication context class.
setAuthnContextClassRef(String) - Method in class org.opensaml.saml2.core.impl.AuthnContextClassRefImpl
Sets the URI reference to an authentication context class.
setAuthnContextClassRef(AuthnContextClassRef) - Method in class org.opensaml.saml2.core.impl.AuthnContextImpl
Sets the URI identifying the Context Class of this Authentication Context.
setAuthnContextDecl(AuthnContextDecl) - Method in interface org.opensaml.saml2.core.AuthnContext
Sets the Declaration of this Authentication Context.
setAuthnContextDecl(AuthnContextDecl) - Method in class org.opensaml.saml2.core.impl.AuthnContextImpl
Sets the Declaration of this Authentication Context.
setAuthnContextDeclRef(AuthnContextDeclRef) - Method in interface org.opensaml.saml2.core.AuthnContext
Sets the URI of the Declaration of this Authentication Context.
setAuthnContextDeclRef(String) - Method in interface org.opensaml.saml2.core.AuthnContextDeclRef
Sets the URI reference to an authentication context declaration.
setAuthnContextDeclRef(String) - Method in class org.opensaml.saml2.core.impl.AuthnContextDeclRefImpl
Sets the URI reference to an authentication context declaration.
setAuthnContextDeclRef(AuthnContextDeclRef) - Method in class org.opensaml.saml2.core.impl.AuthnContextImpl
Sets the URI of the Declaration of this Authentication Context.
setAuthnInstant(DateTime) - Method in interface org.opensaml.saml2.core.AuthnStatement
Sets the time when the authentication took place.
setAuthnInstant(DateTime) - Method in class org.opensaml.saml2.core.impl.AuthnStatementImpl
Sets the time when the authentication took place.
setAuthnRequestsSigned(Boolean) - Method in class org.opensaml.saml2.metadata.impl.SPSSODescriptorImpl
Sets whether this service signs AuthN requests.
setAuthnRequestsSigned(XSBooleanValue) - Method in class org.opensaml.saml2.metadata.impl.SPSSODescriptorImpl
Sets whether this service signs AuthN requests.
setAuthnRequestsSigned(Boolean) - Method in interface org.opensaml.saml2.metadata.SPSSODescriptor
Sets whether this service signs AuthN requests.
setAuthnRequestsSigned(XSBooleanValue) - Method in interface org.opensaml.saml2.metadata.SPSSODescriptor
Sets whether this service signs AuthN requests.
setAuthorityKind(QName) - Method in interface org.opensaml.saml1.core.AuthorityBinding
Setter for AuthorityKind
setAuthorityKind(QName) - Method in class org.opensaml.saml1.core.impl.AuthorityBindingImpl
Setter for AuthorityKind
setBackupFile(String) - Method in class org.opensaml.saml2.metadata.provider.FileBackedHTTPMetadataProvider
Sets the file used to backup metadata.
setBaseID(BaseID) - Method in class org.opensaml.saml2.core.impl.LogoutRequestImpl
Sets the base identifier of the principal for this request.
setBaseID(BaseID) - Method in class org.opensaml.saml2.core.impl.NameIDMappingRequestImpl
Sets the base identifier of the principal for this request.
setBaseID(BaseID) - Method in class org.opensaml.saml2.core.impl.SubjectConfirmationImpl
Sets the base identifier of the principal for this request.
setBaseID(BaseID) - Method in class org.opensaml.saml2.core.impl.SubjectImpl
Sets the base identifier of the principal for this request.
setBaseID(BaseID) - Method in interface org.opensaml.saml2.core.LogoutRequest
Sets the base identifier of the principal for this request.
setBaseID(BaseID) - Method in interface org.opensaml.saml2.core.NameIDMappingRequest
Sets the base identifier of the principal for this request.
setBaseID(BaseID) - Method in interface org.opensaml.saml2.core.Subject
Sets the base identifier of the principal for this request.
setBaseID(BaseID) - Method in interface org.opensaml.saml2.core.SubjectConfirmation
Sets the base identifier of the principal for this request.
setBaseID(BaseID) - Method in interface org.opensaml.samlext.saml2delrestrict.Delegate
Sets the BaseID child element of the delegate.
setBaseID(BaseID) - Method in class org.opensaml.samlext.saml2delrestrict.impl.DelegateImpl
Sets the BaseID child element of the delegate.
setBasicCredentials(String, String) - Method in class org.opensaml.saml2.metadata.provider.HTTPMetadataProvider
Sets the username and password used to access the metadata URL.
setBinding(String) - Method in interface org.opensaml.saml1.core.AuthorityBinding
Setter for Binding
setBinding(String) - Method in class org.opensaml.saml1.core.impl.AuthorityBindingImpl
Setter for Binding
setBinding(String) - Method in interface org.opensaml.saml2.metadata.Endpoint
Sets the URI identifier for the binding supported by this Endpoint.
setBinding(String) - Method in class org.opensaml.saml2.metadata.impl.EndpointImpl
Sets the URI identifier for the binding supported by this Endpoint.
setCacheDuration(Long) - Method in interface org.opensaml.saml2.common.CacheableSAMLObject
Sets the maximum time, in milliseconds, that this descriptor should be cached.
setCacheDuration(Long) - Method in class org.opensaml.saml2.metadata.impl.AffiliationDescriptorImpl
Sets the maximum time, in milliseconds, that this descriptor should be cached.
setCacheDuration(Long) - Method in class org.opensaml.saml2.metadata.impl.EntitiesDescriptorImpl
Sets the maximum time, in milliseconds, that this descriptor should be cached.
setCacheDuration(Long) - Method in class org.opensaml.saml2.metadata.impl.EntityDescriptorImpl
Sets the maximum time, in milliseconds, that this descriptor should be cached.
setCacheDuration(Long) - Method in class org.opensaml.saml2.metadata.impl.RoleDescriptorImpl
Sets the maximum time, in milliseconds, that this descriptor should be cached.
setCaseInsensitive(boolean) - Method in class org.opensaml.common.binding.decoding.BasicURLComparator
Set the case-insensitivity flag value.
setCombinePolicies(XSBooleanValue) - Method in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeImpl
Sets if the PDP can combine policies from this query and the one locally.
setCombinePolicies(Boolean) - Method in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeImpl
Sets if the PDP can combine policies from this query and the one locally.
setCombinePolicies(Boolean) - Method in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
Sets if the PDP can combine policies from this query and the one locally.
setCombinePolicies(XSBooleanValue) - Method in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
Sets if the PDP can combine policies from this query and the one locally.
setCompany(Company) - Method in interface org.opensaml.saml2.metadata.ContactPerson
Sets the company this contact person is associated with.
setCompany(Company) - Method in class org.opensaml.saml2.metadata.impl.ContactPersonImpl
Sets the company this contact person is associated with.
setComparison(AuthnContextComparisonTypeEnumeration) - Method in class org.opensaml.saml2.core.impl.RequestedAuthnContextImpl
Sets the Comparison attribute value of the requested authn context.
setComparison(AuthnContextComparisonTypeEnumeration) - Method in interface org.opensaml.saml2.core.RequestedAuthnContext
Sets the Comparison attribute value of the requested authn context.
setCondition(ConditionType) - Method in class org.opensaml.xacml.policy.impl.RuleTypeImpl
Sets the the condition for this rule.
setCondition(ConditionType) - Method in interface org.opensaml.xacml.policy.RuleType
Sets the the condition for this rule.
setConditions(Conditions) - Method in interface org.opensaml.saml1.core.Assertion
Set the Object representing the Conditions Sub element.
setConditions(Conditions) - Method in class org.opensaml.saml1.core.impl.AssertionImpl
Set the Object representing the Conditions Sub element.
setConditions(Conditions) - Method in interface org.opensaml.saml2.core.Assertion
Sets the Conditions placed on this assertion.
setConditions(Conditions) - Method in interface org.opensaml.saml2.core.AuthnRequest
Sets the Conditions of the request.
setConditions(Conditions) - Method in class org.opensaml.saml2.core.impl.AssertionImpl
Sets the Conditions placed on this assertion.
setConditions(Conditions) - Method in class org.opensaml.saml2.core.impl.AuthnRequestImpl
Sets the Conditions of the request.
setConfirmationMethod(String) - Method in interface org.opensaml.saml1.core.ConfirmationMethod
Sets the confirmation method.
setConfirmationMethod(String) - Method in class org.opensaml.saml1.core.impl.ConfirmationMethodImpl
Sets the confirmation method.
setConfirmationMethod(String) - Method in interface org.opensaml.samlext.saml2delrestrict.Delegate
Set the confirmation method attribute value.
setConfirmationMethod(String) - Method in class org.opensaml.samlext.saml2delrestrict.impl.DelegateImpl
Set the confirmation method attribute value.
setConsent(String) - Method in class org.opensaml.saml2.core.impl.RequestAbstractTypeImpl
Sets the consent obtained from the principal for sending this request.
setConsent(String) - Method in class org.opensaml.saml2.core.impl.StatusResponseTypeImpl
Sets the consent obtained from the principal for sending this response.
setConsent(String) - Method in interface org.opensaml.saml2.core.RequestAbstractType
Sets the consent obtained from the principal for sending this request.
setConsent(String) - Method in interface org.opensaml.saml2.core.StatusResponseType
Sets the consent obtained from the principal for sending this response.
setContents(String) - Method in interface org.opensaml.saml1.core.Action
Set the contents
setContents(String) - Method in class org.opensaml.saml1.core.impl.ActionImpl
Set the contents
setDataType(String) - Method in interface org.opensaml.xacml.ctx.AttributeType
Sets the datatype of the attribute.
setDataType(String) - Method in class org.opensaml.xacml.ctx.impl.AttributeTypeImpl
Sets the datatype of the attribute.
setDataType(String) - Method in class org.opensaml.xacml.ctx.impl.MissingAttributeDetailTypeImpl
Sets the data type of the attribute.
setDataType(String) - Method in interface org.opensaml.xacml.ctx.MissingAttributeDetailType
Sets the data type of the attribute.
setDataType(String) - Method in interface org.opensaml.xacml.policy.AttributeDesignatorType
Sets the data type of the designated attribute.
setDataType(String) - Method in interface org.opensaml.xacml.policy.AttributeSelectorType
Sets the data type of the attribute to be selected.
setDataType(String) - Method in interface org.opensaml.xacml.policy.AttributeValueType
Sets the data type of the designated attribute.
setDataType(String) - Method in class org.opensaml.xacml.policy.impl.AttributeDesignatorTypeImpl
Sets the data type of the designated attribute.
setDataType(String) - Method in class org.opensaml.xacml.policy.impl.AttributeSelectorTypeImpl
Sets the data type of the attribute to be selected.
setDataType(String) - Method in class org.opensaml.xacml.policy.impl.AttributeValueTypeImpl
Sets the data type of the designated attribute.
setDecision(DecisionTypeEnumeration) - Method in interface org.opensaml.saml1.core.AuthorizationDecisionStatement
Set the contents of the Decision attribute
setDecision(DecisionTypeEnumeration) - Method in class org.opensaml.saml1.core.impl.AuthorizationDecisionStatementImpl
Set the contents of the Decision attribute
setDecision(DecisionTypeEnumeration) - Method in interface org.opensaml.saml2.core.AuthzDecisionStatement
Sets the decision of the authorization request.
setDecision(DecisionTypeEnumeration) - Method in class org.opensaml.saml2.core.impl.AuthzDecisionStatementImpl
Sets the decision of the authorization request.
setDecision(DecisionType.DECISION) - Method in interface org.opensaml.xacml.ctx.DecisionType
Sets the value of the decision.
setDecision(DecisionType.DECISION) - Method in class org.opensaml.xacml.ctx.impl.DecisionTypeImpl
Sets the value of the decision.
setDecision(DecisionType) - Method in class org.opensaml.xacml.ctx.impl.ResultTypeImpl
Sets the decision in the result.
setDecision(DecisionType) - Method in interface org.opensaml.xacml.ctx.ResultType
Sets the decision in the result.
setDefaultCriteria(CriteriaSet) - Method in class org.opensaml.saml2.metadata.provider.SignatureValidationFilter
Set the set of default criteria used as input to the trust engine.
setDelegationInstant(DateTime) - Method in interface org.opensaml.samlext.saml2delrestrict.Delegate
Set the delegation instant attribute value.
setDelegationInstant(DateTime) - Method in class org.opensaml.samlext.saml2delrestrict.impl.DelegateImpl
Set the delegation instant attribute value.
setDereferencedAssertions(Collection<Assertion>) - Method in interface org.opensaml.saml1.binding.SAML1ArtifactMessageContext
Sets the assertions dereferenced from the artifacts.
setDescription(LocalizedString) - Method in class org.opensaml.saml2.metadata.impl.ServiceDescriptionImpl
Sets the description of the service.
setDescription(LocalizedString) - Method in interface org.opensaml.saml2.metadata.ServiceDescription
Sets the description of the service.
setDescription(DescriptionType) - Method in class org.opensaml.xacml.policy.impl.PolicySetTypeImpl
Sets the description for this policy set.
setDescription(DescriptionType) - Method in class org.opensaml.xacml.policy.impl.PolicyTypeImpl
Sets the description for this policy.
setDescription(DescriptionType) - Method in class org.opensaml.xacml.policy.impl.RuleTypeImpl
Sets the description of this rule.
setDescription(DescriptionType) - Method in interface org.opensaml.xacml.policy.PolicySetType
Sets the description for this policy set.
setDescription(DescriptionType) - Method in interface org.opensaml.xacml.policy.PolicyType
Sets the description for this policy.
setDescription(DescriptionType) - Method in interface org.opensaml.xacml.policy.RuleType
Sets the description of this rule.
setDestination(String) - Method in class org.opensaml.saml2.core.impl.RequestAbstractTypeImpl
Sets the URI of the destination of the request.
setDestination(String) - Method in class org.opensaml.saml2.core.impl.StatusResponseTypeImpl
Sets the URI of the destination of the response.
setDestination(String) - Method in interface org.opensaml.saml2.core.RequestAbstractType
Sets the URI of the destination of the request.
setDestination(String) - Method in interface org.opensaml.saml2.core.StatusResponseType
Sets the URI of the destination of the response.
setDigestAlgorithm(String) - Method in class org.opensaml.common.impl.SAMLObjectContentReference
Sets the algorithm used to digest the content.
setDNSAddress(String) - Method in class org.opensaml.saml1.core.impl.SubjectLocalityImpl
Sets the DNS name of the locality.
setDNSAddress(String) - Method in interface org.opensaml.saml1.core.SubjectLocality
Sets the DNS name of the locality.
setDNSName(String) - Method in class org.opensaml.saml2.core.impl.SubjectLocalityImpl
Sets the DNSName of the system from which the subject was authenticated.
setDNSName(String) - Method in interface org.opensaml.saml2.core.SubjectLocality
Sets the DNSName of the system from which the subject was authenticated.
setEarliestVersion(String) - Method in interface org.opensaml.xacml.policy.IdReferenceType
Sets the earliest version of the reference.
setEarliestVersion(String) - Method in class org.opensaml.xacml.policy.impl.IdReferenceTypeImpl
Sets the earliest version of the reference.
setEffect(EffectType) - Method in class org.opensaml.xacml.policy.impl.RuleTypeImpl
Sets the effect of the rule.
setEffect(EffectType) - Method in interface org.opensaml.xacml.policy.RuleType
Sets the effect of the rule.
setEncryptedData(EncryptedData) - Method in interface org.opensaml.saml2.core.EncryptedElementType
Set the EncryptedData child element.
setEncryptedData(EncryptedData) - Method in class org.opensaml.saml2.core.impl.EncryptedElementTypeImpl
Set the EncryptedData child element.
setEncryptedID(EncryptedID) - Method in class org.opensaml.saml2.core.impl.LogoutRequestImpl
Sets the encrypted name identifier of the principal for this request.
setEncryptedID(EncryptedID) - Method in class org.opensaml.saml2.core.impl.ManageNameIDRequestImpl
Set the EncryptedID of the request.
setEncryptedID(EncryptedID) - Method in class org.opensaml.saml2.core.impl.NameIDMappingRequestImpl
Sets the encrypted name identifier of the principal for this request.
setEncryptedID(EncryptedID) - Method in class org.opensaml.saml2.core.impl.NameIDMappingResponseImpl
Sets the encrypted name identifier of the principal for this response.
setEncryptedID(EncryptedID) - Method in class org.opensaml.saml2.core.impl.SubjectConfirmationImpl
Sets the encrypted name identifier of the principal for this request.
setEncryptedID(EncryptedID) - Method in class org.opensaml.saml2.core.impl.SubjectImpl
Sets the encrypted name identifier of the principal for this request.
setEncryptedID(EncryptedID) - Method in interface org.opensaml.saml2.core.LogoutRequest
Sets the encrypted name identifier of the principal for this request.
setEncryptedID(EncryptedID) - Method in interface org.opensaml.saml2.core.ManageNameIDRequest
Set the EncryptedID of the request.
setEncryptedID(EncryptedID) - Method in interface org.opensaml.saml2.core.NameIDMappingRequest
Sets the encrypted name identifier of the principal for this request.
setEncryptedID(EncryptedID) - Method in interface org.opensaml.saml2.core.NameIDMappingResponse
Sets the encrypted name identifier of the principal for this response.
setEncryptedID(EncryptedID) - Method in interface org.opensaml.saml2.core.Subject
Sets the encrypted name identifier of the principal for this request.
setEncryptedID(EncryptedID) - Method in interface org.opensaml.saml2.core.SubjectConfirmation
Sets the encrypted name identifier of the principal for this request.
setEncryptedID(EncryptedID) - Method in interface org.opensaml.samlext.saml2delrestrict.Delegate
Sets the EncryptedID child element of the delegate.
setEncryptedID(EncryptedID) - Method in class org.opensaml.samlext.saml2delrestrict.impl.DelegateImpl
Sets the EncryptedID child element of the delegate.
setEndpointIndex(byte[]) - Method in class org.opensaml.saml2.binding.artifact.AbstractSAML2Artifact
Sets the 2 byte endpoint index for this artifact.
setEndpointType(QName) - Method in class org.opensaml.common.binding.AbstractEndpointSelector
Sets the type of endpoint needed.
setEntityID(String) - Method in interface org.opensaml.saml2.metadata.EntityDescriptor
Sets the entity ID for this entity descriptor.
setEntityID(String) - Method in class org.opensaml.saml2.metadata.impl.EntityDescriptorImpl
Sets the entity ID for this entity descriptor.
setEntityMetadata(EntityDescriptor) - Method in class org.opensaml.common.binding.AbstractEndpointSelector
Sets the metadata of the entity.
setEntityRoleMetadata(RoleDescriptor) - Method in class org.opensaml.common.binding.AbstractEndpointSelector
Sets the role of the entity.
setEnvironment(EnvironmentType) - Method in class org.opensaml.xacml.ctx.impl.RequestTypeImpl
Sets the environment of the request.
setEnvironment(EnvironmentType) - Method in interface org.opensaml.xacml.ctx.RequestType
Sets the environment of the request.
setEnvironmentAttributeDesignator(AttributeDesignatorType) - Method in interface org.opensaml.xacml.policy.EnvironmentMatchType
Sets the environment attribute designator for this match.
setEnvironmentAttributeDesignator(AttributeDesignatorType) - Method in class org.opensaml.xacml.policy.impl.EnvironmentMatchTypeImpl
Sets the environment attribute designator for this match.
setEnvironments(EnvironmentsType) - Method in class org.opensaml.xacml.policy.impl.TargetTypeImpl
Sets the environments in the target.
setEnvironments(EnvironmentsType) - Method in interface org.opensaml.xacml.policy.TargetType
Sets the environments in the target.
setErrorURL(String) - Method in class org.opensaml.saml2.metadata.impl.RoleDescriptorImpl
Sets the URI users should be sent to in the event of an error.
setErrorURL(String) - Method in interface org.opensaml.saml2.metadata.RoleDescriptor
Sets the URI users should be sent to in the event of an error.
setEvidence(Evidence) - Method in interface org.opensaml.saml1.core.AuthorizationDecisionQuery
Set the Evidence child element
setEvidence(Evidence) - Method in interface org.opensaml.saml1.core.AuthorizationDecisionStatement
Set the Evidence element
setEvidence(Evidence) - Method in class org.opensaml.saml1.core.impl.AuthorizationDecisionQueryImpl
Set the Evidence child element
setEvidence(Evidence) - Method in class org.opensaml.saml1.core.impl.AuthorizationDecisionStatementImpl
Set the Evidence element
setEvidence(Evidence) - Method in interface org.opensaml.saml2.core.AuthzDecisionQuery
Sets the Evidence of this query.
setEvidence(Evidence) - Method in interface org.opensaml.saml2.core.AuthzDecisionStatement
Sets the SAML assertion the authority relied on when making the authorization decision.
setEvidence(Evidence) - Method in class org.opensaml.saml2.core.impl.AuthzDecisionQueryImpl
Sets the Evidence of this query.
setEvidence(Evidence) - Method in class org.opensaml.saml2.core.impl.AuthzDecisionStatementImpl
Sets the SAML assertion the authority relied on when making the authorization decision.
setExpression(ExpressionType) - Method in interface org.opensaml.xacml.policy.ConditionType
Sets the expression for this condition.
setExpression(ExpressionType) - Method in class org.opensaml.xacml.policy.impl.ConditionTypeImpl
Sets the expression for this condition.
setExtensions(Extensions) - Method in class org.opensaml.saml2.core.impl.RequestAbstractTypeImpl
Sets the Extensions of this request.
setExtensions(Extensions) - Method in class org.opensaml.saml2.core.impl.StatusResponseTypeImpl
Sets the Extensions of this response.
setExtensions(Extensions) - Method in interface org.opensaml.saml2.core.RequestAbstractType
Sets the Extensions of this request.
setExtensions(Extensions) - Method in interface org.opensaml.saml2.core.StatusResponseType
Sets the Extensions of this response.
setExtensions(Extensions) - Method in interface org.opensaml.saml2.metadata.AffiliationDescriptor
Sets the Extensions child of this object.
setExtensions(Extensions) - Method in interface org.opensaml.saml2.metadata.ContactPerson
Sets the Extensions child of this object.
setExtensions(Extensions) - Method in interface org.opensaml.saml2.metadata.EntitiesDescriptor
Sets the Extensions child of this object.
setExtensions(Extensions) - Method in interface org.opensaml.saml2.metadata.EntityDescriptor
Sets the Extensions child of this object.
setExtensions(Extensions) - Method in class org.opensaml.saml2.metadata.impl.AffiliationDescriptorImpl
Sets the Extensions child of this object.
setExtensions(Extensions) - Method in class org.opensaml.saml2.metadata.impl.ContactPersonImpl
Sets the Extensions child of this object.
setExtensions(Extensions) - Method in class org.opensaml.saml2.metadata.impl.EntitiesDescriptorImpl
Sets the Extensions child of this object.
setExtensions(Extensions) - Method in class org.opensaml.saml2.metadata.impl.EntityDescriptorImpl
Sets the Extensions child of this object.
setExtensions(Extensions) - Method in class org.opensaml.saml2.metadata.impl.OrganizationImpl
Sets the Extensions child of this object.
setExtensions(Extensions) - Method in class org.opensaml.saml2.metadata.impl.RoleDescriptorImpl
Sets the Extensions child of this object.
setExtensions(Extensions) - Method in interface org.opensaml.saml2.metadata.Organization
Sets the Extensions child of this object.
setExtensions(Extensions) - Method in interface org.opensaml.saml2.metadata.RoleDescriptor
Sets the Extensions child of this object.
setFailFastInitialization(boolean) - Method in class org.opensaml.saml2.metadata.provider.AbstractMetadataProvider
Sets whether problems during initialization should cause the provider to fail or go on without metadata.
setFilters(List<MetadataFilter>) - Method in class org.opensaml.saml2.metadata.provider.MetadataFilterChain
Sets the list of MetadataFilters that make up this chain.
setForceAuthn(Boolean) - Method in interface org.opensaml.saml2.core.AuthnRequest
Sets whether the IdP should force the user to reauthenticate.
setForceAuthn(XSBooleanValue) - Method in interface org.opensaml.saml2.core.AuthnRequest
Sets whether the IdP should force the user to reauthenticate.
setForceAuthn(Boolean) - Method in class org.opensaml.saml2.core.impl.AuthnRequestImpl
Sets whether the IdP should force the user to reauthenticate.
setForceAuthn(XSBooleanValue) - Method in class org.opensaml.saml2.core.impl.AuthnRequestImpl
Sets whether the IdP should force the user to reauthenticate.
setFormat(String) - Method in class org.opensaml.saml1.core.impl.NameIdentifierImpl
 
setFormat(String) - Method in interface org.opensaml.saml1.core.NameIdentifier
Sets the format of this identifier.
setFormat(String) - Method in class org.opensaml.saml2.core.impl.AbstractNameIDType
Sets the format of the NameID.
setFormat(String) - Method in class org.opensaml.saml2.core.impl.NameIDPolicyImpl
Sets the format of the NameIDPolicy
setFormat(String) - Method in interface org.opensaml.saml2.core.NameIDPolicy
Sets the format of the NameIDPolicy
setFormat(String) - Method in interface org.opensaml.saml2.core.NameIDType
Sets the format of the NameID.
setFormat(String) - Method in class org.opensaml.saml2.metadata.impl.NameIDFormatImpl
Sets the format of the NameID.
setFormat(String) - Method in interface org.opensaml.saml2.metadata.NameIDFormat
Sets the format of the NameID.
setFriendlyName(String) - Method in interface org.opensaml.saml2.core.Attribute
Sets the friendly name of this attribute.
setFriendlyName(String) - Method in class org.opensaml.saml2.core.impl.AttributeImpl
Sets the friendly name of this attribute.
setFulfillOn(EffectType) - Method in class org.opensaml.xacml.policy.impl.ObligationTypeImpl
Sets fulfill on effect.
setFulfillOn(EffectType) - Method in interface org.opensaml.xacml.policy.ObligationType
Sets fulfill on effect.
setFunctionId(String) - Method in interface org.opensaml.xacml.policy.ApplyType
Sets the ID of the function.
setFunctionId(String) - Method in interface org.opensaml.xacml.policy.FunctionType
Sets the ID of this function.
setFunctionId(String) - Method in class org.opensaml.xacml.policy.impl.ApplyTypeImpl
Sets the ID of the function.
setFunctionId(String) - Method in class org.opensaml.xacml.policy.impl.FunctionTypeImpl
Sets the ID of this function.
setGetComplete(String) - Method in interface org.opensaml.saml2.core.GetComplete
Sets the GetComplete URI.
setGetComplete(GetComplete) - Method in interface org.opensaml.saml2.core.IDPList
Sets the GetComplete URI.
setGetComplete(String) - Method in class org.opensaml.saml2.core.impl.GetCompleteImpl
Sets the GetComplete URI.
setGetComplete(GetComplete) - Method in class org.opensaml.saml2.core.impl.IDPListImpl
Sets the GetComplete URI.
setGivenName(GivenName) - Method in interface org.opensaml.saml2.metadata.ContactPerson
Sets the given name for this person.
setGivenName(GivenName) - Method in class org.opensaml.saml2.metadata.impl.ContactPersonImpl
Sets the given name for this person.
setID(String) - Method in interface org.opensaml.saml1.core.Assertion
Get the ID
setID(String) - Method in class org.opensaml.saml1.core.impl.AssertionImpl
Get the ID
setID(String) - Method in class org.opensaml.saml1.core.impl.RequestAbstractTypeImpl
Set the ID
setID(String) - Method in class org.opensaml.saml1.core.impl.ResponseAbstractTypeImpl
Set the ID
setID(String) - Method in interface org.opensaml.saml1.core.RequestAbstractType
Set the ID
setID(String) - Method in interface org.opensaml.saml1.core.ResponseAbstractType
Set the ID
setID(String) - Method in interface org.opensaml.saml2.core.Assertion
Sets the ID of this assertion.
setID(String) - Method in class org.opensaml.saml2.core.impl.AssertionImpl
Sets the ID of this assertion.
setID(String) - Method in class org.opensaml.saml2.core.impl.RequestAbstractTypeImpl
Sets the unique identifier of the request.
setID(String) - Method in class org.opensaml.saml2.core.impl.StatusResponseTypeImpl
Sets the unique identifier of the response.
setID(String) - Method in interface org.opensaml.saml2.core.RequestAbstractType
Sets the unique identifier of the request.
setID(String) - Method in interface org.opensaml.saml2.core.StatusResponseType
Sets the unique identifier of the response.
setID(String) - Method in interface org.opensaml.saml2.metadata.AffiliateMember
Sets the member's entity ID.
setID(String) - Method in interface org.opensaml.saml2.metadata.AffiliationDescriptor
Sets the ID of this descriptor.
setID(String) - Method in interface org.opensaml.saml2.metadata.EntitiesDescriptor
Sets the ID of this entity group.
setID(String) - Method in interface org.opensaml.saml2.metadata.EntityDescriptor
Sets the ID for this entity descriptor.
setID(String) - Method in class org.opensaml.saml2.metadata.impl.AffiliateMemberImpl
Sets the member's entity ID.
setID(String) - Method in class org.opensaml.saml2.metadata.impl.AffiliationDescriptorImpl
 
setID(String) - Method in class org.opensaml.saml2.metadata.impl.EntitiesDescriptorImpl
Sets the ID of this entity group.
setID(String) - Method in class org.opensaml.saml2.metadata.impl.EntityDescriptorImpl
Sets the ID for this entity descriptor.
setID(String) - Method in class org.opensaml.saml2.metadata.impl.RoleDescriptorImpl
Sets the ID of this role descriptor.
setID(String) - Method in interface org.opensaml.saml2.metadata.RoleDescriptor
Sets the ID of this role descriptor.
setIDGenerator(IdentifierGenerator) - Method in class org.opensaml.saml2.encryption.Encrypter
Set the generator to use when creating XML ID attribute values.
setIDPList(IDPList) - Method in class org.opensaml.saml2.core.impl.ScopingImpl
Sets the IDPList.
setIDPList(IDPList) - Method in interface org.opensaml.saml2.core.Scoping
Sets the IDPList.
setIDPList(IDPList) - Method in class org.opensaml.saml2.ecp.impl.RequestImpl
Set the IDPList child element.
setIDPList(IDPList) - Method in interface org.opensaml.saml2.ecp.Request
Set the IDPList child element.
setInboundSAMLMessage(InboundMessageType) - Method in class org.opensaml.common.binding.BasicSAMLMessageContext
Sets the inbound SAML message.
setInboundSAMLMessage(InboundMessageType) - Method in interface org.opensaml.common.binding.SAMLMessageContext
Sets the inbound SAML message.
setInboundSAMLMessageAuthenticated(boolean) - Method in class org.opensaml.common.binding.BasicSAMLMessageContext
Sets whether the inbound SAML message has been authenticated.
setInboundSAMLMessageAuthenticated(boolean) - Method in interface org.opensaml.common.binding.SAMLMessageContext
Sets whether the inbound SAML message has been authenticated.
setInboundSAMLMessageId(String) - Method in class org.opensaml.common.binding.BasicSAMLMessageContext
Sets the ID of the inbound SAML message.
setInboundSAMLMessageId(String) - Method in interface org.opensaml.common.binding.SAMLMessageContext
Sets the ID of the inbound SAML message.
setInboundSAMLMessageIssueInstant(DateTime) - Method in class org.opensaml.common.binding.BasicSAMLMessageContext
Sets the issue instant of the incomming SAML message.
setInboundSAMLMessageIssueInstant(DateTime) - Method in interface org.opensaml.common.binding.SAMLMessageContext
Sets the issue instant of the incomming SAML message.
setInboundSAMLProtocol(String) - Method in class org.opensaml.common.binding.BasicSAMLMessageContext
Sets the protocol used by the peer entity to communicate with the local entity.
setInboundSAMLProtocol(String) - Method in interface org.opensaml.common.binding.SAMLMessageContext
Sets the protocol used by the peer entity to communicate with the local entity.
setIndex(int) - Method in interface org.opensaml.saml2.metadata.AttributeConsumingService
Sets the index for this service.
setIndex(int) - Method in class org.opensaml.saml2.metadata.impl.AttributeConsumingServiceImpl
Sets the index for this service.
setIndex(Integer) - Method in class org.opensaml.saml2.metadata.impl.IndexedEndpointImpl
Sets the index of the endpoint.
setIndex(Integer) - Method in interface org.opensaml.saml2.metadata.IndexedEndpoint
Sets the index of the endpoint.
setIndex(Integer) - Method in class org.opensaml.saml2.metadata.support.AttributeConsumingServiceSelector
Set the index of the desired service.
setInitialized(boolean) - Method in class org.opensaml.saml2.metadata.provider.AbstractMetadataProvider
Sets whether this provider is initialized.
setInputContextOnly(XSBooleanValue) - Method in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeImpl
Sets if external attributes is allowed in the decision, true if it's allowed.
setInputContextOnly(Boolean) - Method in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeImpl
Sets if external attributes is allowed in the decision, true if it's allowed.
setInputContextOnly(Boolean) - Method in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
Sets if external attributes is allowed in the decision, true if it's allowed.
setInputContextOnly(XSBooleanValue) - Method in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
Sets if external attributes is allowed in the decision, true if it's allowed.
setInResponseTo(String) - Method in class org.opensaml.saml1.core.impl.ResponseAbstractTypeImpl
Set the InResponseTo (attribute).
setInResponseTo(String) - Method in interface org.opensaml.saml1.core.ResponseAbstractType
Set the InResponseTo (attribute).
setInResponseTo(String) - Method in class org.opensaml.saml2.core.impl.StatusResponseTypeImpl
Sets the unique request identifier for which this is a response
setInResponseTo(String) - Method in class org.opensaml.saml2.core.impl.SubjectConfirmationDataImpl
Sets the message ID this is in response to.
setInResponseTo(String) - Method in interface org.opensaml.saml2.core.StatusResponseType
Sets the unique request identifier for which this is a response
setInResponseTo(String) - Method in interface org.opensaml.saml2.core.SubjectConfirmationData
Sets the message ID this is in response to.
setIPAddress(String) - Method in class org.opensaml.saml1.core.impl.SubjectLocalityImpl
Sets the IP address of the locality.
setIPAddress(String) - Method in interface org.opensaml.saml1.core.SubjectLocality
Sets the IP address of the locality.
setIsDefault(Boolean) - Method in interface org.opensaml.saml2.metadata.AttributeConsumingService
Sets if this is the default service for the service provider.
setIsDefault(XSBooleanValue) - Method in interface org.opensaml.saml2.metadata.AttributeConsumingService
Sets if this is the default service for the service provider.
setIsDefault(Boolean) - Method in class org.opensaml.saml2.metadata.impl.AttributeConsumingServiceImpl
Sets if this is the default service for the service provider.
setIsDefault(XSBooleanValue) - Method in class org.opensaml.saml2.metadata.impl.AttributeConsumingServiceImpl
Sets if this is the default service for the service provider.
setIsDefault(Boolean) - Method in class org.opensaml.saml2.metadata.impl.IndexedEndpointImpl
Sets whether this is the default endpoint in a list.
setIsDefault(XSBooleanValue) - Method in class org.opensaml.saml2.metadata.impl.IndexedEndpointImpl
Sets whether this is the default endpoint in a list.
setIsDefault(Boolean) - Method in interface org.opensaml.saml2.metadata.IndexedEndpoint
Sets whether this is the default endpoint in a list.
setIsDefault(XSBooleanValue) - Method in interface org.opensaml.saml2.metadata.IndexedEndpoint
Sets whether this is the default endpoint in a list.
setIsPassive(Boolean) - Method in interface org.opensaml.saml2.core.AuthnRequest
Sets whether the IdP should refrain from interacting with the user during the authentication process.
setIsPassive(XSBooleanValue) - Method in interface org.opensaml.saml2.core.AuthnRequest
Sets whether the IdP should refrain from interacting with the user during the authentication process.
setIsPassive(Boolean) - Method in class org.opensaml.saml2.core.impl.AuthnRequestImpl
Sets whether the IdP should refrain from interacting with the user during the authentication process.
setIsPassive(XSBooleanValue) - Method in class org.opensaml.saml2.core.impl.AuthnRequestImpl
Sets whether the IdP should refrain from interacting with the user during the authentication process.
setIsRequired(Boolean) - Method in class org.opensaml.saml2.metadata.impl.RequestedAttributeImpl
Sets if this requested attribute is also required.
setIsRequired(XSBooleanValue) - Method in class org.opensaml.saml2.metadata.impl.RequestedAttributeImpl
Sets if this requested attribute is also required.
setIsRequired(Boolean) - Method in interface org.opensaml.saml2.metadata.RequestedAttribute
Sets if this requested attribute is also required.
setIsRequired(XSBooleanValue) - Method in interface org.opensaml.saml2.metadata.RequestedAttribute
Sets if this requested attribute is also required.
setIssueInstant(DateTime) - Method in interface org.opensaml.saml1.core.Assertion
Set the IssueInstance (attribute).
setIssueInstant(DateTime) - Method in class org.opensaml.saml1.core.impl.AssertionImpl
Set the IssueInstance (attribute).
setIssueInstant(DateTime) - Method in class org.opensaml.saml1.core.impl.RequestAbstractTypeImpl
Set the issue instant
setIssueInstant(DateTime) - Method in class org.opensaml.saml1.core.impl.ResponseAbstractTypeImpl
Set the Issue Instant (attribute).
setIssueInstant(DateTime) - Method in interface org.opensaml.saml1.core.RequestAbstractType
Set the issue instant
setIssueInstant(DateTime) - Method in interface org.opensaml.saml1.core.ResponseAbstractType
Set the Issue Instant (attribute).
setIssueInstant(DateTime) - Method in interface org.opensaml.saml2.core.Assertion
Sets the issue instance of this assertion.
setIssueInstant(DateTime) - Method in class org.opensaml.saml2.core.impl.AssertionImpl
Sets the issue instance of this assertion.
setIssueInstant(DateTime) - Method in class org.opensaml.saml2.core.impl.RequestAbstractTypeImpl
Sets the date/time the request was issued.
setIssueInstant(DateTime) - Method in class org.opensaml.saml2.core.impl.StatusResponseTypeImpl
Sets the date/time the response was issued.
setIssueInstant(DateTime) - Method in interface org.opensaml.saml2.core.RequestAbstractType
Sets the date/time the request was issued.
setIssueInstant(DateTime) - Method in interface org.opensaml.saml2.core.StatusResponseType
Sets the date/time the response was issued.
setIssuer(String) - Method in interface org.opensaml.saml1.core.Assertion
Set the Issuer (attribute).
setIssuer(String) - Method in class org.opensaml.saml1.core.impl.AssertionImpl
Set the Issuer (attribute).
setIssuer(Issuer) - Method in interface org.opensaml.saml2.core.Assertion
Sets the Issuer of this assertion.
setIssuer(Issuer) - Method in class org.opensaml.saml2.core.impl.AssertionImpl
Sets the Issuer of this assertion.
setIssuer(Issuer) - Method in class org.opensaml.saml2.core.impl.RequestAbstractTypeImpl
Sets the issuer of this request.
setIssuer(Issuer) - Method in class org.opensaml.saml2.core.impl.StatusResponseTypeImpl
Sets the issuer of this response.
setIssuer(Issuer) - Method in interface org.opensaml.saml2.core.RequestAbstractType
Sets the issuer of this request.
setIssuer(Issuer) - Method in interface org.opensaml.saml2.core.StatusResponseType
Sets the issuer of this response.
setIssuer(Issuer) - Method in class org.opensaml.saml2.ecp.impl.RequestImpl
Set the Issuer child elemet.
setIssuer(Issuer) - Method in interface org.opensaml.saml2.ecp.Request
Set the Issuer child elemet.
setIssuer(String) - Method in interface org.opensaml.xacml.ctx.AttributeType
Sets the issuer of the attribute.
setIssuer(String) - Method in class org.opensaml.xacml.ctx.impl.AttributeTypeImpl
Sets the issuer of the attribute.
setIssuer(String) - Method in class org.opensaml.xacml.ctx.impl.MissingAttributeDetailTypeImpl
Sets the issuer of the attribute.
setIssuer(String) - Method in interface org.opensaml.xacml.ctx.MissingAttributeDetailType
Sets the issuer of the attribute.
setIssuer(String) - Method in interface org.opensaml.xacml.policy.AttributeDesignatorType
Sets the issuer of the designated attribute.
setIssuer(String) - Method in class org.opensaml.xacml.policy.impl.AttributeDesignatorTypeImpl
Sets the issuer of the designated attribute.
setKeyInfo(KeyInfo) - Method in class org.opensaml.saml1.core.impl.SubjectConfirmationImpl
Sets the key information for the subject.
setKeyInfo(KeyInfo) - Method in interface org.opensaml.saml1.core.SubjectConfirmation
Sets the key information for the subject.
setKeyInfo(KeyInfo) - Method in class org.opensaml.saml2.metadata.impl.KeyDescriptorImpl
Sets information about the key, including the key itself.
setKeyInfo(KeyInfo) - Method in interface org.opensaml.saml2.metadata.KeyDescriptor
Sets information about the key, including the key itself.
setKeyInfoCredentialResolver(KeyInfoCredentialResolver) - Method in class org.opensaml.security.MetadataCredentialResolver
Set the KeyInfo credential resolver used by this metadata resolver to handle KeyInfo elements.
setKeyPlacement(Encrypter.KeyPlacement) - Method in class org.opensaml.saml2.encryption.Encrypter
Set the key placement option.
setLanguage(String) - Method in class org.opensaml.saml2.metadata.LocalizedString
Sets the language of the string.
setLatestVersion(String) - Method in interface org.opensaml.xacml.policy.IdReferenceType
Sets the latest version of the reference.
setLatestVersion(String) - Method in class org.opensaml.xacml.policy.impl.IdReferenceTypeImpl
Sets the latest version of the reference.
setLoc(String) - Method in interface org.opensaml.saml2.core.IDPEntry
Sets the Loc value.
setLoc(String) - Method in class org.opensaml.saml2.core.impl.IDPEntryImpl
Sets the Loc value.
setLocalEntityId(String) - Method in class org.opensaml.common.binding.BasicSAMLMessageContext
Sets the local entity's ID.
setLocalEntityId(String) - Method in interface org.opensaml.common.binding.SAMLMessageContext
Sets the local entity's ID.
setLocalEntityMetadata(EntityDescriptor) - Method in class org.opensaml.common.binding.BasicSAMLMessageContext
Sets the local entity metadata.
setLocalEntityMetadata(EntityDescriptor) - Method in interface org.opensaml.common.binding.SAMLMessageContext
Sets the local entity metadata.
setLocalEntityRole(QName) - Method in class org.opensaml.common.binding.BasicSAMLMessageContext
Sets the role of the local entity.
setLocalEntityRole(QName) - Method in interface org.opensaml.common.binding.SAMLMessageContext
Sets the role of the local entity.
setLocalEntityRoleMetadata(RoleDescriptor) - Method in class org.opensaml.common.binding.BasicSAMLMessageContext
Sets the role metadata for the local entity.
setLocalEntityRoleMetadata(RoleDescriptor) - Method in interface org.opensaml.common.binding.SAMLMessageContext
Sets the role metadata for the local entity.
setLocalizedString(String) - Method in class org.opensaml.saml2.metadata.LocalizedString
Sets the localized string.
setLocation(String) - Method in interface org.opensaml.saml1.core.AuthorityBinding
Setter for Location
setLocation(String) - Method in class org.opensaml.saml1.core.impl.AuthorityBindingImpl
Setter for Location
setLocation(String) - Method in interface org.opensaml.saml2.metadata.Endpoint
Sets the URI, usually a URL, for the location of this Endpoint.
setLocation(String) - Method in class org.opensaml.saml2.metadata.impl.EndpointImpl
Sets the URI, usually a URL, for the location of this Endpoint.
setLocationURI(String) - Method in interface org.opensaml.saml2.metadata.AdditionalMetadataLocation
Sets the location URI.
setLocationURI(String) - Method in class org.opensaml.saml2.metadata.impl.AdditionalMetadataLocationImpl
Sets the location URI.
setMaintainExpiredMetadata(boolean) - Method in class org.opensaml.saml2.metadata.provider.FilesystemMetadataProvider
Deprecated. use BaseMetadataProvider.setRequireValidMetadata(boolean) instead
setMaintainExpiredMetadata(boolean) - Method in class org.opensaml.saml2.metadata.provider.HTTPMetadataProvider
Deprecated. use BaseMetadataProvider.setRequireValidMetadata(boolean) instead
setMaintainExpiredMetadata(boolean) - Method in class org.opensaml.saml2.metadata.provider.ResourceBackedMetadataProvider
Deprecated. use BaseMetadataProvider.setRequireValidMetadata(boolean) instead
setMatchId(String) - Method in interface org.opensaml.xacml.policy.ActionMatchType
Sets the ID of this match.
setMatchId(String) - Method in interface org.opensaml.xacml.policy.EnvironmentMatchType
Sets the ID of this match.
setMatchId(String) - Method in class org.opensaml.xacml.policy.impl.ActionMatchTypeImpl
Sets the ID of this match.
setMatchId(String) - Method in class org.opensaml.xacml.policy.impl.EnvironmentMatchTypeImpl
Sets the ID of this match.
setMatchId(String) - Method in class org.opensaml.xacml.policy.impl.ResourceMatchTypeImpl
Sets the ID of this match.
setMatchId(String) - Method in class org.opensaml.xacml.policy.impl.SubjectMatchTypeImpl
Sets the ID of this match.
setMatchId(String) - Method in interface org.opensaml.xacml.policy.ResourceMatchType
Sets the ID of this match.
setMatchId(String) - Method in interface org.opensaml.xacml.policy.SubjectMatchType
Sets the ID of this match.
setMaxCacheDuration(int) - Method in class org.opensaml.saml2.metadata.provider.HTTPMetadataProvider
Deprecated. use AbstractReloadingMetadataProvider.setMaxRefreshDelay(long) instead
setMaxRefreshDelay(long) - Method in class org.opensaml.saml2.metadata.provider.AbstractReloadingMetadataProvider
Sets the maximum amount of time, in milliseconds, between refresh intervals.
setMessage(String) - Method in class org.opensaml.saml1.core.impl.StatusMessageImpl
Set the contents of this
setMessage(String) - Method in interface org.opensaml.saml1.core.StatusMessage
Set the contents of this
setMessage(SAMLObject) - Method in interface org.opensaml.saml2.core.ArtifactResponse
Sets the protocol message from the artifact response.
setMessage(SAMLObject) - Method in class org.opensaml.saml2.core.impl.ArtifactResponseImpl
Sets the protocol message from the artifact response.
setMessage(String) - Method in class org.opensaml.saml2.core.impl.StatusMessageImpl
Sets the Message of this Status Message.
setMessage(String) - Method in interface org.opensaml.saml2.core.StatusMessage
Sets the Message of this Status Message.
setMessageHandle(byte[]) - Method in class org.opensaml.saml2.binding.artifact.SAML2ArtifactType0004
Sets the 20 byte message handle of the artifact.
setMetadataFile(File) - Method in class org.opensaml.saml2.metadata.provider.FilesystemMetadataProvider
Sets the file from which metadata is read.
setMetadataFilter(MetadataFilter) - Method in class org.opensaml.saml2.metadata.provider.BaseMetadataProvider
Sets the metadata filter applied to the metadata.
setMetadataFilter(MetadataFilter) - Method in class org.opensaml.saml2.metadata.provider.ChainingMetadataProvider
Sets the metadata filter applied to the metadata.
setMetadataFilter(MetadataFilter) - Method in interface org.opensaml.saml2.metadata.provider.MetadataProvider
Sets the metadata filter applied to the metadata.
setMetadataProvider(MetadataProvider) - Method in class org.opensaml.common.binding.AbstractEndpointSelector
Sets the metadata provider used to look up entity information.
setMetadataProvider(MetadataProvider) - Method in class org.opensaml.common.binding.BasicSAMLMessageContext
Sets the metadata provider used to lookup information entity information.
setMetadataProvider(MetadataProvider) - Method in interface org.opensaml.common.binding.SAMLMessageContext
Sets the metadata provider used to lookup information entity information.
setMethod(String) - Method in class org.opensaml.saml2.core.impl.SubjectConfirmationImpl
Sets the method used to confirm this subject.
setMethod(String) - Method in interface org.opensaml.saml2.core.SubjectConfirmation
Sets the method used to confirm this subject.
setMinRefreshDelay(int) - Method in class org.opensaml.saml2.metadata.provider.AbstractReloadingMetadataProvider
Sets the minimum amount of time, in milliseconds, between refreshes.
setMustBePresent(Boolean) - Method in interface org.opensaml.xacml.policy.AttributeDesignatorType
Sets whether the designated attribute must be present.
setMustBePresent(Boolean) - Method in interface org.opensaml.xacml.policy.AttributeSelectorType
Sets whether the attribute to be selected must be present.
setMustBePresent(Boolean) - Method in class org.opensaml.xacml.policy.impl.AttributeDesignatorTypeImpl
Sets whether the designated attribute must be present.
setMustBePresent(Boolean) - Method in class org.opensaml.xacml.policy.impl.AttributeSelectorTypeImpl
Sets whether the attribute to be selected must be present.
setMustBePresentXSBoolean(XSBooleanValue) - Method in interface org.opensaml.xacml.policy.AttributeDesignatorType
Sets whether the designated attribute must be present.
setMustBePresentXSBoolean(XSBooleanValue) - Method in interface org.opensaml.xacml.policy.AttributeSelectorType
Sets whether the attribute to be selected must be present.
setMustBePresentXSBoolean(XSBooleanValue) - Method in class org.opensaml.xacml.policy.impl.AttributeDesignatorTypeImpl
Sets whether the designated attribute must be present.
setMustBePresentXSBoolean(XSBooleanValue) - Method in class org.opensaml.xacml.policy.impl.AttributeSelectorTypeImpl
Sets whether the attribute to be selected must be present.
setName(String) - Method in interface org.opensaml.saml2.core.Attribute
Sets the name of this attribute.
setName(String) - Method in interface org.opensaml.saml2.core.IDPEntry
Sets the Name value.
setName(String) - Method in class org.opensaml.saml2.core.impl.AttributeImpl
Sets the name of this attribute.
setName(String) - Method in class org.opensaml.saml2.core.impl.IDPEntryImpl
Sets the Name value.
setName(String) - Method in interface org.opensaml.saml2.metadata.Company
Sets the name of the company.
setName(String) - Method in interface org.opensaml.saml2.metadata.EntitiesDescriptor
Sets the name of this entity group.
setName(String) - Method in interface org.opensaml.saml2.metadata.GivenName
Sets the name.
setName(String) - Method in class org.opensaml.saml2.metadata.impl.CompanyImpl
Sets the name of the company.
setName(String) - Method in class org.opensaml.saml2.metadata.impl.EntitiesDescriptorImpl
Sets the name of this entity group.
setName(String) - Method in class org.opensaml.saml2.metadata.impl.GivenNameImpl
Sets the name.
setName(LocalizedString) - Method in class org.opensaml.saml2.metadata.impl.OrganizationDisplayNameImpl
Sets the organization name.
setName(LocalizedString) - Method in class org.opensaml.saml2.metadata.impl.OrganizationNameImpl
Sets the organization name.
setName(LocalizedString) - Method in class org.opensaml.saml2.metadata.impl.ServiceNameImpl
Sets the service name.
setName(String) - Method in class org.opensaml.saml2.metadata.impl.SurNameImpl
Sets the name.
setName(LocalizedString) - Method in interface org.opensaml.saml2.metadata.OrganizationDisplayName
Sets the organization name.
setName(LocalizedString) - Method in interface org.opensaml.saml2.metadata.OrganizationName
Sets the organization name.
setName(LocalizedString) - Method in interface org.opensaml.saml2.metadata.ServiceName
Sets the service name.
setName(String) - Method in interface org.opensaml.saml2.metadata.SurName
Sets the name.
setNameFormat(String) - Method in interface org.opensaml.saml2.core.Attribute
Sets the name format of this attribute.
setNameFormat(String) - Method in class org.opensaml.saml2.core.impl.AttributeImpl
Sets the name format of this attribute.
setNameID(NameID) - Method in class org.opensaml.saml2.core.impl.LogoutRequestImpl
Sets the name identifier of the principal for this request.
setNameID(NameID) - Method in class org.opensaml.saml2.core.impl.ManageNameIDRequestImpl
Set the NameID of the request.
setNameID(NameID) - Method in class org.opensaml.saml2.core.impl.NameIDMappingRequestImpl
Sets the name identifier of the principal for this request.
setNameID(NameID) - Method in class org.opensaml.saml2.core.impl.NameIDMappingResponseImpl
Sets the name identifier of the principal for this response.
setNameID(NameID) - Method in class org.opensaml.saml2.core.impl.SubjectConfirmationImpl
Sets the name identifier of the principal for this request.
setNameID(NameID) - Method in class org.opensaml.saml2.core.impl.SubjectImpl
Sets the name identifier of the principal for this request.
setNameID(NameID) - Method in interface org.opensaml.saml2.core.LogoutRequest
Sets the name identifier of the principal for this request.
setNameID(NameID) - Method in interface org.opensaml.saml2.core.ManageNameIDRequest
Set the NameID of the request.
setNameID(NameID) - Method in interface org.opensaml.saml2.core.NameIDMappingRequest
Sets the name identifier of the principal for this request.
setNameID(NameID) - Method in interface org.opensaml.saml2.core.NameIDMappingResponse
Sets the name identifier of the principal for this response.
setNameID(NameID) - Method in interface org.opensaml.saml2.core.Subject
Sets the name identifier of the principal for this request.
setNameID(NameID) - Method in interface org.opensaml.saml2.core.SubjectConfirmation
Sets the name identifier of the principal for this request.
setNameID(NameID) - Method in interface org.opensaml.samlext.saml2delrestrict.Delegate
Sets the NameID child element of the delegate.
setNameID(NameID) - Method in class org.opensaml.samlext.saml2delrestrict.impl.DelegateImpl
Sets the NameID child element of the delegate.
setNameIdentifier(String) - Method in class org.opensaml.saml1.core.impl.NameIdentifierImpl
 
setNameIdentifier(NameIdentifier) - Method in class org.opensaml.saml1.core.impl.SubjectImpl
Sets the NameIdentifier of this Subject
setNameIdentifier(String) - Method in interface org.opensaml.saml1.core.NameIdentifier
Sets the identifier.
setNameIdentifier(NameIdentifier) - Method in interface org.opensaml.saml1.core.Subject
Sets the NameIdentifier of this Subject
setNameIDPolicy(NameIDPolicy) - Method in interface org.opensaml.saml2.core.AuthnRequest
Sets the NameIDPolicy of the request.
setNameIDPolicy(NameIDPolicy) - Method in class org.opensaml.saml2.core.impl.AuthnRequestImpl
Sets the NameIDPolicy of the request.
setNameIDPolicy(NameIDPolicy) - Method in class org.opensaml.saml2.core.impl.NameIDMappingRequestImpl
Set the NameIDPolicy of the request.
setNameIDPolicy(NameIDPolicy) - Method in interface org.opensaml.saml2.core.NameIDMappingRequest
Set the NameIDPolicy of the request.
setNameQualifier(String) - Method in class org.opensaml.saml1.core.impl.NameIdentifierImpl
Sets the name qualifier for this identifier.
setNameQualifier(String) - Method in interface org.opensaml.saml1.core.NameIdentifier
Sets the name qualifier for this identifier.
setNameQualifier(String) - Method in interface org.opensaml.saml2.core.BaseID
Sets the NameQualifier value.
setNameQualifier(String) - Method in class org.opensaml.saml2.core.impl.AbstractNameIDType
Sets the NameQualifier value.
setNameQualifier(String) - Method in class org.opensaml.saml2.core.impl.BaseIDImpl
Sets the NameQualifier value.
setNameQualifier(String) - Method in interface org.opensaml.saml2.core.NameIDType
Sets the NameQualifier value.
setNamespace(String) - Method in interface org.opensaml.saml1.core.Action
Set the value of Namespace
setNamespace(String) - Method in class org.opensaml.saml1.core.impl.ActionImpl
Set the value of Namespace
setNamespace(String) - Method in interface org.opensaml.saml2.core.Action
Sets the namespace scope of the specified action.
setNamespace(String) - Method in class org.opensaml.saml2.core.impl.ActionImpl
Sets the namespace scope of the specified action.
setNamespaceURI(String) - Method in interface org.opensaml.saml2.metadata.AdditionalMetadataLocation
Sets the namespace URI.
setNamespaceURI(String) - Method in class org.opensaml.saml2.metadata.impl.AdditionalMetadataLocationImpl
Sets the namespace URI.
setNewEncryptedID(NewEncryptedID) - Method in class org.opensaml.saml2.core.impl.ManageNameIDRequestImpl
Set the NewEncryptedID of the request.
setNewEncryptedID(NewEncryptedID) - Method in interface org.opensaml.saml2.core.ManageNameIDRequest
Set the NewEncryptedID of the request.
setNewID(NewID) - Method in class org.opensaml.saml2.core.impl.ManageNameIDRequestImpl
Set the NewID of the request.
setNewID(String) - Method in class org.opensaml.saml2.core.impl.NewIDImpl
Set NewID value.
setNewID(NewID) - Method in interface org.opensaml.saml2.core.ManageNameIDRequest
Set the NewID of the request.
setNewID(String) - Method in interface org.opensaml.saml2.core.NewID
Set NewID value.
setNotBefore(DateTime) - Method in interface org.opensaml.saml1.core.Conditions
List the value of the NotBefore attribute.
setNotBefore(DateTime) - Method in class org.opensaml.saml1.core.impl.ConditionsImpl
List the value of the NotBefore attribute.
setNotBefore(DateTime) - Method in interface org.opensaml.saml2.core.Conditions
Sets the date/time before which the assertion is invalid.
setNotBefore(DateTime) - Method in class org.opensaml.saml2.core.impl.ConditionsImpl
Sets the date/time before which the assertion is invalid.
setNotBefore(DateTime) - Method in class org.opensaml.saml2.core.impl.SubjectConfirmationDataImpl
Sets the time before which this subject is not valid.
setNotBefore(DateTime) - Method in interface org.opensaml.saml2.core.SubjectConfirmationData
Sets the time before which this subject is not valid.
setNotOnOrAfter(DateTime) - Method in interface org.opensaml.saml1.core.Conditions
List the value of the NotOnOrAfter attribute.
setNotOnOrAfter(DateTime) - Method in class org.opensaml.saml1.core.impl.ConditionsImpl
List the value of the NotOnOrAfter attribute.
setNotOnOrAfter(DateTime) - Method in interface org.opensaml.saml2.core.Conditions
Sets the date/time on, or after, which the assertion is invalid.
setNotOnOrAfter(DateTime) - Method in class org.opensaml.saml2.core.impl.ConditionsImpl
Sets the date/time on, or after, which the assertion is invalid.
setNotOnOrAfter(DateTime) - Method in class org.opensaml.saml2.core.impl.LogoutRequestImpl
Set the NotOnOrAfter attrib value of the request.
setNotOnOrAfter(DateTime) - Method in class org.opensaml.saml2.core.impl.SubjectConfirmationDataImpl
Sets the time at, or after, which this subject is not valid.
setNotOnOrAfter(DateTime) - Method in interface org.opensaml.saml2.core.LogoutRequest
Set the NotOnOrAfter attrib value of the request.
setNotOnOrAfter(DateTime) - Method in interface org.opensaml.saml2.core.SubjectConfirmationData
Sets the time at, or after, which this subject is not valid.
setNumber(String) - Method in class org.opensaml.saml2.metadata.impl.TelephoneNumberImpl
Sets the telephone number.
setNumber(String) - Method in interface org.opensaml.saml2.metadata.TelephoneNumber
Sets the telephone number.
setObligationId(String) - Method in class org.opensaml.xacml.policy.impl.ObligationTypeImpl
Sets the ID of this obligation.
setObligationId(String) - Method in interface org.opensaml.xacml.policy.ObligationType
Sets the ID of this obligation.
setObligations(ObligationsType) - Method in class org.opensaml.xacml.ctx.impl.ResultTypeImpl
Sets the obligations for this result.
setObligations(ObligationsType) - Method in interface org.opensaml.xacml.ctx.ResultType
Sets the obligations for this result.
setObligations(ObligationsType) - Method in class org.opensaml.xacml.policy.impl.PolicySetTypeImpl
Sets the obligations of this policy set.
setObligations(ObligationsType) - Method in class org.opensaml.xacml.policy.impl.PolicyTypeImpl
Sets the obligations of this policy.
setObligations(ObligationsType) - Method in interface org.opensaml.xacml.policy.PolicySetType
Sets the obligations of this policy set.
setObligations(ObligationsType) - Method in interface org.opensaml.xacml.policy.PolicyType
Sets the obligations of this policy.
setOnBadIndexUseDefault(boolean) - Method in class org.opensaml.saml2.metadata.support.AttributeConsumingServiceSelector
Set the flag which determines whether, in the case of an invalid index, to return the default AttributeConsumingService.
setOrganization(Organization) - Method in interface org.opensaml.saml2.metadata.EntityDescriptor
Sets the organization for this entity.
setOrganization(Organization) - Method in class org.opensaml.saml2.metadata.impl.EntityDescriptorImpl
Sets the organization for this entity.
setOrganization(Organization) - Method in class org.opensaml.saml2.metadata.impl.RoleDescriptorImpl
Sets the organization responsible for this role.
setOrganization(Organization) - Method in interface org.opensaml.saml2.metadata.RoleDescriptor
Sets the organization responsible for this role.
setOutboundMessageArtifactType(byte[]) - Method in class org.opensaml.common.binding.BasicSAMLMessageContext
Sets the artifact type to use for the outbound message.
setOutboundMessageArtifactType(byte[]) - Method in interface org.opensaml.common.binding.SAMLMessageContext
Sets the artifact type to use for the outbound message.
setOutboundSAMLMessage(OutboundMessageType) - Method in class org.opensaml.common.binding.BasicSAMLMessageContext
Sets the outbound SAML message.
setOutboundSAMLMessage(OutboundMessageType) - Method in interface org.opensaml.common.binding.SAMLMessageContext
Sets the outbound SAML message.
setOutboundSAMLMessageId(String) - Method in class org.opensaml.common.binding.BasicSAMLMessageContext
Sets the ID of the outbound SAML message.
setOutboundSAMLMessageId(String) - Method in interface org.opensaml.common.binding.SAMLMessageContext
Sets the ID of the outbound SAML message.
setOutboundSAMLMessageIssueInstant(DateTime) - Method in class org.opensaml.common.binding.BasicSAMLMessageContext
Sets the issue instant of the outbound SAML message.
setOutboundSAMLMessageIssueInstant(DateTime) - Method in interface org.opensaml.common.binding.SAMLMessageContext
Sets the issue instant of the outbound SAML message.
setOutboundSAMLMessageSigningCredential(Credential) - Method in class org.opensaml.common.binding.BasicSAMLMessageContext
Sets the credential used to sign the outbound SAML message.
setOutboundSAMLMessageSigningCredential(Credential) - Method in interface org.opensaml.common.binding.SAMLMessageContext
Sets the credential used to sign the outbound SAML message.
setOutboundSAMLProtocol(String) - Method in class org.opensaml.common.binding.BasicSAMLMessageContext
Sets the protocol used by the local entity to communicate with the peer entity.
setOutboundSAMLProtocol(String) - Method in interface org.opensaml.common.binding.SAMLMessageContext
Sets the protocol used by the local entity to communicate with the peer entity.
setOwnerID(String) - Method in interface org.opensaml.saml2.metadata.AffiliationDescriptor
Sets the ID of the owner of this affiliation.
setOwnerID(String) - Method in class org.opensaml.saml2.metadata.impl.AffiliationDescriptorImpl
Sets the ID of the owner of this affiliation.
setParameterName(String) - Method in interface org.opensaml.xacml.policy.CombinerParameterType
Sets the the parameter name.
setParameterName(String) - Method in class org.opensaml.xacml.policy.impl.CombinerParameterTypeImpl
Sets the the parameter name.
setParserPool(ParserPool) - Method in class org.opensaml.saml2.metadata.provider.AbstractMetadataProvider
Sets the pool of parsers to use to parse XML.
setPassive(Boolean) - Method in class org.opensaml.saml2.ecp.impl.RequestImpl
Set the IsPassive attribute value.
setPassive(XSBooleanValue) - Method in class org.opensaml.saml2.ecp.impl.RequestImpl
Set the IsPassive attribute value.
setPassive(Boolean) - Method in interface org.opensaml.saml2.ecp.Request
Set the IsPassive attribute value.
setPassive(XSBooleanValue) - Method in interface org.opensaml.saml2.ecp.Request
Set the IsPassive attribute value.
setPeerEntityEndpoint(Endpoint) - Method in class org.opensaml.common.binding.BasicSAMLMessageContext
Sets the endpoint of for the peer entity.
setPeerEntityEndpoint(Endpoint) - Method in interface org.opensaml.common.binding.SAMLMessageContext
Sets the endpoint of for the peer entity.
setPeerEntityId(String) - Method in class org.opensaml.common.binding.BasicSAMLMessageContext
Sets the peer's entity ID.
setPeerEntityId(String) - Method in interface org.opensaml.common.binding.SAMLMessageContext
Sets the peer's entity ID.
setPeerEntityMetadata(EntityDescriptor) - Method in class org.opensaml.common.binding.BasicSAMLMessageContext
Sets the peer entity metadata.
setPeerEntityMetadata(EntityDescriptor) - Method in interface org.opensaml.common.binding.SAMLMessageContext
Sets the peer entity metadata.
setPeerEntityRole(QName) - Method in class org.opensaml.common.binding.BasicSAMLMessageContext
Sets the role of the peer entity.
setPeerEntityRole(QName) - Method in interface org.opensaml.common.binding.SAMLMessageContext
Sets the role of the peer entity.
setPeerEntityRoleMetadata(RoleDescriptor) - Method in class org.opensaml.common.binding.BasicSAMLMessageContext
Sets the role metadata for the peer entity.
setPeerEntityRoleMetadata(RoleDescriptor) - Method in interface org.opensaml.common.binding.SAMLMessageContext
Sets the role metadata for the peer entity.
setPolicyCombiningAlgoId(String) - Method in class org.opensaml.xacml.policy.impl.PolicySetTypeImpl
Sets the policy combining algorithm used with this policy set.
setPolicyCombiningAlgoId(String) - Method in interface org.opensaml.xacml.policy.PolicySetType
Sets the policy combining algorithm used with this policy set.
setPolicyDefaults(DefaultsType) - Method in class org.opensaml.xacml.policy.impl.PolicyTypeImpl
Sets the defaults for this policy.
setPolicyDefaults(DefaultsType) - Method in interface org.opensaml.xacml.policy.PolicyType
Sets the defaults for this policy.
setPolicyId(String) - Method in class org.opensaml.xacml.policy.impl.PolicyTypeImpl
Sets the ID of this policy.
setPolicyId(String) - Method in interface org.opensaml.xacml.policy.PolicyType
Sets the ID of this policy.
setPolicyIdRef(String) - Method in class org.opensaml.xacml.policy.impl.PolicyCombinerParametersTypeImpl
Sets the referenced policy's ID.
setPolicyIdRef(String) - Method in interface org.opensaml.xacml.policy.PolicyCombinerParametersType
Sets the referenced policy's ID.
setPolicySetDefaults(DefaultsType) - Method in class org.opensaml.xacml.policy.impl.PolicySetTypeImpl
Sets the defaults for this policy set.
setPolicySetDefaults(DefaultsType) - Method in interface org.opensaml.xacml.policy.PolicySetType
Sets the defaults for this policy set.
setPolicySetId(String) - Method in class org.opensaml.xacml.policy.impl.PolicySetTypeImpl
Sets the ID of this policy set.
setPolicySetId(String) - Method in interface org.opensaml.xacml.policy.PolicySetType
Sets the ID of this policy set.
setPolicySetIdRef(String) - Method in class org.opensaml.xacml.policy.impl.PolicySetCombinerParametersTypeImpl
Sets the referenced policy set's ID.
setPolicySetIdRef(String) - Method in interface org.opensaml.xacml.policy.PolicySetCombinerParametersType
Sets the referenced policy set's ID.
setPostEncoding(boolean) - Method in class org.opensaml.saml2.binding.encoding.HTTPArtifactEncoder
Sets whether the encoder will encode the artifact via POST encoding.
setProfileURI(String) - Method in interface org.opensaml.saml2.metadata.AttributeProfile
Sets the URI of this attribute profile.
setProfileURI(String) - Method in class org.opensaml.saml2.metadata.impl.AttributeProfileImpl
Sets the URI of this attribute profile.
setProtocol(String) - Method in class org.opensaml.security.MetadataCriteria
Set the entity protocol.
setProtocolBinding(String) - Method in interface org.opensaml.saml2.core.AuthnRequest
Sets the protocol binding URI for the request.
setProtocolBinding(String) - Method in class org.opensaml.saml2.core.impl.AuthnRequestImpl
Sets the protocol binding URI for the request.
setProviderID(String) - Method in interface org.opensaml.saml2.core.IDPEntry
Sets the ProviderID URI.
setProviderID(String) - Method in class org.opensaml.saml2.core.impl.IDPEntryImpl
Sets the ProviderID URI.
setProviderName(String) - Method in interface org.opensaml.saml2.core.AuthnRequest
Sets the human-readable name of the requester for use by the presenter's user agent or the identity provider.
setProviderName(String) - Method in class org.opensaml.saml2.core.impl.AuthnRequestImpl
Sets the human-readable name of the requester for use by the presenter's user agent or the identity provider.
setProviderName(String) - Method in class org.opensaml.saml2.ecp.impl.RequestImpl
Set the ProviderName attribute value.
setProviderName(String) - Method in interface org.opensaml.saml2.ecp.Request
Set the ProviderName attribute value.
setProviders(List<MetadataProvider>) - Method in class org.opensaml.saml2.metadata.provider.ChainingMetadataProvider
Replaces the current set of metadata providers with give collection.
setProxyCount(Integer) - Method in class org.opensaml.saml2.core.impl.ProxyRestrictionImpl
Sets the number of times the assertion may be proxied.
setProxyCount(Integer) - Method in class org.opensaml.saml2.core.impl.ScopingImpl
Sets the ProxyCount attrib value.
setProxyCount(Integer) - Method in interface org.opensaml.saml2.core.ProxyRestriction
Sets the number of times the assertion may be proxied.
setProxyCount(Integer) - Method in interface org.opensaml.saml2.core.Scoping
Sets the ProxyCount attrib value.
setQuery(Query) - Method in class org.opensaml.saml1.core.impl.RequestImpl
Set the query (Query, SubjectQuery, AuthenticationQuery, AttributeQuery, AuthorizationDecisioonQuery
setQuery(Query) - Method in interface org.opensaml.saml1.core.Request
Set the query (Query, SubjectQuery, AuthenticationQuery, AttributeQuery, AuthorizationDecisioonQuery
setReason(String) - Method in class org.opensaml.saml2.core.impl.LogoutRequestImpl
Set the Reason attrib value of the request.
setReason(String) - Method in interface org.opensaml.saml2.core.LogoutRequest
Set the Reason attrib value of the request.
setRecipient(String) - Method in class org.opensaml.saml1.core.impl.ResponseAbstractTypeImpl
Set the Recipient (attribute).
setRecipient(String) - Method in interface org.opensaml.saml1.core.ResponseAbstractType
Set the Recipient (attribute).
setRecipient(String) - Method in class org.opensaml.saml2.core.impl.SubjectConfirmationDataImpl
Sets the recipient of this subject.
setRecipient(String) - Method in interface org.opensaml.saml2.core.SubjectConfirmationData
Sets the recipient of this subject.
setReference(String) - Method in interface org.opensaml.saml1.core.AssertionIDReference
Set the reference.
setReference(String) - Method in class org.opensaml.saml1.core.impl.AssertionIDReferenceImpl
Set the reference.
setReferencedMessage(SAMLObject) - Method in interface org.opensaml.saml2.binding.SAML2ArtifactMessageContext
Sets the SAML message referenced by the artifact.
setReferencedPolicies(ReferencedPoliciesType) - Method in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeImpl
Sets the reference to the policies to be used while rendering a decision.
setReferencedPolicies(ReferencedPoliciesType) - Method in class org.opensaml.xacml.profile.saml.impl.XACMLPolicyStatementTypeImpl
Sets the referenced policies.
setReferencedPolicies(ReferencedPoliciesType) - Method in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
Sets the reference to the policies to be used while rendering a decision.
setReferencedPolicies(ReferencedPoliciesType) - Method in interface org.opensaml.xacml.profile.saml.XACMLPolicyStatementType
Sets the referenced policies.
setRefreshDelayFactor(float) - Method in class org.opensaml.saml2.metadata.provider.AbstractReloadingMetadataProvider
Sets the delay factor used to compute the next refresh time.
setRelayState(String) - Method in class org.opensaml.common.binding.BasicSAMLMessageContext
Sets the relay state associated with the message.
setRelayState(String) - Method in interface org.opensaml.common.binding.SAMLMessageContext
Sets the relay state associated with the message.
setRemoveEmptyEntitiesDescriptors(boolean) - Method in class org.opensaml.saml2.metadata.provider.EntityRoleFilter
Sets whether to remove an entities descriptor if it does not contain any entity descriptor or entities descriptors.
setRemoveRolelessEntityDescriptors(boolean) - Method in class org.opensaml.saml2.metadata.provider.EntityRoleFilter
Sets whether to remove an entity descriptor if it does not contain any roles after filtering.
setRequest(RequestType) - Method in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeImpl
Set's the XACML Request.
setRequest(RequestType) - Method in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionStatementTypeImpl
Sets a ResponseType to the XACMLAuthzDecisionStatement.
setRequest(RequestType) - Method in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
Set's the XACML Request.
setRequest(RequestType) - Method in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionStatementType
Sets a ResponseType to the XACMLAuthzDecisionStatement.
setRequestContextPath(String) - Method in interface org.opensaml.xacml.policy.AttributeSelectorType
Sets the request context path of the attribute to be selected.
setRequestContextPath(String) - Method in class org.opensaml.xacml.policy.impl.AttributeSelectorTypeImpl
Sets the request context path of the attribute to be selected.
setRequestedAuthnContext(RequestedAuthnContext) - Method in interface org.opensaml.saml2.core.AuthnQuery
Sets the RequestedAuthnContext of this request.
setRequestedAuthnContext(RequestedAuthnContext) - Method in interface org.opensaml.saml2.core.AuthnRequest
Sets the RequestedAuthnContext of the request.
setRequestedAuthnContext(RequestedAuthnContext) - Method in class org.opensaml.saml2.core.impl.AuthnQueryImpl
Sets the RequestedAuthnContext of this request.
setRequestedAuthnContext(RequestedAuthnContext) - Method in class org.opensaml.saml2.core.impl.AuthnRequestImpl
Sets the RequestedAuthnContext of the request.
setRequesterID(String) - Method in class org.opensaml.saml2.core.impl.RequesterIDImpl
Sets the RequesterID value.
setRequesterID(String) - Method in interface org.opensaml.saml2.core.RequesterID
Sets the RequesterID value.
setRequiredRule(boolean) - Method in class org.opensaml.common.binding.security.IssueInstantRule
Sets whether this rule is required to be met.
setRequiredRule(boolean) - Method in class org.opensaml.common.binding.security.MessageReplayRule
Sets whether this rule is required to be met.
setRequireSignature(boolean) - Method in class org.opensaml.saml2.metadata.provider.SignatureValidationFilter
Sets whether incoming metadata's root element is required to be signed.
setRequireValidMetadata(boolean) - Method in class org.opensaml.saml2.metadata.provider.BaseMetadataProvider
Sets whether the metadata returned by queries must be valid.
setRequireValidMetadata(boolean) - Method in class org.opensaml.saml2.metadata.provider.ChainingMetadataProvider
Sets whether the metadata returned by queries must be valid.
setRequireValidMetadata(boolean) - Method in interface org.opensaml.saml2.metadata.provider.MetadataProvider
Sets whether the metadata returned by queries must be valid.
setResource(String) - Method in interface org.opensaml.saml1.core.AttributeQuery
Set Resource attribute
setResource(String) - Method in interface org.opensaml.saml1.core.AuthorizationDecisionQuery
Set Resource attribute
setResource(String) - Method in interface org.opensaml.saml1.core.AuthorizationDecisionStatement
Set the contents of the Resource attribute
setResource(String) - Method in class org.opensaml.saml1.core.impl.AttributeQueryImpl
Set Resource attribute
setResource(String) - Method in class org.opensaml.saml1.core.impl.AuthorizationDecisionQueryImpl
Set Resource attribute
setResource(String) - Method in class org.opensaml.saml1.core.impl.AuthorizationDecisionStatementImpl
Set the contents of the Resource attribute
setResource(String) - Method in interface org.opensaml.saml2.core.AuthzDecisionQuery
Sets the Resource attrib value of this query.
setResource(String) - Method in interface org.opensaml.saml2.core.AuthzDecisionStatement
Sets URI of the resource to which authorization is saught.
setResource(String) - Method in class org.opensaml.saml2.core.impl.AuthzDecisionQueryImpl
Sets the Resource attrib value of this query.
setResource(String) - Method in class org.opensaml.saml2.core.impl.AuthzDecisionStatementImpl
Sets URI of the resource to which authorization is saught.
setResourceAttributeDesignator(AttributeDesignatorType) - Method in class org.opensaml.xacml.policy.impl.ResourceMatchTypeImpl
Sets the resource attribute designator for this match.
setResourceAttributeDesignator(AttributeDesignatorType) - Method in interface org.opensaml.xacml.policy.ResourceMatchType
Sets the resource attribute designator for this match.
setResourceContent(ResourceContentType) - Method in class org.opensaml.xacml.ctx.impl.ResourceTypeImpl
Sets the content of the resource.
setResourceContent(ResourceContentType) - Method in interface org.opensaml.xacml.ctx.ResourceType
Sets the content of the resource.
setResourceId(String) - Method in class org.opensaml.xacml.ctx.impl.ResultTypeImpl
Sets the ResourceId.
setResourceId(String) - Method in interface org.opensaml.xacml.ctx.ResultType
Sets the ResourceId.
setResources(ResourcesType) - Method in class org.opensaml.xacml.policy.impl.TargetTypeImpl
Sets the resources in the target.
setResources(ResourcesType) - Method in interface org.opensaml.xacml.policy.TargetType
Sets the resources in the target.
setResponse(ResponseType) - Method in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionStatementTypeImpl
Sets a ResponseType to the XACMLAuthzDecisionStatement.
setResponse(ResponseType) - Method in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionStatementType
Sets a ResponseType to the XACMLAuthzDecisionStatement.
setResponseDestination(SAMLObject, String) - Method in class org.opensaml.saml2.binding.encoding.BaseSAML2MessageEncoder
Sets the destination attribute on the outbound message if it is a StatusResponseType message.
setResponseLocation(String) - Method in interface org.opensaml.saml2.metadata.Endpoint
Sets the URI, usually a URL, responses should be sent to this for this Endpoint.
setResponseLocation(String) - Method in class org.opensaml.saml2.metadata.impl.EndpointImpl
Sets the URI, usually a URL, responses should be sent to this for this Endpoint.
setResult(ResultType) - Method in class org.opensaml.xacml.ctx.impl.ResponseTypeImpl
Sets the result of the response.
setResult(ResultType) - Method in interface org.opensaml.xacml.ctx.ResponseType
Sets the result of the response.
setReturnContext(XSBooleanValue) - Method in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeImpl
Set's if the RequestType should be included inside the request message.
setReturnContext(Boolean) - Method in class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeImpl
Set's if the RequestType should be included inside the request message.
setReturnContext(Boolean) - Method in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
Set's if the RequestType should be included inside the request message.
setReturnContext(XSBooleanValue) - Method in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
Set's if the RequestType should be included inside the request message.
setRole(QName) - Method in class org.opensaml.security.MetadataCriteria
Set the entity role.
setRoleDescriptor(RoleDescriptor) - Method in class org.opensaml.saml2.metadata.support.AttributeConsumingServiceSelector
Set the AttributeConsumingServie's parent RoleDescriptor.
setRuleCombiningAlgoId(String) - Method in class org.opensaml.xacml.policy.impl.PolicyTypeImpl
Sets the rule combining algorithm used with this policy.
setRuleCombiningAlgoId(String) - Method in interface org.opensaml.xacml.policy.PolicyType
Sets the rule combining algorithm used with this policy.
setRuleId(String) - Method in class org.opensaml.xacml.policy.impl.RuleTypeImpl
Sets the ID for this rule.
setRuleId(String) - Method in interface org.opensaml.xacml.policy.RuleType
Sets the ID for this rule.
setRuleIdRef(String) - Method in class org.opensaml.xacml.policy.impl.RuleCombinerParametersTypeImpl
Sets the referenced rule's ID.
setRuleIdRef(String) - Method in interface org.opensaml.xacml.policy.RuleCombinerParametersType
Sets the referenced rule's ID.
setSAML1ArtifactBuilderFactory(SAML1ArtifactBuilderFactory) - Static method in class org.opensaml.Configuration
Sets the artifact factory for the library.
setSAML2ArtifactBuilderFactory(SAML2ArtifactBuilderFactory) - Static method in class org.opensaml.Configuration
Sets the artifact factory for the library.
setSAMLDateFormat(String) - Static method in class org.opensaml.Configuration
Sets the date format used to string'ify SAML's date/time objects.
setSamlRequest(SAMLObject) - Method in class org.opensaml.common.binding.AbstractEndpointSelector
Sets the SAML request made.
setSamlResponse(SAMLObject) - Method in class org.opensaml.common.binding.AbstractEndpointSelector
Sets the response to the SAML request.
setScoping(Scoping) - Method in interface org.opensaml.saml2.core.AuthnRequest
Sets the Scoping of the request.
setScoping(Scoping) - Method in class org.opensaml.saml2.core.impl.AuthnRequestImpl
Sets the Scoping of the request.
setSerializeMessage(boolean) - Method in class org.opensaml.common.binding.artifact.BasicSAMLArtifactMapEntryFactory
Set the flag determining whether the SAMLObject message should be explicitly serialized on creation of the new artifact map entry.
setSessionIndex(String) - Method in interface org.opensaml.saml2.core.AuthnQuery
Sets the SessionIndex of this request.
setSessionIndex(String) - Method in interface org.opensaml.saml2.core.AuthnStatement
Sets the session index between the principal and the authenticating authority.
setSessionIndex(String) - Method in class org.opensaml.saml2.core.impl.AuthnQueryImpl
Sets the SessionIndex of this request.
setSessionIndex(String) - Method in class org.opensaml.saml2.core.impl.AuthnStatementImpl
Sets the session index between the principal and the authenticating authority.
setSessionIndex(String) - Method in class org.opensaml.saml2.core.impl.SessionIndexImpl
Sets the session index value of the request.
setSessionIndex(String) - Method in interface org.opensaml.saml2.core.SessionIndex
Sets the session index value of the request.
setSessionNotOnOrAfter(DateTime) - Method in interface org.opensaml.saml2.core.AuthnStatement
Set the time when the session between the principal and the SAML authority ends.
setSessionNotOnOrAfter(DateTime) - Method in class org.opensaml.saml2.core.impl.AuthnStatementImpl
Set the time when the session between the principal and the SAML authority ends.
setSignature(Signature) - Method in class org.opensaml.common.impl.AbstractSignableSAMLObject
When a signature is added, a default content reference that uses the ID of this object will be created and added to the signature at the time of signing.
setSOAP11Actor(String) - Method in class org.opensaml.saml2.ecp.impl.RelayStateImpl
setSOAP11Actor(String) - Method in class org.opensaml.saml2.ecp.impl.RequestImpl
setSOAP11Actor(String) - Method in class org.opensaml.saml2.ecp.impl.ResponseImpl
setSOAP11MustUnderstand(Boolean) - Method in class org.opensaml.saml2.ecp.impl.RelayStateImpl
setSOAP11MustUnderstand(XSBooleanValue) - Method in class org.opensaml.saml2.ecp.impl.RelayStateImpl
setSOAP11MustUnderstand(Boolean) - Method in class org.opensaml.saml2.ecp.impl.RequestImpl
setSOAP11MustUnderstand(XSBooleanValue) - Method in class org.opensaml.saml2.ecp.impl.RequestImpl
setSOAP11MustUnderstand(Boolean) - Method in class org.opensaml.saml2.ecp.impl.ResponseImpl
setSOAP11MustUnderstand(XSBooleanValue) - Method in class org.opensaml.saml2.ecp.impl.ResponseImpl
setSocketFactory(ProtocolSocketFactory) - Method in class org.opensaml.saml2.metadata.provider.HTTPMetadataProvider
Deprecated. set this information on HTTP client used by provider
setSourceID(byte[]) - Method in class org.opensaml.saml1.binding.artifact.SAML1ArtifactType0001
Sets the 20 byte source ID of the artifact.
setSourceID(byte[]) - Method in class org.opensaml.saml2.binding.artifact.SAML2ArtifactType0004
Sets the 20 byte source ID of the artifact.
setSourceLocation(String) - Method in class org.opensaml.saml1.binding.artifact.SAML1ArtifactType0002
Sets source location component of this artifact.
setSPNameQualifier(String) - Method in interface org.opensaml.saml2.core.BaseID
Sets the SPNameQualifier value.
setSPNameQualifier(String) - Method in class org.opensaml.saml2.core.impl.AbstractNameIDType
Sets the SPNameQualifier value.
setSPNameQualifier(String) - Method in class org.opensaml.saml2.core.impl.BaseIDImpl
Sets the SPNameQualifier value.
setSPNameQualifier(String) - Method in class org.opensaml.saml2.core.impl.NameIDPolicyImpl
Sets the SPNameQualifier value.
setSPNameQualifier(String) - Method in interface org.opensaml.saml2.core.NameIDPolicy
Sets the SPNameQualifier value.
setSPNameQualifier(String) - Method in interface org.opensaml.saml2.core.NameIDType
Sets the SPNameQualifier value.
setSPProvidedID(String) - Method in class org.opensaml.saml2.core.impl.AbstractNameIDType
Sets the SPProvddedID of this NameID.
setSPProvidedID(String) - Method in interface org.opensaml.saml2.core.NameIDType
Sets the SPProvddedID of this NameID.
setStatus(Status) - Method in class org.opensaml.saml1.core.impl.ResponseImpl
Set the object representing the Status (element).
setStatus(Status) - Method in interface org.opensaml.saml1.core.Response
Set the object representing the Status (element).
setStatus(Status) - Method in class org.opensaml.saml2.core.impl.StatusResponseTypeImpl
Sets the Status of this response.
setStatus(Status) - Method in interface org.opensaml.saml2.core.StatusResponseType
Sets the Status of this response.
setStatus(StatusType) - Method in class org.opensaml.xacml.ctx.impl.ResultTypeImpl
Sets the result status.
setStatus(StatusType) - Method in interface org.opensaml.xacml.ctx.ResultType
Sets the result status.
setStatusCode(StatusCode) - Method in class org.opensaml.saml1.core.impl.StatusCodeImpl
Sets the second level status code.
setStatusCode(StatusCode) - Method in class org.opensaml.saml1.core.impl.StatusImpl
Set the object representing the StatusCode (element).
setStatusCode(StatusCode) - Method in interface org.opensaml.saml1.core.Status
Set the object representing the StatusCode (element).
setStatusCode(StatusCode) - Method in interface org.opensaml.saml1.core.StatusCode
Sets the second level status code.
setStatusCode(StatusCode) - Method in class org.opensaml.saml2.core.impl.StatusCodeImpl
Sets the Status Code of this Status Code.
setStatusCode(StatusCode) - Method in class org.opensaml.saml2.core.impl.StatusImpl
Sets the Code of this Status.
setStatusCode(StatusCode) - Method in interface org.opensaml.saml2.core.Status
Sets the Code of this Status.
setStatusCode(StatusCode) - Method in interface org.opensaml.saml2.core.StatusCode
Sets the Status Code of this Status Code.
setStatusCode(StatusCodeType) - Method in class org.opensaml.xacml.ctx.impl.StatusCodeTypeImpl
Sets the status code.
setStatusCode(StatusCodeType) - Method in class org.opensaml.xacml.ctx.impl.StatusTypeImpl
Sets the status code for the Status.
setStatusCode(StatusCodeType) - Method in interface org.opensaml.xacml.ctx.StatusCodeType
Sets the status code.
setStatusCode(StatusCodeType) - Method in interface org.opensaml.xacml.ctx.StatusType
Sets the status code for the Status.
setStatusDetail(StatusDetail) - Method in class org.opensaml.saml1.core.impl.StatusImpl
Set the object representing the StatusDetail (element).
setStatusDetail(StatusDetail) - Method in interface org.opensaml.saml1.core.Status
Set the object representing the StatusDetail (element).
setStatusDetail(StatusDetail) - Method in class org.opensaml.saml2.core.impl.StatusImpl
Sets the Detail of this Status.
setStatusDetail(StatusDetail) - Method in interface org.opensaml.saml2.core.Status
Sets the Detail of this Status.
setStatusDetail(StatusDetailType) - Method in class org.opensaml.xacml.ctx.impl.StatusTypeImpl
Sets the status detail for the Status.
setStatusDetail(StatusDetailType) - Method in interface org.opensaml.xacml.ctx.StatusType
Sets the status detail for the Status.
setStatusMessage(StatusMessage) - Method in class org.opensaml.saml1.core.impl.StatusImpl
Set the object representing the StatusMessage (element).
setStatusMessage(StatusMessage) - Method in interface org.opensaml.saml1.core.Status
Set the object representing the StatusMessage (element).
setStatusMessage(StatusMessage) - Method in class org.opensaml.saml2.core.impl.StatusImpl
Sets the Message of this Status.
setStatusMessage(StatusMessage) - Method in interface org.opensaml.saml2.core.Status
Sets the Message of this Status.
setStatusMessage(StatusMessageType) - Method in class org.opensaml.xacml.ctx.impl.StatusTypeImpl
Sets the status message for the Status.
setStatusMessage(StatusMessageType) - Method in interface org.opensaml.xacml.ctx.StatusType
Sets the status message for the Status.
setSubject(Subject) - Method in class org.opensaml.saml1.core.impl.SubjectQueryImpl
Set Subject child element
setSubject(Subject) - Method in class org.opensaml.saml1.core.impl.SubjectStatementImpl
setSubject(Subject) - Method in interface org.opensaml.saml1.core.SubjectQuery
Set Subject child element
setSubject(Subject) - Method in interface org.opensaml.saml1.core.SubjectStatement
 
setSubject(Subject) - Method in interface org.opensaml.saml2.core.Assertion
Sets the Subject of this assertion.
setSubject(Subject) - Method in interface org.opensaml.saml2.core.AuthnRequest
Sets the Subject of the request.
setSubject(Subject) - Method in class org.opensaml.saml2.core.impl.AssertionImpl
Sets the Subject of this assertion.
setSubject(Subject) - Method in class org.opensaml.saml2.core.impl.AuthnRequestImpl
Sets the Subject of the request.
setSubject(Subject) - Method in class org.opensaml.saml2.core.impl.SubjectQueryImpl
Sets the Subject of this request.
setSubject(Subject) - Method in interface org.opensaml.saml2.core.SubjectQuery
Sets the Subject of this request.
setSubjectAttributeDesignator(AttributeDesignatorType) - Method in class org.opensaml.xacml.policy.impl.SubjectMatchTypeImpl
Sets the subject attribute designator for this match.
setSubjectAttributeDesignator(AttributeDesignatorType) - Method in interface org.opensaml.xacml.policy.SubjectMatchType
Sets the subject attribute designator for this match.
setSubjectCategory(String) - Method in class org.opensaml.xacml.ctx.impl.SubjectTypeImpl
Sets the subjectcategory.
setSubjectCategory(String) - Method in interface org.opensaml.xacml.ctx.SubjectType
Sets the subjectcategory.
setSubjectCategory(String) - Method in class org.opensaml.xacml.policy.impl.SubjectAttributeDesignatorTypeImpl
Sets the category of the Subject.
setSubjectCategory(String) - Method in interface org.opensaml.xacml.policy.SubjectAttributeDesignatorType
Sets the category of the Subject.
setSubjectConfirmation(SubjectConfirmation) - Method in class org.opensaml.saml1.core.impl.SubjectImpl
Sets the SubjectConfirmation of this Subject
setSubjectConfirmation(SubjectConfirmation) - Method in interface org.opensaml.saml1.core.Subject
Sets the SubjectConfirmation of this Subject
setSubjectConfirmationData(XMLObject) - Method in class org.opensaml.saml1.core.impl.SubjectConfirmationImpl
Set the SubjectConfirmationData
setSubjectConfirmationData(XMLObject) - Method in interface org.opensaml.saml1.core.SubjectConfirmation
Set the SubjectConfirmationData
setSubjectConfirmationData(SubjectConfirmationData) - Method in class org.opensaml.saml2.core.impl.SubjectConfirmationImpl
Sets the data about how this subject was confirmed or constraints on the confirmation.
setSubjectConfirmationData(SubjectConfirmationData) - Method in interface org.opensaml.saml2.core.SubjectConfirmation
Sets the data about how this subject was confirmed or constraints on the confirmation.
setSubjectLocality(SubjectLocality) - Method in interface org.opensaml.saml1.core.AuthenticationStatement
Get the (single) SubjectLocality child element
setSubjectLocality(SubjectLocality) - Method in class org.opensaml.saml1.core.impl.AuthenticationStatementImpl
Get the (single) SubjectLocality child element
setSubjectLocality(SubjectLocality) - Method in interface org.opensaml.saml2.core.AuthnStatement
Set the DNS domain and IP address of the system where the principal was authenticated.
setSubjectLocality(SubjectLocality) - Method in class org.opensaml.saml2.core.impl.AuthnStatementImpl
Set the DNS domain and IP address of the system where the principal was authenticated.
setSubjectNameIdentifier(NameIdentifierType) - Method in class org.opensaml.common.binding.BasicSAMLMessageContext
Sets the subject's SAML name identifier.
setSubjectNameIdentifier(NameIdentifierType) - Method in interface org.opensaml.common.binding.SAMLMessageContext
Sets the subject's SAML name identifier.
setSubjects(SubjectsType) - Method in class org.opensaml.xacml.policy.impl.TargetTypeImpl
Sets the subjects in the target.
setSubjects(SubjectsType) - Method in interface org.opensaml.xacml.policy.TargetType
Sets the subjects in the target.
setSurName(SurName) - Method in interface org.opensaml.saml2.metadata.ContactPerson
Sets the surname for this person.
setSurName(SurName) - Method in class org.opensaml.saml2.metadata.impl.ContactPersonImpl
Sets the surname for this person.
setTarget(TargetType) - Method in class org.opensaml.xacml.policy.impl.PolicySetTypeImpl
Sets the target of this policy set.
setTarget(TargetType) - Method in class org.opensaml.xacml.policy.impl.PolicyTypeImpl
Sets the target of this policy.
setTarget(TargetType) - Method in class org.opensaml.xacml.policy.impl.RuleTypeImpl
Sets the target of this rule.
setTarget(TargetType) - Method in interface org.opensaml.xacml.policy.PolicySetType
Sets the target of this policy set.
setTarget(TargetType) - Method in interface org.opensaml.xacml.policy.PolicyType
Sets the target of this policy.
setTarget(TargetType) - Method in interface org.opensaml.xacml.policy.RuleType
Sets the target of this rule.
setTerminate(Terminate) - Method in class org.opensaml.saml2.core.impl.ManageNameIDRequestImpl
Set the Terminate of the request.
setTerminate(Terminate) - Method in interface org.opensaml.saml2.core.ManageNameIDRequest
Set the Terminate of the request.
setTextContent(String) - Method in class org.opensaml.saml2.core.impl.AuthnContextDeclImpl
setType(ContactPersonTypeEnumeration) - Method in interface org.opensaml.saml2.metadata.ContactPerson
Sets the type of contact this person.
setType(ContactPersonTypeEnumeration) - Method in class org.opensaml.saml2.metadata.impl.ContactPersonImpl
Sets the type of contact this person.
setTypeCode(byte[]) - Method in class org.opensaml.common.binding.artifact.AbstractSAMLArtifact
Sets the 2 byte type code for this artifact.
setUnderstoodHeaders(List<QName>) - Method in class org.opensaml.saml1.binding.decoding.HTTPSOAP11Decoder
Sets the SOAP header names that are understood by the application.
setUnderstoodHeaders(List<QName>) - Method in class org.opensaml.saml2.binding.decoding.HTTPSOAP11Decoder
Sets the SOAP header names that are understood by the application.
setUri(String) - Method in interface org.opensaml.saml1.core.Audience
Set the Uri which makes up the body text
setUri(String) - Method in class org.opensaml.saml1.core.impl.AudienceImpl
Set the Uri which makes up the body text
setURI(String) - Method in interface org.opensaml.saml2.core.AuthenticatingAuthority
Sets the URI of this Authenticating Authority.
setURI(String) - Method in class org.opensaml.saml2.core.impl.AuthenticatingAuthorityImpl
Sets the URI of this Authenticating Authority.
setURIComparator(URIComparator) - Method in class org.opensaml.common.binding.decoding.BaseSAMLMessageDecoder
Set the URIComparator to use in BaseSAMLMessageDecoder.compareEndpointURIs(String, String).
setURL(LocalizedString) - Method in class org.opensaml.saml2.metadata.impl.OrganizationURLImpl
Sets the organization URL.
setURL(LocalizedString) - Method in interface org.opensaml.saml2.metadata.OrganizationURL
Sets the organization URL.
setUse(UsageType) - Method in class org.opensaml.saml2.metadata.impl.KeyDescriptorImpl
Sets the use of this key.
setUse(UsageType) - Method in interface org.opensaml.saml2.metadata.KeyDescriptor
Sets the use of this key.
setUseQueryResourceAsEntityId(boolean) - Method in class org.opensaml.saml1.binding.decoding.BaseSAML1MessageDecoder
Sets whether to use the Resource attribute of some SAML 1 queries as the entity ID of the inbound message issuer.
setValidUntil(DateTime) - Method in interface org.opensaml.saml2.common.TimeBoundSAMLObject
Sets the date until which this descriptor is valid.
setValidUntil(DateTime) - Method in class org.opensaml.saml2.metadata.impl.AffiliationDescriptorImpl
Sets the date until which this descriptor is valid.
setValidUntil(DateTime) - Method in class org.opensaml.saml2.metadata.impl.EntitiesDescriptorImpl
Sets the date until which this descriptor is valid.
setValidUntil(DateTime) - Method in class org.opensaml.saml2.metadata.impl.EntityDescriptorImpl
Sets the date until which this descriptor is valid.
setValidUntil(DateTime) - Method in class org.opensaml.saml2.metadata.impl.RoleDescriptorImpl
Sets the date until which this descriptor is valid.
setValue(QName) - Method in class org.opensaml.saml1.core.impl.RespondWithImpl
setValue(QName) - Method in class org.opensaml.saml1.core.impl.StatusCodeImpl
Sets the value of the status code.
setValue(QName) - Method in interface org.opensaml.saml1.core.StatusCode
Sets the value of the status code.
setValue(String) - Method in class org.opensaml.saml2.core.impl.AbstractNameIDType
Sets the value of this type.
setValue(String) - Method in class org.opensaml.saml2.core.impl.StatusCodeImpl
Sets the Value of this Status Code.
setValue(String) - Method in interface org.opensaml.saml2.core.NameIDType
Sets the value of this type.
setValue(String) - Method in interface org.opensaml.saml2.core.StatusCode
Sets the Value of this Status Code.
setValue(String) - Method in class org.opensaml.samlext.saml1md.impl.SourceIDImpl
setValue(String) - Method in class org.opensaml.samlext.saml2mdquery.impl.ActionNamespaceImpl
setValue(String) - Method in interface org.opensaml.xacml.ctx.AttributeValueType
Sets the text content of the element.
setValue(String) - Method in class org.opensaml.xacml.ctx.impl.AttributeValueTypeImpl
Sets the text content of the element.
setValue(String) - Method in class org.opensaml.xacml.ctx.impl.ResourceContentTypeImpl
Sets the text value of this element.
setValue(String) - Method in class org.opensaml.xacml.ctx.impl.StatusCodeTypeImpl
Sets the attribute named value of the status elements.
setValue(String) - Method in class org.opensaml.xacml.ctx.impl.StatusMessageTypeImpl
setValue(String) - Method in interface org.opensaml.xacml.ctx.ResourceContentType
Sets the text value of this element.
setValue(String) - Method in interface org.opensaml.xacml.ctx.StatusCodeType
Sets the attribute named value of the status elements.
setValue(String) - Method in interface org.opensaml.xacml.policy.AttributeValueType
Sets the text content of the element.
setValue(String) - Method in class org.opensaml.xacml.policy.impl.AttributeValueTypeImpl
Sets the text content of the element.
setValue(String) - Method in class org.opensaml.xacml.policy.impl.DescriptionTypeImpl
setVariableId(String) - Method in class org.opensaml.xacml.policy.impl.VariableDefinitionTypeImpl
Sets the ID of this defined variable.
setVariableId(String) - Method in class org.opensaml.xacml.policy.impl.VariableReferenceTypeImpl
Sets the ID of the referenced variable.
setVariableId(String) - Method in interface org.opensaml.xacml.policy.VariableDefinitionType
Sets the ID of this defined variable.
setVariableId(String) - Method in interface org.opensaml.xacml.policy.VariableReferenceType
Sets the ID of the referenced variable.
setVersion(SAMLVersion) - Method in interface org.opensaml.saml1.core.Assertion
Sets the SAML version of this assertion.
setVersion(SAMLVersion) - Method in class org.opensaml.saml1.core.impl.AssertionImpl
Sets the SAML version of this assertion.
setVersion(SAMLVersion) - Method in class org.opensaml.saml1.core.impl.RequestAbstractTypeImpl
setVersion(SAMLVersion) - Method in class org.opensaml.saml1.core.impl.ResponseAbstractTypeImpl
Sets the SAML version for this message.
setVersion(SAMLVersion) - Method in interface org.opensaml.saml1.core.RequestAbstractType
 
setVersion(SAMLVersion) - Method in interface org.opensaml.saml1.core.ResponseAbstractType
Sets the SAML version for this message.
setVersion(SAMLVersion) - Method in interface org.opensaml.saml2.core.Assertion
Sets the SAML Version of this assertion.
setVersion(SAMLVersion) - Method in class org.opensaml.saml2.core.impl.AssertionImpl
Sets the SAML Version of this assertion.
setVersion(SAMLVersion) - Method in class org.opensaml.saml2.core.impl.RequestAbstractTypeImpl
Sets the SAML Version of this request.
setVersion(SAMLVersion) - Method in class org.opensaml.saml2.core.impl.StatusResponseTypeImpl
Sets the SAML Version of this response.
setVersion(SAMLVersion) - Method in interface org.opensaml.saml2.core.RequestAbstractType
Sets the SAML Version of this request.
setVersion(SAMLVersion) - Method in interface org.opensaml.saml2.core.StatusResponseType
Sets the SAML Version of this response.
setVersion(String) - Method in interface org.opensaml.xacml.policy.IdReferenceType
Sets the version of the reference.
setVersion(String) - Method in class org.opensaml.xacml.policy.impl.IdReferenceTypeImpl
Sets the version of the reference.
setVersion(String) - Method in class org.opensaml.xacml.policy.impl.PolicySetTypeImpl
Sets the XACML version of this policy set.
setVersion(String) - Method in class org.opensaml.xacml.policy.impl.PolicyTypeImpl
Sets the XACML version of this policy.
setVersion(String) - Method in interface org.opensaml.xacml.policy.PolicySetType
Sets the XACML version of this policy set.
setVersion(String) - Method in interface org.opensaml.xacml.policy.PolicyType
Sets the XACML version of this policy.
setWantAssertionsSigned(Boolean) - Method in class org.opensaml.saml2.metadata.impl.SPSSODescriptorImpl
Sets whether this service wants assertions signed.
setWantAssertionsSigned(XSBooleanValue) - Method in class org.opensaml.saml2.metadata.impl.SPSSODescriptorImpl
Sets whether this service wants assertions signed.
setWantAssertionsSigned(Boolean) - Method in interface org.opensaml.saml2.metadata.SPSSODescriptor
Sets whether this service wants assertions signed.
setWantAssertionsSigned(XSBooleanValue) - Method in interface org.opensaml.saml2.metadata.SPSSODescriptor
Sets whether this service wants assertions signed.
setWantAssertionsSigned(Boolean) - Method in class org.opensaml.samlext.saml2mdquery.impl.QueryDescriptorTypeImpl
Sets whether assertions to this endpoint should be signed.
setWantAssertionsSigned(XSBooleanValue) - Method in class org.opensaml.samlext.saml2mdquery.impl.QueryDescriptorTypeImpl
Sets whether assertions to this endpoint should be signed.
setWantAssertionsSigned(Boolean) - Method in interface org.opensaml.samlext.saml2mdquery.QueryDescriptorType
Sets whether assertions to this endpoint should be signed.
setWantAssertionsSigned(XSBooleanValue) - Method in interface org.opensaml.samlext.saml2mdquery.QueryDescriptorType
Sets whether assertions to this endpoint should be signed.
setWantAuthnRequestsSigned(Boolean) - Method in interface org.opensaml.saml2.metadata.IDPSSODescriptor
Sets whether the IDP SSO service wants authentication requests signed.
setWantAuthnRequestsSigned(XSBooleanValue) - Method in interface org.opensaml.saml2.metadata.IDPSSODescriptor
Sets whether the IDP SSO service wants authentication requests signed.
setWantAuthnRequestsSigned(Boolean) - Method in class org.opensaml.saml2.metadata.impl.IDPSSODescriptorImpl
Sets whether the IDP SSO service wants authentication requests signed.
setWantAuthnRequestsSigned(XSBooleanValue) - Method in class org.opensaml.saml2.metadata.impl.IDPSSODescriptorImpl
Sets whether the IDP SSO service wants authentication requests signed.
setXPathVersion(XSString) - Method in interface org.opensaml.xacml.policy.DefaultsType
Sets the XPath version for this type.
setXPathVersion(XSString) - Method in class org.opensaml.xacml.policy.impl.DefaultsTypeImpl
Sets the XPath version for this type.
SignableSAMLObject - Interface in org.opensaml.common
A signable SAMLObject.
SignatureValidationFilter - Class in org.opensaml.saml2.metadata.provider
A metadata filter that validates XML signatures.
SignatureValidationFilter(SignatureTrustEngine) - Constructor for class org.opensaml.saml2.metadata.provider.SignatureValidationFilter
Constructor.
SignatureValidationFilter(SignatureTrustEngine, Validator<Signature>) - Constructor for class org.opensaml.saml2.metadata.provider.SignatureValidationFilter
Constructor.
signMessage(SAMLMessageContext) - Method in class org.opensaml.saml1.binding.encoding.BaseSAML1MessageEncoder
Signs the given SAML message if it a SignableSAMLObject and this encoder has signing credentials.
signMessage(SAMLMessageContext) - Method in class org.opensaml.saml2.binding.encoding.BaseSAML2MessageEncoder
Signs the given SAML message if it a SignableSAMLObject and this encoder has signing credentials.
signMessage(SAMLMessageContext) - Method in class org.opensaml.saml2.binding.encoding.HTTPPostSimpleSignEncoder
Signs the given SAML message if it a SignableSAMLObject and this encoder has signing credentials.
SingleLogoutService - Interface in org.opensaml.saml2.metadata
SAML 2.0 Metadata SingleLogoutService
SingleLogoutServiceBuilder - Class in org.opensaml.saml2.metadata.impl
Builder of SingleLogoutServiceImpl.
SingleLogoutServiceBuilder() - Constructor for class org.opensaml.saml2.metadata.impl.SingleLogoutServiceBuilder
Constructor
SingleLogoutServiceImpl - Class in org.opensaml.saml2.metadata.impl
Concrete implementation of SingleLogoutService.
SingleLogoutServiceImpl(String, String, String) - Constructor for class org.opensaml.saml2.metadata.impl.SingleLogoutServiceImpl
Constructor
SingleLogoutServiceMarshaller - Class in org.opensaml.saml2.metadata.impl
A thread safe Marshaller for SingleLogoutService objects.
SingleLogoutServiceMarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.SingleLogoutServiceMarshaller
 
SingleLogoutServiceSchemaValidator - Class in org.opensaml.saml2.metadata.validator
Checks SingleLogoutService for Schema compliance.
SingleLogoutServiceSchemaValidator() - Constructor for class org.opensaml.saml2.metadata.validator.SingleLogoutServiceSchemaValidator
Constructor
SingleLogoutServiceUnmarshaller - Class in org.opensaml.saml2.metadata.impl
A thread safe Unmarshaller for SingleLogoutService objects.
SingleLogoutServiceUnmarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.SingleLogoutServiceUnmarshaller
 
SingleSignOnService - Interface in org.opensaml.saml2.metadata
SAML 2.0 Metadata SingleSignOnService
SingleSignOnServiceBuilder - Class in org.opensaml.saml2.metadata.impl
Builder of SingleSignOnServiceImpl.
SingleSignOnServiceBuilder() - Constructor for class org.opensaml.saml2.metadata.impl.SingleSignOnServiceBuilder
Constructor
SingleSignOnServiceImpl - Class in org.opensaml.saml2.metadata.impl
Concrete implementation of SingleSignOnService.
SingleSignOnServiceImpl(String, String, String) - Constructor for class org.opensaml.saml2.metadata.impl.SingleSignOnServiceImpl
Constructor
SingleSignOnServiceMarshaller - Class in org.opensaml.saml2.metadata.impl
A thread safe Marshaller for SingleSignOnService objects.
SingleSignOnServiceMarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.SingleSignOnServiceMarshaller
 
SingleSignOnServiceSchemaValidator - Class in org.opensaml.saml2.metadata.validator
Checks SingleSignOnService for Schema compliance.
SingleSignOnServiceSchemaValidator() - Constructor for class org.opensaml.saml2.metadata.validator.SingleSignOnServiceSchemaValidator
Constructor
SingleSignOnServiceSpecValidator - Class in org.opensaml.saml2.metadata.validator
Checks SingleSignOnService for Spec compliance.
SingleSignOnServiceSpecValidator() - Constructor for class org.opensaml.saml2.metadata.validator.SingleSignOnServiceSpecValidator
Constructor
SingleSignOnServiceUnmarshaller - Class in org.opensaml.saml2.metadata.impl
A thread safe Unmarshaller for SingleSignOnService objects.
SingleSignOnServiceUnmarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.SingleSignOnServiceUnmarshaller
 
SMARTCARD_AUTHN_CTX - Static variable in interface org.opensaml.saml2.core.AuthnContext
URI for Smart Card authentication context.
SMARTCARD_PKI_AUTHN_CTX - Static variable in interface org.opensaml.saml2.core.AuthnContext
URI for Smart Card PKI authentication context.
SOAP11ENV_NS - Static variable in class org.opensaml.common.xml.SAMLConstants
SOAP 1.1 Envelope XML namespace.
SOAP11ENV_PREFIX - Static variable in class org.opensaml.common.xml.SAMLConstants
SOAP 1.1 Envelope QName prefix.
SOAP11ENV_SCHEMA_LOCATION - Static variable in class org.opensaml.common.xml.SAMLConstants
SOAP 1.1 schema Id.
SOFTWARE_PKI_AUTHN_CTX - Static variable in interface org.opensaml.saml2.core.AuthnContext
URI for Software PKU authentication context.
SourceID - Interface in org.opensaml.samlext.saml1md
SAML 1 Metadata extension SourceID
SourceIDBuilder - Class in org.opensaml.samlext.saml1md.impl
Builder of SourceIDImpl objects.
SourceIDBuilder() - Constructor for class org.opensaml.samlext.saml1md.impl.SourceIDBuilder
Constructor
SourceIDImpl - Class in org.opensaml.samlext.saml1md.impl
 
SourceIDImpl(String, String, String) - Constructor for class org.opensaml.samlext.saml1md.impl.SourceIDImpl
Constructor
SourceIDMarshaller - Class in org.opensaml.samlext.saml1md.impl
Marshaller of SourceID objects.
SourceIDMarshaller() - Constructor for class org.opensaml.samlext.saml1md.impl.SourceIDMarshaller
 
SourceIDUnmarshaller - Class in org.opensaml.samlext.saml1md.impl
Unmarshaller for SourceID objects.
SourceIDUnmarshaller() - Constructor for class org.opensaml.samlext.saml1md.impl.SourceIDUnmarshaller
 
SP_NAME_QUALIFIER_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.core.BaseID
SPNameQualifier attribute name.
SP_NAME_QUALIFIER_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.core.NameIDPolicy
SPNameQualifier attribute name.
SP_NAME_QUALIFIER_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.core.NameIDType
SPNameQualifier attribute name.
SP_TIMEOUT_URI - Static variable in interface org.opensaml.saml2.core.LogoutResponse
URI for SP timeout logout reason.
SPKI_AUTHN_CTX - Static variable in interface org.opensaml.saml2.core.AuthnContext
URI for SPKI authentication context.
SPPROVIDED_ID_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.core.NameIDType
SPProviderID attribute name.
SPSSODescriptor - Interface in org.opensaml.saml2.metadata
SAML 2.0 Metadata SPSSODescriptorType
SPSSODescriptorBuilder - Class in org.opensaml.saml2.metadata.impl
Builder of SPSSODescriptorImpl
SPSSODescriptorBuilder() - Constructor for class org.opensaml.saml2.metadata.impl.SPSSODescriptorBuilder
Constructor
SPSSODescriptorImpl - Class in org.opensaml.saml2.metadata.impl
Concrete implementation of SPSSODescriptor.
SPSSODescriptorImpl(String, String, String) - Constructor for class org.opensaml.saml2.metadata.impl.SPSSODescriptorImpl
Constructor.
SPSSODescriptorMarshaller - Class in org.opensaml.saml2.metadata.impl
A thread safe Marshaller for SPSSODescriptor objects.
SPSSODescriptorMarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.SPSSODescriptorMarshaller
 
SPSSODescriptorSchemaValidator - Class in org.opensaml.saml2.metadata.validator
Checks SPSSODescriptor for Schema compliance.
SPSSODescriptorSchemaValidator() - Constructor for class org.opensaml.saml2.metadata.validator.SPSSODescriptorSchemaValidator
Constructor
SPSSODescriptorSpecValidator - Class in org.opensaml.saml2.metadata.validator
Checks SPSSODescriptor for Spec compliance.
SPSSODescriptorSpecValidator() - Constructor for class org.opensaml.saml2.metadata.validator.SPSSODescriptorSpecValidator
Constructor
SPSSODescriptorUnmarshaller - Class in org.opensaml.saml2.metadata.impl
A thread safe Unmarshaller for SPSSODescriptor objects.
SPSSODescriptorUnmarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.SPSSODescriptorUnmarshaller
 
SRP_AUTHN_CTX - Static variable in interface org.opensaml.saml2.core.AuthnContext
URI for Secure Remote Password authentication context.
SSODescriptor - Interface in org.opensaml.saml2.metadata
SAML 2.0 Metadata SSODescriptor
SSODescriptorImpl - Class in org.opensaml.saml2.metadata.impl
Concrete implementation of SSODescriptor.
SSODescriptorImpl(String, String, String) - Constructor for class org.opensaml.saml2.metadata.impl.SSODescriptorImpl
Constructor.
SSODescriptorMarshaller - Class in org.opensaml.saml2.metadata.impl
A thread safe Marshaller for SSODescriptor objects.
SSODescriptorMarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.SSODescriptorMarshaller
 
SSODescriptorSchemaValidator<SSODecriptorType extends SSODescriptor> - Class in org.opensaml.saml2.metadata.validator
Checks SSODescriptor for Schema compliance.
SSODescriptorSchemaValidator() - Constructor for class org.opensaml.saml2.metadata.validator.SSODescriptorSchemaValidator
Constructor
SSODescriptorSpecValidator<SSODescriptorType extends SSODescriptor> - Class in org.opensaml.saml2.metadata.validator
Checks SSODescriptor for Spec compliance.
SSODescriptorSpecValidator() - Constructor for class org.opensaml.saml2.metadata.validator.SSODescriptorSpecValidator
Constructor
SSODescriptorUnmarshaller - Class in org.opensaml.saml2.metadata.impl
A thread safe Unmarshaller for SSODescriptor objects.
SSODescriptorUnmarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.SSODescriptorUnmarshaller
 
Statement - Interface in org.opensaml.saml1.core
This interface defines how the object representing a SAML1 Statement element behaves.
Statement - Interface in org.opensaml.saml2.core
SAML 2.0 Core Statement.
Status - Interface in org.opensaml.saml1.core
This interface defines how the object representing a SAML 1 Status element behaves.
Status - Interface in org.opensaml.saml2.core
SAML 2.0 Core Status.
StatusBuilder - Class in org.opensaml.saml1.core.impl
Builder of StatusImpl objects.
StatusBuilder() - Constructor for class org.opensaml.saml1.core.impl.StatusBuilder
Constructor
StatusBuilder - Class in org.opensaml.saml2.core.impl
Builder of StatusImpl.
StatusBuilder() - Constructor for class org.opensaml.saml2.core.impl.StatusBuilder
Constructor.
StatusCode - Interface in org.opensaml.saml1.core
This interface defines how the object representing a SAML 1 StatusCode element behaves.
StatusCode - Interface in org.opensaml.saml2.core
SAML 2.0 Core StatusCode.
StatusCodeBuilder - Class in org.opensaml.saml1.core.impl
Builder of StatusCodeImpl objects.
StatusCodeBuilder() - Constructor for class org.opensaml.saml1.core.impl.StatusCodeBuilder
Constructor
StatusCodeBuilder - Class in org.opensaml.saml2.core.impl
Builder of StatusCodeImpl.
StatusCodeBuilder() - Constructor for class org.opensaml.saml2.core.impl.StatusCodeBuilder
Constructor.
StatusCodeImpl - Class in org.opensaml.saml1.core.impl
Concrete implementation of StatusCode Object.
StatusCodeImpl(String, String, String) - Constructor for class org.opensaml.saml1.core.impl.StatusCodeImpl
Constructor.
StatusCodeImpl - Class in org.opensaml.saml2.core.impl
Concrete implementation of StatusCode.
StatusCodeImpl(String, String, String) - Constructor for class org.opensaml.saml2.core.impl.StatusCodeImpl
Constructor.
StatusCodeMarshaller - Class in org.opensaml.saml1.core.impl
A thread safe Marshaller for StatusCode objects.
StatusCodeMarshaller() - Constructor for class org.opensaml.saml1.core.impl.StatusCodeMarshaller
 
StatusCodeMarshaller - Class in org.opensaml.saml2.core.impl
A thread safe Marshaller for StatusCode objects.
StatusCodeMarshaller() - Constructor for class org.opensaml.saml2.core.impl.StatusCodeMarshaller
 
StatusCodeSchemaValidator - Class in org.opensaml.saml1.core.validator
Checks StatusCode for Schema compliance.
StatusCodeSchemaValidator() - Constructor for class org.opensaml.saml1.core.validator.StatusCodeSchemaValidator
 
StatusCodeSchemaValidator - Class in org.opensaml.saml2.core.validator
Checks StatusCode for Schema compliance.
StatusCodeSchemaValidator() - Constructor for class org.opensaml.saml2.core.validator.StatusCodeSchemaValidator
Constructor
StatusCodeType - Interface in org.opensaml.xacml.ctx
XACML context StatusCode schema type.
StatusCodeTypeImpl - Class in org.opensaml.xacml.ctx.impl
Concrete implementation of StatusCodeType.
StatusCodeTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.ctx.impl.StatusCodeTypeImpl
Constructor.
StatusCodeTypeImplBuilder - Class in org.opensaml.xacml.ctx.impl
Builder for StatusCodeType objects.
StatusCodeTypeImplBuilder() - Constructor for class org.opensaml.xacml.ctx.impl.StatusCodeTypeImplBuilder
Constructor.
StatusCodeTypeMarshaller - Class in org.opensaml.xacml.ctx.impl
Marshaller for StatusCodeType objects.
StatusCodeTypeMarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.StatusCodeTypeMarshaller
Constructor.
StatusCodeTypeMarshaller(String, String) - Constructor for class org.opensaml.xacml.ctx.impl.StatusCodeTypeMarshaller
Constructor.
StatusCodeTypeUnmarshaller - Class in org.opensaml.xacml.ctx.impl
Unmarshaller for StatusCodeType objects.
StatusCodeTypeUnmarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.StatusCodeTypeUnmarshaller
Constructor.
StatusCodeTypeUnmarshaller(String, String) - Constructor for class org.opensaml.xacml.ctx.impl.StatusCodeTypeUnmarshaller
Constructor.
StatusCodeUnmarshaller - Class in org.opensaml.saml1.core.impl
A thread-safe Unmarshaller for StatusCode objects.
StatusCodeUnmarshaller() - Constructor for class org.opensaml.saml1.core.impl.StatusCodeUnmarshaller
 
StatusCodeUnmarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Unmarshaller for StatusCode objects.
StatusCodeUnmarshaller() - Constructor for class org.opensaml.saml2.core.impl.StatusCodeUnmarshaller
 
StatusDetail - Interface in org.opensaml.saml1.core
Interface to describe how a StatusDetail <\code> element behaves
StatusDetail - Interface in org.opensaml.saml2.core
SAML 2.0 Core StatusDetail.
StatusDetailBuilder - Class in org.opensaml.saml1.core.impl
Builder of StatusDetailImpl
StatusDetailBuilder() - Constructor for class org.opensaml.saml1.core.impl.StatusDetailBuilder
Constructor
StatusDetailBuilder - Class in org.opensaml.saml2.core.impl
 
StatusDetailBuilder() - Constructor for class org.opensaml.saml2.core.impl.StatusDetailBuilder
Constructor.
StatusDetailImpl - Class in org.opensaml.saml1.core.impl
Concrete implementation of StatusDetail
StatusDetailImpl(String, String, String) - Constructor for class org.opensaml.saml1.core.impl.StatusDetailImpl
Constructor
StatusDetailImpl - Class in org.opensaml.saml2.core.impl
Concrete implementation of StatusDetail.
StatusDetailImpl(String, String, String) - Constructor for class org.opensaml.saml2.core.impl.StatusDetailImpl
Constructor.
StatusDetailMarshaller - Class in org.opensaml.saml1.core.impl
A thread safe Marshaller for StatusDetail objects.
StatusDetailMarshaller() - Constructor for class org.opensaml.saml1.core.impl.StatusDetailMarshaller
 
StatusDetailMarshaller - Class in org.opensaml.saml2.core.impl
A thread safe Marshaller for StatusDetail objects.
StatusDetailMarshaller() - Constructor for class org.opensaml.saml2.core.impl.StatusDetailMarshaller
 
StatusDetailType - Interface in org.opensaml.xacml.ctx
XACML context StatusDetail schema type.
StatusDetailTypeImpl - Class in org.opensaml.xacml.ctx.impl
Concrete implementation of StatusCodeType.
StatusDetailTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.ctx.impl.StatusDetailTypeImpl
Constructor.
StatusDetailTypeImplBuilder - Class in org.opensaml.xacml.ctx.impl
Builder for StatusDetailType objects.
StatusDetailTypeImplBuilder() - Constructor for class org.opensaml.xacml.ctx.impl.StatusDetailTypeImplBuilder
Constructor.
StatusDetailTypeMarshaller - Class in org.opensaml.xacml.ctx.impl
Marshaller for StatusDetailType objects.
StatusDetailTypeMarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.StatusDetailTypeMarshaller
Constructor.
StatusDetailTypeMarshaller(String, String) - Constructor for class org.opensaml.xacml.ctx.impl.StatusDetailTypeMarshaller
Constructor.
StatusDetailTypeUnmarshaller - Class in org.opensaml.xacml.ctx.impl
Unmarshaller for StatusDetailType objects.
StatusDetailTypeUnmarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.StatusDetailTypeUnmarshaller
Constructor.
StatusDetailTypeUnmarshaller(String, String) - Constructor for class org.opensaml.xacml.ctx.impl.StatusDetailTypeUnmarshaller
Constructor.
StatusDetailUnmarshaller - Class in org.opensaml.saml1.core.impl
A thread-safe Unmarshaller for StatusDetail objects.
StatusDetailUnmarshaller() - Constructor for class org.opensaml.saml1.core.impl.StatusDetailUnmarshaller
 
StatusDetailUnmarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Unmarshaller for StatusDetail objects.
StatusDetailUnmarshaller() - Constructor for class org.opensaml.saml2.core.impl.StatusDetailUnmarshaller
 
StatusImpl - Class in org.opensaml.saml1.core.impl
Concrete Implementation Status
StatusImpl(String, String, String) - Constructor for class org.opensaml.saml1.core.impl.StatusImpl
Constructor
StatusImpl - Class in org.opensaml.saml2.core.impl
Concrete implementation of Status.
StatusImpl(String, String, String) - Constructor for class org.opensaml.saml2.core.impl.StatusImpl
Constructor.
StatusMarshaller - Class in org.opensaml.saml1.core.impl
A thread safe Marshaller for Status objects.
StatusMarshaller() - Constructor for class org.opensaml.saml1.core.impl.StatusMarshaller
 
StatusMarshaller - Class in org.opensaml.saml2.core.impl
A thread safe Marshaller for Status objects.
StatusMarshaller() - Constructor for class org.opensaml.saml2.core.impl.StatusMarshaller
 
StatusMessage - Interface in org.opensaml.saml1.core
This interface defines how the object representing a SAML1 StatusMessage element behaves.
StatusMessage - Interface in org.opensaml.saml2.core
SAML 2.0 Core StatusMessage.
StatusMessageBuilder - Class in org.opensaml.saml1.core.impl
Builder of StatusMessageImpl objects.
StatusMessageBuilder() - Constructor for class org.opensaml.saml1.core.impl.StatusMessageBuilder
Constructor
StatusMessageBuilder - Class in org.opensaml.saml2.core.impl
Builder of StatusMessageImpl.
StatusMessageBuilder() - Constructor for class org.opensaml.saml2.core.impl.StatusMessageBuilder
Constructor.
StatusMessageImpl - Class in org.opensaml.saml1.core.impl
Concrete implementation of org.opensaml.saml1.core StatusMessage object
StatusMessageImpl(String, String, String) - Constructor for class org.opensaml.saml1.core.impl.StatusMessageImpl
Constructor
StatusMessageImpl - Class in org.opensaml.saml2.core.impl
Concrete implementation of StatusMessage.
StatusMessageImpl(String, String, String) - Constructor for class org.opensaml.saml2.core.impl.StatusMessageImpl
Constructor.
StatusMessageMarshaller - Class in org.opensaml.saml1.core.impl
A thread safe Marshaller for StatusMessage objects.
StatusMessageMarshaller() - Constructor for class org.opensaml.saml1.core.impl.StatusMessageMarshaller
 
StatusMessageMarshaller - Class in org.opensaml.saml2.core.impl
A thread safe Marshaller for StatusMessage objects.
StatusMessageMarshaller() - Constructor for class org.opensaml.saml2.core.impl.StatusMessageMarshaller
 
StatusMessageSchemaValidator - Class in org.opensaml.saml2.core.validator
hecks StatusMessage for Schema compliance.
StatusMessageSchemaValidator() - Constructor for class org.opensaml.saml2.core.validator.StatusMessageSchemaValidator
Constructor
StatusMessageType - Interface in org.opensaml.xacml.ctx
XACML context StatusMessage schema type.
StatusMessageTypeImpl - Class in org.opensaml.xacml.ctx.impl
Implementation of StatusMessageType.
StatusMessageTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.ctx.impl.StatusMessageTypeImpl
Constructor.
StatusMessageTypeImplBuilder - Class in org.opensaml.xacml.ctx.impl
Builder for StatusMessageType.
StatusMessageTypeImplBuilder() - Constructor for class org.opensaml.xacml.ctx.impl.StatusMessageTypeImplBuilder
Constructor.
StatusMessageTypeMarshaller - Class in org.opensaml.xacml.ctx.impl
Masrhaller for StatusMessageType.
StatusMessageTypeMarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.StatusMessageTypeMarshaller
 
StatusMessageTypeUnmarshaller - Class in org.opensaml.xacml.ctx.impl
Unmarshaller for StatusMessageType.
StatusMessageTypeUnmarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.StatusMessageTypeUnmarshaller
 
StatusMessageUnmarshaller - Class in org.opensaml.saml1.core.impl
A thread-safe Unmarshaller for StatusMessage objects.
StatusMessageUnmarshaller() - Constructor for class org.opensaml.saml1.core.impl.StatusMessageUnmarshaller
 
StatusMessageUnmarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Unmarshaller for StatusMessage objects.
StatusMessageUnmarshaller() - Constructor for class org.opensaml.saml2.core.impl.StatusMessageUnmarshaller
 
StatusResponseType - Interface in org.opensaml.saml2.core
SAML 2.0 Core StatusResponseType.
StatusResponseTypeImpl - Class in org.opensaml.saml2.core.impl
Concrete implementation of StatusResponseType.
StatusResponseTypeImpl(String, String, String) - Constructor for class org.opensaml.saml2.core.impl.StatusResponseTypeImpl
Constructor.
StatusResponseTypeMarshaller - Class in org.opensaml.saml2.core.impl
A thread safe Marshaller for StatusResponseType objects.
StatusResponseTypeMarshaller() - Constructor for class org.opensaml.saml2.core.impl.StatusResponseTypeMarshaller
 
StatusResponseTypeSchemaValidator<StatusResponse extends StatusResponseType> - Class in org.opensaml.saml2.core.validator
Checks StatusResponseType for Schema compliance.
StatusResponseTypeSchemaValidator() - Constructor for class org.opensaml.saml2.core.validator.StatusResponseTypeSchemaValidator
Constructor
StatusResponseTypeUnmarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Unmarshaller for StatusResponseType objects.
StatusResponseTypeUnmarshaller() - Constructor for class org.opensaml.saml2.core.impl.StatusResponseTypeUnmarshaller
 
StatusSchemaValidator - Class in org.opensaml.saml1.core.validator
Checks Status for Schema compliance.
StatusSchemaValidator() - Constructor for class org.opensaml.saml1.core.validator.StatusSchemaValidator
 
StatusSchemaValidator - Class in org.opensaml.saml2.core.validator
Checks Status for Schema compliance.
StatusSchemaValidator() - Constructor for class org.opensaml.saml2.core.validator.StatusSchemaValidator
Constructor
StatusType - Interface in org.opensaml.xacml.ctx
XACML context Status schema type.
StatusTypeImpl - Class in org.opensaml.xacml.ctx.impl
Concrete implementation of StatusType.
StatusTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.ctx.impl.StatusTypeImpl
Constructor.
StatusTypeImplBuilder - Class in org.opensaml.xacml.ctx.impl
Builder for StatusType objects.
StatusTypeImplBuilder() - Constructor for class org.opensaml.xacml.ctx.impl.StatusTypeImplBuilder
Constructor.
StatusTypeMarshaller - Class in org.opensaml.xacml.ctx.impl
Marshaller for StatusType objects.
StatusTypeMarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.StatusTypeMarshaller
Constructor.
StatusTypeMarshaller(String, String) - Constructor for class org.opensaml.xacml.ctx.impl.StatusTypeMarshaller
Constructor.
StatusTypeUnmarshaller - Class in org.opensaml.xacml.ctx.impl
Unmarshaller for StatusType objects.
StatusTypeUnmarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.StatusTypeUnmarshaller
Constructor.
StatusTypeUnmarshaller(String, String) - Constructor for class org.opensaml.xacml.ctx.impl.StatusTypeUnmarshaller
Constructor.
StatusUnmarshaller - Class in org.opensaml.saml1.core.impl
A thread-safe Unmarshaller for Status objects.
StatusUnmarshaller() - Constructor for class org.opensaml.saml1.core.impl.StatusUnmarshaller
 
StatusUnmarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Unmarshaller for Status objects.
StatusUnmarshaller() - Constructor for class org.opensaml.saml2.core.impl.StatusUnmarshaller
 
Subject - Interface in org.opensaml.saml1.core
Interface to describe how the Subject elements work.
Subject - Interface in org.opensaml.saml2.core
SAML 2.0 Core Subject.
SUBJECT_ATTRIBUTE_DESIGNATOR_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.AttributeDesignatorType
Local name of the element SubjectAttributeDesignator.
SUBJECT_ATTRIBUTE_DESIGNATOR_ELEMENT_NAME - Static variable in interface org.opensaml.xacml.policy.AttributeDesignatorType
QName of the element SubjectAttributeDesignator.
SUBJECT_CATEGORY_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.policy.SubjectAttributeDesignatorType
SubjectCategory attribute name.
SUBJECT_CATEGORY_ATTTRIB_NAME - Static variable in interface org.opensaml.xacml.ctx.SubjectType
Name of the SubjectCategory attribute.
SubjectAttributeDesignatorType - Interface in org.opensaml.xacml.policy
XACML SubjectAttributeDesignator schema type.
SubjectAttributeDesignatorTypeImpl - Class in org.opensaml.xacml.policy.impl
Implementation of SubjectAttributeDesignatorType.
SubjectAttributeDesignatorTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.SubjectAttributeDesignatorTypeImpl
Constructor.
SubjectAttributeDesignatorTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
Bilder for SubjectAttributeDesignatorType.
SubjectAttributeDesignatorTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.SubjectAttributeDesignatorTypeImplBuilder
 
SubjectAttributeDesignatorTypeMarshaller - Class in org.opensaml.xacml.policy.impl
Marshaller for SubjectAttributeDesignatorType.
SubjectAttributeDesignatorTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.SubjectAttributeDesignatorTypeMarshaller
Constructor.
SubjectAttributeDesignatorTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
Unmarshaller for SubjectAttributeDesignatorType.
SubjectAttributeDesignatorTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.SubjectAttributeDesignatorTypeUnmarshaller
Constructor.
SubjectBuilder - Class in org.opensaml.saml1.core.impl
Builder of (@link org.opensaml.saml1.core.impl.SubjectImpl} objects.
SubjectBuilder() - Constructor for class org.opensaml.saml1.core.impl.SubjectBuilder
Constructor
SubjectBuilder - Class in org.opensaml.saml2.core.impl
Builder for SubjectImpl objects.
SubjectBuilder() - Constructor for class org.opensaml.saml2.core.impl.SubjectBuilder
Constructor.
SubjectConfirmation - Interface in org.opensaml.saml1.core
Interface to define how a SubjectConfirmation element behaves
SubjectConfirmation - Interface in org.opensaml.saml2.core
SAML 2.0 Core SubjectConfirmation.
SubjectConfirmationBuilder - Class in org.opensaml.saml1.core.impl
Builder of SubjectConfirmationImpl objects.
SubjectConfirmationBuilder() - Constructor for class org.opensaml.saml1.core.impl.SubjectConfirmationBuilder
Constructor
SubjectConfirmationBuilder - Class in org.opensaml.saml2.core.impl
Builder for SubjectConfirmationImpl objects.
SubjectConfirmationBuilder() - Constructor for class org.opensaml.saml2.core.impl.SubjectConfirmationBuilder
Constructor.
SubjectConfirmationData - Interface in org.opensaml.saml1.core
This interface defines how the object representing a SAML1 SubjectConfirmationData element behaves.
SubjectConfirmationData - Interface in org.opensaml.saml2.core
SAML 2.0 Core SubjectConfirmationData.
SubjectConfirmationDataBuilder - Class in org.opensaml.saml2.core.impl
Builder for SubjectConfirmationDataImpl objects.
SubjectConfirmationDataBuilder() - Constructor for class org.opensaml.saml2.core.impl.SubjectConfirmationDataBuilder
Constructor.
SubjectConfirmationDataImpl - Class in org.opensaml.saml2.core.impl
Concrete implementation of SubjectConfirmationData.
SubjectConfirmationDataImpl(String, String, String) - Constructor for class org.opensaml.saml2.core.impl.SubjectConfirmationDataImpl
Constructor.
SubjectConfirmationDataMarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Marshaller for SubjectConfirmationData objects.
SubjectConfirmationDataMarshaller() - Constructor for class org.opensaml.saml2.core.impl.SubjectConfirmationDataMarshaller
 
SubjectConfirmationDataUnmarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Unmarshaller for SubjectConfirmationData objects.
SubjectConfirmationDataUnmarshaller() - Constructor for class org.opensaml.saml2.core.impl.SubjectConfirmationDataUnmarshaller
 
SubjectConfirmationImpl - Class in org.opensaml.saml1.core.impl
Concrete implementation of a SubjectConfirmation object
SubjectConfirmationImpl(String, String, String) - Constructor for class org.opensaml.saml1.core.impl.SubjectConfirmationImpl
Constructor
SubjectConfirmationImpl - Class in org.opensaml.saml2.core.impl
Concrete implementation of SubjectConfirmation.
SubjectConfirmationImpl(String, String, String) - Constructor for class org.opensaml.saml2.core.impl.SubjectConfirmationImpl
Constructor.
SubjectConfirmationMarshaller - Class in org.opensaml.saml1.core.impl
A thread safe Marshaller for SubjectConfirmation objects.
SubjectConfirmationMarshaller() - Constructor for class org.opensaml.saml1.core.impl.SubjectConfirmationMarshaller
 
SubjectConfirmationMarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Marshaller for SubjectConfirmation objects.
SubjectConfirmationMarshaller() - Constructor for class org.opensaml.saml2.core.impl.SubjectConfirmationMarshaller
 
SubjectConfirmationSchemaValidator - Class in org.opensaml.saml1.core.validator
Checks SubjectConfirmation for Schema compliance.
SubjectConfirmationSchemaValidator() - Constructor for class org.opensaml.saml1.core.validator.SubjectConfirmationSchemaValidator
 
SubjectConfirmationSchemaValidator - Class in org.opensaml.saml2.core.validator
Checks SubjectConfirmation for Schema compliance.
SubjectConfirmationSchemaValidator() - Constructor for class org.opensaml.saml2.core.validator.SubjectConfirmationSchemaValidator
Constructor
SubjectConfirmationUnmarshaller - Class in org.opensaml.saml1.core.impl
A thread-safe Unmarshaller for SubjectConfirmation objects.
SubjectConfirmationUnmarshaller() - Constructor for class org.opensaml.saml1.core.impl.SubjectConfirmationUnmarshaller
 
SubjectConfirmationUnmarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Unmarshaller for SubjectConfirmation objects.
SubjectConfirmationUnmarshaller() - Constructor for class org.opensaml.saml2.core.impl.SubjectConfirmationUnmarshaller
 
SubjectImpl - Class in org.opensaml.saml1.core.impl
Complete implementation of Subject
SubjectImpl(String, String, String) - Constructor for class org.opensaml.saml1.core.impl.SubjectImpl
Constructor
SubjectImpl - Class in org.opensaml.saml2.core.impl
Concrete implementation of Subject.
SubjectImpl(String, String, String) - Constructor for class org.opensaml.saml2.core.impl.SubjectImpl
Constructor.
SubjectLocality - Interface in org.opensaml.saml1.core
Interface to define how a SubjectLocality element behaves.
SubjectLocality - Interface in org.opensaml.saml2.core
SAML 2.0 Core SubjectLocality.
SubjectLocalityBuilder - Class in org.opensaml.saml1.core.impl
Builder of SubjectLocalityImpl objects.
SubjectLocalityBuilder() - Constructor for class org.opensaml.saml1.core.impl.SubjectLocalityBuilder
Constructor
SubjectLocalityBuilder - Class in org.opensaml.saml2.core.impl
Builder for SubjectLocalityImpl objects.
SubjectLocalityBuilder() - Constructor for class org.opensaml.saml2.core.impl.SubjectLocalityBuilder
Constructor.
SubjectLocalityImpl - Class in org.opensaml.saml1.core.impl
A concrete impementation of the SubjectLocality interface
SubjectLocalityImpl(String, String, String) - Constructor for class org.opensaml.saml1.core.impl.SubjectLocalityImpl
Constructor
SubjectLocalityImpl - Class in org.opensaml.saml2.core.impl
A concrete implementation of SubjectLocality.
SubjectLocalityImpl(String, String, String) - Constructor for class org.opensaml.saml2.core.impl.SubjectLocalityImpl
Constructor.
SubjectLocalityMarshaller - Class in org.opensaml.saml1.core.impl
A thread safe Marshaller for SubjectLocality objects.
SubjectLocalityMarshaller() - Constructor for class org.opensaml.saml1.core.impl.SubjectLocalityMarshaller
 
SubjectLocalityMarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Marshaler for SubjectLocality.
SubjectLocalityMarshaller() - Constructor for class org.opensaml.saml2.core.impl.SubjectLocalityMarshaller
 
SubjectLocalityUnmarshaller - Class in org.opensaml.saml1.core.impl
A thread-safe Unmarshaller for SubjectLocality objects.
SubjectLocalityUnmarshaller() - Constructor for class org.opensaml.saml1.core.impl.SubjectLocalityUnmarshaller
 
SubjectLocalityUnmarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Marshaller for SubjectLocality.
SubjectLocalityUnmarshaller() - Constructor for class org.opensaml.saml2.core.impl.SubjectLocalityUnmarshaller
 
SubjectMarshaller - Class in org.opensaml.saml1.core.impl
A thread safe Marshaller for Subject objects.
SubjectMarshaller() - Constructor for class org.opensaml.saml1.core.impl.SubjectMarshaller
 
SubjectMarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Marshaller for Subject objects.
SubjectMarshaller() - Constructor for class org.opensaml.saml2.core.impl.SubjectMarshaller
 
SubjectMatchType - Interface in org.opensaml.xacml.policy
XACML SubjectMatch schema type.
SubjectMatchTypeImpl - Class in org.opensaml.xacml.policy.impl
Concrete implementation of SubjectMatchType.
SubjectMatchTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.SubjectMatchTypeImpl
Constructor.
SubjectMatchTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
Builder of SubjectMatchType objects.
SubjectMatchTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.SubjectMatchTypeImplBuilder
 
SubjectMatchTypeMarshaller - Class in org.opensaml.xacml.policy.impl
Marshaller of SubjectMatchType objects.
SubjectMatchTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.SubjectMatchTypeMarshaller
Constructor.
SubjectMatchTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
Unmarshaller of SubjectMatchType objects.
SubjectMatchTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.SubjectMatchTypeUnmarshaller
Constructor.
SubjectQuery - Interface in org.opensaml.saml1.core
This interface is for the SAML1 SubjectQuery extention point.
SubjectQuery - Interface in org.opensaml.saml2.core
SAML 2.0 Core SubjectQuery.
SubjectQueryImpl - Class in org.opensaml.saml1.core.impl
Concrete (but abstract) implementation of SubjectQuery abstract type
SubjectQueryImpl(String, String, String) - Constructor for class org.opensaml.saml1.core.impl.SubjectQueryImpl
Constructor.
SubjectQueryImpl - Class in org.opensaml.saml2.core.impl
Concrete implementation of SubjectQuery.
SubjectQueryImpl(String, String, String) - Constructor for class org.opensaml.saml2.core.impl.SubjectQueryImpl
Constructor.
SubjectQueryMarshaller - Class in org.opensaml.saml1.core.impl
A thread safe Marshaller for SubjectQuery objects.
SubjectQueryMarshaller() - Constructor for class org.opensaml.saml1.core.impl.SubjectQueryMarshaller
 
SubjectQueryMarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Marshaller for SubjectQuery.
SubjectQueryMarshaller() - Constructor for class org.opensaml.saml2.core.impl.SubjectQueryMarshaller
 
SubjectQuerySchemaValidator<QueryType extends SubjectQuery> - Class in org.opensaml.saml1.core.validator
Checks SubjectQuery for Schema compliance.
SubjectQuerySchemaValidator() - Constructor for class org.opensaml.saml1.core.validator.SubjectQuerySchemaValidator
 
SubjectQuerySchemaValidator<SubjectQueryType extends SubjectQuery> - Class in org.opensaml.saml2.core.validator
Checks SubjectQuery for Schema compliance.
SubjectQuerySchemaValidator() - Constructor for class org.opensaml.saml2.core.validator.SubjectQuerySchemaValidator
Constructor
SubjectQueryUnmarshaller - Class in org.opensaml.saml1.core.impl
A thread safe Unmarshaller for SubjectQuery objects.
SubjectQueryUnmarshaller() - Constructor for class org.opensaml.saml1.core.impl.SubjectQueryUnmarshaller
 
SubjectQueryUnmarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Unmarshaller for SubjectQuery.
SubjectQueryUnmarshaller() - Constructor for class org.opensaml.saml2.core.impl.SubjectQueryUnmarshaller
 
SubjectSchemaValidator - Class in org.opensaml.saml1.core.validator
Checks Subject for Schema compliance.
SubjectSchemaValidator() - Constructor for class org.opensaml.saml1.core.validator.SubjectSchemaValidator
 
SubjectSchemaValidator - Class in org.opensaml.saml2.core.validator
Checks Subject for Schema compliance.
SubjectSchemaValidator() - Constructor for class org.opensaml.saml2.core.validator.SubjectSchemaValidator
Constructor
SubjectStatement - Interface in org.opensaml.saml1.core
Interface to descibe how the anchor point SubjectStatement would work.
SubjectStatementImpl - Class in org.opensaml.saml1.core.impl
Abstract type to implement SubjectStatementType
SubjectStatementImpl(String, String, String) - Constructor for class org.opensaml.saml1.core.impl.SubjectStatementImpl
Constructor.
SubjectStatementMarshaller - Class in org.opensaml.saml1.core.impl
Marshaller for SubjectStatement XMLObjects.
SubjectStatementMarshaller() - Constructor for class org.opensaml.saml1.core.impl.SubjectStatementMarshaller
 
SubjectStatementSchemaValidator<SubjectStatementType extends SubjectStatement> - Class in org.opensaml.saml1.core.validator
Checks SubjectStatement for Schema compliance.
SubjectStatementSchemaValidator() - Constructor for class org.opensaml.saml1.core.validator.SubjectStatementSchemaValidator
 
SubjectStatementUnmarshaller - Class in org.opensaml.saml1.core.impl
Unamershaller for SubjectStatements.
SubjectStatementUnmarshaller() - Constructor for class org.opensaml.saml1.core.impl.SubjectStatementUnmarshaller
 
SubjectsType - Interface in org.opensaml.xacml.policy
XACML Subjects schema type.
SubjectsTypeImpl - Class in org.opensaml.xacml.policy.impl
Implementation of SubjectsType.
SubjectsTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.SubjectsTypeImpl
Constructor.
SubjectsTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
Builder for SubjectsType.
SubjectsTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.SubjectsTypeImplBuilder
 
SubjectsTypeMarshaller - Class in org.opensaml.xacml.policy.impl
Marshaller for SubjectsType.
SubjectsTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.SubjectsTypeMarshaller
Constructor.
SubjectsTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
Unmarshalle for SubjectsType.
SubjectsTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.SubjectsTypeUnmarshaller
Constructor.
SubjectType - Interface in org.opensaml.xacml.ctx
XACML context Subject schema type.
SubjectType - Interface in org.opensaml.xacml.policy
XACML Subject schema type.
SubjectTypeImpl - Class in org.opensaml.xacml.ctx.impl
Concrete implementation of SubjectType.
SubjectTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.ctx.impl.SubjectTypeImpl
Constructor.
SubjectTypeImpl - Class in org.opensaml.xacml.policy.impl
Implementation of SubjectType.
SubjectTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.SubjectTypeImpl
Constructor.
SubjectTypeImplBuilder - Class in org.opensaml.xacml.ctx.impl
Builder for SubjectType objects.
SubjectTypeImplBuilder() - Constructor for class org.opensaml.xacml.ctx.impl.SubjectTypeImplBuilder
Constructor.
SubjectTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
Builder for SubjectType.
SubjectTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.SubjectTypeImplBuilder
 
SubjectTypeMarshaller - Class in org.opensaml.xacml.ctx.impl
Marshaller for SubjectType objects.
SubjectTypeMarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.SubjectTypeMarshaller
Constructor.
SubjectTypeMarshaller(String, String) - Constructor for class org.opensaml.xacml.ctx.impl.SubjectTypeMarshaller
Constructor.
SubjectTypeMarshaller - Class in org.opensaml.xacml.policy.impl
Marshaller for SubjectType.
SubjectTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.SubjectTypeMarshaller
Constructor.
SubjectTypeUnmarshaller - Class in org.opensaml.xacml.ctx.impl
Unmarshaller for SubjectType objects.
SubjectTypeUnmarshaller() - Constructor for class org.opensaml.xacml.ctx.impl.SubjectTypeUnmarshaller
Constructor.
SubjectTypeUnmarshaller(String, String) - Constructor for class org.opensaml.xacml.ctx.impl.SubjectTypeUnmarshaller
Constructor.
SubjectTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
Unmarshaller for SubjectType.
SubjectTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.SubjectTypeUnmarshaller
Constructor.
SubjectUnmarshaller - Class in org.opensaml.saml1.core.impl
A thread-safe Unmarshaller for Subject objects.
SubjectUnmarshaller() - Constructor for class org.opensaml.saml1.core.impl.SubjectUnmarshaller
 
SubjectUnmarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Unmarshaller for Subject objects.
SubjectUnmarshaller() - Constructor for class org.opensaml.saml2.core.impl.SubjectUnmarshaller
 
SUCCESS - Static variable in interface org.opensaml.saml1.core.StatusCode
Success status value.
SUCCESS_URI - Static variable in interface org.opensaml.saml2.core.StatusCode
URI for Success status code.
SUPPORT - Static variable in class org.opensaml.saml2.metadata.ContactPersonTypeEnumeration
"support" contact type
SurName - Interface in org.opensaml.saml2.metadata
SAML 2.0 Metadata SurName
SurNameBuilder - Class in org.opensaml.saml2.metadata.impl
Builder of SurNameImpl
SurNameBuilder() - Constructor for class org.opensaml.saml2.metadata.impl.SurNameBuilder
Constructor
SurNameImpl - Class in org.opensaml.saml2.metadata.impl
Concrete implementation of SurName
SurNameImpl(String, String, String) - Constructor for class org.opensaml.saml2.metadata.impl.SurNameImpl
Constructor
SurNameMarshaller - Class in org.opensaml.saml2.metadata.impl
A thread safe Marshaller for SurName objects.
SurNameMarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.SurNameMarshaller
 
SurNameSchemaValidator - Class in org.opensaml.saml2.metadata.validator
Checks SurName for Schema compliance.
SurNameSchemaValidator() - Constructor for class org.opensaml.saml2.metadata.validator.SurNameSchemaValidator
Constructor
SurNameUnmarshaller - Class in org.opensaml.saml2.metadata.impl
A thread-safe Unmarshaller for SurName objects.
SurNameUnmarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.SurNameUnmarshaller
 

T

TargetType - Interface in org.opensaml.xacml.policy
XACML Target schema type.
TargetTypeImpl - Class in org.opensaml.xacml.policy.impl
Implementing TargetType.
TargetTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.TargetTypeImpl
Constructor.
TargetTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
Implementation for TargetType.
TargetTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.TargetTypeImplBuilder
 
TargetTypeMarshaller - Class in org.opensaml.xacml.policy.impl
A marshaller for the TargetType.
TargetTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.TargetTypeMarshaller
 
TargetTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
A unmarshaller for TargetType.
TargetTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.TargetTypeUnmarshaller
Constructor.
TECHNICAL - Static variable in class org.opensaml.saml2.metadata.ContactPersonTypeEnumeration
"technical" contact type
TelephoneNumber - Interface in org.opensaml.saml2.metadata
SAML 2.0 Metadata TelephoneNumber
TelephoneNumberBuilder - Class in org.opensaml.saml2.metadata.impl
Builder of TelephoneNumberImpl
TelephoneNumberBuilder() - Constructor for class org.opensaml.saml2.metadata.impl.TelephoneNumberBuilder
Constructor
TelephoneNumberImpl - Class in org.opensaml.saml2.metadata.impl
Concrete implementation of TelephoneNumber
TelephoneNumberImpl(String, String, String) - Constructor for class org.opensaml.saml2.metadata.impl.TelephoneNumberImpl
Constructor
TelephoneNumberMarshaller - Class in org.opensaml.saml2.metadata.impl
A thread safe Marshaller for TelephoneNumber objects.
TelephoneNumberMarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.TelephoneNumberMarshaller
 
TelephoneNumberSchemaValidator - Class in org.opensaml.saml2.metadata.validator
Checks TelephoneNumber for Schema compliance.
TelephoneNumberSchemaValidator() - Constructor for class org.opensaml.saml2.metadata.validator.TelephoneNumberSchemaValidator
Constructor
TelephoneNumberUnmarshaller - Class in org.opensaml.saml2.metadata.impl
A thread-safe Unmarshaller for TelephoneNumber objects.
TelephoneNumberUnmarshaller() - Constructor for class org.opensaml.saml2.metadata.impl.TelephoneNumberUnmarshaller
 
TELEPHONY_AUTHN_CTX - Static variable in interface org.opensaml.saml2.core.AuthnContext
URI for Telephony authentication context.
Terminate - Interface in org.opensaml.saml2.core
SAML 2.0 Core Terminate
TerminateBuilder - Class in org.opensaml.saml2.core.impl
A Builder for TerminateImpl objects.
TerminateBuilder() - Constructor for class org.opensaml.saml2.core.impl.TerminateBuilder
Constructor.
TerminateImpl - Class in org.opensaml.saml2.core.impl
Concrete implementation of Terminate.
TerminateImpl(String, String, String) - Constructor for class org.opensaml.saml2.core.impl.TerminateImpl
Constructor.
TerminateMarshaller - Class in org.opensaml.saml2.core.impl
A thread safe Marshaller for Terminate objects.
TerminateMarshaller() - Constructor for class org.opensaml.saml2.core.impl.TerminateMarshaller
 
TerminateUnmarshaller - Class in org.opensaml.saml2.core.impl
A thread-safe Unmarshaller for Terminate objects.
TerminateUnmarshaller() - Constructor for class org.opensaml.saml2.core.impl.TerminateUnmarshaller
 
TIME_SYNC_TOKEN_AUTHN_CTX - Static variable in interface org.opensaml.saml2.core.AuthnContext
URI for Time Synchornized Token authentication context.
TimeBoundSAMLObject - Interface in org.opensaml.saml2.common
A functional interface for SAMLElements that are bounded with a "validUntil" attribute.
TLS_CLIENT_AUTHN_CTX - Static variable in interface org.opensaml.saml2.core.AuthnContext
URI for SSL/TLS Client authentication context.
TOO_MANY_RESPONSES - Static variable in interface org.opensaml.saml1.core.StatusCode
TooManyResponses status value.
TOO_MANY_RESPONSES - Static variable in interface org.opensaml.saml2.core.StatusCode
URI for TooManyResponses status code.
toString() - Method in class org.opensaml.common.binding.artifact.AbstractSAMLArtifact
toString() - Method in class org.opensaml.common.SAMLVersion
toString() - Method in class org.opensaml.saml1.core.DecisionTypeEnumeration
toString() - Method in class org.opensaml.saml2.core.AuthnContextComparisonTypeEnumeration
toString() - Method in class org.opensaml.saml2.core.DecisionTypeEnumeration
toString() - Method in class org.opensaml.saml2.metadata.ContactPersonTypeEnumeration
Gets the contact type as a string.
toString() - Method in class org.opensaml.security.MetadataCredentialResolver.MetadataCacheKey
TRANSIENT - Static variable in interface org.opensaml.saml2.core.NameIDType
URI for transient name format.
TYPE_CODE - Static variable in class org.opensaml.saml1.binding.artifact.SAML1ArtifactType0001
Artifact type code (0x0001).
TYPE_CODE - Static variable in class org.opensaml.saml1.binding.artifact.SAML1ArtifactType0002
Artifact type code (0x0002).
TYPE_CODE - Static variable in class org.opensaml.saml2.binding.artifact.SAML2ArtifactType0004
SAML 2 artifact type code (0x0004).
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml1.core.Action
Local name of the XSI type
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml1.core.Advice
Local name of the XSI type
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml1.core.Assertion
Local name of the XSI type
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml1.core.AssertionArtifact
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml1.core.Attribute
Local name of the XSI type
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml1.core.AttributeDesignator
Local name of the XSI type
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml1.core.AttributeQuery
Local name of the XSI type
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml1.core.AttributeStatement
Local name of the XSI type
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml1.core.AudienceRestrictionCondition
Local name of the XSI type
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml1.core.AuthenticationQuery
Local name of the XSI type
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml1.core.AuthenticationStatement
Local name of the XSI type
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml1.core.AuthorityBinding
Local name of the XSI type
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml1.core.AuthorizationDecisionQuery
Local name of the XSI type
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml1.core.AuthorizationDecisionStatement
Local name of the XSI type
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml1.core.Condition
Local name of the XSI type
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml1.core.Conditions
Local name of the XSI type
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml1.core.ConfirmationMethod
Local name of the XSI type
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml1.core.DoNotCacheCondition
Local name of the XSI type
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml1.core.Evidence
Local name of the XSI type
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml1.core.NameIdentifier
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml1.core.Query
Local name of the XSI type
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml1.core.Request
Local name of the XSI type
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml1.core.Response
Local name of the XSI type
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml1.core.Statement
Local name of the XSI type
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml1.core.Status
Local name of the XSI type
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml1.core.StatusCode
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml1.core.StatusDetail
Local name of the XSI type
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml1.core.StatusMessage
Local name of the XSI type
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml1.core.Subject
Local name of the XSI type
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml1.core.SubjectConfirmation
Local name of the XSI type
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml1.core.SubjectLocality
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml1.core.SubjectQuery
Local name of the XSI type
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml1.core.SubjectStatement
Local name of the XSI type
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.Action
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.Advice
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.Artifact
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.ArtifactResolve
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.ArtifactResponse
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.Assertion
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.Attribute
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.AttributeQuery
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.AttributeStatement
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.Audience
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.AudienceRestriction
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.AuthnContext
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.AuthnQuery
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.AuthnRequest
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.AuthnStatement
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.AuthzDecisionQuery
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.AuthzDecisionStatement
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.BaseID
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.Condition
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.Conditions
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.EncryptedElementType
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.Evidence
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.IDPEntry
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.IDPList
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.Issuer
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.KeyInfoConfirmationDataType
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.LogoutRequest
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.LogoutResponse
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.ManageNameIDRequest
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.ManageNameIDResponse
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.NameID
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.NameIDMappingRequest
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.NameIDMappingResponse
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.NameIDPolicy
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.OneTimeUse
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.ProxyRestriction
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.RequestAbstractType
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.RequestedAuthnContext
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.Response
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.Scoping
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.Statement
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.Status
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.StatusCode
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.StatusDetail
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.StatusResponseType
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.Subject
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.SubjectConfirmation
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.SubjectConfirmationData
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.SubjectLocality
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.SubjectQuery
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.core.Terminate
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.ecp.RelayState
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.ecp.Request
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.ecp.Response
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.metadata.AdditionalMetadataLocation
Local name of the XSI type
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.metadata.AffiliateMember
Local name of the XSI type
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.metadata.AffiliationDescriptor
Local name of the XSI type
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.metadata.AttributeAuthorityDescriptor
Local name of the XSI type
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.metadata.AttributeConsumingService
Local name of the XSI type
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.metadata.AttributeProfile
Local name of the XSI type
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.metadata.AuthnAuthorityDescriptor
Local name of the XSI type
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.metadata.Company
Local name of the XSI type
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.metadata.ContactPerson
Local name of the XSI type
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.metadata.EmailAddress
Local name of the XSI type
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.metadata.Endpoint
Local name of the XSI type
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.metadata.EntitiesDescriptor
Local name of the XSI type
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.metadata.EntityDescriptor
Local name of the XSI type
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.metadata.IDPSSODescriptor
Local name of the XSI type
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.metadata.IndexedEndpoint
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.metadata.KeyDescriptor
Local name of the XSI type
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.metadata.NameIDFormat
Local name of the XSI type
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.metadata.Organization
Local name of the XSI type
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.metadata.OrganizationDisplayName
Local name of the XSI type
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.metadata.OrganizationName
Local name of the XSI type
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.metadata.OrganizationURL
Local name of the XSI type
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.metadata.PDPDescriptor
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.metadata.RequestedAttribute
Local name of the XSI type
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.metadata.RoleDescriptor
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.metadata.ServiceDescription
Local name of the XSI type
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.metadata.ServiceName
Local name of the XSI type
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.metadata.SPSSODescriptor
Local name of the XSI type
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.saml2.metadata.SSODescriptor
Local name of the XSI type
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.samlext.saml2delrestrict.Delegate
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.samlext.saml2delrestrict.DelegationRestrictionType
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.samlext.saml2mdquery.AttributeQueryDescriptorType
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.samlext.saml2mdquery.AuthnQueryDescriptorType
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.samlext.saml2mdquery.AuthzDecisionQueryDescriptorType
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.samlext.saml2mdquery.QueryDescriptorType
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.ctx.ActionType
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.ctx.AttributeType
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.ctx.AttributeValueType
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.ctx.DecisionType
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.ctx.EnvironmentType
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.ctx.RequestType
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.ctx.ResourceContentType
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.ctx.ResourceType
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.ctx.ResponseType
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.ctx.ResultType
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.ctx.StatusCodeType
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.ctx.StatusDetailType
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.ctx.StatusType
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.ctx.SubjectType
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.VariableDefinitionType
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.policy.VariableReferenceType
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.profile.saml.ReferencedPoliciesType
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionStatementType
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.profile.saml.XACMLPolicyQueryType
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.xacml.profile.saml.XACMLPolicyStatementType
Local name of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml1.core.Action
QName of the XSI type
TYPE_NAME - Static variable in interface org.opensaml.saml1.core.Advice
QName of the XSI type
TYPE_NAME - Static variable in interface org.opensaml.saml1.core.Assertion
QName of the XSI type
TYPE_NAME - Static variable in interface org.opensaml.saml1.core.AssertionArtifact
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml1.core.Attribute
QName of the XSI type
TYPE_NAME - Static variable in interface org.opensaml.saml1.core.AttributeDesignator
QName of the XSI type
TYPE_NAME - Static variable in interface org.opensaml.saml1.core.AttributeQuery
QName of the XSI type
TYPE_NAME - Static variable in interface org.opensaml.saml1.core.AttributeStatement
QName of the XSI type
TYPE_NAME - Static variable in interface org.opensaml.saml1.core.AudienceRestrictionCondition
QName of the XSI type
TYPE_NAME - Static variable in interface org.opensaml.saml1.core.AuthenticationQuery
QName of the XSI type
TYPE_NAME - Static variable in interface org.opensaml.saml1.core.AuthenticationStatement
QName of the XSI type
TYPE_NAME - Static variable in interface org.opensaml.saml1.core.AuthorityBinding
QName of the XSI type
TYPE_NAME - Static variable in interface org.opensaml.saml1.core.AuthorizationDecisionQuery
QName of the XSI type
TYPE_NAME - Static variable in interface org.opensaml.saml1.core.AuthorizationDecisionStatement
QName of the XSI type
TYPE_NAME - Static variable in interface org.opensaml.saml1.core.Condition
QName of the XSI type
TYPE_NAME - Static variable in interface org.opensaml.saml1.core.Conditions
QName of the XSI type
TYPE_NAME - Static variable in interface org.opensaml.saml1.core.ConfirmationMethod
QName of the XSI type
TYPE_NAME - Static variable in interface org.opensaml.saml1.core.DoNotCacheCondition
QName of the XSI type
TYPE_NAME - Static variable in interface org.opensaml.saml1.core.Evidence
QName of the XSI type
TYPE_NAME - Static variable in interface org.opensaml.saml1.core.NameIdentifier
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml1.core.Query
QName of the XSI type
TYPE_NAME - Static variable in interface org.opensaml.saml1.core.Request
QName of the XSI type
TYPE_NAME - Static variable in interface org.opensaml.saml1.core.Response
QName of the XSI type
TYPE_NAME - Static variable in interface org.opensaml.saml1.core.Statement
QName of the XSI type
TYPE_NAME - Static variable in interface org.opensaml.saml1.core.Status
QName of the XSI type
TYPE_NAME - Static variable in interface org.opensaml.saml1.core.StatusCode
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml1.core.StatusDetail
QName of the XSI type
TYPE_NAME - Static variable in interface org.opensaml.saml1.core.StatusMessage
QName of the XSI type
TYPE_NAME - Static variable in interface org.opensaml.saml1.core.Subject
QName of the XSI type
TYPE_NAME - Static variable in interface org.opensaml.saml1.core.SubjectConfirmation
QName of the XSI type
TYPE_NAME - Static variable in interface org.opensaml.saml1.core.SubjectLocality
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml1.core.SubjectQuery
QName of the XSI type
TYPE_NAME - Static variable in interface org.opensaml.saml1.core.SubjectStatement
QName of the XSI type
TYPE_NAME - Static variable in interface org.opensaml.saml2.core.Action
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml2.core.Advice
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml2.core.Artifact
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml2.core.ArtifactResolve
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml2.core.ArtifactResponse
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml2.core.Assertion
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml2.core.Attribute
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml2.core.AttributeQuery
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml2.core.AttributeStatement
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml2.core.Audience
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml2.core.AudienceRestriction
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml2.core.AuthnContext
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml2.core.AuthnQuery
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml2.core.AuthnRequest
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml2.core.AuthnStatement
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml2.core.AuthzDecisionQuery
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml2.core.AuthzDecisionStatement
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml2.core.BaseID
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml2.core.Condition
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml2.core.Conditions
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml2.core.EncryptedElementType
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml2.core.Evidence
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml2.core.IDPEntry
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml2.core.IDPList
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml2.core.Issuer
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml2.core.KeyInfoConfirmationDataType
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml2.core.LogoutRequest
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml2.core.LogoutResponse
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml2.core.ManageNameIDRequest
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml2.core.ManageNameIDResponse
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml2.core.NameID
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml2.core.NameIDMappingRequest
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml2.core.NameIDMappingResponse
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml2.core.NameIDPolicy
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml2.core.OneTimeUse
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml2.core.ProxyRestriction
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml2.core.RequestAbstractType
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml2.core.RequestedAuthnContext
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml2.core.Response
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml2.core.Scoping
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml2.core.Statement
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml2.core.Status
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml2.core.StatusCode
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml2.core.StatusDetail
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml2.core.StatusResponseType
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml2.core.Subject
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml2.core.SubjectConfirmation
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml2.core.SubjectConfirmationData
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml2.core.SubjectLocality
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml2.core.SubjectQuery
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml2.core.Terminate
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml2.ecp.RelayState
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml2.ecp.Request
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml2.ecp.Response
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml2.metadata.AdditionalMetadataLocation
QName of the XSI type
TYPE_NAME - Static variable in interface org.opensaml.saml2.metadata.AffiliateMember
QName of the XSI type
TYPE_NAME - Static variable in interface org.opensaml.saml2.metadata.AffiliationDescriptor
QName of the XSI type
TYPE_NAME - Static variable in interface org.opensaml.saml2.metadata.AttributeAuthorityDescriptor
QName of the XSI type
TYPE_NAME - Static variable in interface org.opensaml.saml2.metadata.AttributeConsumingService
QName of the XSI type
TYPE_NAME - Static variable in interface org.opensaml.saml2.metadata.AttributeProfile
QName of the XSI type
TYPE_NAME - Static variable in interface org.opensaml.saml2.metadata.AuthnAuthorityDescriptor
QName of the XSI type
TYPE_NAME - Static variable in interface org.opensaml.saml2.metadata.Company
QName of the XSI type
TYPE_NAME - Static variable in interface org.opensaml.saml2.metadata.ContactPerson
QName of the XSI type
TYPE_NAME - Static variable in interface org.opensaml.saml2.metadata.EmailAddress
QName of the XSI type
TYPE_NAME - Static variable in interface org.opensaml.saml2.metadata.Endpoint
QName of the XSI type
TYPE_NAME - Static variable in interface org.opensaml.saml2.metadata.EntitiesDescriptor
QName of the XSI type
TYPE_NAME - Static variable in interface org.opensaml.saml2.metadata.EntityDescriptor
QName of the XSI type
TYPE_NAME - Static variable in interface org.opensaml.saml2.metadata.IDPSSODescriptor
QName of the XSI type
TYPE_NAME - Static variable in interface org.opensaml.saml2.metadata.IndexedEndpoint
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml2.metadata.KeyDescriptor
QName of the XSI type
TYPE_NAME - Static variable in interface org.opensaml.saml2.metadata.NameIDFormat
QName of the XSI type
TYPE_NAME - Static variable in interface org.opensaml.saml2.metadata.Organization
QName of the XSI type
TYPE_NAME - Static variable in interface org.opensaml.saml2.metadata.OrganizationDisplayName
QName of the XSI type
TYPE_NAME - Static variable in interface org.opensaml.saml2.metadata.OrganizationName
QName of the XSI type
TYPE_NAME - Static variable in interface org.opensaml.saml2.metadata.OrganizationURL
QName of the XSI type
TYPE_NAME - Static variable in interface org.opensaml.saml2.metadata.PDPDescriptor
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml2.metadata.RequestedAttribute
QName of the XSI type
TYPE_NAME - Static variable in interface org.opensaml.saml2.metadata.RoleDescriptor
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.saml2.metadata.ServiceDescription
QName of the XSI type
TYPE_NAME - Static variable in interface org.opensaml.saml2.metadata.ServiceName
QName of the XSI type
TYPE_NAME - Static variable in interface org.opensaml.saml2.metadata.SPSSODescriptor
QName of the XSI type
TYPE_NAME - Static variable in interface org.opensaml.saml2.metadata.SSODescriptor
QName of the XSI type
TYPE_NAME - Static variable in interface org.opensaml.samlext.saml2delrestrict.Delegate
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.samlext.saml2delrestrict.DelegationRestrictionType
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.samlext.saml2mdquery.AttributeQueryDescriptorType
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.samlext.saml2mdquery.AuthnQueryDescriptorType
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.samlext.saml2mdquery.AuthzDecisionQueryDescriptorType
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.samlext.saml2mdquery.QueryDescriptorType
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.xacml.ctx.ActionType
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.xacml.ctx.AttributeType
QName of the XSI type XACML20.
TYPE_NAME - Static variable in interface org.opensaml.xacml.ctx.AttributeValueType
QName of the XSI type XACML20.
TYPE_NAME - Static variable in interface org.opensaml.xacml.ctx.DecisionType
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.xacml.ctx.EnvironmentType
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.xacml.ctx.RequestType
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.xacml.ctx.ResourceContentType
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.xacml.ctx.ResourceType
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.xacml.ctx.ResponseType
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.xacml.ctx.ResultType
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.xacml.ctx.StatusCodeType
QName of the XSI type XACML20.
TYPE_NAME - Static variable in interface org.opensaml.xacml.ctx.StatusDetailType
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.xacml.ctx.StatusType
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.xacml.ctx.SubjectType
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.xacml.policy.VariableDefinitionType
QName of the XSI type.
TYPE_NAME_XACML10 - Static variable in interface org.opensaml.xacml.profile.saml.ReferencedPoliciesType
QName of the XSI type.XACML1.0.
TYPE_NAME_XACML10 - Static variable in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
QName of the XSI type.XACML1.0.
TYPE_NAME_XACML10 - Static variable in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionStatementType
QName of the XSI type.XACML1.0.
TYPE_NAME_XACML10 - Static variable in interface org.opensaml.xacml.profile.saml.XACMLPolicyQueryType
QName of the XSI type.XACML1.0.
TYPE_NAME_XACML10 - Static variable in interface org.opensaml.xacml.profile.saml.XACMLPolicyStatementType
QName of the XSI type.XACML1.0.
TYPE_NAME_XACML11 - Static variable in interface org.opensaml.xacml.profile.saml.ReferencedPoliciesType
QName of the XSI type.XACML1.1.
TYPE_NAME_XACML11 - Static variable in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
QName of the XSI type.XACML1.1.
TYPE_NAME_XACML11 - Static variable in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionStatementType
QName of the XSI type.XACML1.1.
TYPE_NAME_XACML11 - Static variable in interface org.opensaml.xacml.profile.saml.XACMLPolicyQueryType
QName of the XSI type.XACML1.1.
TYPE_NAME_XACML11 - Static variable in interface org.opensaml.xacml.profile.saml.XACMLPolicyStatementType
QName of the XSI type.XACML1.1.
TYPE_NAME_XACML20 - Static variable in interface org.opensaml.xacml.policy.VariableReferenceType
QName of the XSI type.
TYPE_NAME_XACML20 - Static variable in interface org.opensaml.xacml.profile.saml.ReferencedPoliciesType
QName of the XSI type.XACML2.0.
TYPE_NAME_XACML20 - Static variable in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
QName of the XSI type.XACML2.0.
TYPE_NAME_XACML20 - Static variable in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionStatementType
QName of the XSI type.XACML2.0.
TYPE_NAME_XACML20 - Static variable in interface org.opensaml.xacml.profile.saml.XACMLPolicyQueryType
QName of the XSI type.XACML2.0.
TYPE_NAME_XACML20 - Static variable in interface org.opensaml.xacml.profile.saml.XACMLPolicyStatementType
QName of the XSI type.XACML2.0.
TYPE_NAME_XACML30 - Static variable in interface org.opensaml.xacml.profile.saml.ReferencedPoliciesType
QName of the XSI type.XACML3.0 .
TYPE_NAME_XACML30 - Static variable in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
QName of the XSI type.XACML3.0.
TYPE_NAME_XACML30 - Static variable in interface org.opensaml.xacml.profile.saml.XACMLAuthzDecisionStatementType
QName of the XSI type.XACML3.0 .
TYPE_NAME_XACML30 - Static variable in interface org.opensaml.xacml.profile.saml.XACMLPolicyQueryType
QName of the XSI type.XACML3.0.
TYPE_NAME_XACML30 - Static variable in interface org.opensaml.xacml.profile.saml.XACMLPolicyStatementType
QName of the XSI type.XACML3.0.

U

UNAVAILABLE_CONSENT - Static variable in interface org.opensaml.saml2.core.RequestAbstractType
Unavailable consent URI.
UNAVAILABLE_CONSENT - Static variable in interface org.opensaml.saml2.core.StatusResponseType
Unavailable consent URI.
UNIX_NS_URI - Static variable in interface org.opensaml.saml2.core.Action
UNIX file permission action namespace.
UNKNOWN_ATTR_PROFILE_URI - Static variable in interface org.opensaml.saml2.core.StatusCode
URI for UnknownAttrProfile status code.
UNKNOWN_PRINCIPAL_URI - Static variable in interface org.opensaml.saml2.core.StatusCode
URI for UnknownPrincipal status code.
unmarshall(Element) - Method in class org.opensaml.saml1.core.impl.AssertionUnmarshaller
unmarshall(Element) - Method in class org.opensaml.saml1.core.impl.RequestAbstractTypeUnmarshaller
unmarshall(Element) - Method in class org.opensaml.saml1.core.impl.ResponseAbstractTypeUnmarshaller
unmarshallerFactory - Variable in class org.opensaml.saml2.metadata.provider.BaseMetadataProvider
Unmarshaller factory used to get an unmarshaller for the metadata DOM.
unmarshallMetadata(InputStream) - Method in class org.opensaml.saml2.metadata.provider.AbstractMetadataProvider
Unmarshalls the metadata from the given stream.
unmarshallMetadata(byte[]) - Method in class org.opensaml.saml2.metadata.provider.AbstractReloadingMetadataProvider
Unmarshalls the given metadata bytes.
UNSPECIFIED - Static variable in interface org.opensaml.saml1.core.NameIdentifier
URI for unspecified name format.
UNSPECIFIED - Static variable in interface org.opensaml.saml2.core.Attribute
Unspecified attribute format ID.
UNSPECIFIED - Static variable in interface org.opensaml.saml2.core.NameIDType
URI for unspecified name format.
UNSPECIFIED_AUTHN_CTX - Static variable in interface org.opensaml.saml2.core.AuthnContext
URI for unspecified authentication context.
UNSPECIFIED_CONSENT - Static variable in interface org.opensaml.saml2.core.RequestAbstractType
Unspecified consent URI.
UNSPECIFIED_CONSENT - Static variable in interface org.opensaml.saml2.core.StatusResponseType
Unspecified consent URI.
UNSUPPORTED_BINDING_URI - Static variable in interface org.opensaml.saml2.core.StatusCode
URI for UnsupportedBinding status code.
URI_REFERENCE - Static variable in interface org.opensaml.saml2.core.Attribute
URI reference attribute format ID.
URIComparator - Interface in org.opensaml.common.binding.decoding
Component for testing URI's as to equality.
USE_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.metadata.KeyDescriptor
"use" attribute's local name
USER_LOGOUT_URI - Static variable in interface org.opensaml.saml2.core.LogoutResponse
URI for User logout reason.

V

VALID_UNTIL_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.common.TimeBoundSAMLObject
"validUntil" attribute's local name
VALID_UNTIL_ATTRIB_QNAME - Static variable in interface org.opensaml.saml2.common.TimeBoundSAMLObject
"validUntil" attribute's QName
validate(Action) - Method in class org.opensaml.saml1.core.validator.ActionSpecValidator
validate(Assertion) - Method in class org.opensaml.saml1.core.validator.AssertionSchemaValidator
validate(Assertion) - Method in class org.opensaml.saml1.core.validator.AssertionSpecValidator
 
validate(AttributeDesignatorType) - Method in class org.opensaml.saml1.core.validator.AttributeDesignatorSchemaValidator
validate(AttributeQuery) - Method in class org.opensaml.saml1.core.validator.AttributeQuerySchemaValidator
validate(Attribute) - Method in class org.opensaml.saml1.core.validator.AttributeSchemaValidator
validate(AttributeStatement) - Method in class org.opensaml.saml1.core.validator.AttributeStatementSchemaValidator
validate(AudienceRestrictionCondition) - Method in class org.opensaml.saml1.core.validator.AudienceRestrictionConditionSchemaValidator
validate(Audience) - Method in class org.opensaml.saml1.core.validator.AudienceSpecValidator
validate(AuthenticationQuery) - Method in class org.opensaml.saml1.core.validator.AuthenticationQuerySchemaValidator
validate(AuthenticationStatement) - Method in class org.opensaml.saml1.core.validator.AuthenticationStatementSchemaValidator
validate(AuthorityBinding) - Method in class org.opensaml.saml1.core.validator.AuthorityBindingSchemaValidator
validate(AuthorizationDecisionQuery) - Method in class org.opensaml.saml1.core.validator.AuthorizationDecisionQuerySchemaValidator
validate(AuthorizationDecisionStatement) - Method in class org.opensaml.saml1.core.validator.AuthorizationDecisionStatementSchemaValidator
validate(Evidence) - Method in class org.opensaml.saml1.core.validator.EvidenceSchemaValidator
validate(RequestType) - Method in class org.opensaml.saml1.core.validator.RequestAbstractTypeSchemaValidator
validate(Request) - Method in class org.opensaml.saml1.core.validator.RequestSchemaValidator
validate(ResponseType) - Method in class org.opensaml.saml1.core.validator.ResponseAbstractTypeSchemaValidator
validate(Response) - Method in class org.opensaml.saml1.core.validator.ResponseSchemaValidator
validate(StatusCode) - Method in class org.opensaml.saml1.core.validator.StatusCodeSchemaValidator
validate(Status) - Method in class org.opensaml.saml1.core.validator.StatusSchemaValidator
validate(SubjectConfirmation) - Method in class org.opensaml.saml1.core.validator.SubjectConfirmationSchemaValidator
validate(QueryType) - Method in class org.opensaml.saml1.core.validator.SubjectQuerySchemaValidator
validate(Subject) - Method in class org.opensaml.saml1.core.validator.SubjectSchemaValidator
validate(SubjectStatementType) - Method in class org.opensaml.saml1.core.validator.SubjectStatementSchemaValidator
validate(Action) - Method in class org.opensaml.saml2.core.validator.ActionSchemaValidator
validate(ArtifactResolve) - Method in class org.opensaml.saml2.core.validator.ArtifactResolveSchemaValidator
validate(ArtifactResponse) - Method in class org.opensaml.saml2.core.validator.ArtifactResponseSchemaValidator
validate(Artifact) - Method in class org.opensaml.saml2.core.validator.ArtifactSchemaValidator
validate(AssertionIDRef) - Method in class org.opensaml.saml2.core.validator.AssertionIDRefSchemaValidator
validate(AssertionIDRequest) - Method in class org.opensaml.saml2.core.validator.AssertionIDRequestSchemaValidator
validate(Assertion) - Method in class org.opensaml.saml2.core.validator.AssertionSchemaValidator
validate(Assertion) - Method in class org.opensaml.saml2.core.validator.AssertionSpecValidator
validate(AssertionURIRef) - Method in class org.opensaml.saml2.core.validator.AssertionURIRefSchemaValidator
validate(AttributeQuery) - Method in class org.opensaml.saml2.core.validator.AttributeQuerySchemaValidator
validate(Attribute) - Method in class org.opensaml.saml2.core.validator.AttributeSchemaValidator
validate(AttributeStatement) - Method in class org.opensaml.saml2.core.validator.AttributeStatementSchemaValidator
validate(AudienceRestriction) - Method in class org.opensaml.saml2.core.validator.AudienceRestrictionSchemaValidator
validate(Audience) - Method in class org.opensaml.saml2.core.validator.AudienceSchemaValidator
validate(AuthenticatingAuthority) - Method in class org.opensaml.saml2.core.validator.AuthenticatingAuthoritySchemaValidator
validate(AuthnContextClassRef) - Method in class org.opensaml.saml2.core.validator.AuthnContextClassRefSchemaValidator
validate(AuthnContextDeclRef) - Method in class org.opensaml.saml2.core.validator.AuthnContextDeclRefSchemaValidator
validate(AuthnContextDecl) - Method in class org.opensaml.saml2.core.validator.AuthnContextDeclSchemaValidator
validate(AuthnQuery) - Method in class org.opensaml.saml2.core.validator.AuthnQuerySchemaValidator
validate(AuthnRequest) - Method in class org.opensaml.saml2.core.validator.AuthnRequestSchemaValidator
validate(AuthnStatement) - Method in class org.opensaml.saml2.core.validator.AuthnStatementSchemaValidator
validate(AuthzDecisionQuery) - Method in class org.opensaml.saml2.core.validator.AuthzDecisionQuerySchemaValidator
validate(AuthzDecisionStatement) - Method in class org.opensaml.saml2.core.validator.AuthzDecisionStatementSchemaValidator
validate(Conditions) - Method in class org.opensaml.saml2.core.validator.ConditionsSpecValidator
validate(Evidence) - Method in class org.opensaml.saml2.core.validator.EvidenceSchemaValidator
validate(GetComplete) - Method in class org.opensaml.saml2.core.validator.GetCompleteSchemaValidator
validate(IDPEntry) - Method in class org.opensaml.saml2.core.validator.IDPEntrySchemaValidator
validate(IDPList) - Method in class org.opensaml.saml2.core.validator.IDPListSchemaValidator
validate(Issuer) - Method in class org.opensaml.saml2.core.validator.IssuerSchemaValidator
validate(LogoutRequest) - Method in class org.opensaml.saml2.core.validator.LogoutRequestSchemaValidator
validate(LogoutResponse) - Method in class org.opensaml.saml2.core.validator.LogoutResponseSchemaValidator
validate(ManageNameIDRequest) - Method in class org.opensaml.saml2.core.validator.ManageNameIDRequestSchemaValidator
validate(ManageNameIDResponse) - Method in class org.opensaml.saml2.core.validator.ManageNameIDResponseSchemaValidator
validate(NameIDMappingRequest) - Method in class org.opensaml.saml2.core.validator.NameIDMappingRequestSchemaValidator
validate(NameIDMappingResponse) - Method in class org.opensaml.saml2.core.validator.NameIDMappingResponseSchemaValidator
validate(NameID) - Method in class org.opensaml.saml2.core.validator.NameIDSchemaValidator
validate(NewID) - Method in class org.opensaml.saml2.core.validator.NewIDSchemaValidator
validate(RequestType) - Method in class org.opensaml.saml2.core.validator.RequestAbstractTypeSchemaValidator
validate(RequestedAuthnContext) - Method in class org.opensaml.saml2.core.validator.RequestedAuthnContextSchemaValidator
validate(RequesterID) - Method in class org.opensaml.saml2.core.validator.RequesterIDSchemaValidator
validate(Response) - Method in class org.opensaml.saml2.core.validator.ResponseSchemaValidator
validate(SessionIndex) - Method in class org.opensaml.saml2.core.validator.SessionIndexSchemaValidator
validate(StatusCode) - Method in class org.opensaml.saml2.core.validator.StatusCodeSchemaValidator
validate(StatusMessage) - Method in class org.opensaml.saml2.core.validator.StatusMessageSchemaValidator
validate(StatusResponse) - Method in class org.opensaml.saml2.core.validator.StatusResponseTypeSchemaValidator
validate(Status) - Method in class org.opensaml.saml2.core.validator.StatusSchemaValidator
validate(SubjectConfirmation) - Method in class org.opensaml.saml2.core.validator.SubjectConfirmationSchemaValidator
validate(SubjectQueryType) - Method in class org.opensaml.saml2.core.validator.SubjectQuerySchemaValidator
validate(Subject) - Method in class org.opensaml.saml2.core.validator.SubjectSchemaValidator
validate(AdditionalMetadataLocation) - Method in class org.opensaml.saml2.metadata.validator.AdditionalMetadataLocationSchemaValidator
validate(AffiliateMember) - Method in class org.opensaml.saml2.metadata.validator.AffiliateMemberSchemaValidator
validate(AffiliationDescriptor) - Method in class org.opensaml.saml2.metadata.validator.AffiliationDescriptorSchemaValidator
validate(AttributeAuthorityDescriptor) - Method in class org.opensaml.saml2.metadata.validator.AttributeAuthorityDescriptorSchemaValidator
validate(AttributeConsumingService) - Method in class org.opensaml.saml2.metadata.validator.AttributeConsumingServiceSchemaValidator
validate(AttributeProfile) - Method in class org.opensaml.saml2.metadata.validator.AttributeProfileSchemaValidator
validate(AuthnAuthorityDescriptor) - Method in class org.opensaml.saml2.metadata.validator.AuthnAuthorityDescriptorSchemaValidator
validate(Company) - Method in class org.opensaml.saml2.metadata.validator.CompanySchemaValidator
validate(ContactPerson) - Method in class org.opensaml.saml2.metadata.validator.ContactPersonSchemaValidator
validate(EmailAddress) - Method in class org.opensaml.saml2.metadata.validator.EmailAddressSchemaValidator
validate(EncryptionMethod) - Method in class org.opensaml.saml2.metadata.validator.EncryptionMethodSchemaValidator
validate(EndpointType) - Method in class org.opensaml.saml2.metadata.validator.EndpointSchemaValidator
validate(EntitiesDescriptor) - Method in class org.opensaml.saml2.metadata.validator.EntitiesDescriptorSchemaValidator
validate(EntitiesDescriptor) - Method in class org.opensaml.saml2.metadata.validator.EntitiesDescriptorSpecValidator
validate(EntityDescriptor) - Method in class org.opensaml.saml2.metadata.validator.EntityDescriptorSchemaValidator
validate(EntityDescriptor) - Method in class org.opensaml.saml2.metadata.validator.EntityDescriptorSpecValidator
validate(GivenName) - Method in class org.opensaml.saml2.metadata.validator.GivenNameSchemaValidator
validate(IDPSSODescriptor) - Method in class org.opensaml.saml2.metadata.validator.IDPSSODescriptorSchemaValidator
validate(IDPSSODescriptor) - Method in class org.opensaml.saml2.metadata.validator.IDPSSODescriptorSpecValidator
 
validate(EndpointType) - Method in class org.opensaml.saml2.metadata.validator.IndexedEndpointSchemaValidator
validate(KeyDescriptor) - Method in class org.opensaml.saml2.metadata.validator.KeyDescriptorSchemaValidator
validate(NameIDFormat) - Method in class org.opensaml.saml2.metadata.validator.NameIDFormatSchemaValidator
validate(OrganizationDisplayName) - Method in class org.opensaml.saml2.metadata.validator.OrganizationDisplayNameSchemaValidator
validate(OrganizationName) - Method in class org.opensaml.saml2.metadata.validator.OrganizationNameSchemaValidator
validate(Organization) - Method in class org.opensaml.saml2.metadata.validator.OrganizationSchemaValidator
validate(OrganizationURL) - Method in class org.opensaml.saml2.metadata.validator.OrganizationURLSchemaValidator
validate(PDPDescriptor) - Method in class org.opensaml.saml2.metadata.validator.PDPDescriptorSchemaValidator
validate(RequestedAttribute) - Method in class org.opensaml.saml2.metadata.validator.RequestedAttributeSchemaValidator
validate(RoleDescriptorType) - Method in class org.opensaml.saml2.metadata.validator.RoleDescriptorSchemaValidator
validate(RoleDescriptorType) - Method in class org.opensaml.saml2.metadata.validator.RoleDescriptorSpecValidator
validate(ServiceDescription) - Method in class org.opensaml.saml2.metadata.validator.ServiceDescriptionSchemaValidator
validate(ServiceName) - Method in class org.opensaml.saml2.metadata.validator.ServiceNameSchemaValidator
validate(SPSSODescriptor) - Method in class org.opensaml.saml2.metadata.validator.SPSSODescriptorSchemaValidator
validate(SSODescriptorType) - Method in class org.opensaml.saml2.metadata.validator.SSODescriptorSpecValidator
validate(SurName) - Method in class org.opensaml.saml2.metadata.validator.SurNameSchemaValidator
validate(TelephoneNumber) - Method in class org.opensaml.saml2.metadata.validator.TelephoneNumberSchemaValidator
validate(Signature) - Method in class org.opensaml.security.SAMLSignatureProfileValidator
validateAction(Action) - Method in class org.opensaml.saml2.core.validator.ActionSchemaValidator
Checks that the Action label is present.
validateActions(AuthorizationDecisionQuery) - Method in class org.opensaml.saml1.core.validator.AuthorizationDecisionQuerySchemaValidator
Validates that there is at least one Action Element present.
validateActions(AuthorizationDecisionStatement) - Method in class org.opensaml.saml1.core.validator.AuthorizationDecisionStatementSchemaValidator
Check that there is at least one Action element
validateActions(AuthzDecisionQuery) - Method in class org.opensaml.saml2.core.validator.AuthzDecisionQuerySchemaValidator
Validate the Action child elements
validateActions(AuthzDecisionStatement) - Method in class org.opensaml.saml2.core.validator.AuthzDecisionStatementSchemaValidator
Checks that one or more Action is present.
validateAddress(EmailAddress) - Method in class org.opensaml.saml2.metadata.validator.EmailAddressSchemaValidator
Checks that Address is present.
validateAlgorithm(EncryptionMethod) - Method in class org.opensaml.saml2.metadata.validator.EncryptionMethodSchemaValidator
Checks that Algorithm URI attribute is present and not empty.
validateArtifact(ArtifactResolve) - Method in class org.opensaml.saml2.core.validator.ArtifactResolveSchemaValidator
Validates the Artifact child element.
validateArtifact(Artifact) - Method in class org.opensaml.saml2.core.validator.ArtifactSchemaValidator
Test that Artifact element content is not empty.
validateAssertion(Request) - Method in class org.opensaml.saml1.core.validator.RequestSchemaValidator
Validates thats the request has an some form of assertion (directly, reference, or artifact) or query, but not both.
validateAssertionConsumerServices(SPSSODescriptor) - Method in class org.opensaml.saml2.metadata.validator.SPSSODescriptorSchemaValidator
Checks that at least one Assertion Consumer Service is present.
validateAssertionIDRefs(AssertionIDRequest) - Method in class org.opensaml.saml2.core.validator.AssertionIDRequestSchemaValidator
Validate the AssertionIDRef child elements.
validateAssertions(Evidence) - Method in class org.opensaml.saml2.core.validator.EvidenceSchemaValidator
Checks that at least one Assertion, Assertion ID Reference, or Assertion URI Reference is present.
validateAttributes(AttributeStatement) - Method in class org.opensaml.saml2.core.validator.AttributeStatementSchemaValidator
Checks that at least one Attribute is present.
validateAttributeServices(AttributeAuthorityDescriptor) - Method in class org.opensaml.saml2.metadata.validator.AttributeAuthorityDescriptorSchemaValidator
Checks that at least one AttributeService is present.
validateAttributeValue(Attribute) - Method in class org.opensaml.saml1.core.validator.AttributeSchemaValidator
Validates that the attribute has at least one attribute value.
validateAudiences(AudienceRestrictionCondition) - Method in class org.opensaml.saml1.core.validator.AudienceRestrictionConditionSchemaValidator
Validates that the condition specifies at least one audience.
validateAudiences(AudienceRestriction) - Method in class org.opensaml.saml2.core.validator.AudienceRestrictionSchemaValidator
Checks that at least one Audience is present.
validateAudienceURI(Audience) - Method in class org.opensaml.saml2.core.validator.AudienceSchemaValidator
Checks that the AudienceURI is present.
validateAuthenticationInstant(AuthenticationStatement) - Method in class org.opensaml.saml1.core.validator.AuthenticationStatementSchemaValidator
Validates that the authentication statement has an authentication instant.
validateAuthenticationMethod(AuthenticationStatement) - Method in class org.opensaml.saml1.core.validator.AuthenticationStatementSchemaValidator
Validates that the authentication statement has an authentication method.
validateAuthnContext(AuthnStatement) - Method in class org.opensaml.saml2.core.validator.AuthnStatementSchemaValidator
Checks that the AuthnContext element is present.
validateAuthnInstant(AuthnStatement) - Method in class org.opensaml.saml2.core.validator.AuthnStatementSchemaValidator
Checks that the AuthnInstant attribute is present.
validateAuthnQueryServices(AuthnAuthorityDescriptor) - Method in class org.opensaml.saml2.metadata.validator.AuthnAuthorityDescriptorSchemaValidator
Checks that at least one AuthnService is present.
validateAuthorityKind(AuthorityBinding) - Method in class org.opensaml.saml1.core.validator.AuthorityBindingSchemaValidator
Check that the AuthorityKind is valid
validateAuthzServices(PDPDescriptor) - Method in class org.opensaml.saml2.metadata.validator.PDPDescriptorSchemaValidator
Checks that one or more Authz Services are present.
validateBinding(AuthorityBinding) - Method in class org.opensaml.saml1.core.validator.AuthorityBindingSchemaValidator
Check the binding Attribute for validity
validateBinding(Endpoint) - Method in class org.opensaml.saml2.metadata.validator.EndpointSchemaValidator
Checks that Binding is present.
validateChildren(RequestedAuthnContext) - Method in class org.opensaml.saml2.core.validator.RequestedAuthnContextSchemaValidator
Validates the presence and combination of child elements.
validateClassRef(AuthnContextClassRef) - Method in class org.opensaml.saml2.core.validator.AuthnContextClassRefSchemaValidator
Checks that the AuthnContextClassRef is present.
validateDecision(AuthorizationDecisionStatement) - Method in class org.opensaml.saml1.core.validator.AuthorizationDecisionStatementSchemaValidator
Check that the Decision element is present
validateDecision(AuthzDecisionStatement) - Method in class org.opensaml.saml2.core.validator.AuthzDecisionStatementSchemaValidator
Checks that the Decision attribute is present.
validateDeclRef(AuthnContextDeclRef) - Method in class org.opensaml.saml2.core.validator.AuthnContextDeclRefSchemaValidator
Checks that the Declaration Reference is present.
validateDescription(ServiceDescription) - Method in class org.opensaml.saml2.metadata.validator.ServiceDescriptionSchemaValidator
Checks that Description is present.
validateDescriptors(EntityDescriptor) - Method in class org.opensaml.saml2.metadata.validator.EntityDescriptorSchemaValidator
Checks that an AffiliationDescriptor OR one or more RoleDescriptors are present.
validateDisplayName(Organization) - Method in class org.opensaml.saml2.metadata.validator.OrganizationSchemaValidator
Checks that at least one Display Name is present.
validateDoNotCache(Assertion) - Method in class org.opensaml.saml1.core.validator.AssertionSpecValidator
 
validateEntityDescriptors(EntitiesDescriptor) - Method in class org.opensaml.saml2.metadata.validator.EntitiesDescriptorSchemaValidator
Checks that at least one EntitiesDescriptor or EntityDescriptor is present.
validateEntityID(EntityDescriptor) - Method in class org.opensaml.saml2.metadata.validator.EntityDescriptorSchemaValidator
Checks that EntityID is present and valid.
validateEvidence(Evidence) - Method in class org.opensaml.saml1.core.validator.EvidenceSchemaValidator
Check that there is an assertion of AddsertionIDRef
validateFormat(NameIDFormat) - Method in class org.opensaml.saml2.metadata.validator.NameIDFormatSchemaValidator
Checks that Format is present.
validateGetComplete(GetComplete) - Method in class org.opensaml.saml2.core.validator.GetCompleteSchemaValidator
Validate the GetComplete element content.
validateId(Assertion) - Method in class org.opensaml.saml1.core.validator.AssertionSchemaValidator
Test that the ID is present
validateID(RequestAbstractType) - Method in class org.opensaml.saml1.core.validator.RequestAbstractTypeSchemaValidator
Validate that the ID is present and valid
validateID(ResponseAbstractType) - Method in class org.opensaml.saml1.core.validator.ResponseAbstractTypeSchemaValidator
Validate that the ID is present and valid
validateID(Assertion) - Method in class org.opensaml.saml2.core.validator.AssertionSchemaValidator
Checks that the ID attribute is present.
validateID(RequestAbstractType) - Method in class org.opensaml.saml2.core.validator.RequestAbstractTypeSchemaValidator
Validates the ID attribute.
validateID(StatusResponse) - Method in class org.opensaml.saml2.core.validator.StatusResponseTypeSchemaValidator
Validates the ID attribute
validateID(AffiliateMember) - Method in class org.opensaml.saml2.metadata.validator.AffiliateMemberSchemaValidator
Checks that ID is valid and present.
validateIdentifiers(LogoutRequest) - Method in class org.opensaml.saml2.core.validator.LogoutRequestSchemaValidator
Validate the Identifier child types (BaseID, NameID, EncryptedID).
validateIdentifiers(NameIDMappingRequest) - Method in class org.opensaml.saml2.core.validator.NameIDMappingRequestSchemaValidator
Validates the identifier child types (BaseID, NameID, EncryptedID).
validateIdentifiers(NameIDMappingResponse) - Method in class org.opensaml.saml2.core.validator.NameIDMappingResponseSchemaValidator
Validate the identifier child elements (NameID, EncryptedID).
validateIDPEntries(IDPList) - Method in class org.opensaml.saml2.core.validator.IDPListSchemaValidator
Validates IDPEntry child elements.
validateIDRef(AssertionIDRef) - Method in class org.opensaml.saml2.core.validator.AssertionIDRefSchemaValidator
Checks that the ID Reference is present.
validateIndex(AttributeConsumingService) - Method in class org.opensaml.saml2.metadata.validator.AttributeConsumingServiceSchemaValidator
Checks that Index is positive.
validateIndex(IndexedEndpoint) - Method in class org.opensaml.saml2.metadata.validator.IndexedEndpointSchemaValidator
Checks that Index is non-negative.
validateIssueInstant(Assertion) - Method in class org.opensaml.saml1.core.validator.AssertionSchemaValidator
Test that the IssueInstant is present
validateIssueInstant(RequestAbstractType) - Method in class org.opensaml.saml1.core.validator.RequestAbstractTypeSchemaValidator
Validate that the IssueInstant is present.
validateIssueInstant(ResponseAbstractType) - Method in class org.opensaml.saml1.core.validator.ResponseAbstractTypeSchemaValidator
Validate that the IssueInstant is present.
validateIssueInstant(Assertion) - Method in class org.opensaml.saml2.core.validator.AssertionSchemaValidator
Checks that the IssueInstant attribute is present.
validateIssueInstant(RequestAbstractType) - Method in class org.opensaml.saml2.core.validator.RequestAbstractTypeSchemaValidator
Validates the IsssueInstant attribute.
validateIssueInstant(StatusResponse) - Method in class org.opensaml.saml2.core.validator.StatusResponseTypeSchemaValidator
Validates the IsssueInstant attribute
validateIssuer(Assertion) - Method in class org.opensaml.saml1.core.validator.AssertionSchemaValidator
Test that the issuer is present
validateIssuer(Assertion) - Method in class org.opensaml.saml2.core.validator.AssertionSchemaValidator
Checks that Issuer element is present.
validateKeyInfo(KeyDescriptor) - Method in class org.opensaml.saml2.metadata.validator.KeyDescriptorSchemaValidator
Checks that KeyInfo is present.
validateLocation(AuthorityBinding) - Method in class org.opensaml.saml1.core.validator.AuthorityBindingSchemaValidator
Check the location Attribute for validity
validateLocation(AdditionalMetadataLocation) - Method in class org.opensaml.saml2.metadata.validator.AdditionalMetadataLocationSchemaValidator
Checks that Location is present.
validateLocation(Endpoint) - Method in class org.opensaml.saml2.metadata.validator.EndpointSchemaValidator
Checks that Location is present.
validateMember(AffiliationDescriptor) - Method in class org.opensaml.saml2.metadata.validator.AffiliationDescriptorSchemaValidator
Checks that at least one Member is present.
validateMessage(StatusMessage) - Method in class org.opensaml.saml2.core.validator.StatusMessageSchemaValidator
 
validateMessageContent(MessageContext) - Method in class org.opensaml.saml1.binding.encoding.HTTPSOAP11Encoder
Validates that the message context is a SAMLMessageContext and that its outbound transport is HTTP.
validateMethod(SubjectConfirmation) - Method in class org.opensaml.saml2.core.validator.SubjectConfirmationSchemaValidator
Checks that Method is present.
validateName(AttributeDesignator) - Method in class org.opensaml.saml1.core.validator.AttributeDesignatorSchemaValidator
Checks that the AttributeName attribute is present and valid
validateName(Attribute) - Method in class org.opensaml.saml2.core.validator.AttributeSchemaValidator
Checks that the Name attribute is present.
validateName(Issuer) - Method in class org.opensaml.saml2.core.validator.IssuerSchemaValidator
Checks that Issuer name is present.
validateName(NameID) - Method in class org.opensaml.saml2.core.validator.NameIDSchemaValidator
Checks that Name is present.
validateName(Company) - Method in class org.opensaml.saml2.metadata.validator.CompanySchemaValidator
Checks that Name is present.
validateName(GivenName) - Method in class org.opensaml.saml2.metadata.validator.GivenNameSchemaValidator
Checks that Name is present.
validateName(OrganizationDisplayName) - Method in class org.opensaml.saml2.metadata.validator.OrganizationDisplayNameSchemaValidator
Checks that Name is present.
validateName(OrganizationName) - Method in class org.opensaml.saml2.metadata.validator.OrganizationNameSchemaValidator
Checks that Name is present.
validateName(Organization) - Method in class org.opensaml.saml2.metadata.validator.OrganizationSchemaValidator
Checks that at least one Organization Name is present.
validateName(OrganizationURL) - Method in class org.opensaml.saml2.metadata.validator.OrganizationURLSchemaValidator
Checks that URL is present.
validateName(RequestedAttribute) - Method in class org.opensaml.saml2.metadata.validator.RequestedAttributeSchemaValidator
Checks that the Name attribute is present.
validateName(ServiceName) - Method in class org.opensaml.saml2.metadata.validator.ServiceNameSchemaValidator
Checks that Name is present.
validateName(SurName) - Method in class org.opensaml.saml2.metadata.validator.SurNameSchemaValidator
Checks that Name is present.
validateNameID(ManageNameIDRequest) - Method in class org.opensaml.saml2.core.validator.ManageNameIDRequestSchemaValidator
Validates NameID/EncryptedID child element
validateNameIdentifierSubjectConfirmation(Subject) - Method in class org.opensaml.saml1.core.validator.SubjectSchemaValidator
Validates that the subject has either a name identifier or subject confirmation
validateNameIDMapping(IDPSSODescriptor) - Method in class org.opensaml.saml2.metadata.validator.IDPSSODescriptorSpecValidator
 
validateNameSpace(AttributeDesignator) - Method in class org.opensaml.saml1.core.validator.AttributeDesignatorSchemaValidator
Checks that the AttributeNameSpace attribute is present and valid
validateNamespace(Action) - Method in class org.opensaml.saml2.core.validator.ActionSchemaValidator
Checks that the Namespace attribute is present.
validateNamespace(AdditionalMetadataLocation) - Method in class org.opensaml.saml2.metadata.validator.AdditionalMetadataLocationSchemaValidator
Checks that Namespace is present.
validateNewID(NewID) - Method in class org.opensaml.saml2.core.validator.NewIDSchemaValidator
Validate the element content.
validateNewIDAndTerminate(ManageNameIDRequest) - Method in class org.opensaml.saml2.core.validator.ManageNameIDRequestSchemaValidator
Validates NewID/NewEncryptedID child element
validateNumber(TelephoneNumber) - Method in class org.opensaml.saml2.metadata.validator.TelephoneNumberSchemaValidator
Checks that Number is present.
validateOneTimeUseCondition(Conditions) - Method in class org.opensaml.saml2.core.validator.ConditionsSpecValidator
Checks that there is at most one OneTimeUse condition.
validateOwner(AffiliationDescriptor) - Method in class org.opensaml.saml2.metadata.validator.AffiliationDescriptorSchemaValidator
Checks that OwnerID is present and valid.
validateProfileURI(AttributeProfile) - Method in class org.opensaml.saml2.metadata.validator.AttributeProfileSchemaValidator
Checks that ProfileURI is present.
validateProtocols(RoleDescriptor) - Method in class org.opensaml.saml2.metadata.validator.RoleDescriptorSchemaValidator
Checks that one or more Protocols are present.
validateProtocols(RoleDescriptor) - Method in class org.opensaml.saml2.metadata.validator.RoleDescriptorSpecValidator
Checks that the SAML 2.0 protocol is present.
validateProviderID(IDPEntry) - Method in class org.opensaml.saml2.core.validator.IDPEntrySchemaValidator
Validates ProviderID attribute
validateProxyRestrictionCondition(Conditions) - Method in class org.opensaml.saml2.core.validator.ConditionsSpecValidator
 
validateReference(XMLSignature) - Method in class org.opensaml.security.SAMLSignatureProfileValidator
Validate the Signature's SignedInfo Reference.
validateReferenceURI(String, String) - Method in class org.opensaml.security.SAMLSignatureProfileValidator
Validate the Reference URI and parent ID attribute values.
validateRequestedAttributes(AttributeConsumingService) - Method in class org.opensaml.saml2.metadata.validator.AttributeConsumingServiceSchemaValidator
Checks that one or more Requested Attributes are present.
validateRequesterID(RequesterID) - Method in class org.opensaml.saml2.core.validator.RequesterIDSchemaValidator
 
validateResource(AuthorizationDecisionStatement) - Method in class org.opensaml.saml1.core.validator.AuthorizationDecisionStatementSchemaValidator
Check that the resource attribute is present and valid
validateResource(AuthzDecisionQuery) - Method in class org.opensaml.saml2.core.validator.AuthzDecisionQuerySchemaValidator
Validate the Resource attribute
validateResource(AuthzDecisionStatement) - Method in class org.opensaml.saml2.core.validator.AuthzDecisionStatementSchemaValidator
Checks that the Resource attribute is present.
validateResourcePresent(AuthorizationDecisionQuery) - Method in class org.opensaml.saml1.core.validator.AuthorizationDecisionQuerySchemaValidator
Validates that the Resource attribute is present and valid
validateResponseLocation(SSODescriptor) - Method in class org.opensaml.saml2.metadata.validator.SSODescriptorSpecValidator
Checks that Response Location of Artifact Resolution Services is omitted.
validateRoot(EntitiesDescriptor) - Method in class org.opensaml.saml2.metadata.validator.EntitiesDescriptorSpecValidator
Checks that at least either Valid Until or Cache Duration is present when Entities Descriptor is root element.
validateRoot(EntityDescriptor) - Method in class org.opensaml.saml2.metadata.validator.EntityDescriptorSpecValidator
Checks that at least either Valid Until or Cache Duration is present when Entity Descriptor is root element.
validateServiceNames(AttributeConsumingService) - Method in class org.opensaml.saml2.metadata.validator.AttributeConsumingServiceSchemaValidator
Checks that one or more Service Names are present.
validateSessionIndex(SessionIndex) - Method in class org.opensaml.saml2.core.validator.SessionIndexSchemaValidator
Validates the SessionIndex element content.
validateSignature(byte[], byte[], String, CriteriaSet, List<Credential>) - Method in class org.opensaml.common.binding.security.BaseSAMLSimpleSignatureSecurityPolicyRule
Validate the simple signature.
validateSignatureImpl(SignatureImpl) - Method in class org.opensaml.security.SAMLSignatureProfileValidator
Validate an instance of SignatureImpl, which is in turn based on underlying Apache XML Security XMLSignature instance.
validateSingleSign(IDPSSODescriptor) - Method in class org.opensaml.saml2.metadata.validator.IDPSSODescriptorSpecValidator
 
validateSingleSignOnService(IDPSSODescriptor) - Method in class org.opensaml.saml2.metadata.validator.IDPSSODescriptorSchemaValidator
Checks that at least one SingleSignOnService is present.
validateStatements(Assertion) - Method in class org.opensaml.saml1.core.validator.AssertionSchemaValidator
Test that the provided assertion has some statements in
validateStatus(Response) - Method in class org.opensaml.saml1.core.validator.ResponseSchemaValidator
Validates that the response has a status.
validateStatus(StatusResponse) - Method in class org.opensaml.saml2.core.validator.StatusResponseTypeSchemaValidator
Validates the Status child element.
validateStatusCode(Status) - Method in class org.opensaml.saml1.core.validator.StatusSchemaValidator
Validates that given status has a status code.
validateStatusCode(Status) - Method in class org.opensaml.saml2.core.validator.StatusSchemaValidator
 
validateSubject(SubjectStatementType) - Method in class org.opensaml.saml1.core.validator.SubjectStatementSchemaValidator
Validates that the statement has a subject.
validateSubject(Assertion) - Method in class org.opensaml.saml2.core.validator.AssertionSpecValidator
Checks that the Subject element is present when required.
validateSubject(SubjectQuery) - Method in class org.opensaml.saml2.core.validator.SubjectQuerySchemaValidator
Validates the Subject child element.
validateSubjectConfirmationMethods(SubjectConfirmation) - Method in class org.opensaml.saml1.core.validator.SubjectConfirmationSchemaValidator
Validates that the given subject confirmation has a confirmation method.
validateTransforms(Reference) - Method in class org.opensaml.security.SAMLSignatureProfileValidator
Validate the transforms included in the Signature Reference.
validateType(ContactPerson) - Method in class org.opensaml.saml2.metadata.validator.ContactPersonSchemaValidator
Checks that Type is present.
validateUniqueAttributeIdentifiers(AttributeQuery) - Method in class org.opensaml.saml2.core.validator.AttributeQuerySchemaValidator
Checks that all the attributes have a unique Name/NameFormat pair.
validateURI(AuthenticatingAuthority) - Method in class org.opensaml.saml2.core.validator.AuthenticatingAuthoritySchemaValidator
Checks that the URI is present.
validateURIPresent(Audience) - Method in class org.opensaml.saml1.core.validator.AudienceSpecValidator
 
validateURIRef(AssertionURIRef) - Method in class org.opensaml.saml2.core.validator.AssertionURIRefSchemaValidator
Checks that the URI reference is present.
validateURL(Organization) - Method in class org.opensaml.saml2.metadata.validator.OrganizationSchemaValidator
Checks that at least one Organization URL is present.
validateUse(KeyDescriptor) - Method in class org.opensaml.saml2.metadata.validator.KeyDescriptorSchemaValidator
Checks that use attribute has only one of allowed values.
validateValue(StatusCode) - Method in class org.opensaml.saml1.core.validator.StatusCodeSchemaValidator
Validates that the status code has a value.
validateValue(StatusCode) - Method in class org.opensaml.saml2.core.validator.StatusCodeSchemaValidator
Validates the Value attribute
validateValueContent(StatusCode) - Method in class org.opensaml.saml1.core.validator.StatusCodeSchemaValidator
Validates that the status code local name is one of the allowabled values.
validateVersion(Assertion) - Method in class org.opensaml.saml1.core.validator.AssertionSchemaValidator
Test that the version is SAML1.1 or 1.0
validateVersion(RequestAbstractType) - Method in class org.opensaml.saml1.core.validator.RequestAbstractTypeSchemaValidator
Validates that this is SAML1.0 or SAML 1.1
validateVersion(ResponseAbstractType) - Method in class org.opensaml.saml1.core.validator.ResponseAbstractTypeSchemaValidator
Validates that this is SAML1.0 or SAML 1.1
validateVersion(Assertion) - Method in class org.opensaml.saml2.core.validator.AssertionSchemaValidator
Checks that the Version attribute is present.
validateVersion(RequestAbstractType) - Method in class org.opensaml.saml2.core.validator.RequestAbstractTypeSchemaValidator
Validates the Version attribute.
validateVersion(StatusResponse) - Method in class org.opensaml.saml2.core.validator.StatusResponseTypeSchemaValidator
Validates the Version attribute
VALUE_ATTRIB_NAME - Static variable in interface org.opensaml.saml1.core.StatusCode
Name for the attribute which defines the Value.
VALUE_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.core.StatusCode
Local Name of the Value attribute.
VALUE_ATTTRIB_NAME - Static variable in interface org.opensaml.xacml.ctx.StatusCodeType
Name of the Value attribute.
valueOf(int, int) - Static method in class org.opensaml.common.SAMLVersion
Gets the SAMLVersion given the major and minor version number.
valueOf(String) - Static method in class org.opensaml.common.SAMLVersion
Gets the SAMLVersion for a given version string, such as "2.0".
valueOf(String) - Static method in enum org.opensaml.saml2.encryption.Encrypter.KeyPlacement
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opensaml.xacml.ctx.DecisionType.DECISION
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opensaml.xacml.policy.EffectType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.opensaml.saml2.encryption.Encrypter.KeyPlacement
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opensaml.xacml.ctx.DecisionType.DECISION
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opensaml.xacml.policy.EffectType
Returns an array containing the constants of this enum type, in the order they are declared.
VARIABLE_ID_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.policy.VariableDefinitionType
Name of VariableId attribute.
VARIABLE_ID_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.policy.VariableReferenceType
Name of VariableId attribute.
VariableDefinitionType - Interface in org.opensaml.xacml.policy
XACML VariableDefinition schema type.
VariableDefinitionTypeImpl - Class in org.opensaml.xacml.policy.impl
Implementation VariableDefinitionType.
VariableDefinitionTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.VariableDefinitionTypeImpl
Constructor.
VariableDefinitionTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
Builder for VariableDefinitionType.
VariableDefinitionTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.VariableDefinitionTypeImplBuilder
 
VariableDefinitionTypeMarshaller - Class in org.opensaml.xacml.policy.impl
Marshaller for VariableDefinitionType.
VariableDefinitionTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.VariableDefinitionTypeMarshaller
Constructor.
VariableDefinitionTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
Unmarshaller for VariableDefinitionType.
VariableDefinitionTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.VariableDefinitionTypeUnmarshaller
Constructor.
VariableReferenceType - Interface in org.opensaml.xacml.policy
XACML VariableReference.
VariableReferenceTypeImpl - Class in org.opensaml.xacml.policy.impl
Implementation of VariableReferenceType.
VariableReferenceTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.policy.impl.VariableReferenceTypeImpl
Constructor.
VariableReferenceTypeImplBuilder - Class in org.opensaml.xacml.policy.impl
Builder for VariableReferenceType.
VariableReferenceTypeImplBuilder() - Constructor for class org.opensaml.xacml.policy.impl.VariableReferenceTypeImplBuilder
 
VariableReferenceTypeMarshaller - Class in org.opensaml.xacml.policy.impl
Marshaller for VariableReferenceType.
VariableReferenceTypeMarshaller() - Constructor for class org.opensaml.xacml.policy.impl.VariableReferenceTypeMarshaller
Constructor.
VariableReferenceTypeUnmarshaller - Class in org.opensaml.xacml.policy.impl
Unmarshaller for VariableReferenceType.
VariableReferenceTypeUnmarshaller() - Constructor for class org.opensaml.xacml.policy.impl.VariableReferenceTypeUnmarshaller
Constructor.
verifySignature(SignableXMLObject, String, boolean) - Method in class org.opensaml.saml2.metadata.provider.SignatureValidationFilter
Evaluate the signature on the signed metadata instance.
Version - Class in org.opensaml
Class for printing the version of this library.
Version() - Constructor for class org.opensaml.Version
 
VERSION_10 - Static variable in class org.opensaml.common.SAMLVersion
SAML version 1.0.
VERSION_11 - Static variable in class org.opensaml.common.SAMLVersion
SAML Version 1.1.
VERSION_20 - Static variable in class org.opensaml.common.SAMLVersion
SAML Version 2.0.
VERSION_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.core.Assertion
Version attribute name.
VERSION_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.core.RequestAbstractType
Version attribute name.
VERSION_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.core.StatusResponseType
Version attribute name.
VERSION_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.policy.IdReferenceType
Version attribute name.
VERSION_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.policy.PolicySetType
Version attribute name.
VERSION_ATTRIB_NAME - Static variable in interface org.opensaml.xacml.policy.PolicyType
Version attribute name.
VERSION_MISMATCH - Static variable in interface org.opensaml.saml1.core.StatusCode
VersionMismatch status value.
VERSION_MISMATCH_URI - Static variable in interface org.opensaml.saml2.core.StatusCode
URI for VersionMismatch status code.

W

WANT_ASSERTIONS_SIGNED_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.metadata.SPSSODescriptor
"WantAssertionsSigned" attribute's local name
WANT_ASSERTIONS_SIGNED_ATTRIB_NAME - Static variable in interface org.opensaml.samlext.saml2mdquery.QueryDescriptorType
"WantAssertionSigned" attribute's local name.
WANT_AUTHN_REQ_SIGNED_ATTRIB_NAME - Static variable in interface org.opensaml.saml2.metadata.IDPSSODescriptor
"WantAuthnRequestSigned" attribute name
WIN_DOMAIN_QUALIFIED - Static variable in interface org.opensaml.saml1.core.NameIdentifier
URI for windows domain qualified name name format.
WIN_DOMAIN_QUALIFIED - Static variable in interface org.opensaml.saml2.core.NameIDType
URI for windows domain qualified name name format.
WRITE_ACTION - Static variable in interface org.opensaml.saml2.core.Action
Write action.

X

X500_NAME_DATATYPE_URI - Static variable in class org.opensaml.xacml.XACMLConstants
X.500 Name datatype URI.
X509_AUTHN_CTX - Static variable in interface org.opensaml.saml2.core.AuthnContext
URI for X509 Public Key authentication context.
X509_SUBJECT - Static variable in interface org.opensaml.saml1.core.NameIdentifier
URI for X509 subject name format.
X509_SUBJECT - Static variable in interface org.opensaml.saml2.core.NameIDType
URI for X509 subject name format.
XACML10_NS - Static variable in class org.opensaml.xacml.XACMLConstants
The namespaces for use of XACML 1.0 policy.
XACML10CTX_NS - Static variable in class org.opensaml.xacml.XACMLConstants
The namespaces for use of XACML 1.0 context.
XACML20_NS - Static variable in class org.opensaml.xacml.XACMLConstants
The namespaces for use of XACML 2.0 policy.
XACML20CTX_NS - Static variable in class org.opensaml.xacml.XACMLConstants
The namespaces for use of XACML 2.0 context.
XACML30_NS - Static variable in class org.opensaml.xacml.XACMLConstants
The namespaces for use of XACML 3.0.
XACML_PREFIX - Static variable in class org.opensaml.xacml.XACMLConstants
The prefix for the use of xacml policy.
XACMLAuthzDecisionQueryType - Interface in org.opensaml.xacml.profile.saml
A SAML XACML profile XACMLAuthzDecisionQuery schema type.
XACMLAuthzDecisionQueryTypeImpl - Class in org.opensaml.xacml.profile.saml.impl
A concrete implementation of XACMLAuthzDecisionQueryType.
XACMLAuthzDecisionQueryTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeImpl
Constructor.
XACMLAuthzDecisionQueryTypeImplBuilder - Class in org.opensaml.xacml.profile.saml.impl
Builder for XACMLAuthzDecisionQueryType objects.
XACMLAuthzDecisionQueryTypeImplBuilder() - Constructor for class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeImplBuilder
Constructor.
XACMLAuthzDecisionQueryTypeMarshaller - Class in org.opensaml.xacml.profile.saml.impl
A thread-safe Marshaller for XACMLAuthzDecisionQueryType objects.
XACMLAuthzDecisionQueryTypeMarshaller() - Constructor for class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeMarshaller
 
XACMLAuthzDecisionQueryTypeUnmarshaller - Class in org.opensaml.xacml.profile.saml.impl
A thread-safe Unmarshaller for XACMLAuthzDecisionQueryType objects.
XACMLAuthzDecisionQueryTypeUnmarshaller() - Constructor for class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeUnmarshaller
 
XACMLAuthzDecisionStatementType - Interface in org.opensaml.xacml.profile.saml
A SAML XACML profile XACMLAuthzDecisionStatement schema type.
XACMLAuthzDecisionStatementTypeImpl - Class in org.opensaml.xacml.profile.saml.impl
A concrete implementation of XACMLAuthzDecisionStatementType.
XACMLAuthzDecisionStatementTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionStatementTypeImpl
Constructor.
XACMLAuthzDecisionStatementTypeImplBuilder - Class in org.opensaml.xacml.profile.saml.impl
vBuilder for XACMLAuthzDecisionStatementTypeImpl objects.
XACMLAuthzDecisionStatementTypeImplBuilder() - Constructor for class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionStatementTypeImplBuilder
Constructor.
XACMLAuthzDecisionStatementTypeMarshaller - Class in org.opensaml.xacml.profile.saml.impl
A thread-safe Marshaller for XACMLAuthzDecisionStatementType.
XACMLAuthzDecisionStatementTypeMarshaller() - Constructor for class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionStatementTypeMarshaller
 
XACMLAuthzDecisionStatementTypeUnmarshaller - Class in org.opensaml.xacml.profile.saml.impl
A thread-safe Unmarshaller for XACMLAuthzDecisionStatementType.
XACMLAuthzDecisionStatementTypeUnmarshaller() - Constructor for class org.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionStatementTypeUnmarshaller
 
XACMLConstants - Class in org.opensaml.xacml
Defines the constants for the XACML providers.
XACMLConstants() - Constructor for class org.opensaml.xacml.XACMLConstants
 
XACMLCONTEXT_PREFIX - Static variable in class org.opensaml.xacml.XACMLConstants
The prefix for the use of xacml context.
XACMLObject - Interface in org.opensaml.xacml
Base interface for XACML objects.
XACMLObjectBuilder<XACMLObjectType extends XACMLObject> - Interface in org.opensaml.xacml
Builder of XACML objects.
XACMLPolicyQueryType - Interface in org.opensaml.xacml.profile.saml
A SAML XACML profile XACMLPolicyQuery schema type.
XACMLPolicyQueryTypeImpl - Class in org.opensaml.xacml.profile.saml.impl
Concrete implementation of XACMLPolicyQueryType.
XACMLPolicyQueryTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.profile.saml.impl.XACMLPolicyQueryTypeImpl
Constructor.
XACMLPolicyQueryTypeImplBuilder - Class in org.opensaml.xacml.profile.saml.impl
Builder for XACMLPolicyQueryType objects.
XACMLPolicyQueryTypeImplBuilder() - Constructor for class org.opensaml.xacml.profile.saml.impl.XACMLPolicyQueryTypeImplBuilder
Constructor.
XACMLPolicyQueryTypeMarshaller - Class in org.opensaml.xacml.profile.saml.impl
Marshaller for XACMLPolicyQueryType.
XACMLPolicyQueryTypeMarshaller() - Constructor for class org.opensaml.xacml.profile.saml.impl.XACMLPolicyQueryTypeMarshaller
 
XACMLPolicyQueryTypeUnmarshaller - Class in org.opensaml.xacml.profile.saml.impl
Unmarshaller for XACMLPolicyQueryType.
XACMLPolicyQueryTypeUnmarshaller() - Constructor for class org.opensaml.xacml.profile.saml.impl.XACMLPolicyQueryTypeUnmarshaller
 
XACMLPolicyStatementType - Interface in org.opensaml.xacml.profile.saml
A SAML XACML profile XACMLPolicyStatement schema type.
XACMLPolicyStatementTypeImpl - Class in org.opensaml.xacml.profile.saml.impl
Concrete implementation of XACMLPolicyStatementType.
XACMLPolicyStatementTypeImpl(String, String, String) - Constructor for class org.opensaml.xacml.profile.saml.impl.XACMLPolicyStatementTypeImpl
Constructor.
XACMLPolicyStatementTypeImplBuilder - Class in org.opensaml.xacml.profile.saml.impl
Builder for XACMLPolicyStatementTypeImpl objects.
XACMLPolicyStatementTypeImplBuilder() - Constructor for class org.opensaml.xacml.profile.saml.impl.XACMLPolicyStatementTypeImplBuilder
Constructor.
XACMLPolicyStatementTypeMarshaller - Class in org.opensaml.xacml.profile.saml.impl
A thread-safe Marshaller for XACMLAuthzDecisionStatementType.
XACMLPolicyStatementTypeMarshaller() - Constructor for class org.opensaml.xacml.profile.saml.impl.XACMLPolicyStatementTypeMarshaller
 
XACMLPolicyStatementTypeUnmarshaller - Class in org.opensaml.xacml.profile.saml.impl
A thread-safe Unmarshaller for XACMLAuthzDecisionStatementType.
XACMLPolicyStatementTypeUnmarshaller() - Constructor for class org.opensaml.xacml.profile.saml.impl.XACMLPolicyStatementTypeUnmarshaller
 
XML_DSIG_AUTHN_CTX - Static variable in interface org.opensaml.saml2.core.AuthnContext
URI for XML Digital Signature authentication context.
XML_SCHEMA_LOCATION - Static variable in class org.opensaml.common.xml.SAMLConstants
XML core schema system Id.
XMLENC_SCHEMA_LOCATION - Static variable in class org.opensaml.common.xml.SAMLConstants
XML Encryption schema Id.
XMLSIG_SCHEMA_LOCATION - Static variable in class org.opensaml.common.xml.SAMLConstants
XML Signature schema Id.
XPathVersion - Interface in org.opensaml.xacml.policy
XACML XPathVersion schema.

A B C D E F G H I K L M N O P Q R S T U V W X

Copyright © 2006-2011 Internet2. All Rights Reserved.