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

A

AbstractExpiringObject - Class in org.opensaml.util.storage
Base implementation for ExpiringObject.
AbstractExpiringObject(DateTime) - Constructor for class org.opensaml.util.storage.AbstractExpiringObject
Constructor.
AbstractExtensibleSOAPObject - Class in org.opensaml.ws.soap.common
Abstract class implementating validation and element and attribute extensibility.
AbstractExtensibleSOAPObject(String, String, String) - Constructor for class org.opensaml.ws.soap.common.AbstractExtensibleSOAPObject
Constructor.
AbstractFilteredResource - Class in org.opensaml.util.resource
A Resource whose contents may be run through a filter as it is being read.
AbstractFilteredResource() - Constructor for class org.opensaml.util.resource.AbstractFilteredResource
Constructor.
AbstractFilteredResource(ResourceFilter) - Constructor for class org.opensaml.util.resource.AbstractFilteredResource
Constructor.
addActorAttribute(AttributeExtensibleXMLObject, String) - Static method in class org.opensaml.ws.soap.util.SOAPHelper
Adds an "actor" attribute to the given SOAP object.
addEncodingStyle(AttributeExtensibleXMLObject, String) - Static method in class org.opensaml.ws.soap.util.SOAPHelper
Adds a single encoding style to the given SOAP object.
addEncodingStyles(AttributeExtensibleXMLObject, List<String>) - Static method in class org.opensaml.ws.soap.util.SOAPHelper
Adds an "encodingStyle" attribute to the given SOAP object.
addMessageID(String, DateTime) - Method in class org.opensaml.util.storage.ReplayCache
Accquires a write lock and adds the message state to the underlying storage service.
addMustUnderstandAttribute(AttributeExtensibleXMLObject, boolean) - Static method in class org.opensaml.ws.soap.util.SOAPHelper
Adds a "mustUnderstand" attribute to the given SOAP object.
addNoCacheHeaders(HTTPOutTransport) - Static method in class org.opensaml.ws.transport.http.HTTPTransportUtils
Adds Cache-Control and Pragma headers meant to disable caching.
addParameter(String, String) - Method in interface org.opensaml.ws.transport.http.HTTPOutTransport
Sets the given parameter with the given value.
addParameter(String, String) - Method in class org.opensaml.ws.transport.http.HttpServletResponseAdapter
Sets the given parameter with the given value.
Address - Interface in org.opensaml.ws.wsfed
This interface defines how the object representing a WS Address Address element behaves.
AddressBuilder - Class in org.opensaml.ws.wsfed.impl
Builder of AddressImpl objects.
AddressBuilder() - Constructor for class org.opensaml.ws.wsfed.impl.AddressBuilder
Constructor.
AddressImpl - Class in org.opensaml.ws.wsfed.impl
Implementation of the Address object.
AddressImpl(String, String, String) - Constructor for class org.opensaml.ws.wsfed.impl.AddressImpl
Constructor.
AddressMarshaller - Class in org.opensaml.ws.wsfed.impl
A thread-safe marshaller for Address objects.
AddressMarshaller() - Constructor for class org.opensaml.ws.wsfed.impl.AddressMarshaller
 
AddressUnmarshaller - Class in org.opensaml.ws.wsfed.impl
A thread-safe unmarshaller for Address objects.
AddressUnmarshaller() - Constructor for class org.opensaml.ws.wsfed.impl.AddressUnmarshaller
 
AppliesTo - Interface in org.opensaml.ws.wsfed
This interface defines how the object representing a WS Applies To AppliesTo element behaves.
AppliesToBuilder - Class in org.opensaml.ws.wsfed.impl
Builder of AppliesToImpl objects.
AppliesToBuilder() - Constructor for class org.opensaml.ws.wsfed.impl.AppliesToBuilder
Constructor.
AppliesToImpl - Class in org.opensaml.ws.wsfed.impl
Implementation of the AppliesTo Object.
AppliesToImpl(String, String, String) - Constructor for class org.opensaml.ws.wsfed.impl.AppliesToImpl
Constructor.
AppliesToMarshaller - Class in org.opensaml.ws.wsfed.impl
A thread safe marshaller for AppliesTo objects.
AppliesToMarshaller() - Constructor for class org.opensaml.ws.wsfed.impl.AppliesToMarshaller
 
AppliesToUnmarshaller - Class in org.opensaml.ws.wsfed.impl
A thread-safe unmarshaller for AppliesTo objects.
AppliesToUnmarshaller() - Constructor for class org.opensaml.ws.wsfed.impl.AppliesToUnmarshaller
 
applyFilter(InputStream) - Method in class org.opensaml.util.resource.ChainingResourceFilter
Applies this filter to the given stream.
applyFilter(InputStream) - Method in class org.opensaml.util.resource.PropertyReplacementResourceFilter
Applies this filter to the given stream.
applyFilter(InputStream) - Method in interface org.opensaml.util.resource.ResourceFilter
Applies this filter to the given stream.

B

BaseMessageContext - Class in org.opensaml.ws.message
Base class for message context implementations.
BaseMessageContext() - Constructor for class org.opensaml.ws.message.BaseMessageContext
 
BaseMessageDecoder - Class in org.opensaml.ws.message.decoder
Base class for message decoders.
BaseMessageDecoder() - Constructor for class org.opensaml.ws.message.decoder.BaseMessageDecoder
Constructor.
BaseMessageDecoder(ParserPool) - Constructor for class org.opensaml.ws.message.decoder.BaseMessageDecoder
Constructor.
BaseMessageEncoder - Class in org.opensaml.ws.message.encoder
Base class for message decoders.
BaseMessageEncoder() - Constructor for class org.opensaml.ws.message.encoder.BaseMessageEncoder
Constructor.
BaseTrustEngineRule<TokenType> - Class in org.opensaml.ws.security.provider
Base rule which uses a trust engine to evaluate a token extracted from the request or message.
BaseTrustEngineRule(TrustEngine<TokenType>) - Constructor for class org.opensaml.ws.security.provider.BaseTrustEngineRule
Constructor.
BasicSecurityPolicy - Class in org.opensaml.ws.security.provider
Basic security policy implementation which evaluates a given set of SecurityPolicyRule in an ordered manner.
BasicSecurityPolicy() - Constructor for class org.opensaml.ws.security.provider.BasicSecurityPolicy
Constructor.
Body - Interface in org.opensaml.ws.soap.soap11
SOAP 1.1 Body.
BodyBuilder - Class in org.opensaml.ws.soap.soap11.impl
Builder of BodyImpl objects.
BodyBuilder() - Constructor for class org.opensaml.ws.soap.soap11.impl.BodyBuilder
 
BodyImpl - Class in org.opensaml.ws.soap.soap11.impl
Concrete implemenation of Body.
BodyImpl(String, String, String) - Constructor for class org.opensaml.ws.soap.soap11.impl.BodyImpl
Constructor.
BodyMarshaller - Class in org.opensaml.ws.soap.soap11.impl
A thread-safe marshaller for Bodys.
BodyMarshaller() - Constructor for class org.opensaml.ws.soap.soap11.impl.BodyMarshaller
 
BodyUnmarshaller - Class in org.opensaml.ws.soap.soap11.impl
A thread-safe unmarshaller for Bodys.
BodyUnmarshaller() - Constructor for class org.opensaml.ws.soap.soap11.impl.BodyUnmarshaller
 
buildCriteriaSet(String, MessageContext) - Method in class org.opensaml.ws.security.provider.BaseTrustEngineRule
Subclasses are required to implement this method to build a criteria set for the trust engine according to trust engine and application-specific needs.
buildCriteriaSet(String, MessageContext) - Method in class org.opensaml.ws.security.provider.ClientCertAuthRule
Subclasses are required to implement this method to build a criteria set for the trust engine according to trust engine and application-specific needs.
buildObject() - Method in interface org.opensaml.ws.soap.common.SOAPObjectBuilder
Builds a SOAPObject using the default name and namespace information provided SOAP specifications.
buildObject() - Method in class org.opensaml.ws.soap.soap11.impl.BodyBuilder
Creates an envelope object with the default SOAP 1.1 namespace, prefix and "Body" as the element local name.
buildObject(String, String, String) - Method in class org.opensaml.ws.soap.soap11.impl.BodyBuilder
buildObject() - Method in class org.opensaml.ws.soap.soap11.impl.DetailBuilder
Creates an envelope object with the default SOAP 1.1 namespace, prefix and "Detail" as the element local name.
buildObject(String, String, String) - Method in class org.opensaml.ws.soap.soap11.impl.DetailBuilder
buildObject() - Method in class org.opensaml.ws.soap.soap11.impl.EnvelopeBuilder
Creates an envelope object with the default SOAP 1.1 namespace, prefix and "Envelope" as the element local name.
buildObject(String, String, String) - Method in class org.opensaml.ws.soap.soap11.impl.EnvelopeBuilder
buildObject(String, String, String) - Method in class org.opensaml.ws.soap.soap11.impl.FaultActorBuilder
buildObject() - Method in class org.opensaml.ws.soap.soap11.impl.FaultActorBuilder
Builds a SOAPObject using the default name and namespace information provided SOAP specifications.
buildObject() - Method in class org.opensaml.ws.soap.soap11.impl.FaultBuilder
Creates an envelope object with the default SOAP 1.1 namespace, prefix and "Fault" as the element local name.
buildObject(String, String, String) - Method in class org.opensaml.ws.soap.soap11.impl.FaultBuilder
buildObject(String, String, String) - Method in class org.opensaml.ws.soap.soap11.impl.FaultCodeBuilder
buildObject() - Method in class org.opensaml.ws.soap.soap11.impl.FaultCodeBuilder
Builds a SOAPObject using the default name and namespace information provided SOAP specifications.
buildObject(String, String, String) - Method in class org.opensaml.ws.soap.soap11.impl.FaultStringBuilder
buildObject() - Method in class org.opensaml.ws.soap.soap11.impl.FaultStringBuilder
Builds a SOAPObject using the default name and namespace information provided SOAP specifications.
buildObject() - Method in class org.opensaml.ws.soap.soap11.impl.HeaderBuilder
Creates an envelope object with the default SOAP 1.1 namespace, prefix and "Header" as the element local name.
buildObject(String, String, String) - Method in class org.opensaml.ws.soap.soap11.impl.HeaderBuilder
buildObject() - Method in class org.opensaml.ws.wsfed.impl.AddressBuilder
Builds a WS-Federation object using its default element name.
buildObject(String, String, String) - Method in class org.opensaml.ws.wsfed.impl.AddressBuilder
buildObject() - Method in class org.opensaml.ws.wsfed.impl.AppliesToBuilder
Builds a WS-Federation object using its default element name.
buildObject(String, String, String) - Method in class org.opensaml.ws.wsfed.impl.AppliesToBuilder
buildObject() - Method in class org.opensaml.ws.wsfed.impl.EndPointReferenceBuilder
Builds a WS-Federation object using its default element name.
buildObject(String, String, String) - Method in class org.opensaml.ws.wsfed.impl.EndPointReferenceBuilder
buildObject() - Method in class org.opensaml.ws.wsfed.impl.RequestedSecurityTokenBuilder
Builds a WS-Federation object using its default element name.
buildObject(String, String, String) - Method in class org.opensaml.ws.wsfed.impl.RequestedSecurityTokenBuilder
buildObject() - Method in class org.opensaml.ws.wsfed.impl.RequestSecurityTokenResponseBuilder
Builds a WS-Federation object using its default element name.
buildObject(String, String, String) - Method in class org.opensaml.ws.wsfed.impl.RequestSecurityTokenResponseBuilder
buildObject() - Method in interface org.opensaml.ws.wsfed.WSFedObjectBuilder
Builds a WS-Federation object using its default element name.
buildQueryString() - Method in class org.opensaml.util.URLBuilder
Builds the query string for the URL.
buildURL() - Method in class org.opensaml.util.URLBuilder
Builds a URL from the given data.

C

CertificateNameOptions - Class in org.opensaml.ws.security.provider
Options for deriving message context issuer names from an X.509 certificate.
CertificateNameOptions() - Constructor for class org.opensaml.ws.security.provider.CertificateNameOptions
Constructor.
ChainingResourceFilter - Class in org.opensaml.util.resource
Resource filter that executes a list of resource filters in order.
ChainingResourceFilter(List<ResourceFilter>) - Constructor for class org.opensaml.util.resource.ChainingResourceFilter
Constructor.
ClasspathResource - Class in org.opensaml.util.resource
Resource that represents a resource found on the classpath.
ClasspathResource(String) - Constructor for class org.opensaml.util.resource.ClasspathResource
Constructor.
ClasspathResource(String, ResourceFilter) - Constructor for class org.opensaml.util.resource.ClasspathResource
Constructor.
CLIENT - Static variable in interface org.opensaml.ws.soap.soap11.FaultCode
FaultCode value Client.
ClientCertAuthRule - Class in org.opensaml.ws.security.provider
Policy rule that checks if the client cert used to authenticate the request is valid and trusted.
ClientCertAuthRule(TrustEngine<X509Credential>, CertificateNameOptions) - Constructor for class org.opensaml.ws.security.provider.ClientCertAuthRule
Constructor.
clone() - Method in class org.opensaml.ws.security.provider.CertificateNameOptions
contains(String, KeyType) - Method in class org.opensaml.util.storage.MapBasedStorageService
Checks if a given key exists.
contains(String, KeyType) - Method in interface org.opensaml.util.storage.StorageService
Checks if a given key exists.

D

decode(MessageContext) - Method in class org.opensaml.ws.message.decoder.BaseMessageDecoder
Decodes a message in a binding specific manner.
decode(MessageContext) - Method in interface org.opensaml.ws.message.decoder.MessageDecoder
Decodes a message in a binding specific manner.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.ws.soap.soap11.Body
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.ws.soap.soap11.Detail
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.ws.soap.soap11.Envelope
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.ws.soap.soap11.Fault
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.ws.soap.soap11.FaultActor
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.ws.soap.soap11.FaultCode
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.ws.soap.soap11.FaultString
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.ws.soap.soap11.Header
Element local name.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.ws.wsfed.Address
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.ws.wsfed.AppliesTo
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.ws.wsfed.EndPointReference
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.ws.wsfed.RequestedSecurityToken
Element name, no namespace.
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface org.opensaml.ws.wsfed.RequestSecurityTokenResponse
Element name, no namespace.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.ws.soap.soap11.Body
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.ws.soap.soap11.Detail
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.ws.soap.soap11.Envelope
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.ws.soap.soap11.Fault
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.ws.soap.soap11.FaultActor
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.ws.soap.soap11.FaultCode
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.ws.soap.soap11.FaultString
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.ws.soap.soap11.Header
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.ws.wsfed.Address
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.ws.wsfed.AppliesTo
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.ws.wsfed.EndPointReference
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.ws.wsfed.RequestedSecurityToken
Default element name.
DEFAULT_ELEMENT_NAME - Static variable in interface org.opensaml.ws.wsfed.RequestSecurityTokenResponse
Default element name.
DEFAULT_MAX_RETRY_ATTEMPTS - Static variable in class org.opensaml.util.resource.ResourceChangeWatcher
Default maximum retry attempts, 0.
DEFAULT_POLL_FREQUENCY - Static variable in class org.opensaml.util.resource.ResourceChangeWatcher
Default polling frequency, 12 hours.
Detail - Interface in org.opensaml.ws.soap.soap11
SOAP 1.1 Detail.
DetailBuilder - Class in org.opensaml.ws.soap.soap11.impl
Builder of DetailImpl objects.
DetailBuilder() - Constructor for class org.opensaml.ws.soap.soap11.impl.DetailBuilder
 
DetailImpl - Class in org.opensaml.ws.soap.soap11.impl
Concrete implementation of Detail.
DetailImpl(String, String, String) - Constructor for class org.opensaml.ws.soap.soap11.impl.DetailImpl
Constructor.
DetailMarshaller - Class in org.opensaml.ws.soap.soap11.impl
A thread-safe marshaller for Details.
DetailMarshaller() - Constructor for class org.opensaml.ws.soap.soap11.impl.DetailMarshaller
 
DetailUnmarshaller - Class in org.opensaml.ws.soap.soap11.impl
A thread-safe unmarshaller for Details.
DetailUnmarshaller() - Constructor for class org.opensaml.ws.soap.soap11.impl.DetailUnmarshaller
 
doDecode(MessageContext) - Method in class org.opensaml.ws.message.decoder.BaseMessageDecoder
Decodes a message, updating the message context.
doEncode(MessageContext) - Method in class org.opensaml.ws.message.encoder.BaseMessageEncoder
Encodes the outbound message onto the outbound transport.
doEvaluate(X509Credential, MessageContext) - Method in class org.opensaml.ws.security.provider.ClientCertAuthRule
Evaluate the request credential.
doEvaluate(MessageContext) - Method in class org.opensaml.ws.security.provider.HTTPRule
Evaluates if the message context transport, guaranteed to be of type HTTPTransport, meets all requirements.

E

encode(MessageContext) - Method in class org.opensaml.ws.message.encoder.BaseMessageEncoder
Encodes the message in the binding specific manner.
encode(MessageContext) - Method in interface org.opensaml.ws.message.encoder.MessageEncoder
Encodes the message in the binding specific manner.
EndPointReference - Interface in org.opensaml.ws.wsfed
This interface defines how the object representing a WS End Point Reference EndPointReference element behaves.
EndPointReferenceBuilder - Class in org.opensaml.ws.wsfed.impl
Builder of EndPointReferenceImpl objects.
EndPointReferenceBuilder() - Constructor for class org.opensaml.ws.wsfed.impl.EndPointReferenceBuilder
Constructor.
EndPointReferenceImpl - Class in org.opensaml.ws.wsfed.impl
Implementation of the EndPointReference object.
EndPointReferenceImpl(String, String, String) - Constructor for class org.opensaml.ws.wsfed.impl.EndPointReferenceImpl
Constructor.
EndPointReferenceMarshaller - Class in org.opensaml.ws.wsfed.impl
A thread safe marshaller for EndPointReference objects.
EndPointReferenceMarshaller() - Constructor for class org.opensaml.ws.wsfed.impl.EndPointReferenceMarshaller
 
EndPointReferenceUnmarshaller - Class in org.opensaml.ws.wsfed.impl
A thread-safe unmarshaller for EndPointReferenc objects.
EndPointReferenceUnmarshaller() - Constructor for class org.opensaml.ws.wsfed.impl.EndPointReferenceUnmarshaller
 
Envelope - Interface in org.opensaml.ws.soap.soap11
SOAP 1.1 Envelope.
EnvelopeBuilder - Class in org.opensaml.ws.soap.soap11.impl
Builder of EnvelopeImpl objects.
EnvelopeBuilder() - Constructor for class org.opensaml.ws.soap.soap11.impl.EnvelopeBuilder
 
EnvelopeImpl - Class in org.opensaml.ws.soap.soap11.impl
Concrete implementation of Envelope.
EnvelopeImpl(String, String, String) - Constructor for class org.opensaml.ws.soap.soap11.impl.EnvelopeImpl
Constructor.
EnvelopeMarshaller - Class in org.opensaml.ws.soap.soap11.impl
A thread-safe marshaller for Envelopes.
EnvelopeMarshaller() - Constructor for class org.opensaml.ws.soap.soap11.impl.EnvelopeMarshaller
 
EnvelopeUnmarshaller - Class in org.opensaml.ws.soap.soap11.impl
A thread-safe unmarshaller for Envelopes.
EnvelopeUnmarshaller() - Constructor for class org.opensaml.ws.soap.soap11.impl.EnvelopeUnmarshaller
 
equals(Object) - Method in class org.opensaml.util.resource.ClasspathResource
equals(Object) - Method in class org.opensaml.util.resource.FilesystemResource
equals(Object) - Method in class org.opensaml.util.resource.HttpResource
evaluate(TokenType, String, MessageContext) - Method in class org.opensaml.ws.security.provider.BaseTrustEngineRule
Evaluate the token using the configured trust engine against criteria built using the specified candidate issuer entity ID and message context information.
evaluate(TokenType, CriteriaSet) - Method in class org.opensaml.ws.security.provider.BaseTrustEngineRule
Evaluate the token against the specified criteria using the configured trust engine.
evaluate(MessageContext) - Method in class org.opensaml.ws.security.provider.BasicSecurityPolicy
Evaluates this policy.
evaluate(MessageContext) - Method in class org.opensaml.ws.security.provider.ClientCertAuthRule
Evaluates the message context against the rule.
evaluate(MessageContext) - Method in class org.opensaml.ws.security.provider.HTTPRule
Evaluates the message context against the rule.
evaluate(MessageContext) - Method in class org.opensaml.ws.security.provider.MandatoryAuthenticatedMessageRule
Evaluates the message context against the rule.
evaluate(MessageContext) - Method in class org.opensaml.ws.security.provider.MandatoryIssuerRule
Evaluates the message context against the rule.
evaluate(MessageContext) - Method in interface org.opensaml.ws.security.SecurityPolicy
Evaluates this policy.
evaluate(MessageContext) - Method in interface org.opensaml.ws.security.SecurityPolicyRule
Evaluates the message context against the rule.
evaluateCertificateNameDerivedIssuers(X509Credential, MessageContext) - Method in class org.opensaml.ws.security.provider.ClientCertAuthRule
Evaluate candidate issuer entity ID's which may be derived from the request credential's entity certificate according to the options supplied via CertificateNameOptions.
evaluateContentType(HTTPTransport) - Method in class org.opensaml.ws.security.provider.HTTPRule
Checks if the transport is of the correct content type.
evaluateDerivedIssuers(X509Credential, MessageContext) - Method in class org.opensaml.ws.security.provider.ClientCertAuthRule
Evaluate any candidate issuer entity ID's which may be derived from the credential or other message context information.
evaluateRequestMethod(HTTPTransport) - Method in class org.opensaml.ws.security.provider.HTTPRule
Checks if the transport is of the correct request method.
evaluateSecured(HTTPTransport) - Method in class org.opensaml.ws.security.provider.HTTPRule
Checks if the transport is secured.
evaluateSubjectAltNames(X509Credential, MessageContext) - Method in class org.opensaml.ws.security.provider.ClientCertAuthRule
Evaluate the issuer entity ID as derived from the cert subject alternative names specified by types enumerated in CertificateNameOptions.getSubjectAltNames().
evaluateSubjectCommonName() - Method in class org.opensaml.ws.security.provider.CertificateNameOptions
Get whether to evaluate the certificate subject DN's common name (CN) as a derived issuer entity ID.
evaluateSubjectCommonName(X509Credential, MessageContext) - Method in class org.opensaml.ws.security.provider.ClientCertAuthRule
Evaluate the issuer entity ID as derived from the cert subject common name (CN).
evaluateSubjectDN() - Method in class org.opensaml.ws.security.provider.CertificateNameOptions
Get whether to evaluate the certificate subject DN as a derived issuer entity ID.
evaluateSubjectDN(X509Credential, MessageContext) - Method in class org.opensaml.ws.security.provider.ClientCertAuthRule
Evaluate the issuer entity ID as derived from the cert subject DN.
exists() - Method in class org.opensaml.util.resource.ClasspathResource
Checks whether the resource exists.
exists() - Method in class org.opensaml.util.resource.FileBackedHttpResource
Checks whether the resource exists.
exists() - Method in class org.opensaml.util.resource.FilesystemResource
Checks whether the resource exists.
exists() - Method in class org.opensaml.util.resource.HttpResource
Checks whether the resource exists.
exists() - Method in interface org.opensaml.util.resource.Resource
Checks whether the resource exists.
ExpiringObject - Interface in org.opensaml.util.storage
A simple interface for objects that may expire at a given time.
ExpiringObjectStorageServiceSweeper - Class in org.opensaml.util.storage
A simple task that periodically sweeps over a StorageService and removes expired entries.
ExpiringObjectStorageServiceSweeper(Timer, long, StorageService) - Constructor for class org.opensaml.util.storage.ExpiringObjectStorageServiceSweeper
Constructor.
ExpiringObjectStorageServiceSweeper(Timer, long, StorageService, Set<String>) - Constructor for class org.opensaml.util.storage.ExpiringObjectStorageServiceSweeper
Constructor.

F

Fault - Interface in org.opensaml.ws.soap.soap11
SOAP 1.1 Fault.
FaultActor - Interface in org.opensaml.ws.soap.soap11
SOAP 1.1 faultactor.
FaultActorBuilder - Class in org.opensaml.ws.soap.soap11.impl
A builder of FaultActorImpl objects.
FaultActorBuilder() - Constructor for class org.opensaml.ws.soap.soap11.impl.FaultActorBuilder
 
FaultActorImpl - Class in org.opensaml.ws.soap.soap11.impl
Concrete implementation of FaultActor.
FaultActorImpl(String, String, String) - Constructor for class org.opensaml.ws.soap.soap11.impl.FaultActorImpl
Constructor.
FaultBuilder - Class in org.opensaml.ws.soap.soap11.impl
Builder of FaultImpl objects.
FaultBuilder() - Constructor for class org.opensaml.ws.soap.soap11.impl.FaultBuilder
 
FaultCode - Interface in org.opensaml.ws.soap.soap11
SOAP 1.1 faultcode.
FaultCodeBuilder - Class in org.opensaml.ws.soap.soap11.impl
Builder of FaultCodeImpl objects.
FaultCodeBuilder() - Constructor for class org.opensaml.ws.soap.soap11.impl.FaultCodeBuilder
 
FaultCodeImpl - Class in org.opensaml.ws.soap.soap11.impl
Concrete implementation of FaultCode.
FaultCodeImpl(String, String, String) - Constructor for class org.opensaml.ws.soap.soap11.impl.FaultCodeImpl
Constructor.
FaultImpl - Class in org.opensaml.ws.soap.soap11.impl
Concrete implemenation of Fault.
FaultImpl(String, String, String) - Constructor for class org.opensaml.ws.soap.soap11.impl.FaultImpl
Constructor.
FaultMarshaller - Class in org.opensaml.ws.soap.soap11.impl
A thread-safe marshaller for Faults.
FaultMarshaller() - Constructor for class org.opensaml.ws.soap.soap11.impl.FaultMarshaller
 
FaultString - Interface in org.opensaml.ws.soap.soap11
SOAP 1.1 faultstring.
FaultStringBuilder - Class in org.opensaml.ws.soap.soap11.impl
Builder of FaultStringImpl objects.
FaultStringBuilder() - Constructor for class org.opensaml.ws.soap.soap11.impl.FaultStringBuilder
 
FaultStringImpl - Class in org.opensaml.ws.soap.soap11.impl
Concrete implemenation of FaultString.
FaultStringImpl(String, String, String) - Constructor for class org.opensaml.ws.soap.soap11.impl.FaultStringImpl
Constructor.
FaultUnmarshaller - Class in org.opensaml.ws.soap.soap11.impl
A thread-safe unmarshaller for Faults.
FaultUnmarshaller() - Constructor for class org.opensaml.ws.soap.soap11.impl.FaultUnmarshaller
 
FileBackedHttpResource - Class in org.opensaml.util.resource
A resource representing a file read from an HTTP(S) location.
FileBackedHttpResource(String, String) - Constructor for class org.opensaml.util.resource.FileBackedHttpResource
Constructor.
FileBackedHttpResource(String, URI) - Constructor for class org.opensaml.util.resource.FileBackedHttpResource
Constructor.
FileBackedHttpResource(String, String, ResourceFilter) - Constructor for class org.opensaml.util.resource.FileBackedHttpResource
Constructor.
FileBackedHttpResource(String, URI, ResourceFilter) - Constructor for class org.opensaml.util.resource.FileBackedHttpResource
Constructor.
FilesystemResource - Class in org.opensaml.util.resource
A resource representing a file on the local filesystem.
FilesystemResource(String) - Constructor for class org.opensaml.util.resource.FilesystemResource
Constructor.
FilesystemResource(URI) - Constructor for class org.opensaml.util.resource.FilesystemResource
Constructor.
FilesystemResource(String, ResourceFilter) - Constructor for class org.opensaml.util.resource.FilesystemResource
Constructor.
FilesystemResource(URI, ResourceFilter) - Constructor for class org.opensaml.util.resource.FilesystemResource
Constructor.

G

get(String, KeyType) - Method in class org.opensaml.util.storage.MapBasedStorageService
Gets the value stored under a particular key.
get(String, KeyType) - Method in interface org.opensaml.util.storage.StorageService
Gets the value stored under a particular key.
getActor() - Method in interface org.opensaml.ws.soap.soap11.Fault
Gets the URI of the fault actor for this fault.
getActor() - Method in class org.opensaml.ws.soap.soap11.impl.FaultImpl
Gets the URI of the fault actor for this fault.
getAddress() - Method in interface org.opensaml.ws.wsfed.EndPointReference
Return the object representing the Address (element).
getAddress() - Method in class org.opensaml.ws.wsfed.impl.EndPointReferenceImpl
Return the object representing the Address (element).
getAltNames(X509Certificate, Integer) - Method in class org.opensaml.ws.security.provider.ClientCertAuthRule
Get the list of subject alt name values from the certificate which are of the specified alt name type.
getAppliesTo() - Method in class org.opensaml.ws.wsfed.impl.RequestSecurityTokenResponseImpl
Gets the entity to which the token applies.
getAppliesTo() - Method in interface org.opensaml.ws.wsfed.RequestSecurityTokenResponse
Gets the entity to which the token applies.
getAttribute(String) - Method in class org.opensaml.ws.transport.http.HttpServletRequestAdapter
Gets a transport-specific attribute.
getAttribute(String) - Method in class org.opensaml.ws.transport.http.HttpServletResponseAdapter
Gets a transport-specific attribute.
getAttribute(String) - Method in interface org.opensaml.ws.transport.Transport
Gets a transport-specific attribute.
getBody() - Method in interface org.opensaml.ws.soap.soap11.Envelope
Gets the body of this envelope.
getBody() - Method in class org.opensaml.ws.soap.soap11.impl.EnvelopeImpl
Gets the body of this envelope.
getCertificateNameOptions() - Method in class org.opensaml.ws.security.provider.ClientCertAuthRule
Get the currently configured certificate name options.
getCharacterEncoding() - Method in class org.opensaml.ws.transport.http.HttpServletRequestAdapter
Gets the character encoding of the transport.
getCharacterEncoding() - Method in class org.opensaml.ws.transport.http.HttpServletResponseAdapter
Gets the character encoding of the transport.
getCharacterEncoding() - Method in interface org.opensaml.ws.transport.Transport
Gets the character encoding of the transport.
getCode() - Method in interface org.opensaml.ws.soap.soap11.Fault
Gets the fault code for this fault.
getCode() - Method in class org.opensaml.ws.soap.soap11.impl.FaultImpl
Gets the fault code for this fault.
getCommonName(X509Certificate) - Method in class org.opensaml.ws.security.provider.ClientCertAuthRule
Get the first common name (CN) value from the subject DN of the specified certificate.
getCommunicationProfileId() - Method in class org.opensaml.ws.message.BaseMessageContext
Gets the unique id of the communication profile in use.
getCommunicationProfileId() - Method in interface org.opensaml.ws.message.MessageContext
Gets the unique id of the communication profile in use.
getDetail() - Method in interface org.opensaml.ws.soap.soap11.Fault
Gets details of this fault.
getDetail() - Method in class org.opensaml.ws.soap.soap11.impl.FaultImpl
Gets details of this fault.
getEndPointReference() - Method in interface org.opensaml.ws.wsfed.AppliesTo
Gets the endpoint reference of the entity applicable entity.
getEndPointReference() - Method in class org.opensaml.ws.wsfed.impl.AppliesToImpl
Gets the endpoint reference of the entity applicable entity.
getExpirationTime() - Method in class org.opensaml.util.storage.AbstractExpiringObject
Gets the time the object expires.
getExpirationTime() - Method in interface org.opensaml.util.storage.ExpiringObject
Gets the time the object expires.
getFragment() - Method in class org.opensaml.util.URLBuilder
Gets the URL fragment in its decoded form.
getHeader() - Method in interface org.opensaml.ws.soap.soap11.Envelope
Gets the header of this envelope.
getHeader() - Method in class org.opensaml.ws.soap.soap11.impl.EnvelopeImpl
Gets the header of this envelope.
getHeaderValue(String) - Method in class org.opensaml.ws.transport.http.HttpServletRequestAdapter
Gets the first value of the header with the given name.
getHeaderValue(String) - Method in class org.opensaml.ws.transport.http.HttpServletResponseAdapter
Gets the first value of the header with the given name.
getHeaderValue(String) - Method in interface org.opensaml.ws.transport.http.HTTPTransport
Gets the first value of the header with the given name.
getHost() - Method in class org.opensaml.util.URLBuilder
Gets the host component of the URL.
getHTTPMethod() - Method in class org.opensaml.ws.transport.http.HttpServletRequestAdapter
Gets the HTTP method (POST, GET, etc) used.
getHTTPMethod() - Method in class org.opensaml.ws.transport.http.HttpServletResponseAdapter
Gets the HTTP method (POST, GET, etc) used.
getHTTPMethod() - Method in interface org.opensaml.ws.transport.http.HTTPTransport
Gets the HTTP method (POST, GET, etc) used.
getInboundMessage() - Method in class org.opensaml.ws.message.BaseMessageContext
Gets the inbound message.
getInboundMessage() - Method in interface org.opensaml.ws.message.MessageContext
Gets the inbound message.
getInboundMessageIssuer() - Method in class org.opensaml.ws.message.BaseMessageContext
Gets the issuer of the inbound message.
getInboundMessageIssuer() - Method in interface org.opensaml.ws.message.MessageContext
Gets the issuer of the inbound message.
getInboundMessageTransport() - Method in class org.opensaml.ws.message.BaseMessageContext
Gets the transport used to receive the message.
getInboundMessageTransport() - Method in interface org.opensaml.ws.message.MessageContext
Gets the transport used to receive the message.
getIncomingStream() - Method in class org.opensaml.ws.transport.http.HttpServletRequestAdapter
Gets the incoming stream from the peer.
getIncomingStream() - Method in interface org.opensaml.ws.transport.InTransport
Gets the incoming stream from the peer.
getInputStream() - Method in class org.opensaml.util.resource.ClasspathResource
Gets the inputstream to the resource's data.
getInputStream() - Method in class org.opensaml.util.resource.FileBackedHttpResource
Gets the inputstream to the resource's data.
getInputStream() - Method in class org.opensaml.util.resource.FilesystemResource
Gets the inputstream to the resource's data.
getInputStream() - Method in class org.opensaml.util.resource.HttpResource
Gets the inputstream to the resource's data.
getInputStream() - Method in interface org.opensaml.util.resource.Resource
Gets the inputstream to the resource's data.
getKeys(String) - Method in class org.opensaml.util.storage.MapBasedStorageService
Gets the keys for entries in the storage service.
getKeys(String) - Method in interface org.opensaml.util.storage.StorageService
Gets the keys for entries in the storage service.
getLastModifiedTime() - Method in class org.opensaml.util.resource.ClasspathResource
Gets the date and time the resource was last modified.
getLastModifiedTime() - Method in class org.opensaml.util.resource.FileBackedHttpResource
Gets the date and time the resource was last modified.
getLastModifiedTime() - Method in class org.opensaml.util.resource.FilesystemResource
Gets the date and time the resource was last modified.
getLastModifiedTime() - Method in class org.opensaml.util.resource.HttpResource
Gets the date and time the resource was last modified.
getLastModifiedTime() - Method in interface org.opensaml.util.resource.Resource
Gets the date and time the resource was last modified.
getLocalCredential() - Method in class org.opensaml.ws.transport.http.HttpServletRequestAdapter
Gets the local credential used to authenticate to the peer.
getLocalCredential() - Method in class org.opensaml.ws.transport.http.HttpServletResponseAdapter
Gets the local credential used to authenticate to the peer.
getLocalCredential() - Method in interface org.opensaml.ws.transport.Transport
Gets the local credential used to authenticate to the peer.
getLocation() - Method in class org.opensaml.util.resource.ClasspathResource
Gets resource location information.
getLocation() - Method in class org.opensaml.util.resource.FileBackedHttpResource
Gets resource location information.
getLocation() - Method in class org.opensaml.util.resource.FilesystemResource
Gets resource location information.
getLocation() - Method in class org.opensaml.util.resource.HttpResource
Gets resource location information.
getLocation() - Method in interface org.opensaml.util.resource.Resource
Gets resource location information.
getMessage() - Method in interface org.opensaml.ws.soap.soap11.Fault
Gets the fault string for this fault.
getMessage() - Method in class org.opensaml.ws.soap.soap11.impl.FaultImpl
Gets the fault string for this fault.
getMessageId() - Method in class org.opensaml.util.storage.ReplayCacheEntry
Gets the ID of the message that may not be replayed.
getOrderedChildren() - Method in class org.opensaml.ws.soap.common.AbstractExtensibleSOAPObject
getOrderedChildren() - Method in class org.opensaml.ws.soap.soap11.impl.EnvelopeImpl
getOrderedChildren() - Method in class org.opensaml.ws.soap.soap11.impl.FaultImpl
getOrderedChildren() - Method in class org.opensaml.ws.wsfed.impl.AddressImpl
getOrderedChildren() - Method in class org.opensaml.ws.wsfed.impl.AppliesToImpl
getOrderedChildren() - Method in class org.opensaml.ws.wsfed.impl.EndPointReferenceImpl
getOrderedChildren() - Method in class org.opensaml.ws.wsfed.impl.RequestedSecurityTokenImpl
getOrderedChildren() - Method in class org.opensaml.ws.wsfed.impl.RequestSecurityTokenResponseImpl
getOutboundMessage() - Method in class org.opensaml.ws.message.BaseMessageContext
Gets the outbound message.
getOutboundMessage() - Method in interface org.opensaml.ws.message.MessageContext
Gets the outbound message.
getOutboundMessageIssuer() - Method in class org.opensaml.ws.message.BaseMessageContext
Gets the issuer of the outbound message.
getOutboundMessageIssuer() - Method in interface org.opensaml.ws.message.MessageContext
Gets the issuer of the outbound message.
getOutboundMessageTransport() - Method in class org.opensaml.ws.message.BaseMessageContext
Gets the transport used to respond to the message.
getOutboundMessageTransport() - Method in interface org.opensaml.ws.message.MessageContext
Gets the transport used to respond to the message.
getOutgoingStream() - Method in class org.opensaml.ws.transport.http.HttpServletResponseAdapter
Gets the outgoing data stream to the peer.
getOutgoingStream() - Method in interface org.opensaml.ws.transport.OutTransport
Gets the outgoing data stream to the peer.
getParameterValue(String) - Method in class org.opensaml.ws.transport.http.HttpServletRequestAdapter
Gets the first value of the named parameter.
getParameterValue(String) - Method in class org.opensaml.ws.transport.http.HttpServletResponseAdapter
Gets the first value of the named parameter.
getParameterValue(String) - Method in interface org.opensaml.ws.transport.http.HTTPTransport
Gets the first value of the named parameter.
getParameterValues(String) - Method in class org.opensaml.ws.transport.http.HttpServletRequestAdapter
Gets the values of the named parameter.
getParameterValues(String) - Method in class org.opensaml.ws.transport.http.HttpServletResponseAdapter
Gets the values of the named parameter.
getParameterValues(String) - Method in interface org.opensaml.ws.transport.http.HTTPTransport
Gets the values of the named parameter.
getParserPool() - Method in class org.opensaml.ws.message.decoder.BaseMessageDecoder
Gets the parser pool used to deserialize incomming messages.
getPartitions() - Method in class org.opensaml.util.storage.MapBasedStorageService
Gets the partitions within the service.
getPartitions() - Method in interface org.opensaml.util.storage.StorageService
Gets the partitions within the service.
getPassword() - Method in class org.opensaml.util.URLBuilder
Gets the user's password in the URL.
getPath() - Method in class org.opensaml.util.URLBuilder
Gets the path component of the URL.
getPeerAddress() - Method in interface org.opensaml.ws.transport.http.HTTPInTransport
Gets the IP address of the peer.
getPeerAddress() - Method in class org.opensaml.ws.transport.http.HttpServletRequestAdapter
Gets the IP address of the peer.
getPeerCredential() - Method in class org.opensaml.ws.transport.http.HttpServletRequestAdapter
Gets the credential offered by the peer to authenticate itself.
getPeerCredential() - Method in class org.opensaml.ws.transport.http.HttpServletResponseAdapter
Gets the credential offered by the peer to authenticate itself.
getPeerCredential() - Method in interface org.opensaml.ws.transport.Transport
Gets the credential offered by the peer to authenticate itself.
getPeerDomainName() - Method in interface org.opensaml.ws.transport.http.HTTPInTransport
Gets the domain name of the peer.
getPeerDomainName() - Method in class org.opensaml.ws.transport.http.HttpServletRequestAdapter
Gets the domain name of the peer.
getPolicyRules() - Method in class org.opensaml.ws.security.provider.BasicSecurityPolicy
Gets the rules that are evaluated for this policy.
getPolicyRules() - Method in interface org.opensaml.ws.security.SecurityPolicy
Gets the rules that are evaluated for this policy.
getPollingFrequency() - Method in class org.opensaml.util.resource.ResourceChangeWatcher
Gets the frequency, in milliseconds, the watched resource should be polled.
getPort() - Method in class org.opensaml.util.URLBuilder
Gets the port component of the URL.
getQueryParams() - Method in class org.opensaml.util.URLBuilder
Gets the query string parameters for the URL.
getRawQueryStringParameter(String, String) - Static method in class org.opensaml.ws.transport.http.HTTPTransportUtils
Get the first raw (i.e.
getRequestedSecurityToken() - Method in class org.opensaml.ws.wsfed.impl.RequestSecurityTokenResponseImpl
Return the list of Security Token child elements.
getRequestedSecurityToken() - Method in interface org.opensaml.ws.wsfed.RequestSecurityTokenResponse
Return the list of Security Token child elements.
getResource() - Method in class org.opensaml.util.resource.HttpResource
Gets remote resource.
getResourceFilter() - Method in class org.opensaml.util.resource.AbstractFilteredResource
Gets the resource filter associated with this resource.
getResourceListeners() - Method in class org.opensaml.util.resource.ResourceChangeWatcher
Gets the list of registered resource listeners.
getScheme() - Method in class org.opensaml.util.URLBuilder
Gets the URL scheme (http, https, etc).
getSecurityPolicyResolver() - Method in class org.opensaml.ws.message.BaseMessageContext
Gets the resolver used to determine active SecurityPolicy.
getSecurityPolicyResolver() - Method in interface org.opensaml.ws.message.MessageContext
Gets the resolver used to determine active SecurityPolicy.
getSecurityTokens() - Method in class org.opensaml.ws.wsfed.impl.RequestedSecurityTokenImpl
Return the list security tokens.
getSecurityTokens() - Method in interface org.opensaml.ws.wsfed.RequestedSecurityToken
Return the list security tokens.
getStatusCode() - Method in class org.opensaml.ws.transport.http.HttpServletRequestAdapter
Gets the status code of the request.
getStatusCode() - Method in class org.opensaml.ws.transport.http.HttpServletResponseAdapter
Gets the status code of the request.
getStatusCode() - Method in interface org.opensaml.ws.transport.http.HTTPTransport
Gets the status code of the request.
getSubjectAltNames() - Method in class org.opensaml.ws.security.provider.CertificateNameOptions
Get the set of types of subject alternative names evaluate as derived issuer entity ID names.
getSubjectName(X509Certificate) - Method in class org.opensaml.ws.security.provider.ClientCertAuthRule
Get subject name from a certificate, using the currently configured X500DNHandler and subject DN output format.
getTrustEngine() - Method in class org.opensaml.ws.security.provider.BaseTrustEngineRule
Gets the engine used to validate the untrusted token.
getUnknownAttributes() - Method in class org.opensaml.ws.soap.common.AbstractExtensibleSOAPObject
getUnknownXMLObjects() - Method in class org.opensaml.ws.soap.common.AbstractExtensibleSOAPObject
getUnknownXMLObjects(QName) - Method in class org.opensaml.ws.soap.common.AbstractExtensibleSOAPObject
getUsername() - Method in class org.opensaml.util.URLBuilder
Gets the user name component of the URL.
getValue() - Method in interface org.opensaml.ws.wsfed.Address
Gets the end point reference address.
getValue() - Method in class org.opensaml.ws.wsfed.impl.AddressImpl
Gets the end point reference address.
getVersion() - Method in class org.opensaml.ws.transport.http.HttpServletRequestAdapter
Gets the HTTP version used to receive the message.
getVersion() - Method in class org.opensaml.ws.transport.http.HttpServletResponseAdapter
Gets the HTTP version used to receive the message.
getVersion() - Method in interface org.opensaml.ws.transport.http.HTTPTransport
Gets the HTTP version used to receive the message.
getWrappedRequest() - Method in class org.opensaml.ws.transport.http.HttpServletRequestAdapter
Gets the adapted request.
getWrappedResponse() - Method in class org.opensaml.ws.transport.http.HttpServletResponseAdapter
Gets the adapted response.
getX500DNHandler() - Method in class org.opensaml.ws.security.provider.CertificateNameOptions
Get the handler responsible for serializing X.500 names to strings from certificate-derived X500Principal instances.
getX500SubjectDNFormat() - Method in class org.opensaml.ws.security.provider.CertificateNameOptions
Get the the format specifier for serializaing X.500 subject names to strings.

H

hashCode() - Method in class org.opensaml.util.resource.ClasspathResource
hashCode() - Method in class org.opensaml.util.resource.FilesystemResource
hashCode() - Method in class org.opensaml.util.resource.HttpResource
Header - Interface in org.opensaml.ws.soap.soap11
SOAP 1.1 Header.
HeaderBuilder - Class in org.opensaml.ws.soap.soap11.impl
Builder of HeaderImpl objects.
HeaderBuilder() - Constructor for class org.opensaml.ws.soap.soap11.impl.HeaderBuilder
 
HeaderImpl - Class in org.opensaml.ws.soap.soap11.impl
Concrete implementation of Header.
HeaderImpl(String, String, String) - Constructor for class org.opensaml.ws.soap.soap11.impl.HeaderImpl
Constructor.
HeaderMarshaller - Class in org.opensaml.ws.soap.soap11.impl
A thread-safe marshaller for Headers.
HeaderMarshaller() - Constructor for class org.opensaml.ws.soap.soap11.impl.HeaderMarshaller
 
HeaderUnmarshaller - Class in org.opensaml.ws.soap.soap11.impl
A thread-safe unmarshaller for Headers.
HeaderUnmarshaller() - Constructor for class org.opensaml.ws.soap.soap11.impl.HeaderUnmarshaller
 
HTTPInTransport - Interface in org.opensaml.ws.transport.http
HTTP-based inbound transport.
HTTPOutTransport - Interface in org.opensaml.ws.transport.http
HTTP-based outbound transport.
HttpResource - Class in org.opensaml.util.resource
A resource representing a file retrieved from a URL using Apache Commons HTTPClient.
HttpResource(String) - Constructor for class org.opensaml.util.resource.HttpResource
Constructor.
HttpResource(String, ResourceFilter) - Constructor for class org.opensaml.util.resource.HttpResource
Constructor.
HTTPRule - Class in org.opensaml.ws.security.provider
A security rule that checks basic HTTP connection properties.
HTTPRule(String, String, boolean) - Constructor for class org.opensaml.ws.security.provider.HTTPRule
Constructor.
HttpServletRequestAdapter - Class in org.opensaml.ws.transport.http
Adapts an HttpServletRequest to an HTTPInTransport.
HttpServletRequestAdapter(HttpServletRequest) - Constructor for class org.opensaml.ws.transport.http.HttpServletRequestAdapter
Constructor.
HttpServletResponseAdapter - Class in org.opensaml.ws.transport.http
Adapts an HttpServletResponse to an HTTPOutTransport.
HttpServletResponseAdapter(HttpServletResponse, boolean) - Constructor for class org.opensaml.ws.transport.http.HttpServletResponseAdapter
Constructor.
HTTPTransport - Interface in org.opensaml.ws.transport.http
An HTTP-based transport.
HTTPTransport.HTTP_VERSION - Enum in org.opensaml.ws.transport.http
HTTP version identifier.
HTTPTransportUtils - Class in org.opensaml.ws.transport.http
Utilities for working with HTTP transports.
HTTPTransportUtils() - Constructor for class org.opensaml.ws.transport.http.HTTPTransportUtils
Constructor.

I

InTransport - Interface in org.opensaml.ws.transport
Represents an inbound transport, that is the transport used to receive information.
isAuthenticated() - Method in class org.opensaml.ws.transport.http.HttpServletRequestAdapter
Gets whether the peer is authenticated.
isAuthenticated() - Method in class org.opensaml.ws.transport.http.HttpServletResponseAdapter
Gets whether the peer is authenticated.
isAuthenticated() - Method in interface org.opensaml.ws.transport.Transport
Gets whether the peer is authenticated.
isConfidential() - Method in class org.opensaml.ws.transport.http.HttpServletRequestAdapter
Gets whether the transport represents a confidential connection (e.g.
isConfidential() - Method in class org.opensaml.ws.transport.http.HttpServletResponseAdapter
Gets whether the transport represents a confidential connection (e.g.
isConfidential() - Method in interface org.opensaml.ws.transport.Transport
Gets whether the transport represents a confidential connection (e.g.
isExpired() - Method in class org.opensaml.util.storage.AbstractExpiringObject
Gets whether this object has expired.
isExpired() - Method in interface org.opensaml.util.storage.ExpiringObject
Gets whether this object has expired.
isIntegrityProtected() - Method in class org.opensaml.ws.transport.http.HttpServletRequestAdapter
Gets whether the transport represents a connection that protects the integrity of transported content.
isIntegrityProtected() - Method in class org.opensaml.ws.transport.http.HttpServletResponseAdapter
Gets whether the transport represents a connection that protects the integrity of transported content.
isIntegrityProtected() - Method in interface org.opensaml.ws.transport.Transport
Gets whether the transport represents a connection that protects the integrity of transported content.
isIssuerAuthenticated() - Method in class org.opensaml.ws.message.BaseMessageContext
Gets whether the issuer of the inbound message represented by this context has been authenticated.
isIssuerAuthenticated() - Method in interface org.opensaml.ws.message.MessageContext
Gets whether the issuer of the inbound message represented by this context has been authenticated.
isReplay(String, String) - Method in class org.opensaml.util.storage.ReplayCache
Checks if the message has been replayed.

M

main(String[]) - Static method in class org.opensaml.ws.Version
Main entry point to program.
MandatoryAuthenticatedMessageRule - Class in org.opensaml.ws.security.provider
Security policy rule that requires that a message has been authenticated.
MandatoryAuthenticatedMessageRule() - Constructor for class org.opensaml.ws.security.provider.MandatoryAuthenticatedMessageRule
 
MandatoryIssuerRule - Class in org.opensaml.ws.security.provider
Security policy rule implementation that which requires that an inbound message context issuer has been set by a previous rule.
MandatoryIssuerRule() - Constructor for class org.opensaml.ws.security.provider.MandatoryIssuerRule
 
MapBasedStorageService<KeyType,ValueType> - Class in org.opensaml.util.storage
A simple Map based StorageService implementation.
MapBasedStorageService() - Constructor for class org.opensaml.util.storage.MapBasedStorageService
Constructor.
MapBasedStorageService(Map<String, Map<KeyType, ValueType>>) - Constructor for class org.opensaml.util.storage.MapBasedStorageService
Constructor.
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.ws.soap.soap11.impl.BodyMarshaller
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.ws.soap.soap11.impl.DetailMarshaller
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.ws.soap.soap11.impl.EnvelopeMarshaller
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.ws.soap.soap11.impl.FaultMarshaller
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.ws.soap.soap11.impl.HeaderMarshaller
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.ws.wsfed.impl.AddressMarshaller
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.ws.wsfed.impl.AppliesToMarshaller
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.ws.wsfed.impl.EndPointReferenceMarshaller
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.ws.wsfed.impl.RequestedSecurityTokenMarshaller
marshallAttributes(XMLObject, Element) - Method in class org.opensaml.ws.wsfed.impl.RequestSecurityTokenResponseMarshaller
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.ws.soap.soap11.impl.BodyMarshaller
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.ws.soap.soap11.impl.DetailMarshaller
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.ws.soap.soap11.impl.EnvelopeMarshaller
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.ws.soap.soap11.impl.FaultMarshaller
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.ws.soap.soap11.impl.HeaderMarshaller
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.ws.wsfed.impl.AddressMarshaller
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.ws.wsfed.impl.AppliesToMarshaller
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.ws.wsfed.impl.EndPointReferenceMarshaller
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.ws.wsfed.impl.RequestedSecurityTokenMarshaller
marshallElementContent(XMLObject, Element) - Method in class org.opensaml.ws.wsfed.impl.RequestSecurityTokenResponseMarshaller
marshallMessage(XMLObject) - Method in class org.opensaml.ws.message.encoder.BaseMessageEncoder
Helper method that marshalls the given message.
MessageContext - Interface in org.opensaml.ws.message
A message context represents the entire context for a given message through the receive, process, and/or response phases.
MessageDecoder - Interface in org.opensaml.ws.message.decoder
Decodes a message, from an inbound transport, in a binding specific mannger.
MessageDecodingException - Exception in org.opensaml.ws.message.decoder
Exception thrown when a problem occurs decoding a message from an input transport.
MessageDecodingException() - Constructor for exception org.opensaml.ws.message.decoder.MessageDecodingException
Constructor.
MessageDecodingException(String) - Constructor for exception org.opensaml.ws.message.decoder.MessageDecodingException
Constructor.
MessageDecodingException(Exception) - Constructor for exception org.opensaml.ws.message.decoder.MessageDecodingException
Constructor.
MessageDecodingException(String, Exception) - Constructor for exception org.opensaml.ws.message.decoder.MessageDecodingException
Constructor.
MessageEncoder - Interface in org.opensaml.ws.message.encoder
Encodes a message onto the outbound transport.
MessageEncodingException - Exception in org.opensaml.ws.message.encoder
Exception thrown when a problem occurs encoding a message from to an output transport.
MessageEncodingException() - Constructor for exception org.opensaml.ws.message.encoder.MessageEncodingException
Constructor.
MessageEncodingException(String) - Constructor for exception org.opensaml.ws.message.encoder.MessageEncodingException
Constructor.
MessageEncodingException(Exception) - Constructor for exception org.opensaml.ws.message.encoder.MessageEncodingException
Constructor.
MessageEncodingException(String, Exception) - Constructor for exception org.opensaml.ws.message.encoder.MessageEncodingException
Constructor.
MessageException - Exception in org.opensaml.ws.message
Base class for message related exceptions.
MessageException() - Constructor for exception org.opensaml.ws.message.MessageException
Constructor.
MessageException(String) - Constructor for exception org.opensaml.ws.message.MessageException
Constructor.
MessageException(Exception) - Constructor for exception org.opensaml.ws.message.MessageException
Constructor.
MessageException(String, Exception) - Constructor for exception org.opensaml.ws.message.MessageException
Constructor.
MUST_UNDERSTAND - Static variable in interface org.opensaml.ws.soap.soap11.FaultCode
FaultCode value MustUnderstand.

O

onExpire() - Method in class org.opensaml.util.storage.AbstractExpiringObject
A callback method invoked when this object is expiring.
onExpire() - Method in interface org.opensaml.util.storage.ExpiringObject
A callback method invoked when this object is expiring.
onResourceCreate(Resource) - Method in interface org.opensaml.util.resource.ResourceChangeListener
Called when a resource is created.
onResourceDelete(Resource) - Method in interface org.opensaml.util.resource.ResourceChangeListener
Called when a resource is deleted.
onResourceUpdate(Resource) - Method in interface org.opensaml.util.resource.ResourceChangeListener
Called when a resource is update.
org.opensaml.util - package org.opensaml.util
General utility classes.
org.opensaml.util.resource - package org.opensaml.util.resource
Utility classes that represent readable, stream based, resources such as local filesystem and classpath resources as well as remote resources such as documents retrieved via HTTP(S).
org.opensaml.util.storage - package org.opensaml.util.storage
Interfaces and classes for storing state data of the type used in replay caches, conversation identifiers, etc.
org.opensaml.ws - package org.opensaml.ws
Objects dealing directly with SOAP-based web services.
org.opensaml.ws.message - package org.opensaml.ws.message
Objects related to messages received and sent by web services.
org.opensaml.ws.message.decoder - package org.opensaml.ws.message.decoder
Messages decoders are responsible for extracting an incomming web serivce message from the inbound transport.
org.opensaml.ws.message.encoder - package org.opensaml.ws.message.encoder
Messages encoders are responsible for encoding an outgoing web serivce message onto the outbound transport.
org.opensaml.ws.security - package org.opensaml.ws.security
Provides interfaces that may be used to implement policies that are evaluated against incoming messages.
org.opensaml.ws.security.provider - package org.opensaml.ws.security.provider
Basic implementations of some security policies.
org.opensaml.ws.soap.common - package org.opensaml.ws.soap.common
Common classes shared across SOAP versions, clients, and transports.
org.opensaml.ws.soap.soap11 - package org.opensaml.ws.soap.soap11
XMLObject interfaces for SOAP 1.1 elements.
org.opensaml.ws.soap.soap11.impl - package org.opensaml.ws.soap.soap11.impl
Provided implementations of the SOAP 1.1 XMLObject interfaces.
org.opensaml.ws.soap.util - package org.opensaml.ws.soap.util
General utility classes.
org.opensaml.ws.transport - package org.opensaml.ws.transport
Interfaces to the various transports (HTTP, SMTP, TCP, etc.) that may be used to receive/send messages.
org.opensaml.ws.transport.http - package org.opensaml.ws.transport.http
HTTP transport classes included bindings for Servlets.
org.opensaml.ws.wsfed - package org.opensaml.ws.wsfed
 
org.opensaml.ws.wsfed.impl - package org.opensaml.ws.wsfed.impl
 
OutTransport - Interface in org.opensaml.ws.transport
Represents an outbound transport, that is the transport used to send information.

P

processAttribute(XMLObject, Attr) - Method in class org.opensaml.ws.soap.soap11.impl.BodyUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.ws.soap.soap11.impl.DetailUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.ws.soap.soap11.impl.EnvelopeUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.ws.soap.soap11.impl.FaultUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.ws.soap.soap11.impl.HeaderUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.ws.wsfed.impl.AddressUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.ws.wsfed.impl.AppliesToUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.ws.wsfed.impl.EndPointReferenceUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.ws.wsfed.impl.RequestedSecurityTokenUnmarshaller
processAttribute(XMLObject, Attr) - Method in class org.opensaml.ws.wsfed.impl.RequestSecurityTokenResponseUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.ws.soap.soap11.impl.BodyUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.ws.soap.soap11.impl.DetailUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.ws.soap.soap11.impl.EnvelopeUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.ws.soap.soap11.impl.FaultUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.ws.soap.soap11.impl.HeaderUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.ws.wsfed.impl.AddressUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.ws.wsfed.impl.AppliesToUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.ws.wsfed.impl.EndPointReferenceUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.ws.wsfed.impl.RequestedSecurityTokenUnmarshaller
processChildElement(XMLObject, XMLObject) - Method in class org.opensaml.ws.wsfed.impl.RequestSecurityTokenResponseUnmarshaller
processElementContent(XMLObject, String) - Method in class org.opensaml.ws.soap.soap11.impl.BodyUnmarshaller
processElementContent(XMLObject, String) - Method in class org.opensaml.ws.soap.soap11.impl.DetailUnmarshaller
processElementContent(XMLObject, String) - Method in class org.opensaml.ws.soap.soap11.impl.EnvelopeUnmarshaller
processElementContent(XMLObject, String) - Method in class org.opensaml.ws.soap.soap11.impl.FaultUnmarshaller
processElementContent(XMLObject, String) - Method in class org.opensaml.ws.soap.soap11.impl.HeaderUnmarshaller
processElementContent(XMLObject, String) - Method in class org.opensaml.ws.wsfed.impl.AddressUnmarshaller
processElementContent(XMLObject, String) - Method in class org.opensaml.ws.wsfed.impl.AppliesToUnmarshaller
processElementContent(XMLObject, String) - Method in class org.opensaml.ws.wsfed.impl.EndPointReferenceUnmarshaller
processElementContent(XMLObject, String) - Method in class org.opensaml.ws.wsfed.impl.RequestedSecurityTokenUnmarshaller
processElementContent(XMLObject, String) - Method in class org.opensaml.ws.wsfed.impl.RequestSecurityTokenResponseUnmarshaller
PropertyReplacementResourceFilter - Class in org.opensaml.util.resource
A resource filter that buffers a resource into a string and replaces instance of macros with properties read from a file.
PropertyReplacementResourceFilter(File) - Constructor for class org.opensaml.util.resource.PropertyReplacementResourceFilter
Constructor.
providesMessageConfidentiality(MessageContext) - Method in interface org.opensaml.ws.message.encoder.MessageEncoder
Indicates whether this encoder, given the current message context, provides end-to-end message confidentiality.
providesMessageIntegrity(MessageContext) - Method in interface org.opensaml.ws.message.encoder.MessageEncoder
Indicates whether this encoder, given the current message context, provides end-to-end message integrity.
put(String, KeyType, ValueType) - Method in class org.opensaml.util.storage.MapBasedStorageService
Adds a value, indexed by a key, in to storage.
put(String, KeyType, ValueType) - Method in interface org.opensaml.util.storage.StorageService
Adds a value, indexed by a key, in to storage.

R

remove(String, KeyType) - Method in class org.opensaml.util.storage.MapBasedStorageService
Removes an item from storage.
remove(String, KeyType) - Method in interface org.opensaml.util.storage.StorageService
Removes an item from storage.
ReplayCache - Class in org.opensaml.util.storage
Class that uses an underlying StorageService to track information associated with messages in order to detect message replays.
ReplayCache(StorageService<String, ReplayCacheEntry>, long) - Constructor for class org.opensaml.util.storage.ReplayCache
Constructor.
ReplayCache(StorageService<String, ReplayCacheEntry>, String, long) - Constructor for class org.opensaml.util.storage.ReplayCache
Constructor.
ReplayCacheEntry - Class in org.opensaml.util.storage
Replay cache storage service entry.
ReplayCacheEntry(String, DateTime) - Constructor for class org.opensaml.util.storage.ReplayCacheEntry
Constructor.
RequestedSecurityToken - Interface in org.opensaml.ws.wsfed
This interface defines how the object representing a Requested Security Token RequestedSecurityToken element behaves.
RequestedSecurityTokenBuilder - Class in org.opensaml.ws.wsfed.impl
Builder of RequestedSecurityTokenImpl objects.
RequestedSecurityTokenBuilder() - Constructor for class org.opensaml.ws.wsfed.impl.RequestedSecurityTokenBuilder
Constructor.
RequestedSecurityTokenImpl - Class in org.opensaml.ws.wsfed.impl
Implementation of the RequestedSecurityToken object.
RequestedSecurityTokenImpl(String, String, String) - Constructor for class org.opensaml.ws.wsfed.impl.RequestedSecurityTokenImpl
Constructor.
RequestedSecurityTokenMarshaller - Class in org.opensaml.ws.wsfed.impl
A thread safe marshaller for RequestedSecurityToken objects.
RequestedSecurityTokenMarshaller() - Constructor for class org.opensaml.ws.wsfed.impl.RequestedSecurityTokenMarshaller
 
RequestedSecurityTokenUnmarshaller - Class in org.opensaml.ws.wsfed.impl
A thread-safe unmarshaller for RequestedSecurityToken objects.
RequestedSecurityTokenUnmarshaller() - Constructor for class org.opensaml.ws.wsfed.impl.RequestedSecurityTokenUnmarshaller
 
RequestSecurityTokenResponse - Interface in org.opensaml.ws.wsfed
This interface defines how the object representing a WS RSTR RequestedSecurityTokenResponse element behaves.
RequestSecurityTokenResponseBuilder - Class in org.opensaml.ws.wsfed.impl
Builder of RequestSecurityTokenResponseImpl objects.
RequestSecurityTokenResponseBuilder() - Constructor for class org.opensaml.ws.wsfed.impl.RequestSecurityTokenResponseBuilder
Constructor.
RequestSecurityTokenResponseImpl - Class in org.opensaml.ws.wsfed.impl
Implementation of the RequestSecurityTokenResponse object.
RequestSecurityTokenResponseMarshaller - Class in org.opensaml.ws.wsfed.impl
A thread safe marshaller for RequestSecurityTokenResponse objects.
RequestSecurityTokenResponseMarshaller() - Constructor for class org.opensaml.ws.wsfed.impl.RequestSecurityTokenResponseMarshaller
 
RequestSecurityTokenResponseUnmarshaller - Class in org.opensaml.ws.wsfed.impl
A thread-safe unmarshaller for RequestSecurityTokenResponse objects.
RequestSecurityTokenResponseUnmarshaller() - Constructor for class org.opensaml.ws.wsfed.impl.RequestSecurityTokenResponseUnmarshaller
 
resolve(MessageContext) - Method in class org.opensaml.ws.security.provider.StaticSecurityPolicyResolver
resolveSingle(MessageContext) - Method in class org.opensaml.ws.security.provider.StaticSecurityPolicyResolver
If more than one policy is registered with this resolver this method returns the first policy in the list.
Resource - Interface in org.opensaml.util.resource
An interface representing an data resource.
ResourceChangeListener - Interface in org.opensaml.util.resource
A resource change listener.
ResourceChangeListener.ResourceChange - Enum in org.opensaml.util.resource
Types of change events; creation, update, and deletion.
ResourceChangeWatcher - Class in org.opensaml.util.resource
A watcher that invokes a callback when a resource update/deletion has been detected.
ResourceChangeWatcher(Resource) - Constructor for class org.opensaml.util.resource.ResourceChangeWatcher
Constructor.
ResourceChangeWatcher(Resource, long) - Constructor for class org.opensaml.util.resource.ResourceChangeWatcher
Constructor.
ResourceChangeWatcher(Resource, long, int) - Constructor for class org.opensaml.util.resource.ResourceChangeWatcher
Constructor.
ResourceException - Exception in org.opensaml.util.resource
Indicates a problem accessing a resource.
ResourceException() - Constructor for exception org.opensaml.util.resource.ResourceException
Constructor.
ResourceException(String) - Constructor for exception org.opensaml.util.resource.ResourceException
Constructor.
ResourceException(Exception) - Constructor for exception org.opensaml.util.resource.ResourceException
Constructor.
ResourceException(String, Exception) - Constructor for exception org.opensaml.util.resource.ResourceException
Constructor.
ResourceFilter - Interface in org.opensaml.util.resource
Filter that operates over a resource.
run() - Method in class org.opensaml.util.resource.ResourceChangeWatcher
run() - Method in class org.opensaml.util.storage.ExpiringObjectStorageServiceSweeper

S

saveToResourceFile(byte[]) - Method in class org.opensaml.util.resource.FileBackedHttpResource
Saves a resource to the backing file.
SecurityPolicy - Interface in org.opensaml.ws.security
A security policy is a collection of SecurityPolicyRule, evaluated against a MessageContext, that is meant to determine if a message is well-formed, valid, and otherwise okay to process.
SecurityPolicyException - Exception in org.opensaml.ws.security
Exception indicating a security policy failure.
SecurityPolicyException() - Constructor for exception org.opensaml.ws.security.SecurityPolicyException
Constructor.
SecurityPolicyException(String) - Constructor for exception org.opensaml.ws.security.SecurityPolicyException
Constructor.
SecurityPolicyException(Exception) - Constructor for exception org.opensaml.ws.security.SecurityPolicyException
Constructor.
SecurityPolicyException(String, Exception) - Constructor for exception org.opensaml.ws.security.SecurityPolicyException
Constructor.
SecurityPolicyResolver - Interface in org.opensaml.ws.security
A resolver which uses different criteria to resolve and return instances of SecurityPolicy.
SecurityPolicyRule - Interface in org.opensaml.ws.security
An individual rule that a message context is required to meet in order to be considered valid.
sendRedirect(String) - Method in interface org.opensaml.ws.transport.http.HTTPOutTransport
Sends an HTTP 3XX redirect message back to the client.
sendRedirect(String) - Method in class org.opensaml.ws.transport.http.HttpServletResponseAdapter
Sends an HTTP 3XX redirect message back to the client.
SERVER - Static variable in interface org.opensaml.ws.soap.soap11.FaultCode
FaultCode value Server.
ServletRequestX509CredentialAdapter - Class in org.opensaml.ws.security
An adapter that exposes the X.509 certificates contained in the servlet request attribute.
ServletRequestX509CredentialAdapter(ServletRequest) - Constructor for class org.opensaml.ws.security.ServletRequestX509CredentialAdapter
Constructor.
setActor(FaultActor) - Method in interface org.opensaml.ws.soap.soap11.Fault
Sets the URI of the fault actor for this fault.
setActor(FaultActor) - Method in class org.opensaml.ws.soap.soap11.impl.FaultImpl
Sets the URI of the fault actor for this fault.
setAddress(Address) - Method in interface org.opensaml.ws.wsfed.EndPointReference
Sets the end point address as an object.
setAddress(Address) - Method in class org.opensaml.ws.wsfed.impl.EndPointReferenceImpl
Sets the end point address as an object.
setAppliesTo(AppliesTo) - Method in class org.opensaml.ws.wsfed.impl.RequestSecurityTokenResponseImpl
Set the entity to which the token applies.
setAppliesTo(AppliesTo) - Method in interface org.opensaml.ws.wsfed.RequestSecurityTokenResponse
Set the entity to which the token applies.
setAttribute(String, Object) - Method in class org.opensaml.ws.transport.http.HttpServletResponseAdapter
Sets a transport-specific attribute.
setAttribute(String, Object) - Method in interface org.opensaml.ws.transport.OutTransport
Sets a transport-specific attribute.
setAuthenticated(boolean) - Method in class org.opensaml.ws.transport.http.HttpServletRequestAdapter
Sets whether the peer is authenticated.
setAuthenticated(boolean) - Method in class org.opensaml.ws.transport.http.HttpServletResponseAdapter
Sets whether the peer is authenticated.
setAuthenticated(boolean) - Method in interface org.opensaml.ws.transport.Transport
Sets whether the peer is authenticated.
setBody(Body) - Method in interface org.opensaml.ws.soap.soap11.Envelope
Sets the body of this envelope.
setBody(Body) - Method in class org.opensaml.ws.soap.soap11.impl.EnvelopeImpl
Sets the body of this envelope.
setCharacterEncoding(String) - Method in class org.opensaml.ws.transport.http.HttpServletResponseAdapter
Sets the character encoding of the transport.
setCharacterEncoding(String) - Method in interface org.opensaml.ws.transport.OutTransport
Sets the character encoding of the transport.
setCode(FaultCode) - Method in interface org.opensaml.ws.soap.soap11.Fault
Sets the fault code for this fault.
setCode(FaultCode) - Method in class org.opensaml.ws.soap.soap11.impl.FaultImpl
Sets the fault code for this fault.
setCommunicationProfileId(String) - Method in class org.opensaml.ws.message.BaseMessageContext
Sets the unique id of the communication profile in use.
setCommunicationProfileId(String) - Method in interface org.opensaml.ws.message.MessageContext
Sets the unique id of the communication profile in use.
setConfidential(boolean) - Method in class org.opensaml.ws.transport.http.HttpServletRequestAdapter
Sets whether the transport represents a confidential connection.
setConfidential(boolean) - Method in class org.opensaml.ws.transport.http.HttpServletResponseAdapter
Sets whether the transport represents a confidential connection.
setConfidential(boolean) - Method in interface org.opensaml.ws.transport.Transport
Sets whether the transport represents a confidential connection.
setContentType(HTTPOutTransport, String) - Static method in class org.opensaml.ws.transport.http.HTTPTransportUtils
Sets the MIME content type of the transport.
setDetail(Detail) - Method in interface org.opensaml.ws.soap.soap11.Fault
Sets details of this fault.
setDetail(Detail) - Method in class org.opensaml.ws.soap.soap11.impl.FaultImpl
Sets details of this fault.
setEndPointReference(EndPointReference) - Method in interface org.opensaml.ws.wsfed.AppliesTo
Sets the endpoint reference of the entity applicable entity.
setEndPointReference(EndPointReference) - Method in class org.opensaml.ws.wsfed.impl.AppliesToImpl
Sets the endpoint reference of the entity applicable entity.
setEvaluateSubjectCommonName(boolean) - Method in class org.opensaml.ws.security.provider.CertificateNameOptions
Set whether to evaluate the certificate subject DN's common name (CN) as a derived issuer entity ID.
setEvaluateSubjectDN(boolean) - Method in class org.opensaml.ws.security.provider.CertificateNameOptions
Set whether to evaluate the certificate subject DN as a derived issuer entity ID.
setFragment(String) - Method in class org.opensaml.util.URLBuilder
Sets the URL fragment in its decoded form.
setHeader(Header) - Method in interface org.opensaml.ws.soap.soap11.Envelope
Sets the header of this envelope.
setHeader(Header) - Method in class org.opensaml.ws.soap.soap11.impl.EnvelopeImpl
Sets the header of this envelope.
setHeader(String, String) - Method in interface org.opensaml.ws.transport.http.HTTPOutTransport
Sets the given header with the given value.
setHeader(String, String) - Method in class org.opensaml.ws.transport.http.HttpServletResponseAdapter
Sets the given header with the given value.
setHost(String) - Method in class org.opensaml.util.URLBuilder
Sets the host component of the URL.
setInboundMessage(XMLObject) - Method in class org.opensaml.ws.message.BaseMessageContext
Sets the inbound message.
setInboundMessage(XMLObject) - Method in interface org.opensaml.ws.message.MessageContext
Sets the inbound message.
setInboundMessageIssuer(String) - Method in class org.opensaml.ws.message.BaseMessageContext
Sets the issuer of the inbound message.
setInboundMessageIssuer(String) - Method in interface org.opensaml.ws.message.MessageContext
Sets the issuer of the inbound message.
setInboundMessageTransport(InTransport) - Method in class org.opensaml.ws.message.BaseMessageContext
Sets the transport used to used to receive the message.
setInboundMessageTransport(InTransport) - Method in interface org.opensaml.ws.message.MessageContext
Sets the transport used to used to receive the message.
setIntegrityProtected(boolean) - Method in class org.opensaml.ws.transport.http.HttpServletRequestAdapter
Sets whether the transport represents a connection that protects the integrity of transported content.
setIntegrityProtected(boolean) - Method in class org.opensaml.ws.transport.http.HttpServletResponseAdapter
Sets whether the transport represents a connection that protects the integrity of transported content.
setIntegrityProtected(boolean) - Method in interface org.opensaml.ws.transport.Transport
Sets whether the transport represents a connection that protects the integrity of transported content.
setMessage(FaultString) - Method in interface org.opensaml.ws.soap.soap11.Fault
Sets the fault string for this fault.
setMessage(FaultString) - Method in class org.opensaml.ws.soap.soap11.impl.FaultImpl
Sets the fault string for this fault.
setOutboundMessage(XMLObject) - Method in class org.opensaml.ws.message.BaseMessageContext
Sets the outbound message.
setOutboundMessage(XMLObject) - Method in interface org.opensaml.ws.message.MessageContext
Sets the outbound message.
setOutboundMessageIssuer(String) - Method in class org.opensaml.ws.message.BaseMessageContext
Sets the issuer of the outbound message.
setOutboundMessageIssuer(String) - Method in interface org.opensaml.ws.message.MessageContext
Sets the issuer of the outbound message.
setOutboundMessageTransport(OutTransport) - Method in class org.opensaml.ws.message.BaseMessageContext
Sets the transport used to respond to the message.
setOutboundMessageTransport(OutTransport) - Method in interface org.opensaml.ws.message.MessageContext
Sets the transport used to respond to the message.
setParserPool(ParserPool) - Method in class org.opensaml.ws.message.decoder.BaseMessageDecoder
Sets the parser pool used to deserialize incomming messages.
setPassword(String) - Method in class org.opensaml.util.URLBuilder
Sets the user's password in the URL.
setPath(String) - Method in class org.opensaml.util.URLBuilder
Sets the path component of the URL.
setPort(int) - Method in class org.opensaml.util.URLBuilder
Sets the port component of the URL.
setScheme(String) - Method in class org.opensaml.util.URLBuilder
Sets the URL scheme (http, https, etc).
setSecurityPolicyResolver(SecurityPolicyResolver) - Method in class org.opensaml.ws.message.BaseMessageContext
Sets the resolver used to determine active SecurityPolicy.
setSecurityPolicyResolver(SecurityPolicyResolver) - Method in interface org.opensaml.ws.message.MessageContext
Sets the resolver used to determine active SecurityPolicy.
setStatusCode(int) - Method in interface org.opensaml.ws.transport.http.HTTPOutTransport
Sets the status code for this transport.
setStatusCode(int) - Method in class org.opensaml.ws.transport.http.HttpServletResponseAdapter
Sets the status code for this transport.
setUsername(String) - Method in class org.opensaml.util.URLBuilder
Sets the user name component of the URL.
setUTF8Encoding(HTTPOutTransport) - Static method in class org.opensaml.ws.transport.http.HTTPTransportUtils
Sets the character encoding of the transport to UTF-8.
setValue(String) - Method in interface org.opensaml.ws.wsfed.Address
Sets the end point reference address.
setValue(String) - Method in class org.opensaml.ws.wsfed.impl.AddressImpl
Sets the end point reference address.
setVersion(HTTPTransport.HTTP_VERSION) - Method in interface org.opensaml.ws.transport.http.HTTPOutTransport
Sets the HTTP version to use for outgoing messages.
setVersion(HTTPTransport.HTTP_VERSION) - Method in class org.opensaml.ws.transport.http.HttpServletResponseAdapter
Sets the HTTP version to use for outgoing messages.
setX500DNHandler(X500DNHandler) - Method in class org.opensaml.ws.security.provider.CertificateNameOptions
Set the handler responsible for serializing X.500 names to strings from certificate-derived X500Principal instances.
setX500SubjectDNFormat(String) - Method in class org.opensaml.ws.security.provider.CertificateNameOptions
Set the the format specifier for serializaing X.500 subject names to strings.
signalListeners(ResourceChangeListener.ResourceChange) - Method in class org.opensaml.util.resource.ResourceChangeWatcher
Signals all registered listeners of a resource change.
SOAP11_NS - Static variable in class org.opensaml.ws.soap.util.SOAPConstants
SOAP 1.1 namespace.
SOAP11_PREFIX - Static variable in class org.opensaml.ws.soap.util.SOAPConstants
SOAP 1.1 prefix.
SOAP12_NS - Static variable in class org.opensaml.ws.soap.util.SOAPConstants
SOAP 1.2 namespace.
SOAP12_PREFIX - Static variable in class org.opensaml.ws.soap.util.SOAPConstants
SOAP 1.2 prefix.
SOAPConstants - Class in org.opensaml.ws.soap.util
SOAP Related Constants.
SOAPConstants() - Constructor for class org.opensaml.ws.soap.util.SOAPConstants
 
SOAPException - Exception in org.opensaml.ws.soap.common
Base SOAP exception.
SOAPException() - Constructor for exception org.opensaml.ws.soap.common.SOAPException
Constructor.
SOAPException(String) - Constructor for exception org.opensaml.ws.soap.common.SOAPException
Constructor.
SOAPException(Exception) - Constructor for exception org.opensaml.ws.soap.common.SOAPException
Constructor.
SOAPException(String, Exception) - Constructor for exception org.opensaml.ws.soap.common.SOAPException
Constructor.
SOAPHelper - Class in org.opensaml.ws.soap.util
Helper methods for working with SOAP.
SOAPObject - Interface in org.opensaml.ws.soap.common
Base interface for all SOAP objects.
SOAPObjectBuilder<SOAPObjectType extends SOAPObject> - Interface in org.opensaml.ws.soap.common
Builder for SOAPObjects.
StaticSecurityPolicyResolver - Class in org.opensaml.ws.security.provider
A simple security policy resolver implementation that returns a static list of policies.
StaticSecurityPolicyResolver(SecurityPolicy) - Constructor for class org.opensaml.ws.security.provider.StaticSecurityPolicyResolver
Constructor.
StaticSecurityPolicyResolver(List<SecurityPolicy>) - Constructor for class org.opensaml.ws.security.provider.StaticSecurityPolicyResolver
Constructor.
StorageService<KeyType,ValueType> - Interface in org.opensaml.util.storage
Generic data storage facility for use by services that require some degree of persistence.

T

toString() - Method in class org.opensaml.util.resource.ClasspathResource
toString() - Method in class org.opensaml.util.resource.FilesystemResource
toString() - Method in class org.opensaml.util.resource.HttpResource
Transport - Interface in org.opensaml.ws.transport
Base interface for inbound and outbound transports.
TransportException - Exception in org.opensaml.ws.transport
Base exception for transport-related errors.
TransportException() - Constructor for exception org.opensaml.ws.transport.TransportException
Constructor.
TransportException(String) - Constructor for exception org.opensaml.ws.transport.TransportException
Constructor.
TransportException(Exception) - Constructor for exception org.opensaml.ws.transport.TransportException
Constructor.
TransportException(String, Exception) - Constructor for exception org.opensaml.ws.transport.TransportException
Constructor.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.ws.soap.soap11.Body
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.ws.soap.soap11.Detail
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.ws.soap.soap11.Envelope
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.ws.soap.soap11.Fault
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.ws.soap.soap11.Header
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.ws.wsfed.Address
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.ws.wsfed.AppliesTo
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.ws.wsfed.EndPointReference
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.ws.wsfed.RequestedSecurityToken
Local name of the XSI type.
TYPE_LOCAL_NAME - Static variable in interface org.opensaml.ws.wsfed.RequestSecurityTokenResponse
Local name of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.ws.soap.soap11.Body
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.ws.soap.soap11.Detail
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.ws.soap.soap11.Envelope
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.ws.soap.soap11.Fault
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.ws.soap.soap11.Header
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.ws.wsfed.Address
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.ws.wsfed.AppliesTo
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.ws.wsfed.EndPointReference
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.ws.wsfed.RequestedSecurityToken
QName of the XSI type.
TYPE_NAME - Static variable in interface org.opensaml.ws.wsfed.RequestSecurityTokenResponse
QName of the XSI type.

U

unmarshallMessage(InputStream) - Method in class org.opensaml.ws.message.decoder.BaseMessageDecoder
Helper method that deserializes and unmarshalls the message from the given stream.
URLBuilder - Class in org.opensaml.util
Utility class for building URLs.
URLBuilder() - Constructor for class org.opensaml.util.URLBuilder
Constructor.
URLBuilder(String) - Constructor for class org.opensaml.util.URLBuilder
Constructor.
urlDecode(String) - Static method in class org.opensaml.ws.transport.http.HTTPTransportUtils
URL Decode the given string.
urlEncode(String) - Static method in class org.opensaml.ws.transport.http.HTTPTransportUtils
URL Encode the given string.

V

valueOf(String) - Static method in enum org.opensaml.util.resource.ResourceChangeListener.ResourceChange
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opensaml.ws.transport.http.HTTPTransport.HTTP_VERSION
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.opensaml.util.resource.ResourceChangeListener.ResourceChange
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opensaml.ws.transport.http.HTTPTransport.HTTP_VERSION
Returns an array containing the constants of this enum type, in the order they are declared.
Version - Class in org.opensaml.ws
Class for printing the version of this library.
Version() - Constructor for class org.opensaml.ws.Version
 
VERSION_MISMATCH - Static variable in interface org.opensaml.ws.soap.soap11.FaultCode
FaultCode value VersionMismatch.

W

WSADDRESS_NS - Static variable in class org.opensaml.ws.wsfed.WSFedConstants
WSFED 1.X Address XML namespace.
WSADDRESS_PREFIX - Static variable in class org.opensaml.ws.wsfed.WSFedConstants
WSFED 1.X Address QName prefix.
WSException - Exception in org.opensaml.ws
General OpenWS exception class.
WSException() - Constructor for exception org.opensaml.ws.WSException
Constructor.
WSException(String) - Constructor for exception org.opensaml.ws.WSException
Constructor.
WSException(Exception) - Constructor for exception org.opensaml.ws.WSException
Constructor.
WSException(String, Exception) - Constructor for exception org.opensaml.ws.WSException
Constructor.
WSFED11P_NS - Static variable in class org.opensaml.ws.wsfed.WSFedConstants
WSFED 1.1 protocol XML namespace.
WSFED1P_PREFIX - Static variable in class org.opensaml.ws.wsfed.WSFedConstants
WSFED 1.X Protocol QName prefix.
WSFedConstants - Class in org.opensaml.ws.wsfed
WS-Federation Constants.
WSFedConstants() - Constructor for class org.opensaml.ws.wsfed.WSFedConstants
 
WSFedObject - Interface in org.opensaml.ws.wsfed
Marker interface for WS-Federation XMLObjects.
WSFedObjectBuilder<WSFedObjectType extends WSFedObject> - Interface in org.opensaml.ws.wsfed
Builder of WSFedObjects.
WSPOLICY_NS - Static variable in class org.opensaml.ws.wsfed.WSFedConstants
WSFED 1.X Policy XML namespace.
WSPOLICY_PREFIX - Static variable in class org.opensaml.ws.wsfed.WSFedConstants
WSFED 1.X Policy QName prefix.

X

X509_CERT_REQUEST_ATTRIBUTE - Static variable in class org.opensaml.ws.security.ServletRequestX509CredentialAdapter
Servlet request attribute to pull certificate info from.

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

Copyright © 2006-2009 Internet2. All Rights Reserved.