- Base32 - edu.internet2.middleware.shibboleth.common.utilのクラス
-
Base32 - encodes and decodes 'Canonical' Base32
- Base32() - クラス のコンストラクタedu.internet2.middleware.shibboleth.common.util.Base32
-
- Base64 - org.opensaml.xml.utilのクラス
-
Encodes and decodes to and from Base64 notation.
- Base64.InputStream - org.opensaml.xml.utilのクラス
-
A
Base64.InputStream
will read data from another
java.io.InputStream, given in the
constructor, and encode/decode to/from Base64 notation on the fly.
- Base64.InputStream(InputStream) - クラス のコンストラクタorg.opensaml.xml.util.Base64.InputStream
-
- Base64.InputStream(InputStream, int) - クラス のコンストラクタorg.opensaml.xml.util.Base64.InputStream
-
- Base64.OutputStream - org.opensaml.xml.utilのクラス
-
A
Base64.OutputStream
will write data to another
java.io.OutputStream, given in the
constructor, and encode/decode to/from Base64 notation on the fly.
- Base64.OutputStream(OutputStream) - クラス のコンストラクタorg.opensaml.xml.util.Base64.OutputStream
-
- Base64.OutputStream(OutputStream, int) - クラス のコンストラクタorg.opensaml.xml.util.Base64.OutputStream
-
- base64Encode() - クラス のメソッドorg.opensaml.common.binding.artifact.AbstractSAMLArtifact
-
Gets the Base64 encoded artifact.
- BaseAttribute<ValueType> - edu.internet2.middleware.shibboleth.common.attributeのクラス
-
A resolved attribute.
- BaseAttribute() - クラス のコンストラクタedu.internet2.middleware.shibboleth.common.attribute.BaseAttribute
-
Constructor.
- BaseAttributeDefinition - edu.internet2.middleware.shibboleth.common.attribute.resolver.provider.attributeDefinitionのクラス
-
- BaseAttributeDefinition() - クラス のコンストラクタedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.attributeDefinition.BaseAttributeDefinition
-
Constructor.
- BaseAttributeDefinitionBeanDefinitionParser - edu.internet2.middleware.shibboleth.common.config.attribute.resolver.attributeDefinitionのクラス
-
Base spring bean definition parser for attribute definitions.
- BaseAttributeDefinitionBeanDefinitionParser() - クラス のコンストラクタedu.internet2.middleware.shibboleth.common.config.attribute.resolver.attributeDefinition.BaseAttributeDefinitionBeanDefinitionParser
-
- BaseAttributeDefinitionFactoryBean - edu.internet2.middleware.shibboleth.common.config.attribute.resolver.attributeDefinitionのクラス
-
Base Spring factory bean that produces attribute definitions.
- BaseAttributeDefinitionFactoryBean() - クラス のコンストラクタedu.internet2.middleware.shibboleth.common.config.attribute.resolver.attributeDefinition.BaseAttributeDefinitionFactoryBean
-
- BaseAttributeEncoderBeanDefinitionParser - edu.internet2.middleware.shibboleth.common.config.attribute.encodingのクラス
-
Base class for Spring bean definition parser for Shibboleth attribute encoders.
- BaseAttributeEncoderBeanDefinitionParser() - クラス のコンストラクタedu.internet2.middleware.shibboleth.common.config.attribute.encoding.BaseAttributeEncoderBeanDefinitionParser
-
- BaseBearing - org.opensaml.xmlのインタフェース
-
Interface for element having a @xml:base
attribute.
- BaseDataConnector - edu.internet2.middleware.shibboleth.common.attribute.resolver.provider.dataConnectorのクラス
-
- BaseDataConnector() - クラス のコンストラクタedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.dataConnector.BaseDataConnector
-
Constructor.
- BaseDataConnectorBeanDefinitionParser - edu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnectorのクラス
-
Base spring bean definition parser for data connectors.
- BaseDataConnectorBeanDefinitionParser() - クラス のコンストラクタedu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnector.BaseDataConnectorBeanDefinitionParser
-
- BaseDataConnectorFactoryBean - edu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnectorのクラス
-
Base class for data connector factories.
- BaseDataConnectorFactoryBean() - クラス のコンストラクタedu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnector.BaseDataConnectorFactoryBean
-
- BaseFilterBeanDefinitionParser - edu.internet2.middleware.shibboleth.common.config.attribute.filteringのクラス
-
Base class for Spring bean definition parsers within the filter engine configuration.
- BaseFilterBeanDefinitionParser() - クラス のコンストラクタedu.internet2.middleware.shibboleth.common.config.attribute.filtering.BaseFilterBeanDefinitionParser
-
- BaseHandlerChainAwareMessageDecoder - org.opensaml.ws.message.handlerのクラス
-
Base class for message decoders which are capable of processing the message context's inbound
HandlerChain
.
- BaseHandlerChainAwareMessageDecoder() - クラス のコンストラクタorg.opensaml.ws.message.handler.BaseHandlerChainAwareMessageDecoder
-
Constructor.
- BaseHandlerChainAwareMessageDecoder(ParserPool) - クラス のコンストラクタorg.opensaml.ws.message.handler.BaseHandlerChainAwareMessageDecoder
-
Constructor.
- BaseHandlerChainAwareMessageEncoder - org.opensaml.ws.message.handlerのクラス
-
Base class for message encoders which are capable of processing the message context's outbound
HandlerChain
.
- BaseHandlerChainAwareMessageEncoder() - クラス のコンストラクタorg.opensaml.ws.message.handler.BaseHandlerChainAwareMessageEncoder
-
- BaseID - org.opensaml.saml2.coreのインタフェース
-
SAML 2.0 Core BaseID.
- BaseIDImpl - org.opensaml.saml2.core.implのクラス
-
Concrete implementation of
BaseID
.
- BaseIDImpl(String, String, String) - クラス のコンストラクタorg.opensaml.saml2.core.impl.BaseIDImpl
-
Constructor.
- BaseIDMarshaller - org.opensaml.saml2.core.implのクラス
-
A thread-safe Marshaller for
BaseID
objects.
- BaseIDMarshaller() - クラス のコンストラクタorg.opensaml.saml2.core.impl.BaseIDMarshaller
-
- BaseIDUnmarshaller - org.opensaml.saml2.core.implのクラス
-
A thread-safe Unmarshaller for
BaseID
objects.
- BaseIDUnmarshaller() - クラス のコンストラクタorg.opensaml.saml2.core.impl.BaseIDUnmarshaller
-
- BaseMessageContext - org.opensaml.ws.messageのクラス
-
Base class for message context implementations.
- BaseMessageContext() - クラス のコンストラクタorg.opensaml.ws.message.BaseMessageContext
-
- BaseMessageDecoder - org.opensaml.ws.message.decoderのクラス
-
Base class for message decoders.
- BaseMessageDecoder() - クラス のコンストラクタorg.opensaml.ws.message.decoder.BaseMessageDecoder
-
Constructor.
- BaseMessageDecoder(ParserPool) - クラス のコンストラクタorg.opensaml.ws.message.decoder.BaseMessageDecoder
-
Constructor.
- BaseMessageEncoder - org.opensaml.ws.message.encoderのクラス
-
Base class for message decoders.
- BaseMessageEncoder() - クラス のコンストラクタorg.opensaml.ws.message.encoder.BaseMessageEncoder
-
Constructor.
- BaseMetadataProvider - org.opensaml.saml2.metadata.providerのクラス
-
Base class for metadata providers.
- BaseMetadataProvider() - クラス のコンストラクタorg.opensaml.saml2.metadata.provider.BaseMetadataProvider
-
Constructor.
- BaseMetadataProviderBeanDefinitionParser - edu.internet2.middleware.shibboleth.common.config.metadataのクラス
-
Base class for metadata provider configuration parser.
- BaseMetadataProviderBeanDefinitionParser() - クラス のコンストラクタedu.internet2.middleware.shibboleth.common.config.metadata.BaseMetadataProviderBeanDefinitionParser
-
- BaseObligationHandler - org.opensaml.xacml.ctx.providerのクラス
-
Base class for all obligation handlers.
- BaseObligationHandler(String) - クラス のコンストラクタorg.opensaml.xacml.ctx.provider.BaseObligationHandler
-
Constructor.
- BaseObligationHandler(String, int) - クラス のコンストラクタorg.opensaml.xacml.ctx.provider.BaseObligationHandler
-
Constructor.
- BasePrincipalConnector - edu.internet2.middleware.shibboleth.common.attribute.resolver.provider.principalConnectorのクラス
-
- BasePrincipalConnector() - クラス のコンストラクタedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.principalConnector.BasePrincipalConnector
-
Constructor.
- BasePrincipalConnectorFactoryBean - edu.internet2.middleware.shibboleth.common.config.attribute.resolver.principalConnectorのクラス
-
Base Spring factory bean that produces principal connectors.
- BasePrincipalConnectorFactoryBean() - クラス のコンストラクタedu.internet2.middleware.shibboleth.common.config.attribute.resolver.principalConnector.BasePrincipalConnectorFactoryBean
-
- BasePrincipalConnectrBeanDefinitionParser - edu.internet2.middleware.shibboleth.common.config.attribute.resolver.principalConnectorのクラス
-
Base spring bean definition parser for principal connectors.
- BasePrincipalConnectrBeanDefinitionParser() - クラス のコンストラクタedu.internet2.middleware.shibboleth.common.config.attribute.resolver.principalConnector.BasePrincipalConnectrBeanDefinitionParser
-
- BaseReloadableService - edu.internet2.middleware.shibboleth.common.configのクラス
-
An extension to
BaseService
that allows the service's context to be reloaded if the underlying configuration
resources are changed.
- BaseReloadableService() - クラス のコンストラクタedu.internet2.middleware.shibboleth.common.config.BaseReloadableService
-
Constructor.
- BaseReloadableService.ConfigurationResourceListener - edu.internet2.middleware.shibboleth.common.configのクラス
-
A listener for policy resource changes that triggers a reloading of the AFP context.
- BaseReloadableService.ConfigurationResourceListener() - クラス のコンストラクタedu.internet2.middleware.shibboleth.common.config.BaseReloadableService.ConfigurationResourceListener
-
- BaseSAML1MessageDecoder - org.opensaml.saml1.binding.decodingのクラス
-
Base class for SAML 1 message decoders.
- BaseSAML1MessageDecoder() - クラス のコンストラクタorg.opensaml.saml1.binding.decoding.BaseSAML1MessageDecoder
-
Constructor.
- BaseSAML1MessageDecoder(ParserPool) - クラス のコンストラクタorg.opensaml.saml1.binding.decoding.BaseSAML1MessageDecoder
-
Constructor.
- BaseSAML1MessageDecoder(SAMLArtifactMap) - クラス のコンストラクタorg.opensaml.saml1.binding.decoding.BaseSAML1MessageDecoder
-
推奨されていません。
- BaseSAML1MessageDecoder(SAMLArtifactMap, ParserPool) - クラス のコンストラクタorg.opensaml.saml1.binding.decoding.BaseSAML1MessageDecoder
-
推奨されていません。
- BaseSAML1MessageEncoder - org.opensaml.saml1.binding.encodingのクラス
-
Base class for SAML 1 message encoders.
- BaseSAML1MessageEncoder() - クラス のコンストラクタorg.opensaml.saml1.binding.encoding.BaseSAML1MessageEncoder
-
- BaseSAML1ProfileRequestContext<RequestType extends SAMLObject,ResponseType extends ResponseAbstractType,ProfileConfigurationType extends AbstractSAML1ProfileConfiguration> - edu.internet2.middleware.shibboleth.idp.profile.saml1のクラス
-
Contextual object used to accumlate information as profile requests are being processed.
- BaseSAML1ProfileRequestContext() - クラス のコンストラクタedu.internet2.middleware.shibboleth.idp.profile.saml1.BaseSAML1ProfileRequestContext
-
- BaseSAML2MessageDecoder - org.opensaml.saml2.binding.decodingのクラス
-
Base class for SAML 2 message decoders.
- BaseSAML2MessageDecoder() - クラス のコンストラクタorg.opensaml.saml2.binding.decoding.BaseSAML2MessageDecoder
-
Constructor.
- BaseSAML2MessageDecoder(ParserPool) - クラス のコンストラクタorg.opensaml.saml2.binding.decoding.BaseSAML2MessageDecoder
-
Constructor.
- BaseSAML2MessageEncoder - org.opensaml.saml2.binding.encodingのクラス
-
Base class for SAML 2 message encoders.
- BaseSAML2MessageEncoder() - クラス のコンストラクタorg.opensaml.saml2.binding.encoding.BaseSAML2MessageEncoder
-
- BaseSAML2ProfileRequestContext<RequestType extends RequestAbstractType,ResponseType extends StatusResponseType,ProfileConfigurationType extends AbstractSAML2ProfileConfiguration> - edu.internet2.middleware.shibboleth.idp.profile.saml2のクラス
-
Contextual object used to accumlate information as profile requests are being processed.
- BaseSAML2ProfileRequestContext() - クラス のコンストラクタedu.internet2.middleware.shibboleth.idp.profile.saml2.BaseSAML2ProfileRequestContext
-
- BaseSAMLMessageDecoder - org.opensaml.common.binding.decodingのクラス
-
Base class for all SAML message decoders.
- BaseSAMLMessageDecoder() - クラス のコンストラクタorg.opensaml.common.binding.decoding.BaseSAMLMessageDecoder
-
Constructor.
- BaseSAMLMessageDecoder(ParserPool) - クラス のコンストラクタorg.opensaml.common.binding.decoding.BaseSAMLMessageDecoder
-
Constructor.
- BaseSAMLProfileRequestContext<InboundMessage extends SAMLObject,OutboundMessage extends SAMLObject,NameIdentifierType extends SAMLObject,ProfileConfigurationType extends ProfileConfiguration> - edu.internet2.middleware.shibboleth.common.profile.providerのクラス
-
Contextual object used to accumlate information as profile requests are being processed.
- BaseSAMLProfileRequestContext() - クラス のコンストラクタedu.internet2.middleware.shibboleth.common.profile.provider.BaseSAMLProfileRequestContext
-
- BaseSAMLSimpleSignatureSecurityPolicyRule - org.opensaml.common.binding.securityのクラス
-
Base class for security rules which verify simple "blob" signatures computed over some components of a request.
- BaseSAMLSimpleSignatureSecurityPolicyRule(SignatureTrustEngine) - クラス のコンストラクタorg.opensaml.common.binding.security.BaseSAMLSimpleSignatureSecurityPolicyRule
-
Constructor.
- BaseSAMLXMLSignatureSecurityPolicyRule - org.opensaml.common.binding.securityのクラス
-
Base class for SAML security policy rules which evaluate a signature with a signature trust engine.
- BaseSAMLXMLSignatureSecurityPolicyRule(TrustEngine<Signature>) - クラス のコンストラクタorg.opensaml.common.binding.security.BaseSAMLXMLSignatureSecurityPolicyRule
-
Constructor.
- BaseScopedAttributeEncoderBeanDefinitionParser - edu.internet2.middleware.shibboleth.common.config.attribute.encodingのクラス
-
Base class for Spring bean definition parser for Shibboleth scoped attribute encoders.
- BaseScopedAttributeEncoderBeanDefinitionParser() - クラス のコンストラクタedu.internet2.middleware.shibboleth.common.config.attribute.encoding.BaseScopedAttributeEncoderBeanDefinitionParser
-
- BaseService - edu.internet2.middleware.shibboleth.common.configのクラス
-
- BaseService() - クラス のコンストラクタedu.internet2.middleware.shibboleth.common.config.BaseService
-
Constructor.
- BaseSignatureTrustEngine<TrustBasisType> - org.opensaml.xml.signature.implのクラス
-
A base implementation of
SignatureTrustEngine
which evaluates the validity and trustworthiness of XML and raw
signatures.
- BaseSignatureTrustEngine(KeyInfoCredentialResolver) - クラス のコンストラクタorg.opensaml.xml.signature.impl.BaseSignatureTrustEngine
-
Constructor.
- BaseSpringNamespaceHandler - edu.internet2.middleware.shibboleth.common.configのクラス
-
A base class for NamespaceHandler
implementations.
- BaseSpringNamespaceHandler() - クラス のコンストラクタedu.internet2.middleware.shibboleth.common.config.BaseSpringNamespaceHandler
-
- BaseTransport - org.opensaml.ws.transportのクラス
-
Base abstract class for a
Transport
that provides local storage for all transport properties.
- BaseTransport() - クラス のコンストラクタorg.opensaml.ws.transport.BaseTransport
-
Constructor.
- BaseTrustEngineRule<TokenType> - 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>) - クラス のコンストラクタorg.opensaml.ws.security.provider.BaseTrustEngineRule
-
Constructor.
- BaseXMLObjectMarshaller - org.opensaml.xml.ioのクラス
-
- BaseXMLObjectMarshaller() - クラス のコンストラクタorg.opensaml.xml.io.BaseXMLObjectMarshaller
-
- BaseXMLObjectUnmarshaller - org.opensaml.xml.ioのクラス
-
- BaseXMLObjectUnmarshaller() - クラス のコンストラクタorg.opensaml.xml.io.BaseXMLObjectUnmarshaller
-
- BASIC - インタフェース のstatic変数org.opensaml.saml2.core.Attribute
-
Basic attribute format ID.
- BasicAttribute<ValueType> - edu.internet2.middleware.shibboleth.common.attribute.providerのクラス
-
An attribute implementation that operates on simple value types.
- BasicAttribute() - クラス のコンストラクタedu.internet2.middleware.shibboleth.common.attribute.provider.BasicAttribute
-
Constructor.
- BasicAttribute(String) - クラス のコンストラクタedu.internet2.middleware.shibboleth.common.attribute.provider.BasicAttribute
-
Constructor.
- BasicCredential - org.opensaml.xml.security.credentialのクラス
-
- BasicCredential() - クラス のコンストラクタorg.opensaml.xml.security.credential.BasicCredential
-
Constructor.
- BasicCredentialFactoryBean - edu.internet2.middleware.shibboleth.common.config.securityのクラス
-
- BasicCredentialFactoryBean() - クラス のコンストラクタedu.internet2.middleware.shibboleth.common.config.security.BasicCredentialFactoryBean
-
- BasicEndpointSelector - org.opensaml.common.bindingのクラス
-
This endpoint selector retrieves all the endpoints for a given role.
- BasicEndpointSelector() - クラス のコンストラクタorg.opensaml.common.binding.BasicEndpointSelector
-
- BasicHandlerChain - org.opensaml.ws.message.handlerのクラス
-
- BasicHandlerChain() - クラス のコンストラクタorg.opensaml.ws.message.handler.BasicHandlerChain
-
Constructor.
- BasicKeyInfoGeneratorFactory - org.opensaml.xml.security.credentialのクラス
-
A factory implementation which produces instances of
KeyInfoGenerator
capable of
handling the information contained within a
Credential
.
- BasicKeyInfoGeneratorFactory() - クラス のコンストラクタorg.opensaml.xml.security.credential.BasicKeyInfoGeneratorFactory
-
Constructor.
- BasicKeyInfoGeneratorFactory.BasicKeyInfoGenerator - org.opensaml.xml.security.credentialのクラス
-
- BasicKeyInfoGeneratorFactory.BasicKeyInfoGenerator(BasicKeyInfoGeneratorFactory.BasicOptions) - クラス のコンストラクタorg.opensaml.xml.security.credential.BasicKeyInfoGeneratorFactory.BasicKeyInfoGenerator
-
Constructor.
- BasicKeyInfoGeneratorFactory.BasicOptions - org.opensaml.xml.security.credentialのクラス
-
- BasicKeyInfoGeneratorFactory.BasicOptions() - クラス のコンストラクタorg.opensaml.xml.security.credential.BasicKeyInfoGeneratorFactory.BasicOptions
-
- BasicMatchFunctorNamespaceHandler - edu.internet2.middleware.shibboleth.common.config.attribute.filtering.match.basicのクラス
-
Namespace handler for the attribute filter engine basic match functions.
- BasicMatchFunctorNamespaceHandler() - クラス のコンストラクタedu.internet2.middleware.shibboleth.common.config.attribute.filtering.match.basic.BasicMatchFunctorNamespaceHandler
-
- BasicParserPool - org.opensaml.xml.parseのクラス
-
- BasicParserPool() - クラス のコンストラクタorg.opensaml.xml.parse.BasicParserPool
-
Constructor.
- BasicParserPool.DocumentBuilderProxy - org.opensaml.xml.parseのクラス
-
A proxy that prevents the manages document builders retrieved from the parser pool.
- BasicParserPool.DocumentBuilderProxy(DocumentBuilder, BasicParserPool, long) - クラス のコンストラクタorg.opensaml.xml.parse.BasicParserPool.DocumentBuilderProxy
-
Constructor.
- BasicPhasedHandlerChain - org.opensaml.ws.message.handlerのクラス
-
- BasicPhasedHandlerChain() - クラス のコンストラクタorg.opensaml.ws.message.handler.BasicPhasedHandlerChain
-
Constructor.
- BasicPKIXValidationInformation - org.opensaml.xml.security.x509のクラス
-
- BasicPKIXValidationInformation(Collection<X509Certificate>, Collection<X509CRL>, Integer) - クラス のコンストラクタorg.opensaml.xml.security.x509.BasicPKIXValidationInformation
-
Constructor.
- BasicProviderKeyInfoCredentialResolver - org.opensaml.xml.security.keyinfoのクラス
-
- BasicProviderKeyInfoCredentialResolver(List<KeyInfoProvider>) - クラス のコンストラクタorg.opensaml.xml.security.keyinfo.BasicProviderKeyInfoCredentialResolver
-
Constructor.
- BasicSAMLArtifactMap - 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) - クラス のコンストラクタorg.opensaml.common.binding.artifact.BasicSAMLArtifactMap
-
- BasicSAMLArtifactMap(StorageService<String, SAMLArtifactMap.SAMLArtifactMapEntry>, long) - クラス のコンストラクタorg.opensaml.common.binding.artifact.BasicSAMLArtifactMap
-
Constructor.
- BasicSAMLArtifactMap(StorageService<String, SAMLArtifactMap.SAMLArtifactMapEntry>, String, long) - クラス のコンストラクタorg.opensaml.common.binding.artifact.BasicSAMLArtifactMap
-
Constructor.
- BasicSAMLArtifactMap(SAMLArtifactMap.SAMLArtifactMapEntryFactory, StorageService<String, SAMLArtifactMap.SAMLArtifactMapEntry>, long) - クラス のコンストラクタorg.opensaml.common.binding.artifact.BasicSAMLArtifactMap
-
Constructor.
- BasicSAMLArtifactMap(SAMLArtifactMap.SAMLArtifactMapEntryFactory, StorageService<String, SAMLArtifactMap.SAMLArtifactMapEntry>, String, long) - クラス のコンストラクタorg.opensaml.common.binding.artifact.BasicSAMLArtifactMap
-
Constructor.
- BasicSAMLArtifactMapEntry - org.opensaml.common.binding.artifactのクラス
-
- BasicSAMLArtifactMapEntry(String, String, String, String, long) - クラス のコンストラクタorg.opensaml.common.binding.artifact.BasicSAMLArtifactMapEntry
-
- BasicSAMLArtifactMapEntry(String, String, String, SAMLObject, long) - クラス のコンストラクタorg.opensaml.common.binding.artifact.BasicSAMLArtifactMapEntry
-
Constructor.
- BasicSAMLArtifactMapEntryFactory - org.opensaml.common.binding.artifactのクラス
-
- BasicSAMLArtifactMapEntryFactory() - クラス のコンストラクタorg.opensaml.common.binding.artifact.BasicSAMLArtifactMapEntryFactory
-
- BasicSAMLMessageContext<InboundMessageType extends SAMLObject,OutboundMessageType extends SAMLObject,NameIdentifierType extends SAMLObject> - org.opensaml.common.bindingのクラス
-
- BasicSAMLMessageContext() - クラス のコンストラクタorg.opensaml.common.binding.BasicSAMLMessageContext
-
- BasicSecurityConfiguration - org.opensaml.xml.securityのクラス
-
- BasicSecurityConfiguration() - クラス のコンストラクタorg.opensaml.xml.security.BasicSecurityConfiguration
-
Constructor.
- BasicSecurityConfiguration.DataEncryptionIndex - org.opensaml.xml.securityのクラス
-
Class used as an index to the data encryption algorithm URI map.
- BasicSecurityConfiguration.DataEncryptionIndex(String, Integer) - クラス のコンストラクタorg.opensaml.xml.security.BasicSecurityConfiguration.DataEncryptionIndex
-
Constructor.
- BasicSecurityConfiguration.KeyTransportEncryptionIndex - org.opensaml.xml.securityのクラス
-
Class used as an index to the key transport encryption algorithm URI map.
- BasicSecurityConfiguration.KeyTransportEncryptionIndex(String, Integer, String) - クラス のコンストラクタorg.opensaml.xml.security.BasicSecurityConfiguration.KeyTransportEncryptionIndex
-
Constructor.
- BasicSecurityPolicy - org.opensaml.ws.security.providerのクラス
-
Basic security policy implementation which evaluates a given set of
SecurityPolicyRule
in an ordered manner.
- BasicSecurityPolicy() - クラス のコンストラクタorg.opensaml.ws.security.provider.BasicSecurityPolicy
-
Constructor.
- BasicSOAPMessageContext - org.opensaml.ws.soap.clientのクラス
-
- BasicSOAPMessageContext() - クラス のコンストラクタorg.opensaml.ws.soap.client.BasicSOAPMessageContext
-
- BasicURLComparator - 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() - クラス のコンストラクタorg.opensaml.common.binding.decoding.BasicURLComparator
-
- BasicX509Credential - org.opensaml.xml.security.x509のクラス
-
- BasicX509Credential() - クラス のコンストラクタorg.opensaml.xml.security.x509.BasicX509Credential
-
- BasicX509CredentialNameEvaluator - org.opensaml.xml.security.x509のクラス
-
- BasicX509CredentialNameEvaluator() - クラス のコンストラクタorg.opensaml.xml.security.x509.BasicX509CredentialNameEvaluator
-
Constructor.
- BATCH_CANCEL - インタフェース のstatic変数org.opensaml.ws.wstrust.RequestType
-
RequestType BatchCancel URI.
- BATCH_ISSUE - インタフェース のstatic変数org.opensaml.ws.wstrust.RequestType
-
RequestType BatchIssue URI.
- BATCH_RENEW - インタフェース のstatic変数org.opensaml.ws.wstrust.RequestType
-
RequestType BatchRenew URI.
- BATCH_VALIDATE - インタフェース のstatic変数org.opensaml.ws.wstrust.RequestType
-
RequestType BatchValidate URI.
- BEARER - インタフェース のstatic変数org.opensaml.ws.wstrust.KeyType
-
The KeyType Bearer URI.
- BETTER - クラス のstatic変数org.opensaml.saml2.core.AuthnContextComparisonTypeEnumeration
-
"better" comparison type.
- BILLING - クラス のstatic変数org.opensaml.saml2.metadata.ContactPersonTypeEnumeration
-
"billing" contact type
- BinaryExchange - org.opensaml.ws.wstrustのインタフェース
-
The wst:BinaryExchange element.
- BinaryExchangeBuilder - org.opensaml.ws.wstrust.implのクラス
-
Builder for the BinaryExchange element.
- BinaryExchangeBuilder() - クラス のコンストラクタorg.opensaml.ws.wstrust.impl.BinaryExchangeBuilder
-
- BinaryExchangeImpl - org.opensaml.ws.wstrust.implのクラス
-
BinaryExchangeImpl.
- BinaryExchangeImpl(String, String, String) - クラス のコンストラクタorg.opensaml.ws.wstrust.impl.BinaryExchangeImpl
-
Constructor.
- BinaryExchangeMarshaller - org.opensaml.ws.wstrust.implのクラス
-
Marshaller for the BinaryExchange element.
- BinaryExchangeMarshaller() - クラス のコンストラクタorg.opensaml.ws.wstrust.impl.BinaryExchangeMarshaller
-
- BinaryExchangeUnmarshaller - org.opensaml.ws.wstrust.implのクラス
-
Unmarshaller for the <wst:BinaryExchange> element.
- BinaryExchangeUnmarshaller() - クラス のコンストラクタorg.opensaml.ws.wstrust.impl.BinaryExchangeUnmarshaller
-
- BinarySecret - org.opensaml.ws.wstrustのインタフェース
-
The wst:BinarySecret element.
- BinarySecretBuilder - org.opensaml.ws.wstrust.implのクラス
-
Builder for the BinarySecret element.
- BinarySecretBuilder() - クラス のコンストラクタorg.opensaml.ws.wstrust.impl.BinarySecretBuilder
-
- BinarySecretImpl - org.opensaml.ws.wstrust.implのクラス
-
BinarySecretImpl.
- BinarySecretImpl(String, String, String) - クラス のコンストラクタorg.opensaml.ws.wstrust.impl.BinarySecretImpl
-
Constructor.
- BinarySecretMarshaller - org.opensaml.ws.wstrust.implのクラス
-
Marshaller for the BinarySecret element.
- BinarySecretMarshaller() - クラス のコンストラクタorg.opensaml.ws.wstrust.impl.BinarySecretMarshaller
-
- BinarySecretUnmarshaller - org.opensaml.ws.wstrust.implのクラス
-
Unmarshaller for the <wst:BinarySecret> element.
- BinarySecretUnmarshaller() - クラス のコンストラクタorg.opensaml.ws.wstrust.impl.BinarySecretUnmarshaller
-
- BinarySecurityToken - org.opensaml.ws.wssecurityのインタフェース
-
The <wsse:BinarySecurityToken> element.
- BinarySecurityTokenBuilder - org.opensaml.ws.wssecurity.implのクラス
-
Builder for the <BinarySecurityToken> element.
- BinarySecurityTokenBuilder() - クラス のコンストラクタorg.opensaml.ws.wssecurity.impl.BinarySecurityTokenBuilder
-
- BinarySecurityTokenImpl - org.opensaml.ws.wssecurity.implのクラス
-
BinarySecurityTokenImpl.
- BinarySecurityTokenImpl(String, String, String) - クラス のコンストラクタorg.opensaml.ws.wssecurity.impl.BinarySecurityTokenImpl
-
Constructor.
- BinarySecurityTokenMarshaller - org.opensaml.ws.wssecurity.implのクラス
-
BinarySecurityTokenMarshaller.
- BinarySecurityTokenMarshaller() - クラス のコンストラクタorg.opensaml.ws.wssecurity.impl.BinarySecurityTokenMarshaller
-
- BinarySecurityTokenUnmarshaller - org.opensaml.ws.wssecurity.implのクラス
-
BinarySecurityTokenUnmarshaller.
- BinarySecurityTokenUnmarshaller() - クラス のコンストラクタorg.opensaml.ws.wssecurity.impl.BinarySecurityTokenUnmarshaller
-
- BINDING_ATTRIB_NAME - インタフェース のstatic変数org.opensaml.saml1.core.AuthorityBinding
-
Name for the Binding attribute
- BINDING_ATTRIB_NAME - インタフェース のstatic変数org.opensaml.saml2.metadata.Endpoint
-
"Binding" attribute name
- BindingException - org.opensaml.common.bindingの例外
-
Base exception for errors that occur when messages are encoded/decoded for a specific binding.
- BindingException() - 例外 のコンストラクタorg.opensaml.common.binding.BindingException
-
Constructor.
- BindingException(String) - 例外 のコンストラクタorg.opensaml.common.binding.BindingException
-
Constructor.
- BindingException(Exception) - 例外 のコンストラクタorg.opensaml.common.binding.BindingException
-
Constructor.
- BindingException(String, Exception) - 例外 のコンストラクタorg.opensaml.common.binding.BindingException
-
Constructor.
- bindLoginContext(LoginContext, HttpServletRequest) - クラス のstaticメソッドedu.internet2.middleware.shibboleth.idp.util.HttpServletHelper
-
推奨されていません。
- bindLoginContext(LoginContext, StorageService, ServletContext, HttpServletRequest, HttpServletResponse) - クラス のstaticメソッドedu.internet2.middleware.shibboleth.idp.util.HttpServletHelper
-
- Body - org.opensaml.ws.soap.soap11のインタフェース
-
SOAP 1.1 Body.
- BodyBuilder - org.opensaml.ws.soap.soap11.implのクラス
-
- BodyBuilder() - クラス のコンストラクタorg.opensaml.ws.soap.soap11.impl.BodyBuilder
-
- BodyImpl - org.opensaml.ws.soap.soap11.implのクラス
-
Concrete implemenation of
Body
.
- BodyImpl(String, String, String) - クラス のコンストラクタorg.opensaml.ws.soap.soap11.impl.BodyImpl
-
Constructor.
- BodyMarshaller - org.opensaml.ws.soap.soap11.implのクラス
-
A thread-safe marshaller for
Body
s.
- BodyMarshaller() - クラス のコンストラクタorg.opensaml.ws.soap.soap11.impl.BodyMarshaller
-
- BodyUnmarshaller - org.opensaml.ws.soap.soap11.implのクラス
-
A thread-safe unmarshaller for
Body
s.
- BodyUnmarshaller() - クラス のコンストラクタorg.opensaml.ws.soap.soap11.impl.BodyUnmarshaller
-
- bootstrap() - クラス のstaticメソッドorg.opensaml.DefaultBootstrap
-
Initializes the OpenSAML library, loading default configurations.
- buildApplicationManagedConnection(String, Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnector.RDBMSDataConnectorBeanDefinitionParser
-
Builds a JDBC
DataSource
from an ApplicationManagedConnection configuration element.
- buildApplicationManagedConnection(String, Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnector.StoredIDDataConnectorBeanDefinitionParser
-
Builds a JDBC
DataSource
from an ApplicationManagedConnection configuration element.
- buildArtifact(SAMLMessageContext<RequestAbstractType, Response, NameIdentifier>, Assertion) - インタフェース のメソッドorg.opensaml.saml1.binding.artifact.SAML1ArtifactBuilder
-
Builds an artifact, for the given assertion, destined for the outbound message recipient.
- buildArtifact(byte[]) - インタフェース のメソッドorg.opensaml.saml1.binding.artifact.SAML1ArtifactBuilder
-
Builds a populated artifact given the artifact's byte-array representation.
- buildArtifact(String) - クラス のメソッドorg.opensaml.saml1.binding.artifact.SAML1ArtifactBuilderFactory
-
Convenience method for getting an artifact builder and parsing the given Base64 encoded artifact with it.
- buildArtifact(byte[]) - クラス のメソッドorg.opensaml.saml1.binding.artifact.SAML1ArtifactBuilderFactory
-
Convenience method for getting an artifact builder and parsing the given artifact with it.
- buildArtifact(byte[]) - クラス のメソッドorg.opensaml.saml1.binding.artifact.SAML1ArtifactType0001Builder
-
Builds a populated artifact given the artifact's byte-array representation.
- buildArtifact(SAMLMessageContext<RequestAbstractType, Response, NameIdentifier>, Assertion) - クラス のメソッドorg.opensaml.saml1.binding.artifact.SAML1ArtifactType0001Builder
-
Builds an artifact, for the given assertion, destined for the outbound message recipient.
- buildArtifact(byte[]) - クラス のメソッドorg.opensaml.saml1.binding.artifact.SAML1ArtifactType0002Builder
-
Builds a populated artifact given the artifact's byte-array representation.
- buildArtifact(SAMLMessageContext<RequestAbstractType, Response, NameIdentifier>, Assertion) - クラス のメソッドorg.opensaml.saml1.binding.artifact.SAML1ArtifactType0002Builder
-
Builds an artifact, for the given assertion, destined for the outbound message recipient.
- buildArtifact(SAMLMessageContext<SAMLObject, SAMLObject, NameID>) - インタフェース のメソッドorg.opensaml.saml2.binding.artifact.SAML2ArtifactBuilder
-
Builds an artifact, for the given assertion, destined for the outbound message recipient.
- buildArtifact(byte[]) - インタフェース のメソッドorg.opensaml.saml2.binding.artifact.SAML2ArtifactBuilder
-
Builds a populated artifact given the artifact's byte-array representation.
- buildArtifact(String) - クラス のメソッドorg.opensaml.saml2.binding.artifact.SAML2ArtifactBuilderFactory
-
Convenience method for getting an artifact builder and parsing the given Base64 encoded artifact with it.
- buildArtifact(byte[]) - クラス のメソッドorg.opensaml.saml2.binding.artifact.SAML2ArtifactBuilderFactory
-
convenience method for getting an artifact builder and parsing the given artifact with it.
- buildArtifact(byte[]) - クラス のメソッドorg.opensaml.saml2.binding.artifact.SAML2ArtifactType0004Builder
-
Builds a populated artifact given the artifact's byte-array representation.
- buildArtifact(SAMLMessageContext<SAMLObject, SAMLObject, NameID>) - クラス のメソッドorg.opensaml.saml2.binding.artifact.SAML2ArtifactType0004Builder
-
Builds an artifact, for the given assertion, destined for the outbound message recipient.
- buildArtifact(SAMLMessageContext) - クラス のメソッドorg.opensaml.saml2.binding.encoding.HTTPArtifactEncoder
-
Builds the SAML 2 artifact for the outgoing message.
- buildArtifactErrorResponse(ArtifactResolution.ArtifactResolutionRequestContext) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.saml2.ArtifactResolution
-
Constructs an artifact resolution response with an error status as content.
- buildArtifactResponse(ArtifactResolution.ArtifactResolutionRequestContext) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.saml1.ArtifactResolution
-
Builds the response to the artifact request.
- buildArtifactResponse(ArtifactResolution.ArtifactResolutionRequestContext) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.saml2.ArtifactResolution
-
Constructs a artifact resolution response with the derferenced SAML message inside.
- buildAssertion(BaseSAML1ProfileRequestContext<?, ?, ?>, DateTime) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.saml1.AbstractSAML1ProfileHandler
-
Builds a basic assertion with its id, issue instant, SAML version, issuer, subject, and conditions populated.
- buildAssertion(BaseSAML2ProfileRequestContext<?, ?, ?>, DateTime) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.saml2.AbstractSAML2ProfileHandler
-
Builds a basic assertion with its id, issue instant, SAML version, issuer, subject, and conditions populated.
- buildAttributeStatement(AttributeQuery, Collection<BaseAttribute>) - インタフェース のメソッドedu.internet2.middleware.shibboleth.common.attribute.provider.SAML1AttributeAuthority
-
Creates a SAML 1 attribute statement from a collection of
BaseAttribute
.
- buildAttributeStatement(AttributeQuery, Collection<BaseAttribute>) - インタフェース のメソッドedu.internet2.middleware.shibboleth.common.attribute.provider.SAML2AttributeAuthority
-
Creates a SAML 2 attribute statement from a collection of
BaseAttribute
.
- buildAttributeStatement(AttributeQuery, Collection<BaseAttribute>) - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.provider.ShibbolethSAML1AttributeAuthority
-
Creates a SAML 1 attribute statement from a collection of
BaseAttribute
.
- buildAttributeStatement(AttributeQuery, Collection<BaseAttribute>) - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.provider.ShibbolethSAML2AttributeAuthority
-
Creates a SAML 2 attribute statement from a collection of
BaseAttribute
.
- buildAttributeStatement(BaseSAML1ProfileRequestContext<?, ?, ?>, String) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.saml1.AbstractSAML1ProfileHandler
-
Executes a query for attributes and builds a SAML attribute statement from the results.
- buildAttributeStatement(BaseSAML2ProfileRequestContext<?, ?, ?>) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.saml2.AbstractSAML2ProfileHandler
-
Executes a query for attributes and builds a SAML attribute statement from the results.
- buildAuthenticationStatement(ShibbolethSSOProfileHandler.ShibbolethSSORequestContext) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.saml1.ShibbolethSSOProfileHandler
-
Builds the authentication statement for the authenticated principal.
- buildAuthnContext(SSOProfileHandler.SSORequestContext) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.saml2.SAML2ECPProfileHandler
-
Creates an
AuthnContext
for a successful authentication request.
- buildAuthnContext(SSOProfileHandler.SSORequestContext) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.saml2.SSOProfileHandler
-
Creates an
AuthnContext
for a successful authentication request.
- buildAuthnStatement(SSOProfileHandler.SSORequestContext) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.saml2.SAML2ECPProfileHandler
-
Creates an authentication statement for the current request.
- buildAuthnStatement(SSOProfileHandler.SSORequestContext) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.saml2.SSOProfileHandler
-
Creates an authentication statement for the current request.
- buildBaseAttributes(Iterator<SearchResult>) - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.dataConnector.LdapDataConnector
-
This returns a map of attribute ids to attributes from the supplied search results.
- buildBasicCredential(Key, Set<String>) - クラス のメソッドorg.opensaml.xml.security.keyinfo.BasicProviderKeyInfoCredentialResolver
-
Construct a basic credential containing the specified key and set of key names.
- buildBasicInlineKeyInfoResolver() - クラス のstaticメソッドorg.opensaml.xml.security.SecurityHelper
-
Get a basic KeyInfo credential resolver which can process standard inline
data - RSAKeyValue, DSAKeyValue, X509Data.
- buildBasicInlineKeyInfoResolver() - クラス のstaticメソッドorg.opensaml.xml.security.SecurityTestHelper
-
推奨されていません。
Get a basic KeyInfo credential resolver which can process standard inline
data - RSAKeyValue, DSAKeyValue, X509Data.
- buildCertStore(PKIXValidationInformation, X509Credential) - クラス のメソッドorg.opensaml.xml.security.x509.CertPathPKIXTrustEvaluator
-
Creates the certificate store that will be used during validation.
- buildClient() - クラス のメソッドorg.opensaml.ws.soap.client.http.HttpClientBuilder
-
Builds an HTTP client with the given settings.
- buildClientManager(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.resource.SVNResourceBeanDefinitionParser
-
Builds the SVN client manager from the given configuration options.
- buildConditions(BaseSAML1ProfileRequestContext<?, ?, ?>, DateTime) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.saml1.AbstractSAML1ProfileHandler
-
Builds a SAML assertion condition set.
- buildConditions(BaseSAML2ProfileRequestContext<?, ?, ?>, DateTime) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.saml2.AbstractSAML2ProfileHandler
-
Builds a SAML assertion condition set.
- buildContainerManagedConnection(String, Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnector.RDBMSDataConnectorBeanDefinitionParser
-
Builds a JDBC
DataSource
from a ContainerManagedConnection configuration element.
- buildContainerManagedConnection(String, Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnector.StoredIDDataConnectorBeanDefinitionParser
-
Builds a JDBC
DataSource
from a ContainerManagedConnection configuration element.
- buildCredential(KeyStore.Entry, String, UsageType) - クラス のメソッドorg.opensaml.xml.security.credential.KeyStoreCredentialResolver
-
Build a credential instance from the key store entry.
- buildCredentialContext(KeyInfoResolutionContext) - クラス のメソッドorg.opensaml.xml.security.keyinfo.provider.AbstractKeyInfoProvider
-
Build a credential context based on the current KeyInfo context, for return
in a resolved credential.
- buildCriteriaSet(String, SAMLMessageContext) - クラス のメソッドorg.opensaml.common.binding.security.BaseSAMLSimpleSignatureSecurityPolicyRule
-
Build a criteria set suitable for input to the trust engine.
- buildCriteriaSet(String, MessageContext) - クラス のメソッドorg.opensaml.common.binding.security.BaseSAMLXMLSignatureSecurityPolicyRule
-
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) - クラス のメソッドorg.opensaml.common.binding.security.SAMLMDClientCertAuthRule
-
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(SignableXMLObject, String, boolean) - クラス のメソッドorg.opensaml.saml2.metadata.provider.SignatureValidationFilter
-
Build the criteria set which will be used as input to the configured trust engine.
- buildCriteriaSet(String, MessageContext) - クラス のメソッド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) - クラス のメソッド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.
- buildDataEncryptionParams(Credential, SecurityConfiguration, String) - クラス のstaticメソッドorg.opensaml.xml.security.SecurityHelper
-
- buildDefaultConfig() - クラス のstaticメソッドorg.opensaml.xml.security.DefaultSecurityConfigurationBootstrap
-
Build and return a default configuration.
- buildDSAKeyValue(DSAPublicKey) - クラス のstaticメソッドorg.opensaml.xml.security.keyinfo.KeyInfoHelper
-
Builds a
DSAKeyValue
XMLObject from the Java security DSA public key type.
- buildEntityIssuer(BaseSAML2ProfileRequestContext<?, ?, ?>) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.saml2.AbstractSAML2ProfileHandler
-
Creates an
Issuer
populated with information about the relying party.
- buildErrorResponse(BaseSAML1ProfileRequestContext<?, ?, ?>) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.saml1.AbstractSAML1ProfileHandler
-
Constructs an SAML response message carrying a request error.
- buildErrorResponse(BaseSAML2ProfileRequestContext<?, ?, ?>) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.saml2.AbstractSAML2ProfileHandler
-
Constructs an SAML response message carrying a request error.
- buildFormDataToSign(VelocityContext, SAMLMessageContext, String) - クラス のメソッドorg.opensaml.saml2.binding.encoding.HTTPPostSimpleSignEncoder
-
Build the form control data string over which the signature is computed.
- buildGetMethod() - クラス のメソッドorg.opensaml.saml2.metadata.provider.HTTPMetadataProvider
-
Builds the HTTP GET method used to fetch the metadata.
- buildHttpClient(Element, String, URL) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.metadata.HTTPMetadataProviderBeanDefinitionParser
-
Builds the HTTP client used to fetch metadata.
- buildHyperLink(String, String) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.ui.ServiceTagSupport
-
build a hyperlink from the parameters.
- buildIdentifierEntries(ResultSet) - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.dataConnector.StoredIDStore
-
- buildJavaDSAPrivateKey(String) - クラス のstaticメソッドorg.opensaml.xml.security.SecurityHelper
-
Build Java DSA private key from base64 encoding.
- buildJavaDSAPrivateKey(String) - クラス のstaticメソッドorg.opensaml.xml.security.SecurityTestHelper
-
推奨されていません。
Build Java DSA private key from base64 encoding.
- buildJavaDSAPublicKey(String) - クラス のstaticメソッドorg.opensaml.xml.security.SecurityHelper
-
Build Java DSA public key from base64 encoding.
- buildJavaDSAPublicKey(String) - クラス のstaticメソッドorg.opensaml.xml.security.SecurityTestHelper
-
推奨されていません。
Build Java DSA public key from base64 encoding.
- buildJavaECPublicKey(String) - クラス のstaticメソッドorg.opensaml.xml.security.SecurityHelper
-
Build Java EC public key from base64 encoding.
- buildJavaPrivateKey(String) - クラス のstaticメソッドorg.opensaml.xml.security.SecurityHelper
-
Build Java private key from base64 encoding.
- buildJavaPrivateKey(String) - クラス のstaticメソッドorg.opensaml.xml.security.SecurityTestHelper
-
推奨されていません。
Build Java private key from base64 encoding. The key should have no password.
- buildJavaRSAPrivateKey(String) - クラス のstaticメソッドorg.opensaml.xml.security.SecurityHelper
-
Build Java RSA private key from base64 encoding.
- buildJavaRSAPrivateKey(String) - クラス のstaticメソッドorg.opensaml.xml.security.SecurityTestHelper
-
推奨されていません。
Build Java RSA private key from base64 encoding.
- buildJavaRSAPublicKey(String) - クラス のstaticメソッドorg.opensaml.xml.security.SecurityHelper
-
Build Java RSA public key from base64 encoding.
- buildJavaRSAPublicKey(String) - クラス のstaticメソッドorg.opensaml.xml.security.SecurityTestHelper
-
推奨されていません。
Build Java RSA public key from base64 encoding.
- buildJavaX509Cert(String) - クラス のstaticメソッドorg.opensaml.xml.security.SecurityHelper
-
Build Java certificate from base64 encoding.
- buildJavaX509Cert(String) - クラス のstaticメソッドorg.opensaml.xml.security.SecurityTestHelper
-
推奨されていません。
Build Java certificate from base64 encoding.
- buildJavaX509CRL(String) - クラス のstaticメソッドorg.opensaml.xml.security.SecurityHelper
-
Build Java CRL from base64 encoding.
- buildJavaX509CRL(String) - クラス のstaticメソッドorg.opensaml.xml.security.SecurityTestHelper
-
推奨されていません。
Build Java CRL from base64 encoding.
- buildKey(KeySpec, String) - クラス のstaticメソッドorg.opensaml.xml.security.keyinfo.KeyInfoHelper
-
Generates a public key from the given key spec.
- buildKey(KeySpec, String) - クラス のstaticメソッドorg.opensaml.xml.security.SecurityHelper
-
Generates a public key from the given key spec.
- buildKey(KeySpec, String) - クラス のstaticメソッドorg.opensaml.xml.security.SecurityTestHelper
-
推奨されていません。
Generates a public key from the given key spec.
- buildKeyEncryptionParams(Credential, String, SecurityConfiguration, String, String) - クラス のstaticメソッドorg.opensaml.xml.security.SecurityHelper
-
- buildKeyInfo(Credential, KeyInfoGenerator) - クラス のメソッドorg.opensaml.saml2.binding.encoding.HTTPPostSimpleSignEncoder
-
Build the
KeyInfo
from the signing credential.
- buildList() - クラス のメソッドorg.opensaml.xml.util.LazyList
-
Builds an appropriate delegate for this list.
- buildLogoutResponse(SLOProfileHandler.SLORequestContext, Status) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.saml2.SLOProfileHandler
-
Builds LogoutResponse.
- buildMap() - クラス のメソッドorg.opensaml.xml.util.LazyMap
-
Builds an appropriate delegate map.
- buildNameId(String, ShibbolethResolutionContext) - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.attributeDefinition.SAML1NameIdentifierAttributeDefinition
-
Builds a name ID.
- buildNameId(String, ShibbolethResolutionContext) - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.attributeDefinition.SAML2NameIDAttributeDefinition
-
Builds a name ID.
- buildNameId(BaseSAML1ProfileRequestContext<?, ?, ?>) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.saml1.AbstractSAML1ProfileHandler
-
Builds a NameIdentifier appropriate for this request.
- buildNameId(BaseSAML1ProfileRequestContext<?, ?, ?>) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.saml1.AttributeQueryProfileHandler
-
Builds a NameIdentifier appropriate for this request.
- buildNameId(BaseSAML2ProfileRequestContext<?, ?, ?>) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.saml2.AbstractSAML2ProfileHandler
-
Builds a NameID appropriate for this request.
- buildNameId(BaseSAML2ProfileRequestContext<?, ?, ?>) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.saml2.AttributeQueryProfileHandler
-
Builds a NameID appropriate for this request.
- buildNameId(BaseSAML2ProfileRequestContext<?, ?, ?>) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.saml2.SSOProfileHandler
-
Builds a NameID appropriate for this request.
- buildNoTrustTrustManager() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.metadata.HTTPMetadataProviderBeanDefinitionParser
-
- buildObject(String, String, String) - クラス のメソッドedu.internet2.middleware.shibboleth.common.xmlobject.impl.ShibbolethMetadataKeyAuthorityBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドedu.internet2.middleware.shibboleth.common.xmlobject.impl.ShibbolethMetadataKeyAuthorityBuilder
-
Build a KeyAuthority element with the default namespace prefix and element name.
- buildObject(String, String, String) - クラス のメソッドedu.internet2.middleware.shibboleth.common.xmlobject.impl.ShibbolethMetadataScopeBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドedu.internet2.middleware.shibboleth.common.xmlobject.impl.ShibbolethMetadataScopeBuilder
-
Build a Scope element with the default namespace prefix and element name.
- buildObject(String, String, String) - クラス のメソッドedu.internet2.middleware.shibboleth.common.xmlobject.impl.ShibbolethScopedValueBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.common.impl.AbstractSAMLObjectBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - インタフェース のメソッドorg.opensaml.common.SAMLObjectBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - クラス のメソッドorg.opensaml.saml1.core.impl.ActionBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml1.core.impl.ActionBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml1.core.impl.AdviceBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml1.core.impl.AdviceBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml1.core.impl.AssertionArtifactBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml1.core.impl.AssertionArtifactBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml1.core.impl.AssertionBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml1.core.impl.AssertionBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml1.core.impl.AssertionIDReferenceBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml1.core.impl.AssertionIDReferenceBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml1.core.impl.AttributeBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml1.core.impl.AttributeBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml1.core.impl.AttributeDesignatorBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml1.core.impl.AttributeDesignatorBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml1.core.impl.AttributeQueryBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml1.core.impl.AttributeQueryBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml1.core.impl.AttributeStatementBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml1.core.impl.AttributeStatementBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml1.core.impl.AudienceBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml1.core.impl.AudienceBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml1.core.impl.AudienceRestrictionConditionBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml1.core.impl.AudienceRestrictionConditionBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml1.core.impl.AuthenticationQueryBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml1.core.impl.AuthenticationQueryBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml1.core.impl.AuthenticationStatementBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml1.core.impl.AuthenticationStatementBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml1.core.impl.AuthorityBindingBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml1.core.impl.AuthorityBindingBuilder
-
- buildObject() - クラス のメソッドorg.opensaml.saml1.core.impl.AuthorizationDecisionQueryBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml1.core.impl.AuthorizationDecisionQueryBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml1.core.impl.AuthorizationDecisionStatementBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml1.core.impl.AuthorizationDecisionStatementBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml1.core.impl.ConditionsBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml1.core.impl.ConditionsBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml1.core.impl.ConfirmationMethodBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml1.core.impl.ConfirmationMethodBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml1.core.impl.DoNotCacheConditionBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml1.core.impl.DoNotCacheConditionBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml1.core.impl.EvidenceBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml1.core.impl.EvidenceBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml1.core.impl.NameIdentifierBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml1.core.impl.NameIdentifierBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml1.core.impl.RequestBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml1.core.impl.RequestBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml1.core.impl.RespondWithBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml1.core.impl.RespondWithBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml1.core.impl.ResponseBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml1.core.impl.ResponseBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml1.core.impl.StatusBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml1.core.impl.StatusBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml1.core.impl.StatusCodeBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml1.core.impl.StatusCodeBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml1.core.impl.StatusDetailBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml1.core.impl.StatusDetailBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml1.core.impl.StatusMessageBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml1.core.impl.StatusMessageBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml1.core.impl.SubjectBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml1.core.impl.SubjectBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml1.core.impl.SubjectConfirmationBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml1.core.impl.SubjectConfirmationBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml1.core.impl.SubjectLocalityBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml1.core.impl.SubjectLocalityBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.common.impl.ExtensionsBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.common.impl.ExtensionsBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.core.impl.ActionBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.core.impl.ActionBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.core.impl.AdviceBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.core.impl.AdviceBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.core.impl.ArtifactBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.core.impl.ArtifactBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.core.impl.ArtifactResolveBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.core.impl.ArtifactResolveBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.core.impl.ArtifactResponseBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.core.impl.ArtifactResponseBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.core.impl.AssertionBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.core.impl.AssertionBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.core.impl.AssertionIDRefBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.core.impl.AssertionIDRefBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.core.impl.AssertionIDRequestBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.core.impl.AssertionIDRequestBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.core.impl.AssertionURIRefBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.core.impl.AssertionURIRefBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.core.impl.AttributeBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.core.impl.AttributeBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.core.impl.AttributeQueryBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.core.impl.AttributeQueryBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.core.impl.AttributeStatementBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.core.impl.AttributeStatementBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.core.impl.AudienceBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.core.impl.AudienceBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.core.impl.AudienceRestrictionBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.core.impl.AudienceRestrictionBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.core.impl.AuthenticatingAuthorityBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.core.impl.AuthenticatingAuthorityBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.core.impl.AuthnContextBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.core.impl.AuthnContextBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.core.impl.AuthnContextClassRefBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.core.impl.AuthnContextClassRefBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.core.impl.AuthnContextDeclBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.core.impl.AuthnContextDeclBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.core.impl.AuthnContextDeclRefBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.core.impl.AuthnContextDeclRefBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.core.impl.AuthnQueryBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.core.impl.AuthnQueryBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.core.impl.AuthnRequestBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.core.impl.AuthnRequestBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.core.impl.AuthnStatementBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.core.impl.AuthnStatementBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.core.impl.AuthzDecisionQueryBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.core.impl.AuthzDecisionQueryBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.core.impl.AuthzDecisionStatementBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.core.impl.AuthzDecisionStatementBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.core.impl.ConditionsBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.core.impl.ConditionsBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.core.impl.EncryptedAssertionBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.core.impl.EncryptedAssertionBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.core.impl.EncryptedAttributeBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.core.impl.EncryptedAttributeBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.core.impl.EncryptedIDBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.core.impl.EncryptedIDBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.core.impl.EvidenceBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.core.impl.EvidenceBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.core.impl.GetCompleteBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.core.impl.GetCompleteBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.core.impl.IDPEntryBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.core.impl.IDPEntryBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.core.impl.IDPListBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.core.impl.IDPListBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.core.impl.IssuerBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.core.impl.IssuerBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.core.impl.KeyInfoConfirmationDataTypeBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.core.impl.KeyInfoConfirmationDataTypeBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.core.impl.LogoutRequestBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.core.impl.LogoutRequestBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.core.impl.LogoutResponseBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.core.impl.LogoutResponseBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.core.impl.ManageNameIDRequestBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.core.impl.ManageNameIDRequestBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.core.impl.ManageNameIDResponseBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.core.impl.ManageNameIDResponseBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.core.impl.NameIDBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.core.impl.NameIDBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.core.impl.NameIDMappingRequestBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.core.impl.NameIDMappingRequestBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.core.impl.NameIDMappingResponseBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.core.impl.NameIDMappingResponseBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.core.impl.NameIDPolicyBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.core.impl.NameIDPolicyBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.core.impl.NewEncryptedIDBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.core.impl.NewEncryptedIDBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.core.impl.NewIDBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.core.impl.NewIDBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.core.impl.OneTimeUseBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.core.impl.OneTimeUseBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.core.impl.ProxyRestrictionBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.core.impl.ProxyRestrictionBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.core.impl.RequestedAuthnContextBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.core.impl.RequestedAuthnContextBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.core.impl.RequesterIDBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.core.impl.RequesterIDBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.core.impl.ResponseBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.core.impl.ResponseBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.core.impl.ScopingBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.core.impl.ScopingBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.core.impl.SessionIndexBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.core.impl.SessionIndexBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.core.impl.StatusBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.core.impl.StatusBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.core.impl.StatusCodeBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.core.impl.StatusCodeBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.core.impl.StatusDetailBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.core.impl.StatusDetailBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.core.impl.StatusMessageBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.core.impl.StatusMessageBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.core.impl.SubjectBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.core.impl.SubjectBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.core.impl.SubjectConfirmationBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.core.impl.SubjectConfirmationBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.core.impl.SubjectConfirmationDataBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.core.impl.SubjectConfirmationDataBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.core.impl.SubjectLocalityBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.core.impl.SubjectLocalityBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.core.impl.TerminateBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.core.impl.TerminateBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.ecp.impl.RelayStateBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.ecp.impl.RelayStateBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.ecp.impl.RequestBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.ecp.impl.RequestBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.ecp.impl.ResponseBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.ecp.impl.ResponseBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.metadata.impl.AdditionalMetadataLocationBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.metadata.impl.AdditionalMetadataLocationBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.metadata.impl.AffiliateMemberBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.metadata.impl.AffiliateMemberBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.metadata.impl.AffiliationDescriptorBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.metadata.impl.AffiliationDescriptorBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.metadata.impl.ArtifactResolutionServiceBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.metadata.impl.ArtifactResolutionServiceBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.metadata.impl.AssertionConsumerServiceBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.metadata.impl.AssertionConsumerServiceBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.metadata.impl.AssertionIDRequestServiceBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.metadata.impl.AssertionIDRequestServiceBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.metadata.impl.AttributeAuthorityDescriptorBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.metadata.impl.AttributeAuthorityDescriptorBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.metadata.impl.AttributeConsumingServiceBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.metadata.impl.AttributeConsumingServiceBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.metadata.impl.AttributeProfileBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.metadata.impl.AttributeProfileBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.metadata.impl.AttributeServiceBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.metadata.impl.AttributeServiceBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.metadata.impl.AuthnAuthorityDescriptorBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.metadata.impl.AuthnAuthorityDescriptorBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.metadata.impl.AuthnQueryServiceBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.metadata.impl.AuthnQueryServiceBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.metadata.impl.AuthzServiceBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.metadata.impl.AuthzServiceBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.metadata.impl.CompanyBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.metadata.impl.CompanyBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.metadata.impl.ContactPersonBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.metadata.impl.ContactPersonBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.metadata.impl.EmailAddressBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.metadata.impl.EmailAddressBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.metadata.impl.EncryptionMethodBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.metadata.impl.EncryptionMethodBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject() - クラス のメソッドorg.opensaml.saml2.metadata.impl.EntitiesDescriptorBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.metadata.impl.EntitiesDescriptorBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.metadata.impl.EntityDescriptorBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.metadata.impl.EntityDescriptorBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.metadata.impl.GivenNameBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.metadata.impl.GivenNameBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.metadata.impl.IDPSSODescriptorBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.metadata.impl.IDPSSODescriptorBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.metadata.impl.KeyDescriptorBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.metadata.impl.KeyDescriptorBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.metadata.impl.ManageNameIDServiceBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.metadata.impl.ManageNameIDServiceBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.metadata.impl.NameIDFormatBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.metadata.impl.NameIDFormatBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.metadata.impl.NameIDMappingServiceBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.metadata.impl.NameIDMappingServiceBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.metadata.impl.OrganizationBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.metadata.impl.OrganizationBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.metadata.impl.OrganizationDisplayNameBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.metadata.impl.OrganizationDisplayNameBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.metadata.impl.OrganizationNameBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.metadata.impl.OrganizationNameBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.metadata.impl.OrganizationURLBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.metadata.impl.OrganizationURLBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.metadata.impl.PDPDescriptorBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.metadata.impl.PDPDescriptorBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.metadata.impl.RequestedAttributeBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.metadata.impl.RequestedAttributeBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.metadata.impl.ServiceDescriptionBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.metadata.impl.ServiceDescriptionBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.metadata.impl.ServiceNameBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.metadata.impl.ServiceNameBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.metadata.impl.SingleLogoutServiceBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.metadata.impl.SingleLogoutServiceBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.metadata.impl.SingleSignOnServiceBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.metadata.impl.SingleSignOnServiceBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.metadata.impl.SPSSODescriptorBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.metadata.impl.SPSSODescriptorBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.metadata.impl.SurNameBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.metadata.impl.SurNameBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.saml2.metadata.impl.TelephoneNumberBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.saml2.metadata.impl.TelephoneNumberBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.samlext.idpdisco.DiscoveryResponseBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.samlext.idpdisco.DiscoveryResponseBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.samlext.saml1md.impl.SourceIDBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.samlext.saml1md.impl.SourceIDBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.samlext.saml2aslo.impl.AsynchronousBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.samlext.saml2aslo.impl.AsynchronousBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.samlext.saml2delrestrict.impl.DelegateBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.samlext.saml2delrestrict.impl.DelegateBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.samlext.saml2delrestrict.impl.DelegationRestrictionTypeBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.samlext.saml2delrestrict.impl.DelegationRestrictionTypeBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.samlext.saml2mdattr.impl.EntityAttributesBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.samlext.saml2mdattr.impl.EntityAttributesBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.samlext.saml2mdquery.impl.ActionNamespaceBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.samlext.saml2mdquery.impl.ActionNamespaceBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.samlext.saml2mdquery.impl.AttributeQueryDescriptorTypeBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.samlext.saml2mdquery.impl.AttributeQueryDescriptorTypeBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.samlext.saml2mdquery.impl.AuthnQueryDescriptorTypeBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.samlext.saml2mdquery.impl.AuthnQueryDescriptorTypeBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.samlext.saml2mdquery.impl.AuthzDecisionQueryDescriptorTypeBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.samlext.saml2mdquery.impl.AuthzDecisionQueryDescriptorTypeBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.samlext.saml2mdui.impl.DescriptionBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.samlext.saml2mdui.impl.DescriptionBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.samlext.saml2mdui.impl.DiscoHintsBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.samlext.saml2mdui.impl.DiscoHintsBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.samlext.saml2mdui.impl.DisplayNameBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.samlext.saml2mdui.impl.DisplayNameBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.samlext.saml2mdui.impl.DomainHintBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.samlext.saml2mdui.impl.DomainHintBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.samlext.saml2mdui.impl.GeolocationHintBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.samlext.saml2mdui.impl.GeolocationHintBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.samlext.saml2mdui.impl.InformationURLBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.samlext.saml2mdui.impl.InformationURLBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.samlext.saml2mdui.impl.IPHintBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.samlext.saml2mdui.impl.IPHintBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.samlext.saml2mdui.impl.KeywordsBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.samlext.saml2mdui.impl.KeywordsBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.samlext.saml2mdui.impl.LogoBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.samlext.saml2mdui.impl.LogoBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.samlext.saml2mdui.impl.PrivacyStatementURLBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.samlext.saml2mdui.impl.PrivacyStatementURLBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.samlext.saml2mdui.impl.UIInfoBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.samlext.saml2mdui.impl.UIInfoBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.samlext.samlpthrpty.impl.RespondToBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.samlext.samlpthrpty.impl.RespondToBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - インタフェース のメソッドorg.opensaml.ws.soap.common.SOAPObjectBuilder
-
Builds a SOAPObject using the default name and namespace information provided SOAP specifications.
- buildObject() - クラス のメソッド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) - クラス のメソッドorg.opensaml.ws.soap.soap11.impl.BodyBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッド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) - クラス のメソッドorg.opensaml.ws.soap.soap11.impl.DetailBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッド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) - クラス のメソッドorg.opensaml.ws.soap.soap11.impl.EnvelopeBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.soap.soap11.impl.FaultActorBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.soap.soap11.impl.FaultActorBuilder
-
Builds a SOAPObject using the default name and namespace information provided SOAP specifications.
- buildObject() - クラス のメソッド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) - クラス のメソッドorg.opensaml.ws.soap.soap11.impl.FaultBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.soap.soap11.impl.FaultCodeBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.soap.soap11.impl.FaultCodeBuilder
-
Builds a SOAPObject using the default name and namespace information provided SOAP specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.soap.soap11.impl.FaultStringBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.soap.soap11.impl.FaultStringBuilder
-
Builds a SOAPObject using the default name and namespace information provided SOAP specifications.
- buildObject() - クラス のメソッド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) - クラス のメソッドorg.opensaml.ws.soap.soap11.impl.HeaderBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wsaddressing.impl.AbstractWSAddressingObjectBuilder
-
Builds a WS-Addressing object.
- buildObject() - クラス のメソッドorg.opensaml.ws.wsaddressing.impl.ActionBuilder
-
Builds a WS-Addressing object.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wsaddressing.impl.ActionBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wsaddressing.impl.AddressBuilder
-
Builds a WS-Addressing object.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wsaddressing.impl.AddressBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wsaddressing.impl.EndpointReferenceBuilder
-
Builds a WS-Addressing object.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wsaddressing.impl.EndpointReferenceBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wsaddressing.impl.FaultToBuilder
-
Builds a WS-Addressing object.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wsaddressing.impl.FaultToBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wsaddressing.impl.FromBuilder
-
Builds a WS-Addressing object.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wsaddressing.impl.FromBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wsaddressing.impl.MessageIDBuilder
-
Builds a WS-Addressing object.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wsaddressing.impl.MessageIDBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wsaddressing.impl.MetadataBuilder
-
Builds a WS-Addressing object.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wsaddressing.impl.MetadataBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wsaddressing.impl.ProblemActionBuilder
-
Builds a WS-Addressing object.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wsaddressing.impl.ProblemActionBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wsaddressing.impl.ProblemHeaderQNameBuilder
-
Builds a WS-Addressing object.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wsaddressing.impl.ProblemHeaderQNameBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wsaddressing.impl.ProblemIRIBuilder
-
Builds a WS-Addressing object.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wsaddressing.impl.ProblemIRIBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wsaddressing.impl.ReferenceParametersBuilder
-
Builds a WS-Addressing object.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wsaddressing.impl.ReferenceParametersBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wsaddressing.impl.RelatesToBuilder
-
Builds a WS-Addressing object.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wsaddressing.impl.RelatesToBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wsaddressing.impl.ReplyToBuilder
-
Builds a WS-Addressing object.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wsaddressing.impl.ReplyToBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wsaddressing.impl.RetryAfterBuilder
-
Builds a WS-Addressing object.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wsaddressing.impl.RetryAfterBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wsaddressing.impl.SoapActionBuilder
-
Builds a WS-Addressing object.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wsaddressing.impl.SoapActionBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wsaddressing.impl.ToBuilder
-
Builds a WS-Addressing object.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wsaddressing.impl.ToBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - インタフェース のメソッドorg.opensaml.ws.wsaddressing.WSAddressingObjectBuilder
-
Builds a WS-Addressing object.
- buildObject() - クラス のメソッドorg.opensaml.ws.wsfed.impl.AddressBuilder
-
Builds a WS-Federation object using its default element name.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wsfed.impl.AddressBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wsfed.impl.AppliesToBuilder
-
Builds a WS-Federation object using its default element name.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wsfed.impl.AppliesToBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wsfed.impl.EndPointReferenceBuilder
-
Builds a WS-Federation object using its default element name.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wsfed.impl.EndPointReferenceBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wsfed.impl.RequestedSecurityTokenBuilder
-
Builds a WS-Federation object using its default element name.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wsfed.impl.RequestedSecurityTokenBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wsfed.impl.RequestSecurityTokenResponseBuilder
-
Builds a WS-Federation object using its default element name.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wsfed.impl.RequestSecurityTokenResponseBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - インタフェース のメソッドorg.opensaml.ws.wsfed.WSFedObjectBuilder
-
Builds a WS-Federation object using its default element name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wspolicy.impl.AbstractWSPolicyObjectBuilder
-
Builds a WS-Policy object.
- buildObject() - クラス のメソッドorg.opensaml.ws.wspolicy.impl.AllBuilder
-
Builds a WS-Policy object.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wspolicy.impl.AllBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wspolicy.impl.AppliesToBuilder
-
Builds a WS-Policy object.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wspolicy.impl.AppliesToBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wspolicy.impl.ExactlyOneBuilder
-
Builds a WS-Policy object.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wspolicy.impl.ExactlyOneBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wspolicy.impl.PolicyAttachmentBuilder
-
Builds a WS-Policy object.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wspolicy.impl.PolicyAttachmentBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wspolicy.impl.PolicyBuilder
-
Builds a WS-Policy object.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wspolicy.impl.PolicyBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wspolicy.impl.PolicyReferenceBuilder
-
Builds a WS-Policy object.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wspolicy.impl.PolicyReferenceBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - インタフェース のメソッドorg.opensaml.ws.wspolicy.WSPolicyObjectBuilder
-
Builds a WS-Policy object.
- buildObject() - クラス のメソッドorg.opensaml.ws.wssecurity.impl.AbstractWSSecurityObjectBuilder
-
- buildObject() - クラス のメソッドorg.opensaml.ws.wssecurity.impl.BinarySecurityTokenBuilder
-
Builds a WS-Security object of the given type.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wssecurity.impl.BinarySecurityTokenBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wssecurity.impl.CreatedBuilder
-
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wssecurity.impl.CreatedBuilder
-
- buildObject() - クラス のメソッドorg.opensaml.ws.wssecurity.impl.EmbeddedBuilder
-
Builds a WS-Security object of the given type.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wssecurity.impl.EmbeddedBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wssecurity.impl.EncryptedHeaderBuilder
-
Builds a WS-Security object of the given type.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wssecurity.impl.EncryptedHeaderBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wssecurity.impl.ExpiresBuilder
-
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wssecurity.impl.ExpiresBuilder
-
- buildObject() - クラス のメソッドorg.opensaml.ws.wssecurity.impl.IterationBuilder
-
Builds a WS-Security object of the given type.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wssecurity.impl.IterationBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wssecurity.impl.KeyIdentifierBuilder
-
Builds a WS-Security object of the given type.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wssecurity.impl.KeyIdentifierBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wssecurity.impl.NonceBuilder
-
Builds a WS-Security object of the given type.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wssecurity.impl.NonceBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wssecurity.impl.PasswordBuilder
-
Builds a WS-Security object of the given type.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wssecurity.impl.PasswordBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wssecurity.impl.ReferenceBuilder
-
Builds a WS-Security object of the given type.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wssecurity.impl.ReferenceBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wssecurity.impl.SaltBuilder
-
Builds a WS-Security object of the given type.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wssecurity.impl.SaltBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wssecurity.impl.SecurityBuilder
-
Builds a WS-Security object of the given type.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wssecurity.impl.SecurityBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wssecurity.impl.SecurityTokenReferenceBuilder
-
Builds a WS-Security object of the given type.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wssecurity.impl.SecurityTokenReferenceBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wssecurity.impl.SignatureConfirmationBuilder
-
Builds a WS-Security object of the given type.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wssecurity.impl.SignatureConfirmationBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wssecurity.impl.TimestampBuilder
-
Builds a WS-Security object of the given type.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wssecurity.impl.TimestampBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wssecurity.impl.TransformationParametersBuilder
-
Builds a WS-Security object of the given type.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wssecurity.impl.TransformationParametersBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wssecurity.impl.UsernameBuilder
-
Builds a WS-Security object of the given type.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wssecurity.impl.UsernameBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wssecurity.impl.UsernameTokenBuilder
-
Builds a WS-Security object of the given type.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wssecurity.impl.UsernameTokenBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - インタフェース のメソッドorg.opensaml.ws.wssecurity.WSSecurityObjectBuilder
-
Builds a WS-Security object of the given type.
- buildObject() - クラス のメソッドorg.opensaml.ws.wstrust.impl.AbstractWSTrustObjectBuilder
-
Builds a WS-Trust object of the given type.
- buildObject() - クラス のメソッドorg.opensaml.ws.wstrust.impl.AllowPostdatingBuilder
-
Builds a WS-Trust object of the given type.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wstrust.impl.AllowPostdatingBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wstrust.impl.AuthenticationTypeBuilder
-
Builds a WS-Trust object of the given type.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wstrust.impl.AuthenticationTypeBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wstrust.impl.AuthenticatorBuilder
-
Builds a WS-Trust object of the given type.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wstrust.impl.AuthenticatorBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wstrust.impl.BinaryExchangeBuilder
-
Builds a WS-Trust object of the given type.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wstrust.impl.BinaryExchangeBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wstrust.impl.BinarySecretBuilder
-
Builds a WS-Trust object of the given type.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wstrust.impl.BinarySecretBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wstrust.impl.CancelTargetBuilder
-
Builds a WS-Trust object of the given type.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wstrust.impl.CancelTargetBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wstrust.impl.CanonicalizationAlgorithmBuilder
-
Builds a WS-Trust object of the given type.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wstrust.impl.CanonicalizationAlgorithmBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wstrust.impl.ChallengeBuilder
-
Builds a WS-Trust object of the given type.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wstrust.impl.ChallengeBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wstrust.impl.ClaimsBuilder
-
Builds a WS-Trust object of the given type.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wstrust.impl.ClaimsBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wstrust.impl.CodeBuilder
-
Builds a WS-Trust object of the given type.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wstrust.impl.CodeBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wstrust.impl.CombinedHashBuilder
-
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wstrust.impl.CombinedHashBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wstrust.impl.ComputedKeyAlgorithmBuilder
-
Builds a WS-Trust object of the given type.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wstrust.impl.ComputedKeyAlgorithmBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wstrust.impl.ComputedKeyBuilder
-
Builds a WS-Trust object of the given type.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wstrust.impl.ComputedKeyBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wstrust.impl.DelegatableBuilder
-
Builds a WS-Trust object of the given type.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wstrust.impl.DelegatableBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wstrust.impl.DelegateToBuilder
-
Builds a WS-Trust object of the given type.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wstrust.impl.DelegateToBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wstrust.impl.EncryptionAlgorithmBuilder
-
Builds a WS-Trust object of the given type.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wstrust.impl.EncryptionAlgorithmBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wstrust.impl.EncryptionBuilder
-
Builds a WS-Trust object of the given type.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wstrust.impl.EncryptionBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wstrust.impl.EncryptWithBuilder
-
Builds a WS-Trust object of the given type.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wstrust.impl.EncryptWithBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wstrust.impl.EntropyBuilder
-
Builds a WS-Trust object of the given type.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wstrust.impl.EntropyBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wstrust.impl.ForwardableBuilder
-
Builds a WS-Trust object of the given type.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wstrust.impl.ForwardableBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wstrust.impl.IssuedTokensBuilder
-
Builds a WS-Trust object of the given type.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wstrust.impl.IssuedTokensBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wstrust.impl.IssuerBuilder
-
Builds a WS-Trust object of the given type.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wstrust.impl.IssuerBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wstrust.impl.KeyExchangeTokenBuilder
-
Builds a WS-Trust object of the given type.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wstrust.impl.KeyExchangeTokenBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wstrust.impl.KeySizeBuilder
-
Builds a WS-Trust object of the given type.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wstrust.impl.KeySizeBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wstrust.impl.KeyTypeBuilder
-
Builds a WS-Trust object of the given type.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wstrust.impl.KeyTypeBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wstrust.impl.KeyWrapAlgorithmBuilder
-
Builds a WS-Trust object of the given type.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wstrust.impl.KeyWrapAlgorithmBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wstrust.impl.LifetimeBuilder
-
Builds a WS-Trust object of the given type.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wstrust.impl.LifetimeBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wstrust.impl.OnBehalfOfBuilder
-
Builds a WS-Trust object of the given type.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wstrust.impl.OnBehalfOfBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wstrust.impl.ParticipantBuilder
-
Builds a WS-Trust object of the given type.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wstrust.impl.ParticipantBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wstrust.impl.ParticipantsBuilder
-
Builds a WS-Trust object of the given type.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wstrust.impl.ParticipantsBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wstrust.impl.PrimaryBuilder
-
Builds a WS-Trust object of the given type.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wstrust.impl.PrimaryBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wstrust.impl.ProofEncryptionBuilder
-
Builds a WS-Trust object of the given type.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wstrust.impl.ProofEncryptionBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wstrust.impl.ReasonBuilder
-
Builds a WS-Trust object of the given type.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wstrust.impl.ReasonBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wstrust.impl.RenewingBuilder
-
Builds a WS-Trust object of the given type.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wstrust.impl.RenewingBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wstrust.impl.RenewTargetBuilder
-
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wstrust.impl.RenewTargetBuilder
-
- buildObject() - クラス のメソッドorg.opensaml.ws.wstrust.impl.RequestedAttachedReferenceBuilder
-
Builds a WS-Trust object of the given type.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wstrust.impl.RequestedAttachedReferenceBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wstrust.impl.RequestedProofTokenBuilder
-
Builds a WS-Trust object of the given type.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wstrust.impl.RequestedProofTokenBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wstrust.impl.RequestedSecurityTokenBuilder
-
Builds a WS-Trust object of the given type.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wstrust.impl.RequestedSecurityTokenBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wstrust.impl.RequestedTokenCancelledBuilder
-
Builds a WS-Trust object of the given type.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wstrust.impl.RequestedTokenCancelledBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wstrust.impl.RequestedUnattachedReferenceBuilder
-
Builds a WS-Trust object of the given type.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wstrust.impl.RequestedUnattachedReferenceBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wstrust.impl.RequestKETBuilder
-
Builds a WS-Trust object of the given type.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wstrust.impl.RequestKETBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wstrust.impl.RequestSecurityTokenBuilder
-
Builds a WS-Trust object of the given type.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wstrust.impl.RequestSecurityTokenBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wstrust.impl.RequestSecurityTokenCollectionBuilder
-
Builds a WS-Trust object of the given type.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wstrust.impl.RequestSecurityTokenCollectionBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wstrust.impl.RequestSecurityTokenResponseBuilder
-
Builds a WS-Trust object of the given type.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wstrust.impl.RequestSecurityTokenResponseBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wstrust.impl.RequestSecurityTokenResponseCollectionBuilder
-
Builds a WS-Trust object of the given type.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wstrust.impl.RequestSecurityTokenResponseCollectionBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wstrust.impl.RequestTypeBuilder
-
Builds a WS-Trust object of the given type.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wstrust.impl.RequestTypeBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wstrust.impl.SignatureAlgorithmBuilder
-
Builds a WS-Trust object of the given type.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wstrust.impl.SignatureAlgorithmBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wstrust.impl.SignChallengeBuilder
-
Builds a WS-Trust object of the given type.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wstrust.impl.SignChallengeBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wstrust.impl.SignChallengeResponseBuilder
-
Builds a WS-Trust object of the given type.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wstrust.impl.SignChallengeResponseBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wstrust.impl.SignWithBuilder
-
Builds a WS-Trust object of the given type.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wstrust.impl.SignWithBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wstrust.impl.StatusBuilder
-
Builds a WS-Trust object of the given type.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wstrust.impl.StatusBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wstrust.impl.TokenTypeBuilder
-
Builds a WS-Trust object of the given type.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wstrust.impl.TokenTypeBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wstrust.impl.UseKeyBuilder
-
Builds a WS-Trust object of the given type.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wstrust.impl.UseKeyBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.ws.wstrust.impl.ValidateTargetBuilder
-
Builds a WS-Trust object of the given type.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.ws.wstrust.impl.ValidateTargetBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - インタフェース のメソッドorg.opensaml.ws.wstrust.WSTrustObjectBuilder
-
Builds a WS-Trust object of the given type.
- buildObject() - クラス のメソッドorg.opensaml.xacml.ctx.impl.ActionTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xacml.ctx.impl.ActionTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xacml.ctx.impl.AttributeTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xacml.ctx.impl.AttributeTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xacml.ctx.impl.AttributeValueTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xacml.ctx.impl.AttributeValueTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xacml.ctx.impl.DecisionTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xacml.ctx.impl.DecisionTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xacml.ctx.impl.EnvironmentTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xacml.ctx.impl.EnvironmentTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xacml.ctx.impl.MissingAttributeDetailTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xacml.ctx.impl.MissingAttributeDetailTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject() - クラス のメソッドorg.opensaml.xacml.ctx.impl.RequestTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xacml.ctx.impl.RequestTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xacml.ctx.impl.ResourceContentTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xacml.ctx.impl.ResourceContentTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject() - クラス のメソッドorg.opensaml.xacml.ctx.impl.ResourceTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xacml.ctx.impl.ResourceTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xacml.ctx.impl.ResponseTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xacml.ctx.impl.ResponseTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xacml.ctx.impl.ResultTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xacml.ctx.impl.ResultTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xacml.ctx.impl.StatusCodeTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xacml.ctx.impl.StatusCodeTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xacml.ctx.impl.StatusDetailTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xacml.ctx.impl.StatusDetailTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xacml.ctx.impl.StatusMessageTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xacml.ctx.impl.StatusMessageTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xacml.ctx.impl.StatusTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xacml.ctx.impl.StatusTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xacml.ctx.impl.SubjectTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xacml.ctx.impl.SubjectTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xacml.impl.AbstractXACMLObjectBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject() - クラス のメソッドorg.opensaml.xacml.policy.impl.ActionMatchTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xacml.policy.impl.ActionMatchTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xacml.policy.impl.ActionsTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xacml.policy.impl.ActionsTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xacml.policy.impl.ActionTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xacml.policy.impl.ActionTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xacml.policy.impl.ApplyTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xacml.policy.impl.ApplyTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject() - クラス のメソッドorg.opensaml.xacml.policy.impl.AttributeAssignmentTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xacml.policy.impl.AttributeAssignmentTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xacml.policy.impl.AttributeDesignatorTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xacml.policy.impl.AttributeDesignatorTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xacml.policy.impl.AttributeSelectorTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xacml.policy.impl.AttributeSelectorTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xacml.policy.impl.AttributeValueTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xacml.policy.impl.AttributeValueTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject() - クラス のメソッドorg.opensaml.xacml.policy.impl.CombinerParametersTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xacml.policy.impl.CombinerParametersTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xacml.policy.impl.CombinerParameterTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xacml.policy.impl.CombinerParameterTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xacml.policy.impl.ConditionTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xacml.policy.impl.ConditionTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xacml.policy.impl.DefaultsTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xacml.policy.impl.DefaultsTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject() - クラス のメソッドorg.opensaml.xacml.policy.impl.DescriptionTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xacml.policy.impl.DescriptionTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xacml.policy.impl.EnvironmentMatchTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xacml.policy.impl.EnvironmentMatchTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xacml.policy.impl.EnvironmentsTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xacml.policy.impl.EnvironmentsTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xacml.policy.impl.EnvironmentTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xacml.policy.impl.EnvironmentTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xacml.policy.impl.FunctionTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xacml.policy.impl.FunctionTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject() - クラス のメソッドorg.opensaml.xacml.policy.impl.IdReferenceTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xacml.policy.impl.IdReferenceTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xacml.policy.impl.ObligationsTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xacml.policy.impl.ObligationsTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xacml.policy.impl.ObligationTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xacml.policy.impl.ObligationTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xacml.policy.impl.PolicyCombinerParametersTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xacml.policy.impl.PolicyCombinerParametersTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xacml.policy.impl.PolicySetCombinerParametersTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xacml.policy.impl.PolicySetCombinerParametersTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject() - クラス のメソッドorg.opensaml.xacml.policy.impl.PolicySetTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xacml.policy.impl.PolicySetTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xacml.policy.impl.PolicyTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xacml.policy.impl.PolicyTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xacml.policy.impl.ResourceMatchTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xacml.policy.impl.ResourceMatchTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xacml.policy.impl.ResourcesTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xacml.policy.impl.ResourcesTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xacml.policy.impl.ResourceTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xacml.policy.impl.ResourceTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xacml.policy.impl.RuleCombinerParametersTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xacml.policy.impl.RuleCombinerParametersTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject() - クラス のメソッドorg.opensaml.xacml.policy.impl.RuleTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xacml.policy.impl.RuleTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xacml.policy.impl.SubjectAttributeDesignatorTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xacml.policy.impl.SubjectAttributeDesignatorTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject() - クラス のメソッドorg.opensaml.xacml.policy.impl.SubjectMatchTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xacml.policy.impl.SubjectMatchTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xacml.policy.impl.SubjectsTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xacml.policy.impl.SubjectsTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xacml.policy.impl.SubjectTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xacml.policy.impl.SubjectTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xacml.policy.impl.TargetTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xacml.policy.impl.TargetTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xacml.policy.impl.VariableDefinitionTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xacml.policy.impl.VariableDefinitionTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xacml.policy.impl.VariableReferenceTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xacml.policy.impl.VariableReferenceTypeImplBuilder
-
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- buildObject() - クラス のメソッドorg.opensaml.xacml.profile.saml.impl.ReferencedPoliciesTypeImplBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xacml.profile.saml.impl.ReferencedPoliciesTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeImplBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionStatementTypeImplBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionStatementTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xacml.profile.saml.impl.XACMLPolicyQueryTypeImplBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xacml.profile.saml.impl.XACMLPolicyQueryTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xacml.profile.saml.impl.XACMLPolicyStatementTypeImplBuilder
-
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xacml.profile.saml.impl.XACMLPolicyStatementTypeImplBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - インタフェース のメソッドorg.opensaml.xacml.XACMLObjectBuilder
-
Builds a XACML object, using its default attribute name.
- buildObject(QName) - クラス のメソッドorg.opensaml.xml.AbstractXMLObjectBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(QName, QName) - クラス のメソッドorg.opensaml.xml.AbstractXMLObjectBuilder
-
Creates an XMLObject with a given fully qualified name and schema type.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xml.AbstractXMLObjectBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String, QName) - クラス のメソッドorg.opensaml.xml.AbstractXMLObjectBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(Element) - クラス のメソッドorg.opensaml.xml.AbstractXMLObjectBuilder
-
Creates an XMLObject using information from the given DOM element.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xml.encryption.impl.AgreementMethodBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xml.encryption.impl.AgreementMethodBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xml.encryption.impl.CarriedKeyNameBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xml.encryption.impl.CarriedKeyNameBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xml.encryption.impl.CipherDataBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xml.encryption.impl.CipherDataBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xml.encryption.impl.CipherReferenceBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xml.encryption.impl.CipherReferenceBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xml.encryption.impl.CipherValueBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xml.encryption.impl.CipherValueBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xml.encryption.impl.DataReferenceBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xml.encryption.impl.DataReferenceBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xml.encryption.impl.DHKeyValueBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xml.encryption.impl.DHKeyValueBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
- buildObject() - クラス のメソッドorg.opensaml.xml.encryption.impl.EncryptedDataBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xml.encryption.impl.EncryptedDataBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xml.encryption.impl.EncryptedKeyBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xml.encryption.impl.EncryptedKeyBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xml.encryption.impl.EncryptionMethodBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xml.encryption.impl.EncryptionMethodBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xml.encryption.impl.EncryptionPropertiesBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xml.encryption.impl.EncryptionPropertiesBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xml.encryption.impl.EncryptionPropertyBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xml.encryption.impl.EncryptionPropertyBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xml.encryption.impl.GeneratorBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xml.encryption.impl.GeneratorBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xml.encryption.impl.KANonceBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xml.encryption.impl.KANonceBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xml.encryption.impl.KeyReferenceBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xml.encryption.impl.KeyReferenceBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xml.encryption.impl.KeySizeBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xml.encryption.impl.KeySizeBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xml.encryption.impl.OAEPparamsBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xml.encryption.impl.OAEPparamsBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xml.encryption.impl.OriginatorKeyInfoBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xml.encryption.impl.OriginatorKeyInfoBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xml.encryption.impl.PBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xml.encryption.impl.PBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xml.encryption.impl.PgenCounterBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xml.encryption.impl.PgenCounterBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xml.encryption.impl.PublicBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xml.encryption.impl.PublicBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xml.encryption.impl.QBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xml.encryption.impl.QBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xml.encryption.impl.RecipientKeyInfoBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xml.encryption.impl.RecipientKeyInfoBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xml.encryption.impl.ReferenceListBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xml.encryption.impl.ReferenceListBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xml.encryption.impl.SeedBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xml.encryption.impl.SeedBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xml.encryption.impl.TransformsBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xml.encryption.impl.TransformsBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
- buildObject() - インタフェース のメソッドorg.opensaml.xml.encryption.XMLEncryptionBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xml.schema.impl.XSAnyBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xml.schema.impl.XSBase64BinaryBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xml.schema.impl.XSBooleanBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xml.schema.impl.XSDateTimeBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xml.schema.impl.XSIntegerBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xml.schema.impl.XSQNameBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xml.schema.impl.XSStringBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xml.schema.impl.XSURIBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xml.signature.impl.CryptoBinaryBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xml.signature.impl.DigestMethodBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xml.signature.impl.DigestMethodBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Signature specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xml.signature.impl.DSAKeyValueBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xml.signature.impl.DSAKeyValueBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Signature specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xml.signature.impl.ExponentBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xml.signature.impl.ExponentBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Signature specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xml.signature.impl.GBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xml.signature.impl.GBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Signature specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xml.signature.impl.JBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xml.signature.impl.JBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Signature specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xml.signature.impl.KeyInfoBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xml.signature.impl.KeyInfoBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Signature specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xml.signature.impl.KeyNameBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xml.signature.impl.KeyNameBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Signature specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xml.signature.impl.KeyValueBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xml.signature.impl.KeyValueBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Signature specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xml.signature.impl.MgmtDataBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xml.signature.impl.MgmtDataBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Signature specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xml.signature.impl.ModulusBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xml.signature.impl.ModulusBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Signature specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xml.signature.impl.PBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xml.signature.impl.PBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Signature specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xml.signature.impl.PgenCounterBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xml.signature.impl.PgenCounterBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Signature specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xml.signature.impl.PGPDataBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xml.signature.impl.PGPDataBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Signature specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xml.signature.impl.PGPKeyIDBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xml.signature.impl.PGPKeyIDBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Signature specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xml.signature.impl.PGPKeyPacketBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xml.signature.impl.PGPKeyPacketBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Signature specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xml.signature.impl.QBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xml.signature.impl.QBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Signature specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xml.signature.impl.RetrievalMethodBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xml.signature.impl.RetrievalMethodBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Signature specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xml.signature.impl.RSAKeyValueBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xml.signature.impl.RSAKeyValueBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Signature specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xml.signature.impl.SeedBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xml.signature.impl.SeedBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Signature specifications.
- buildObject() - クラス のメソッドorg.opensaml.xml.signature.impl.SignatureBuilder
-
Creates the XMLObject with the default prefix and local name.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xml.signature.impl.SignatureBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xml.signature.impl.SPKIDataBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xml.signature.impl.SPKIDataBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Signature specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xml.signature.impl.SPKISexpBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xml.signature.impl.SPKISexpBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Signature specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xml.signature.impl.TransformBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xml.signature.impl.TransformBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Signature specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xml.signature.impl.TransformsBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xml.signature.impl.TransformsBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Signature specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xml.signature.impl.X509CertificateBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xml.signature.impl.X509CertificateBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Signature specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xml.signature.impl.X509CRLBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xml.signature.impl.X509CRLBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Signature specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xml.signature.impl.X509DataBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xml.signature.impl.X509DataBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Signature specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xml.signature.impl.X509IssuerNameBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xml.signature.impl.X509IssuerNameBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Signature specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xml.signature.impl.X509IssuerSerialBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xml.signature.impl.X509IssuerSerialBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Signature specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xml.signature.impl.X509SerialNumberBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xml.signature.impl.X509SerialNumberBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Signature specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xml.signature.impl.X509SKIBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xml.signature.impl.X509SKIBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Signature specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xml.signature.impl.X509SubjectNameBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xml.signature.impl.X509SubjectNameBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Signature specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xml.signature.impl.XPathBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xml.signature.impl.XPathBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Signature specifications.
- buildObject(String, String, String) - クラス のメソッドorg.opensaml.xml.signature.impl.YBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject() - クラス のメソッドorg.opensaml.xml.signature.impl.YBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Signature specifications.
- buildObject() - インタフェース のメソッドorg.opensaml.xml.signature.XMLSignatureBuilder
-
Builds an XMLObject using the default name and namespace information provided XML Signature specifications.
- buildObject(QName) - インタフェース のメソッドorg.opensaml.xml.XMLObjectBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(QName, QName) - インタフェース のメソッドorg.opensaml.xml.XMLObjectBuilder
-
Creates an XMLObject with a given fully qualified name and schema type.
- buildObject(String, String, String) - インタフェース のメソッドorg.opensaml.xml.XMLObjectBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(String, String, String, QName) - インタフェース のメソッドorg.opensaml.xml.XMLObjectBuilder
-
Creates an XMLObject with a given fully qualified name.
- buildObject(Element) - インタフェース のメソッドorg.opensaml.xml.XMLObjectBuilder
-
Creates an XMLObject using information from the given DOM element.
- buildOutboundHandlerChain() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.saml2.SAML2ECPProfileHandler
-
Build the outbound handler chain.
- buildPostSecurityInboundHandlerChain() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.saml2.SAML2ECPProfileHandler
-
Build the post-security inbound handler chain.
- buildPreSecurityInboundHandlerChain() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.saml2.SAML2ECPProfileHandler
-
Build the pre-security inbound handler chain.
- buildProperties(List<Element>) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnector.RDBMSDataConnectorBeanDefinitionParser
-
Builds a hash from PropertyType elements.
- buildProperties(List<Element>) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnector.StoredIDDataConnectorBeanDefinitionParser
-
Builds a hash from PropertyType elements.
- buildQueryString() - クラス のメソッドorg.opensaml.util.URLBuilder
-
Builds the query string for the URL.
- buildRedirectURL(SAMLMessageContext, String, String) - クラス のメソッドorg.opensaml.saml2.binding.encoding.HTTPRedirectDeflateEncoder
-
Builds the URL to redirect the client to.
- buildRequestContext(ShibbolethSSOLoginContext, HTTPInTransport, HTTPOutTransport) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.saml1.ShibbolethSSOProfileHandler
-
Creates an authentication request context from the current environmental information.
- buildRequestContext(HTTPInTransport, HTTPOutTransport) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.saml2.SAML2ECPProfileHandler
-
Creates an authentication request context from the current environmental information.
- buildRequestContext(Saml2LoginContext, HTTPInTransport, HTTPOutTransport) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.saml2.SSOProfileHandler
-
Creates an authentication request context from the current environmental information.
- buildResponse(BaseSAML1ProfileRequestContext<?, ?, ?>, List<Statement>) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.saml1.AbstractSAML1ProfileHandler
-
Builds a response to the attribute query within the request context.
- buildResponse(BaseSAML2ProfileRequestContext<?, ?, ?>, String, List<Statement>) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.saml2.AbstractSAML2ProfileHandler
-
Builds a response to the attribute query within the request context.
- buildRSAKeyValue(RSAPublicKey) - クラス のstaticメソッドorg.opensaml.xml.security.keyinfo.KeyInfoHelper
-
Builds an
RSAKeyValue
XMLObject from the Java security RSA public key type.
- buildSchema(SchemaBuilder.SchemaLanguage, String) - クラス のstaticメソッドorg.opensaml.xml.schema.SchemaBuilder
-
Builds a schema from the given schema source.
- buildSchema(SchemaBuilder.SchemaLanguage, String[]) - クラス のstaticメソッドorg.opensaml.xml.schema.SchemaBuilder
-
Builds a schema from the given schema sources.
- buildSchema(SchemaBuilder.SchemaLanguage, File) - クラス のstaticメソッドorg.opensaml.xml.schema.SchemaBuilder
-
Builds a schema from the given schema source.
- buildSchema(SchemaBuilder.SchemaLanguage, File[]) - クラス のstaticメソッドorg.opensaml.xml.schema.SchemaBuilder
-
Builds a schema from the given schema sources.
- buildSchema(SchemaBuilder.SchemaLanguage, InputStream) - クラス のstaticメソッドorg.opensaml.xml.schema.SchemaBuilder
-
Builds a schema from the given schema source.
- buildSchema(SchemaBuilder.SchemaLanguage, InputStream[]) - クラス のstaticメソッドorg.opensaml.xml.schema.SchemaBuilder
-
Builds a schema from the given schema sources.
- buildSchema(SchemaBuilder.SchemaLanguage, Source[]) - クラス のstaticメソッドorg.opensaml.xml.schema.SchemaBuilder
-
Builds a schema from the given schema sources.
- buildSignature(Signature) - クラス のメソッドorg.opensaml.xml.signature.SignatureValidator
-
Constructs an XMLSignature
from the given signature object.
- buildSOAP11Fault(QName, String, String, List<XMLObject>, Map<QName, String>) - クラス のstaticメソッドorg.opensaml.ws.soap.util.SOAPHelper
-
Build a SOAP 1.1.
- buildSOAPEnvelope(MessageContext) - クラス のメソッドorg.opensaml.ws.soap.soap11.encoder.SOAP11Encoder
-
Builds the SOAP envelope and body skeleton to be encoded.
- buildSOAPMessage(SAMLObject) - クラス のメソッドorg.opensaml.saml1.binding.encoding.HTTPSOAP11Encoder
-
Builds the SOAP message to be encoded.
- buildSOAPMessage(SAMLObject) - クラス のメソッドorg.opensaml.saml2.binding.encoding.HTTPSOAP11Encoder
-
Builds the SOAP message to be encoded.
- buildStatus(QName, QName, String) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.saml1.AbstractSAML1ProfileHandler
-
Build a status message, with an optional second-level failure message.
- buildStatus(String, String, String) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.saml2.AbstractSAML2ProfileHandler
-
Build a status message, with an optional second-level failure message.
- buildSubject(BaseSAML1ProfileRequestContext<?, ?, ?>, String) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.saml1.AbstractSAML1ProfileHandler
-
Builds the SAML subject for the user for the service provider.
- buildSubject(BaseSAML2ProfileRequestContext<?, ?, ?>, String, DateTime) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.saml2.AbstractSAML2ProfileHandler
-
Builds the SAML subject for the user for the service provider.
- buildSubjectConfirmation(BaseSAML2ProfileRequestContext<?, ?, ?>, String, DateTime) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.saml2.AbstractSAML2ProfileHandler
-
Builds the SubjectConfirmation appropriate for this request.
- buildSubjectLocality(ShibbolethSSOProfileHandler.ShibbolethSSORequestContext) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.saml1.ShibbolethSSOProfileHandler
-
Constructs the subject locality for the authentication statement.
- buildSubjectLocality(SSOProfileHandler.SSORequestContext) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.saml2.SSOProfileHandler
-
Constructs the subject locality for the authentication statement.
- buildTrustAnchor(X509Certificate) - クラス のメソッドorg.opensaml.xml.security.x509.CertPathPKIXTrustEvaluator
-
Build a trust anchor from the given X509 certificate.
- buildURL() - クラス のメソッドorg.opensaml.util.URLBuilder
-
Builds a URL from the given data.
- buildX509Certificate(X509Certificate) - クラス のstaticメソッドorg.opensaml.xml.security.keyinfo.KeyInfoHelper
-
- buildX509CRL(X509CRL) - クラス のstaticメソッドorg.opensaml.xml.security.keyinfo.KeyInfoHelper
-
- buildX509IssuerSerial(String, BigInteger) - クラス のstaticメソッドorg.opensaml.xml.security.keyinfo.KeyInfoHelper
-
- buildX509SKI(X509Certificate) - クラス のstaticメソッドorg.opensaml.xml.security.keyinfo.KeyInfoHelper
-
Build an
X509SKI
containing the subject key identifier extension value contained within
a certificate.
- buildX509SubjectName(String) - クラス のstaticメソッドorg.opensaml.xml.security.keyinfo.KeyInfoHelper
-
- buildXMLObject(Element) - クラス のメソッドorg.opensaml.xml.io.AbstractXMLObjectUnmarshaller
-
Constructs the XMLObject that the given DOM Element will be unmarshalled into.
- G - org.opensaml.xml.signatureのインタフェース
-
XMLObject representing XML Digital Signature, version 20020212, G element.
- GBuilder - org.opensaml.xml.signature.implのクラス
-
- GBuilder() - クラス のコンストラクタorg.opensaml.xml.signature.impl.GBuilder
-
Constructor
- generate(Credential) - クラス のメソッドorg.opensaml.xml.security.credential.BasicKeyInfoGeneratorFactory.BasicKeyInfoGenerator
-
Generate a new KeyInfo object based on keying material and other information within a credential.
- generate(Credential) - インタフェース のメソッドorg.opensaml.xml.security.keyinfo.KeyInfoGenerator
-
Generate a new KeyInfo object based on keying material and other information within a credential.
- generate(Credential) - クラス のメソッドorg.opensaml.xml.security.keyinfo.StaticKeyInfoGenerator
-
Generate a new KeyInfo object based on keying material and other information within a credential.
- generate(Credential) - クラス のメソッドorg.opensaml.xml.security.x509.X509KeyInfoGeneratorFactory.X509KeyInfoGenerator
-
Generate a new KeyInfo object based on keying material and other information within a credential.
- generateAttributeID(QName) - クラス のstaticメソッドorg.opensaml.xml.NamespaceManager
-
- generateEncryptionKey(String) - クラス のメソッドorg.opensaml.xml.encryption.Encrypter
-
Generate a random symmetric encryption key.
- generateIdentifier() - インタフェース のメソッドorg.opensaml.common.IdentifierGenerator
-
Generates a 16 byte identifier.
- generateIdentifier(int) - インタフェース のメソッドorg.opensaml.common.IdentifierGenerator
-
Generates a random identifier.
- generateIdentifier() - クラス のメソッドorg.opensaml.common.impl.RandomIdentifierGenerator
-
Generates a 16 byte identifier.
- generateIdentifier(int) - クラス のメソッドorg.opensaml.common.impl.RandomIdentifierGenerator
-
Generates a random identifier.
- generateIdentifier() - クラス のメソッドorg.opensaml.common.impl.SecureRandomIdentifierGenerator
-
Generates a 16 byte identifier.
- generateIdentifier(int) - クラス のメソッドorg.opensaml.common.impl.SecureRandomIdentifierGenerator
-
Generates a random identifier.
- generateKey(String, int, String) - クラス のstaticメソッドorg.opensaml.xml.security.SecurityHelper
-
Generate a random symmetric key.
- generateKey(String, int, String) - クラス のstaticメソッドorg.opensaml.xml.security.SecurityTestHelper
-
推奨されていません。
Generate a random symmetric key.
- generateKeyAndCredential(String) - クラス のstaticメソッドorg.opensaml.xml.security.SecurityHelper
-
Generate a random symmetric key and return in a BasicCredential.
- generateKeyAndCredential(String) - クラス のstaticメソッドorg.opensaml.xml.security.SecurityTestHelper
-
推奨されていません。
Generate a random symmetric key and return in a BasicCredential.
- generateKeyFromURI(String) - クラス のstaticメソッドorg.opensaml.xml.security.SecurityHelper
-
Randomly generates a Java JCE symmetric Key object from the specified XML Encryption algorithm URI.
- generateKeyFromURI(String) - クラス のstaticメソッドorg.opensaml.xml.security.SecurityTestHelper
-
推奨されていません。
Randomly generates a Java JCE symmetric Key object from the specified XML Encryption algorithm URI.
- generateKeyPair(String, int, String) - クラス のstaticメソッドorg.opensaml.xml.security.SecurityHelper
-
Generate a random asymmetric key pair.
- generateKeyPair(String, int, String) - クラス のstaticメソッドorg.opensaml.xml.security.SecurityTestHelper
-
推奨されていません。
Generate a random asymmetric key pair.
- generateKeyPairAndCredential(String, int, boolean) - クラス のstaticメソッドorg.opensaml.xml.security.SecurityHelper
-
Generate a random asymmetric key pair and return in a BasicCredential.
- generateKeyPairAndCredential(String, int, boolean) - クラス のstaticメソッドorg.opensaml.xml.security.SecurityTestHelper
-
推奨されていません。
Generate a random asymmetric key pair and return in a BasicCredential.
- generateKeyPairFromURI(String, int) - クラス のstaticメソッドorg.opensaml.xml.security.SecurityHelper
-
Randomly generates a Java JCE KeyPair object from the specified XML Encryption algorithm URI.
- generateKeyPairFromURI(String, int) - クラス のstaticメソッドorg.opensaml.xml.security.SecurityTestHelper
-
推奨されていません。
Randomly generates a Java JCE KeyPair object from the specified XML Encryption algorithm URI.
- generateSignature(Credential, String, String) - クラス のメソッド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) - クラス のメソッドorg.opensaml.saml2.binding.encoding.HTTPRedirectDeflateEncoder
-
Generates the signature over the query string.
- generateSymmetricKey(String) - クラス のstaticメソッドorg.opensaml.xml.security.SecurityHelper
-
Generates a random Java JCE symmetric Key object from the specified XML Encryption algorithm URI.
- Generator - org.opensaml.xml.encryptionのインタフェース
-
XMLObject representing XML Encryption, version 20021210, Generator element.
- GeneratorBuilder - org.opensaml.xml.encryption.implのクラス
-
- GeneratorBuilder() - クラス のコンストラクタorg.opensaml.xml.encryption.impl.GeneratorBuilder
-
Constructor.
- GeneratorImpl - org.opensaml.xml.encryption.implのクラス
-
- GeneratorImpl(String, String, String) - クラス のコンストラクタorg.opensaml.xml.encryption.impl.GeneratorImpl
-
Constructor
- GeolocationHint - org.opensaml.samlext.saml2mduiのインタフェース
-
IPHint.
- GeolocationHintBuilder - org.opensaml.samlext.saml2mdui.implのクラス
-
- GeolocationHintBuilder() - クラス のコンストラクタorg.opensaml.samlext.saml2mdui.impl.GeolocationHintBuilder
-
Constructor.
- GeolocationHintImpl - org.opensaml.samlext.saml2mdui.implのクラス
-
- GeolocationHintImpl(String, String, String) - クラス のコンストラクタorg.opensaml.samlext.saml2mdui.impl.GeolocationHintImpl
-
Constructor.
- GeolocationHintMarshaller - org.opensaml.samlext.saml2mdui.implのクラス
-
- GeolocationHintMarshaller() - クラス のコンストラクタorg.opensaml.samlext.saml2mdui.impl.GeolocationHintMarshaller
-
- GeolocationHintUnmarshaller - org.opensaml.samlext.saml2mdui.implのクラス
-
- GeolocationHintUnmarshaller() - クラス のコンストラクタorg.opensaml.samlext.saml2mdui.impl.GeolocationHintUnmarshaller
-
- get(String, Object) - クラス のメソッドedu.internet2.middleware.shibboleth.common.util.EventingMapBasedStorageService
-
Gets the value stored under a particular key.
- get(String) - クラス のメソッドorg.opensaml.common.binding.artifact.BasicSAMLArtifactMap
-
Gets the artifact entry for the given artifact.
- get(String) - インタフェース のメソッドorg.opensaml.common.binding.artifact.SAMLArtifactMap
-
Gets the artifact entry for the given artifact.
- get(String, KeyType) - クラス のメソッドorg.opensaml.util.storage.MapBasedStorageService
-
Gets the value stored under a particular key.
- get(String, KeyType) - インタフェース のメソッドorg.opensaml.util.storage.StorageService
-
Gets the value stored under a particular key.
- get(Input) - クラス のメソッドorg.opensaml.xml.util.AbstractSimpleSingletonFactory
-
Get the output instance currently associated with
the input instance.
- get(Input) - クラス のメソッドorg.opensaml.xml.util.AbstractSingletonFactory
-
Get the output instance currently associated with
the input instance.
- get(Input) - クラス のメソッドorg.opensaml.xml.util.AbstractWrappedSingletonFactory
-
Get the output instance currently associated with
the input instance.
- get(Object) - クラス のメソッドorg.opensaml.xml.util.AttributeMap
- get(Class<X>) - クラス のメソッドorg.opensaml.xml.util.ClassIndexedSet
-
Get the set element specified by the class parameter.
- get(QName) - クラス のメソッドorg.opensaml.xml.util.IndexedXMLObjectChildrenList
-
Retrieves all the SAMLObjects that have given schema type or element name.
- get(String) - クラス のメソッドorg.opensaml.xml.util.IndexingObjectStore
-
Gets a registered object by its index.
- get(int) - クラス のメソッドorg.opensaml.xml.util.LazyList
- get(Object) - クラス のメソッドorg.opensaml.xml.util.LazyMap
- get(Object) - クラス のメソッドorg.opensaml.xml.util.ValueTypeIndexedMap
- get(int) - クラス のメソッドorg.opensaml.xml.util.XMLObjectChildrenList
- GET_METHOD - クラス のstatic変数org.opensaml.common.xml.SAMLConstants
-
HTTP Method - GET.
- getAbsoluteReference(Element, String, String) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.filtering.BaseFilterBeanDefinitionParser
-
Gets the absolute refrence given a possibly relative reference.
- getAccessControlImplementation() - クラス のメソッドorg.opensaml.ESAPISecurityConfig
- getAcsEndpoint(SAMLMessageContext<SAMLObject, SAMLObject, NameID>) - クラス のメソッドorg.opensaml.saml2.binding.artifact.SAML2ArtifactType0004Builder
-
Gets the source location used to for the artifacts created by this encoder.
- getAction() - インタフェース のメソッドorg.opensaml.saml2.core.Action
-
Gets the URI of the action to be performed.
- getAction() - クラス のメソッドorg.opensaml.saml2.core.impl.ActionImpl
-
Gets the URI of the action to be performed.
- getAction() - クラス のメソッドorg.opensaml.ws.wsaddressing.impl.ProblemActionImpl
-
Get the Action child element.
- getAction() - インタフェース のメソッドorg.opensaml.ws.wsaddressing.ProblemAction
-
Get the Action child element.
- getAction() - クラス のメソッドorg.opensaml.xacml.ctx.impl.RequestTypeImpl
-
Gets the action from the request.
- getAction() - インタフェース のメソッドorg.opensaml.xacml.ctx.RequestType
-
Gets the action from the request.
- getActionAttributeDesignator() - インタフェース のメソッドorg.opensaml.xacml.policy.ActionMatchType
-
Gets the action attribute designator for this match.
- getActionAttributeDesignator() - クラス のメソッドorg.opensaml.xacml.policy.impl.ActionMatchTypeImpl
-
Gets the action attribute designator for this match.
- getActionMatches() - インタフェース のメソッドorg.opensaml.xacml.policy.ActionType
-
Gets the action matches for this action.
- getActionMatches() - クラス のメソッドorg.opensaml.xacml.policy.impl.ActionTypeImpl
-
Gets the action matches for this action.
- getActionNamespaces() - インタフェース のメソッドorg.opensaml.samlext.saml2mdquery.AuthzDecisionQueryDescriptorType
-
Gets the list of action namespaces support by this role.
- getActionNamespaces() - クラス のメソッドorg.opensaml.samlext.saml2mdquery.impl.AuthzDecisionQueryDescriptorTypeImpl
-
Gets the list of action namespaces support by this role.
- getActions() - インタフェース のメソッドorg.opensaml.saml1.core.AuthorizationDecisionQuery
-
Get list of Action child elements
- getActions() - インタフェース のメソッドorg.opensaml.saml1.core.AuthorizationDecisionStatement
-
Get the Action Elements
- getActions() - クラス のメソッドorg.opensaml.saml1.core.impl.AuthorizationDecisionQueryImpl
-
Get list of Action child elements
- getActions() - クラス のメソッドorg.opensaml.saml1.core.impl.AuthorizationDecisionStatementImpl
-
Get the Action Elements
- getActions() - インタフェース のメソッドorg.opensaml.saml2.core.AuthzDecisionQuery
-
Gets the Actions of this query.
- getActions() - インタフェース のメソッドorg.opensaml.saml2.core.AuthzDecisionStatement
-
Gets the actions authorized to be performed.
- getActions() - クラス のメソッドorg.opensaml.saml2.core.impl.AuthzDecisionQueryImpl
-
Gets the Actions of this query.
- getActions() - クラス のメソッドorg.opensaml.saml2.core.impl.AuthzDecisionStatementImpl
-
Gets the actions authorized to be performed.
- getActions() - インタフェース のメソッドorg.opensaml.xacml.policy.ActionsType
-
Gets the actions.
- getActions() - クラス のメソッドorg.opensaml.xacml.policy.impl.ActionsTypeImpl
-
Gets the actions.
- getActions() - クラス のメソッドorg.opensaml.xacml.policy.impl.TargetTypeImpl
-
Gets the actions of this target.
- getActions() - インタフェース のメソッドorg.opensaml.xacml.policy.TargetType
-
Gets the actions of this target.
- getActivePersistentIdEntry(String) - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.dataConnector.StoredIDStore
-
Gets the persistent ID entry for the given ID.
- getActivePersistentIdEntry(String, String, String, boolean) - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.dataConnector.StoredIDStore
-
- getActivePersistentIdEntry(String, String, String) - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.dataConnector.StoredIDStore
-
Gets the currently active identifier entry for a (principal, peer, local) tuple.
- getActor() - インタフェース のメソッドorg.opensaml.ws.soap.soap11.Fault
-
Gets the URI of the fault actor for this fault.
- getActor() - クラス のメソッドorg.opensaml.ws.soap.soap11.impl.FaultImpl
-
Gets the URI of the fault actor for this fault.
- getActualReceiverEndpointURI(SAMLMessageContext) - クラス のメソッドorg.opensaml.common.binding.decoding.BaseSAMLMessageDecoder
-
Extract the transport endpoint at which this message was received.
- getAdditionalAllowedCipherModes() - クラス のメソッドorg.opensaml.ESAPISecurityConfig
- getAdditionalMetadataLocations() - インタフェース のメソッドorg.opensaml.saml2.metadata.EntityDescriptor
-
Gets the additional metadata locations for this entity.
- getAdditionalMetadataLocations() - クラス のメソッドorg.opensaml.saml2.metadata.impl.EntityDescriptorImpl
-
Gets the additional metadata locations for this entity.
- getAddress() - クラス のメソッドorg.opensaml.saml2.core.impl.SubjectConfirmationDataImpl
-
Gets the IP address to which this information may be pressented.
- getAddress() - クラス のメソッドorg.opensaml.saml2.core.impl.SubjectLocalityImpl
-
Gets the IP address of the system from which the subject was authenticated.
- getAddress() - インタフェース のメソッドorg.opensaml.saml2.core.SubjectConfirmationData
-
Gets the IP address to which this information may be pressented.
- getAddress() - インタフェース のメソッドorg.opensaml.saml2.core.SubjectLocality
-
Gets the IP address of the system from which the subject was authenticated.
- getAddress() - インタフェース のメソッドorg.opensaml.saml2.metadata.EmailAddress
-
Gets the email address.
- getAddress() - クラス のメソッドorg.opensaml.saml2.metadata.impl.EmailAddressImpl
-
Gets the email address.
- getAddress() - インタフェース のメソッドorg.opensaml.ws.wsaddressing.EndpointReferenceType
-
Returns the <wsa:Address> child element.
- getAddress() - クラス のメソッドorg.opensaml.ws.wsaddressing.impl.EndpointReferenceTypeImpl
-
Returns the <wsa:Address> child element.
- getAddress() - インタフェース のメソッドorg.opensaml.ws.wsfed.EndPointReference
-
Return the object representing the Address
(element).
- getAddress() - クラス のメソッドorg.opensaml.ws.wsfed.impl.EndPointReferenceImpl
-
Return the object representing the Address
(element).
- getAduitLog() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.AbstractSAMLProfileHandler
-
推奨されていません。
Gets the audit log for this handler.
- getAdvice() - インタフェース のメソッドorg.opensaml.saml1.core.Assertion
-
advice is a (singleton) Object, representing the Advice
sub element
- getAdvice() - クラス のメソッドorg.opensaml.saml1.core.impl.AssertionImpl
-
advice is a (singleton) Object, representing the Advice
sub element
- getAdvice() - インタフェース のメソッドorg.opensaml.saml2.core.Assertion
-
Gets the Advice for this assertion.
- getAdvice() - クラス のメソッドorg.opensaml.saml2.core.impl.AssertionImpl
-
Gets the Advice for this assertion.
- getAffiliationDescriptor() - インタフェース のメソッドorg.opensaml.saml2.metadata.EntityDescriptor
-
Gets the affiliation descriptor for this entity.
- getAffiliationDescriptor() - クラス のメソッドorg.opensaml.saml2.metadata.impl.EntityDescriptorImpl
-
Gets the affiliation descriptor for this entity.
- getAgreementMethods() - クラス のメソッドorg.opensaml.xml.signature.impl.KeyInfoTypeImpl
-
Get the list of AgreementMethod child elements.
- getAgreementMethods() - インタフェース のメソッドorg.opensaml.xml.signature.KeyInfoType
-
Get the list of AgreementMethod child elements.
- getAlgorithm() - インタフェース のメソッドorg.opensaml.xml.encryption.AgreementMethod
-
Gets the algorithm URI attribute value for this agreement method.
- getAlgorithm() - インタフェース のメソッドorg.opensaml.xml.encryption.EncryptionMethod
-
Gets the algorithm URI attribute used in this EncryptionMethod.
- getAlgorithm() - クラス のメソッドorg.opensaml.xml.encryption.EncryptionParameters
-
Gets the XML Encryption algorithm URI used to encrypt.
- getAlgorithm() - クラス のメソッドorg.opensaml.xml.encryption.impl.AgreementMethodImpl
-
Gets the algorithm URI attribute value for this agreement method.
- getAlgorithm() - クラス のメソッドorg.opensaml.xml.encryption.impl.EncryptionMethodImpl
-
Gets the algorithm URI attribute used in this EncryptionMethod.
- getAlgorithm() - インタフェース のメソッドorg.opensaml.xml.signature.DigestMethod
-
Get the Algorithm URI attribute value.
- getAlgorithm() - クラス のメソッドorg.opensaml.xml.signature.impl.DigestMethodImpl
-
Get the Algorithm URI attribute value.
- getAlgorithm() - クラス のメソッドorg.opensaml.xml.signature.impl.TransformImpl
-
Get the Algorithm URI attribute value
- getAlgorithm() - インタフェース のメソッドorg.opensaml.xml.signature.Transform
-
Get the Algorithm URI attribute value
- getAlgorithmIDFromURI(String) - クラス のstaticメソッドorg.opensaml.xml.security.SecurityHelper
-
Get the Java security JCA/JCE algorithm identifier associated with an algorithm URI.
- getAllChildren() - クラス のメソッドorg.opensaml.xml.signature.impl.TransformImpl
-
Gets the ordered list of all XMLObject child elements of this element.
- getAllChildren() - インタフェース のメソッドorg.opensaml.xml.signature.Transform
-
Gets the ordered list of all XMLObject child elements of this element.
- getAllNamespacesInSubtreeScope() - クラス のメソッドorg.opensaml.xml.NamespaceManager
-
Get the set of all namespaces which are in scope within the subtree rooted
at the owning XMLObject.
- getAllowCreate() - クラス のメソッドorg.opensaml.saml2.core.impl.NameIDPolicyImpl
-
Gets the AllowCreate value.
- getAllowCreate() - インタフェース のメソッドorg.opensaml.saml2.core.NameIDPolicy
-
Gets the AllowCreate value.
- getAllowCreateXSBoolean() - クラス のメソッドorg.opensaml.saml2.core.impl.NameIDPolicyImpl
-
Gets the AllowCreate value.
- getAllowCreateXSBoolean() - インタフェース のメソッドorg.opensaml.saml2.core.NameIDPolicy
-
Gets the AllowCreate value.
- getAllowedExecutables() - クラス のメソッドorg.opensaml.ESAPISecurityConfig
- getAllowedFileExtensions() - クラス のメソッドorg.opensaml.ESAPISecurityConfig
- getAllowedFileUploadSize() - クラス のメソッドorg.opensaml.ESAPISecurityConfig
- getAllowedLoginAttempts() - クラス のメソッドorg.opensaml.ESAPISecurityConfig
- getAllowedURLSchemes() - クラス のメソッドorg.opensaml.saml1.binding.encoding.BaseSAML1MessageEncoder
-
Gets the unmodifiable list of schemes allowed to appear in URLs related to the encoded message.
- getAllowedURLSchemes() - クラス のメソッドorg.opensaml.saml2.binding.encoding.BaseSAML2MessageEncoder
-
Gets the unmodifiable list of schemes allowed to appear in URLs related to the encoded message.
- getAllowMixedEncoding() - クラス のメソッドorg.opensaml.ESAPISecurityConfig
- getAllowMultipleEncoding() - クラス のメソッドorg.opensaml.ESAPISecurityConfig
- getAlls() - クラス のメソッドorg.opensaml.ws.wspolicy.impl.OperatorContentTypeImpl
-
Get the list of
All
elements.
- getAlls() - インタフェース のメソッドorg.opensaml.ws.wspolicy.OperatorContentType
-
Get the list of
All
elements.
- getAltNames(X509Certificate, Integer) - クラス のメソッド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.
- getAltNames(X509Certificate, Integer[]) - クラス のstaticメソッドorg.opensaml.xml.security.x509.X509Util
-
Gets the list of alternative names of a given name type.
- getAnonymousRelyingConfiguration() - クラス のメソッドedu.internet2.middleware.shibboleth.common.relyingparty.provider.SAMLMDRelyingPartyConfigurationManager
-
Gets the relying party configuration to use for anonymous parties.
- getAnonymousRelyingConfiguration() - インタフェース のメソッドedu.internet2.middleware.shibboleth.common.relyingparty.RelyingPartyConfigurationManager
-
Gets the relying party configuration to use for anonymous parties.
- getAnonymousRP() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.relyingparty.RelyingPartyGroup
-
Gets the anonymous relying party config for the group.
- getApplicationContext() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.BaseService
-
Gets the application context that is the parent to this service's context.
- getApplicationName() - クラス のメソッドorg.opensaml.ESAPISecurityConfig
- getAppliesTo() - クラス のメソッドorg.opensaml.ws.wsfed.impl.RequestSecurityTokenResponseImpl
-
Gets the entity to which the token applies.
- getAppliesTo() - インタフェース のメソッドorg.opensaml.ws.wsfed.RequestSecurityTokenResponse
-
Gets the entity to which the token applies.
- getAppliesTo() - クラス のメソッドorg.opensaml.ws.wspolicy.impl.PolicyAttachmentImpl
-
Get the AppliesTo child element.
- getAppliesTo() - インタフェース のメソッドorg.opensaml.ws.wspolicy.PolicyAttachment
-
Get the AppliesTo child element.
- getArtifact() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.saml2.ArtifactResolution.ArtifactResolutionRequestContext
-
Gets the Base64-encoded artifact to be resolved.
- getArtifact() - クラス のメソッドorg.opensaml.common.binding.artifact.BasicSAMLArtifactMapEntry
-
Gets the artifact that maps to the SAML message.
- getArtifact() - インタフェース のメソッドorg.opensaml.common.binding.artifact.SAMLArtifactMap.SAMLArtifactMapEntry
-
Gets the artifact that maps to the SAML message.
- getArtifact() - インタフェース のメソッドorg.opensaml.saml2.binding.SAML2ArtifactMessageContext
-
Gets the Base64-encoded artifact to be resolved.
- getArtifact() - インタフェース のメソッドorg.opensaml.saml2.core.Artifact
-
Get artifact value.
- getArtifact() - インタフェース のメソッドorg.opensaml.saml2.core.ArtifactResolve
-
Get Artifact child element.
- getArtifact() - クラス のメソッドorg.opensaml.saml2.core.impl.ArtifactImpl
-
Get artifact value.
- getArtifact() - クラス のメソッドorg.opensaml.saml2.core.impl.ArtifactResolveImpl
-
Get Artifact child element.
- getArtifactBuilder(byte[]) - クラス のメソッドorg.opensaml.saml1.binding.artifact.SAML1ArtifactBuilderFactory
-
Gets the artifact builder for the given type.
- getArtifactBuilder(byte[]) - クラス のメソッドorg.opensaml.saml2.binding.artifact.SAML2ArtifactBuilderFactory
-
Gets the artifact builder for the given type.
- getArtifactBuilders() - クラス のメソッドorg.opensaml.saml1.binding.artifact.SAML1ArtifactBuilderFactory
-
Gets the currently registered artifact builders.
- getArtifactBuilders() - クラス のメソッドorg.opensaml.saml2.binding.artifact.SAML2ArtifactBuilderFactory
-
Gets the currently registered artifact builders.
- getArtifactBytes() - クラス のメソッドorg.opensaml.common.binding.artifact.AbstractSAMLArtifact
-
Gets the bytes for the artifact.
- getArtifactBytes() - クラス のメソッドorg.opensaml.saml2.binding.artifact.AbstractSAML2Artifact
-
Gets the bytes for the artifact.
- getArtifactMap() - クラス のメソッドorg.opensaml.saml1.binding.decoding.BaseSAML1MessageDecoder
-
Gets the artifact map used to retrieve SAML information from an artifact.
- getArtifactResolutionServices() - クラス のメソッドorg.opensaml.saml2.metadata.impl.SSODescriptorImpl
-
Gets a list of artifact resolution services for this service.
- getArtifactResolutionServices() - インタフェース のメソッドorg.opensaml.saml2.metadata.SSODescriptor
-
Gets a list of artifact resolution services for this service.
- getArtifacts() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.saml1.ArtifactResolution.ArtifactResolutionRequestContext
-
Gets the Base64 encoded artifacts to be resolved.
- getArtifacts() - インタフェース のメソッドorg.opensaml.saml1.binding.SAML1ArtifactMessageContext
-
Gets the Base64 encoded artifacts to be resolved.
- getAssertingPartyId() - クラス のメソッドedu.internet2.middleware.shibboleth.common.log.AuditLogEntry
-
Gets the provider (message issuer) ID.
- getAssertionArtifact() - インタフェース のメソッドorg.opensaml.saml1.core.AssertionArtifact
-
Get the contents of the artifact.
- getAssertionArtifact() - クラス のメソッドorg.opensaml.saml1.core.impl.AssertionArtifactImpl
-
Get the contents of the artifact.
- getAssertionArtifacts() - クラス のメソッドorg.opensaml.saml1.core.impl.RequestImpl
-
Get the lists of
- getAssertionArtifacts() - インタフェース のメソッドorg.opensaml.saml1.core.Request
-
Get the lists of
- getAssertionAudiences() - クラス のメソッドedu.internet2.middleware.shibboleth.common.relyingparty.provider.AbstractSAMLProfileConfiguration
-
Gets the list of audiences an assertion is intended for.
- getAssertionConsumerServiceIndex() - インタフェース のメソッド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() - クラス のメソッド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() - クラス のメソッドorg.opensaml.saml2.metadata.impl.SPSSODescriptorImpl
-
Gets an list of assertion consumer service
Endpoint
s for this service.
- getAssertionConsumerServices() - インタフェース のメソッドorg.opensaml.saml2.metadata.SPSSODescriptor
-
Gets an list of assertion consumer service
Endpoint
s for this service.
- getAssertionConsumerServiceURL() - インタフェース のメソッド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() - クラス のメソッド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() - クラス のメソッドorg.opensaml.saml2.ecp.impl.ResponseImpl
-
Get the AssertionConsumerServiceURL attribute value.
- getAssertionConsumerServiceURL() - インタフェース のメソッドorg.opensaml.saml2.ecp.Response
-
Get the AssertionConsumerServiceURL attribute value.
- getAssertionHandle() - クラス のメソッドorg.opensaml.saml1.binding.artifact.SAML1ArtifactType0001
-
Gets the artifiact's 20 byte assertion handle.
- getAssertionHandle() - クラス のメソッドorg.opensaml.saml1.binding.artifact.SAML1ArtifactType0002
-
Gets the artifiact's 20 byte assertion handle.
- getAssertionID() - インタフェース のメソッドorg.opensaml.saml2.core.AssertionIDRef
-
Gets the ID of the assertion this references.
- getAssertionID() - クラス のメソッドorg.opensaml.saml2.core.impl.AssertionIDRefImpl
-
Gets the ID of the assertion this references.
- getAssertionIDReferences() - インタフェース のメソッドorg.opensaml.saml1.core.Advice
-
Get the AssertionIdReferences.
- getAssertionIDReferences() - インタフェース のメソッドorg.opensaml.saml1.core.Evidence
-
Get the list of the AssertionIdReference
- getAssertionIDReferences() - クラス のメソッドorg.opensaml.saml1.core.impl.AdviceImpl
-
Get the AssertionIdReferences.
- getAssertionIDReferences() - クラス のメソッドorg.opensaml.saml1.core.impl.EvidenceImpl
-
Get the list of the AssertionIdReference
- getAssertionIDReferences() - クラス のメソッドorg.opensaml.saml1.core.impl.RequestImpl
-
Get the lists of AssertionIDReferences
- getAssertionIDReferences() - インタフェース のメソッドorg.opensaml.saml1.core.Request
-
Get the lists of AssertionIDReferences
- getAssertionIDReferences() - インタフェース のメソッドorg.opensaml.saml2.core.Advice
-
Gets the list of AssertionID references used as advice.
- getAssertionIDReferences() - インタフェース のメソッドorg.opensaml.saml2.core.Evidence
-
Gets the list of AssertionID references used as evidence.
- getAssertionIDReferences() - クラス のメソッドorg.opensaml.saml2.core.impl.AdviceImpl
-
Gets the list of AssertionID references used as advice.
- getAssertionIDReferences() - クラス のメソッドorg.opensaml.saml2.core.impl.EvidenceImpl
-
Gets the list of AssertionID references used as evidence.
- getAssertionIDRefs() - インタフェース のメソッドorg.opensaml.saml2.core.AssertionIDRequest
-
- getAssertionIDRefs() - クラス のメソッドorg.opensaml.saml2.core.impl.AssertionIDRequestImpl
-
- getAssertionIDRequestServices() - インタフェース のメソッドorg.opensaml.saml2.metadata.AttributeAuthorityDescriptor
-
Gets a list of Assertion ID request services.
- getAssertionIDRequestServices() - インタフェース のメソッドorg.opensaml.saml2.metadata.AuthnAuthorityDescriptor
-
Gets the list of assertion ID request services for this authority.
- getAssertionIDRequestServices() - インタフェース のメソッドorg.opensaml.saml2.metadata.IDPSSODescriptor
-
Gets the list of assertion ID request services.
- getAssertionIDRequestServices() - クラス のメソッドorg.opensaml.saml2.metadata.impl.AttributeAuthorityDescriptorImpl
-
Gets a list of Assertion ID request services.
- getAssertionIDRequestServices() - クラス のメソッドorg.opensaml.saml2.metadata.impl.AuthnAuthorityDescriptorImpl
-
Gets the list of assertion ID request services for this authority.
- getAssertionIDRequestServices() - クラス のメソッドorg.opensaml.saml2.metadata.impl.IDPSSODescriptorImpl
-
Gets the list of assertion ID request services.
- getAssertionIDRequestServices() - クラス のメソッドorg.opensaml.saml2.metadata.impl.PDPDescriptorImpl
-
Gets the list of assertion ID request services for this PDP.
- getAssertionIDRequestServices() - インタフェース のメソッドorg.opensaml.saml2.metadata.PDPDescriptor
-
Gets the list of assertion ID request services for this PDP.
- getAssertionLifetime() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.relyingparty.saml.AbstractSAMLProfileConfigurationFactoryBean
-
Gets the amount of time, in milliseconds, before an issued assertion expires.
- getAssertionLifetime() - クラス のメソッドedu.internet2.middleware.shibboleth.common.relyingparty.provider.AbstractSAMLProfileConfiguration
-
Gets the lifetime, in millisecond, for an issued assertion.
- getAssertionProxyCount() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.relyingparty.saml.AbstractSAML2ProfileConfigurationFactoryBean
-
Gets the maximum number of times an assertion may be proxied.
- getAssertions() - インタフェース のメソッドorg.opensaml.saml1.core.Advice
-
Get the Assertions.
- getAssertions() - インタフェース のメソッドorg.opensaml.saml1.core.Evidence
-
Get the list of Assertions
- getAssertions() - クラス のメソッドorg.opensaml.saml1.core.impl.AdviceImpl
-
Get the Assertions.
- getAssertions() - クラス のメソッドorg.opensaml.saml1.core.impl.EvidenceImpl
-
Get the list of Assertions
- getAssertions() - クラス のメソッドorg.opensaml.saml1.core.impl.ResponseImpl
-
Return the object representing the Assertion (element).
- getAssertions() - インタフェース のメソッドorg.opensaml.saml1.core.Response
-
Return the object representing the Assertion (element).
- getAssertions() - インタフェース のメソッドorg.opensaml.saml2.core.Advice
-
Gets the list of Assertions used as advice.
- getAssertions() - インタフェース のメソッドorg.opensaml.saml2.core.Evidence
-
Gets the list of Assertions used as evidence.
- getAssertions() - クラス のメソッドorg.opensaml.saml2.core.impl.AdviceImpl
-
Gets the list of Assertions used as advice.
- getAssertions() - クラス のメソッドorg.opensaml.saml2.core.impl.EvidenceImpl
-
Gets the list of Assertions used as evidence.
- getAssertions() - クラス のメソッドorg.opensaml.saml2.core.impl.ResponseImpl
-
Return the list of Assertion child elements.
- getAssertions() - インタフェース のメソッドorg.opensaml.saml2.core.Response
-
Return the list of Assertion child elements.
- getAssertions() - インタフェース のメソッドorg.opensaml.samlext.saml2mdattr.EntityAttributes
-
Gets the assertions about the entity.
- getAssertions() - クラス のメソッドorg.opensaml.samlext.saml2mdattr.impl.EntityAttributesImpl
-
Gets the assertions about the entity.
- getAssertionURI() - インタフェース のメソッドorg.opensaml.saml2.core.AssertionURIRef
-
Gets the URI of the assertion this references.
- getAssertionURI() - クラス のメソッドorg.opensaml.saml2.core.impl.AssertionURIRefImpl
-
Gets the URI of the assertion this references.
- getAssertionURIReferences() - インタフェース のメソッドorg.opensaml.saml2.core.Advice
-
Gets the list of AssertionURI references used as advice.
- getAssertionURIReferences() - インタフェース のメソッドorg.opensaml.saml2.core.Evidence
-
Gets the list of AssertionURI references used as evidence.
- getAssertionURIReferences() - クラス のメソッドorg.opensaml.saml2.core.impl.AdviceImpl
-
Gets the list of AssertionURI references used as advice.
- getAssertionURIReferences() - クラス のメソッドorg.opensaml.saml2.core.impl.EvidenceImpl
-
Gets the list of AssertionURI references used as evidence.
- getAttemptedAuthnMethod() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.authn.LoginContext
-
Gets the authentication method that was used when attempting to authenticate the user.
- getAttribtueIds(EntityDescriptor) - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.provider.ShibbolethSAML1AttributeAuthority
-
Gets the attribute IDs for those attributes requested in the entity metadata.
- getAttribtueIds(EntityDescriptor) - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.provider.ShibbolethSAML2AttributeAuthority
-
Gets the attribute IDs for those attributes requested in the entity metadata.
- getAttribute(String) - クラス のメソッドorg.opensaml.ws.transport.BaseTransport
-
Gets a transport-specific attribute.
- getAttribute(String) - クラス のメソッドorg.opensaml.ws.transport.http.HttpServletRequestAdapter
-
Gets a transport-specific attribute.
- getAttribute(String) - クラス のメソッドorg.opensaml.ws.transport.http.HttpServletResponseAdapter
-
Gets a transport-specific attribute.
- getAttribute(String) - インタフェース のメソッドorg.opensaml.ws.transport.Transport
-
Gets a transport-specific attribute.
- getAttributeAssignments() - クラス のメソッドorg.opensaml.xacml.policy.impl.ObligationTypeImpl
-
Gets the attribute assignments for this obligation.
- getAttributeAssignments() - インタフェース のメソッドorg.opensaml.xacml.policy.ObligationType
-
Gets the attribute assignments for this obligation.
- getAttributeAuthority() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.relyingparty.saml.AbstractSAML2ProfileConfigurationFactoryBean
-
Gets the attribute authority for the profile configuration.
- getAttributeAuthority() - クラス のメソッドedu.internet2.middleware.shibboleth.common.relyingparty.provider.saml1.AbstractSAML1ProfileConfiguration
-
Gets the Attribute authority to use.
- getAttributeAuthority() - クラス のメソッドedu.internet2.middleware.shibboleth.common.relyingparty.provider.saml2.AbstractSAML2ProfileConfiguration
-
Gets the Attribute authority to use.
- getAttributeAuthorityDescriptor(String) - インタフェース のメソッドorg.opensaml.saml2.metadata.EntityDescriptor
-
- getAttributeAuthorityDescriptor(String) - クラス のメソッドorg.opensaml.saml2.metadata.impl.EntityDescriptorImpl
-
- getAttributeConsumingServiceIndex() - インタフェース のメソッド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() - クラス のメソッド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() - クラス のメソッドorg.opensaml.saml2.metadata.impl.SPSSODescriptorImpl
-
Gets an list of attribute consuming service descriptors for this service.
- getAttributeConsumingServices() - インタフェース のメソッドorg.opensaml.saml2.metadata.SPSSODescriptor
-
Gets an list of attribute consuming service descriptors for this service.
- getAttributeConsumingServices() - インタフェース のメソッドorg.opensaml.samlext.saml2mdquery.AttributeQueryDescriptorType
-
Gets the list of attribute consuming service endpoints support by this role.
- getAttributeConsumingServices() - クラス のメソッドorg.opensaml.samlext.saml2mdquery.impl.AttributeQueryDescriptorTypeImpl
-
Gets the list of attribute consuming service endpoints support by this role.
- getAttributeDefinitions() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.ShibbolethAttributeResolver
-
Gets the attribute definitions registered with this resolver.
- getAttributeDesignators() - インタフェース のメソッドorg.opensaml.saml1.core.AttributeQuery
-
Get list of AttributeDesignators
- getAttributeDesignators() - クラス のメソッドorg.opensaml.saml1.core.impl.AttributeQueryImpl
-
Get list of AttributeDesignators
- getAttributeEncoders() - インタフェース のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.attributeDefinition.AttributeDefinition
-
Gets the map of encoders to be added to attributes produced by this definition, keyed on encoder category.
- getAttributeEncoders() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.attributeDefinition.BaseAttributeDefinition
-
Gets the map of encoders to be added to attributes produced by this definition, keyed on encoder category.
- getAttributeEncoders() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.attributeDefinition.ContextualAttributeDefinition
-
Gets the map of encoders to be added to attributes produced by this definition, keyed on encoder category.
- getAttributeEncoders() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.attributeDefinition.BaseAttributeDefinitionFactoryBean
-
Gets the encoders for the attributes.
- getAttributeFilterEnginer(ServletContext) - クラス のstaticメソッドedu.internet2.middleware.shibboleth.idp.util.HttpServletHelper
-
- getAttributeFilterEnginer(ServletContext, String) - クラス のstaticメソッドedu.internet2.middleware.shibboleth.idp.util.HttpServletHelper
-
- getAttributeId() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.filtering.provider.AttributeRule
-
Gets the ID of the attribute to which this rule applies.
- getAttributeId() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.filtering.provider.match.basic.AbstractAttributeTargetedRegexMatchFunctor
-
Gets the ID of the attribute whose values will be evaluated.
- getAttributeId() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.filtering.provider.match.basic.AbstractAttributeTargetedStringMatchFunctor
-
Gets the ID of the attribute whose values will be evaluated.
- getAttributeID() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.dataConnector.RDBMSColumnDescriptor
-
Gets the name of the attribute to map the column to.
- getAttributeID() - インタフェース のメソッドorg.opensaml.xacml.ctx.AttributeType
-
gets the AttributeId.
- getAttributeID() - クラス のメソッドorg.opensaml.xacml.ctx.impl.AttributeTypeImpl
-
gets the AttributeId.
- getAttributeId() - クラス のメソッドorg.opensaml.xacml.ctx.impl.MissingAttributeDetailTypeImpl
-
Gets the ID of the attribute.
- getAttributeId() - インタフェース のメソッドorg.opensaml.xacml.ctx.MissingAttributeDetailType
-
Gets the ID of the attribute.
- getAttributeId() - インタフェース のメソッドorg.opensaml.xacml.policy.AttributeAssignmentType
-
Gets the ID of the attribute to be assigned.
- getAttributeId() - インタフェース のメソッドorg.opensaml.xacml.policy.AttributeDesignatorType
-
Gets the ID of the designated attribute.
- getAttributeId() - クラス のメソッドorg.opensaml.xacml.policy.impl.AttributeAssignmentTypeImpl
-
Gets the ID of the attribute to be assigned.
- getAttributeId() - クラス のメソッドorg.opensaml.xacml.policy.impl.AttributeDesignatorTypeImpl
-
Gets the ID of the designated attribute.
- getAttributeIDBySAMLAttribute(AttributeDesignator) - インタフェース のメソッドedu.internet2.middleware.shibboleth.common.attribute.provider.SAML1AttributeAuthority
-
Translates SAML 1 attribute naming information into the internal attribute ID used by the resolver and filtering
engine.
- getAttributeIDBySAMLAttribute(Attribute) - インタフェース のメソッドedu.internet2.middleware.shibboleth.common.attribute.provider.SAML2AttributeAuthority
-
Translates SAML 2 attribute naming information into the internal attribute ID used by the resolver and filtering
engine.
- getAttributeIDBySAMLAttribute(AttributeDesignator) - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.provider.ShibbolethSAML1AttributeAuthority
-
Translates SAML 1 attribute naming information into the internal attribute ID used by the resolver and filtering
engine.
- getAttributeIDBySAMLAttribute(Attribute) - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.provider.ShibbolethSAML2AttributeAuthority
-
Translates SAML 2 attribute naming information into the internal attribute ID used by the resolver and filtering
engine.
- getAttributeIds(SAMLObject) - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.provider.ShibbolethSAML1AttributeAuthority
-
Gets the attribute IDs for those attributes requested in the attribute query.
- getAttributeIds(List<AttributeDesignator>) - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.provider.ShibbolethSAML1AttributeAuthority
-
This parses the attribute ids from the supplied list of attributes.
- getAttributeIds(RequestAbstractType) - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.provider.ShibbolethSAML2AttributeAuthority
-
Gets the attribute IDs for those attributes requested in the attribute query.
- getAttributeIds(List<Attribute>) - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.provider.ShibbolethSAML2AttributeAuthority
-
This parses the attribute ids from the supplied list of attributes.
- getAttributeName() - インタフェース のメソッドedu.internet2.middleware.shibboleth.common.attribute.encoding.AttributeEncoder
-
Get the name of the attribute.
- getAttributeName() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.encoding.provider.AbstractAttributeEncoder
-
Get the name of the attribute.
- getAttributeName() - インタフェース のメソッドorg.opensaml.saml1.core.AttributeDesignator
-
Get the contents of the AttributeName attribute
- getAttributeName() - クラス のメソッドorg.opensaml.saml1.core.impl.AttributeDesignatorImpl
-
Get the contents of the AttributeName attribute
- getAttributeNamespace() - インタフェース のメソッドorg.opensaml.saml1.core.AttributeDesignator
-
Get the contents of the AttributeNamespace attribute
- getAttributeNamespace() - クラス のメソッドorg.opensaml.saml1.core.impl.AttributeDesignatorImpl
-
Get the contents of the AttributeNamespace attribute
- getAttributeProfiles() - インタフェース のメソッドorg.opensaml.saml2.metadata.AttributeAuthorityDescriptor
-
Gets a list of Attribute profiles supported by this authority.
- getAttributeProfiles() - インタフェース のメソッドorg.opensaml.saml2.metadata.IDPSSODescriptor
-
Gets the list of attribute profiles supported by this IdP.
- getAttributeProfiles() - クラス のメソッドorg.opensaml.saml2.metadata.impl.AttributeAuthorityDescriptorImpl
-
Gets a list of Attribute profiles supported by this authority.
- getAttributeProfiles() - クラス のメソッドorg.opensaml.saml2.metadata.impl.IDPSSODescriptorImpl
-
Gets the list of attribute profiles supported by this IdP.
- getAttributeQuery() - クラス のメソッドorg.opensaml.saml1.core.impl.RequestImpl
-
Get the request AttributeQuery
- getAttributeQuery() - インタフェース のメソッドorg.opensaml.saml1.core.Request
-
Get the request AttributeQuery
- getAttributeRequestContext() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.filtering.provider.ShibbolethFilteringContext
-
Gets the context for the attribute request.
- getAttributeRequestContext() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.ShibbolethResolutionContext
-
Gets the attribute request that started this resolution.
- getAttributeResolver() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.provider.ShibbolethSAML1AttributeAuthority
-
Gets the attribute resolver.
- getAttributeResolver() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.provider.ShibbolethSAML2AttributeAuthority
-
Gets the attribute resolver.
- getAttributeResolver(ServletContext) - クラス のstaticメソッドedu.internet2.middleware.shibboleth.idp.util.HttpServletHelper
-
- getAttributeResolver(ServletContext, String) - クラス のstaticメソッドedu.internet2.middleware.shibboleth.idp.util.HttpServletHelper
-
- getAttributeRules() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.filtering.provider.AttributeFilterPolicy
-
Gets the attribute rules that are in effect if this policy is in effect.
- getAttributeRules() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.filtering.AttributeFilterPolicyFactoryBean
-
Gets the attribute rules that are in effect if this policy is in effect.
- getAttributes(ContextType) - インタフェース のメソッドedu.internet2.middleware.shibboleth.common.attribute.AttributeAuthority
-
Gets the attributes for the principal identified in the request.
- getAttributes() - インタフェース のメソッドedu.internet2.middleware.shibboleth.common.attribute.AttributeRequestContext
-
Gets the retrieved attributes.
- getAttributes(SAMLProfileRequestContext<? extends SAMLObject, ? extends ResponseAbstractType, NameIdentifier, ? extends AbstractSAML1ProfileConfiguration>) - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.provider.ShibbolethSAML1AttributeAuthority
-
Gets the attributes for the principal identified in the request.
- getAttributes(SAMLProfileRequestContext<? extends RequestAbstractType, ? extends StatusResponseType, NameID, ? extends AbstractSAML2ProfileConfiguration>) - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.provider.ShibbolethSAML2AttributeAuthority
-
Gets the attributes for the principal identified in the request.
- getAttributes() - クラス のメソッドedu.internet2.middleware.shibboleth.common.profile.provider.BaseSAMLProfileRequestContext
-
Gets the retrieved attributes.
- getAttributes() - インタフェース のメソッドorg.opensaml.saml1.core.AttributeStatement
-
Get all the subsiduary Attribute elements
- getAttributes() - クラス のメソッドorg.opensaml.saml1.core.impl.AttributeStatementImpl
-
Get all the subsiduary Attribute elements
- getAttributes() - インタフェース のメソッドorg.opensaml.saml2.core.AttributeQuery
-
Gets the Attributes of this query.
- getAttributes() - インタフェース のメソッドorg.opensaml.saml2.core.AttributeStatement
-
Gets the attribtues expressed in this statement.
- getAttributes() - クラス のメソッドorg.opensaml.saml2.core.impl.AttributeQueryImpl
-
Gets the Attributes of this query.
- getAttributes() - クラス のメソッドorg.opensaml.saml2.core.impl.AttributeStatementImpl
-
Gets the attribtues expressed in this statement.
- getAttributes() - インタフェース のメソッドorg.opensaml.saml2.metadata.AttributeAuthorityDescriptor
-
Gets the list of attribute available from this authority.
- getAttributes() - インタフェース のメソッドorg.opensaml.saml2.metadata.IDPSSODescriptor
-
Gets the list of attributes supported by this IdP.
- getAttributes() - クラス のメソッドorg.opensaml.saml2.metadata.impl.AttributeAuthorityDescriptorImpl
-
Gets the list of attribute available from this authority.
- getAttributes() - クラス のメソッドorg.opensaml.saml2.metadata.impl.IDPSSODescriptorImpl
-
Gets the list of attributes supported by this IdP.
- getAttributes() - インタフェース のメソッドorg.opensaml.samlext.saml2mdattr.EntityAttributes
-
Gets the attributes about the entity.
- getAttributes() - クラス のメソッドorg.opensaml.samlext.saml2mdattr.impl.EntityAttributesImpl
-
Gets the attributes about the entity.
- getAttributes() - インタフェース のメソッドorg.opensaml.xacml.ctx.ActionType
-
Returns the list of attributes in the subject.
- getAttributes() - インタフェース のメソッドorg.opensaml.xacml.ctx.EnvironmentType
-
Returns the list of attributes in the environment.
- getAttributes() - クラス のメソッドorg.opensaml.xacml.ctx.impl.ActionTypeImpl
-
Returns the list of attributes in the subject.
- getAttributes() - クラス のメソッドorg.opensaml.xacml.ctx.impl.EnvironmentTypeImpl
-
Returns the list of attributes in the environment.
- getAttributes() - クラス のメソッドorg.opensaml.xacml.ctx.impl.ResourceTypeImpl
-
Returns the list of attributes in the resource.
- getAttributes() - クラス のメソッドorg.opensaml.xacml.ctx.impl.SubjectTypeImpl
-
Returns the list of attributes in the subject.
- getAttributes() - インタフェース のメソッドorg.opensaml.xacml.ctx.ResourceType
-
Returns the list of attributes in the resource.
- getAttributes() - インタフェース のメソッドorg.opensaml.xacml.ctx.SubjectType
-
Returns the list of attributes in the subject.
- getAttributeSelector() - インタフェース のメソッドorg.opensaml.xacml.policy.ActionMatchType
-
Gets the attribute selector for this match.
- getAttributeSelector() - インタフェース のメソッドorg.opensaml.xacml.policy.EnvironmentMatchType
-
Gets the attribute selector for this match.
- getAttributeSelector() - クラス のメソッドorg.opensaml.xacml.policy.impl.ActionMatchTypeImpl
-
Gets the attribute selector for this match.
- getAttributeSelector() - クラス のメソッドorg.opensaml.xacml.policy.impl.EnvironmentMatchTypeImpl
-
Gets the attribute selector for this match.
- getAttributeSelector() - クラス のメソッドorg.opensaml.xacml.policy.impl.ResourceMatchTypeImpl
-
Gets the attribute selector for this match.
- getAttributeSelector() - クラス のメソッドorg.opensaml.xacml.policy.impl.SubjectMatchTypeImpl
-
Gets the attribute selector for this match.
- getAttributeSelector() - インタフェース のメソッドorg.opensaml.xacml.policy.ResourceMatchType
-
Gets the attribute selector for this match.
- getAttributeSelector() - インタフェース のメソッドorg.opensaml.xacml.policy.SubjectMatchType
-
Gets the attribute selector for this match.
- getAttributeServices() - インタフェース のメソッドorg.opensaml.saml2.metadata.AttributeAuthorityDescriptor
-
Gets a list of attribute service
Endpoint
s for this authority.
- getAttributeServices() - クラス のメソッドorg.opensaml.saml2.metadata.impl.AttributeAuthorityDescriptorImpl
-
Gets a list of attribute service
Endpoint
s for this authority.
- getAttributeStatements() - インタフェース のメソッドorg.opensaml.saml1.core.Assertion
-
Return all the AttributeStatement
elements
- getAttributeStatements() - クラス のメソッドorg.opensaml.saml1.core.impl.AssertionImpl
-
Return all the AttributeStatement
elements
- getAttributeStatements() - インタフェース のメソッドorg.opensaml.saml2.core.Assertion
-
Gets the list of AttributeStatement attached to this assertion.
- getAttributeStatements() - クラス のメソッドorg.opensaml.saml2.core.impl.AssertionImpl
-
Gets the list of AttributeStatement attached to this assertion.
- getAttributeTemplate() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.attributeDefinition.TemplateAttributeDefinition
-
Get the attribute template.
- getAttributeTemplate() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.attributeDefinition.TemplateAttributeDefinitionFactoryBean
-
Get the attribute template.
- getAttributeValue() - インタフェース のメソッドorg.opensaml.xacml.policy.ActionMatchType
-
Gets the attribute value for this match.
- getAttributeValue() - インタフェース のメソッドorg.opensaml.xacml.policy.CombinerParameterType
-
Gets the attribute value type for this parameter.
- getAttributeValue() - インタフェース のメソッドorg.opensaml.xacml.policy.EnvironmentMatchType
-
Gets the attribute value for this match.
- getAttributeValue() - クラス のメソッドorg.opensaml.xacml.policy.impl.ActionMatchTypeImpl
-
Gets the attribute value for this match.
- getAttributeValue() - クラス のメソッドorg.opensaml.xacml.policy.impl.CombinerParameterTypeImpl
-
Gets the attribute value type for this parameter.
- getAttributeValue() - クラス のメソッドorg.opensaml.xacml.policy.impl.EnvironmentMatchTypeImpl
-
Gets the attribute value for this match.
- getAttributeValue() - クラス のメソッドorg.opensaml.xacml.policy.impl.ResourceMatchTypeImpl
-
Gets the attribute value for this match.
- getAttributeValue() - クラス のメソッドorg.opensaml.xacml.policy.impl.SubjectMatchTypeImpl
-
Gets the attribute value for this match.
- getAttributeValue() - インタフェース のメソッドorg.opensaml.xacml.policy.ResourceMatchType
-
Gets the attribute value for this match.
- getAttributeValue() - インタフェース のメソッドorg.opensaml.xacml.policy.SubjectMatchType
-
Gets the attribute value for this match.
- getAttributeValueAsBoolean(Attr) - クラス のstaticメソッドorg.opensaml.xml.util.XMLHelper
-
Parses the attribute's value.
- getAttributeValueAsList(Attr) - クラス のstaticメソッドorg.opensaml.xml.util.XMLHelper
-
Gets the value of a list-type attribute as a list.
- getAttributeValueAsQName(Attr) - クラス のstaticメソッドorg.opensaml.xml.util.XMLHelper
-
Constructs a QName from an attributes value.
- getAttributeValues() - インタフェース のメソッドorg.opensaml.saml1.core.Attribute
-
Get all the subsiduary AttributeValue elements
- getAttributeValues() - クラス のメソッドorg.opensaml.saml1.core.impl.AttributeImpl
-
Get all the subsiduary AttributeValue elements
- getAttributeValues() - インタフェース のメソッドorg.opensaml.saml2.core.Attribute
-
Gets the list of attribute values for this attribute.
- getAttributeValues() - クラス のメソッドorg.opensaml.saml2.core.impl.AttributeImpl
-
Gets the list of attribute values for this attribute.
- getAttributeValues() - インタフェース のメソッドorg.opensaml.xacml.ctx.AttributeType
-
Gets the list of attribute values for this attribute.
- getAttributeValues() - クラス のメソッドorg.opensaml.xacml.ctx.impl.AttributeTypeImpl
-
Gets the list of attribute values for this attribute.
- getAttributeValues() - クラス のメソッドorg.opensaml.xacml.ctx.impl.MissingAttributeDetailTypeImpl
-
Gets the missing attribute values.
- getAttributeValues() - インタフェース のメソッドorg.opensaml.xacml.ctx.MissingAttributeDetailType
-
Gets the missing attribute values.
- getAudienceRestrictionConditions() - インタフェース のメソッドorg.opensaml.saml1.core.Conditions
-
Return the List representing all the AudienceRestrictionCondition
sub elements.
- getAudienceRestrictionConditions() - クラス のメソッドorg.opensaml.saml1.core.impl.ConditionsImpl
-
Return the List representing all the AudienceRestrictionCondition
sub elements.
- getAudienceRestrictions() - インタフェース のメソッドorg.opensaml.saml2.core.Conditions
-
Gets the audience restriction conditions for the assertion.
- getAudienceRestrictions() - クラス のメソッドorg.opensaml.saml2.core.impl.ConditionsImpl
-
Gets the audience restriction conditions for the assertion.
- getAudiences() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.relyingparty.saml.AbstractSAMLProfileConfigurationFactoryBean
-
Gets the audiences of issued assertions.
- getAudiences() - インタフェース のメソッドorg.opensaml.saml1.core.AudienceRestrictionCondition
-
Return all the audience elements
- getAudiences() - クラス のメソッドorg.opensaml.saml1.core.impl.AudienceRestrictionConditionImpl
-
Return all the audience elements
- getAudiences() - インタフェース のメソッドorg.opensaml.saml2.core.AudienceRestriction
-
Gets the list of audiences for the assertion.
- getAudiences() - クラス のメソッドorg.opensaml.saml2.core.impl.AudienceRestrictionImpl
-
Gets the list of audiences for the assertion.
- getAudiences() - クラス のメソッドorg.opensaml.saml2.core.impl.ProxyRestrictionImpl
-
Gets the list of audiences to whom the assertion may be proxied.
- getAudiences() - インタフェース のメソッドorg.opensaml.saml2.core.ProxyRestriction
-
Gets the list of audiences to whom the assertion may be proxied.
- getAudienceURI() - インタフェース のメソッドorg.opensaml.saml2.core.Audience
-
Gets the URI of the audience for the assertion.
- getAudienceURI() - クラス のメソッドorg.opensaml.saml2.core.impl.AudienceImpl
-
Gets the URI of the audience for the assertion.
- getAuditEventTime() - クラス のメソッドedu.internet2.middleware.shibboleth.common.log.AuditLogEntry
-
Gets the timestamp for this audit event.
- getAuditLog() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.AbstractSAMLProfileHandler
-
Gets the audit log for this handler.
- getAuthContextDecl() - インタフェース のメソッドorg.opensaml.saml2.core.AuthnContext
-
Gets Declaration of this Authentication Context.
- getAuthContextDecl() - クラス のメソッドorg.opensaml.saml2.core.impl.AuthnContextImpl
-
Gets Declaration of this Authentication Context.
- getAuthenticatingAuthorities() - インタフェース のメソッドorg.opensaml.saml2.core.AuthnContext
-
Gets the Authenticating Authorities of this Authentication Context.
- getAuthenticatingAuthorities() - クラス のメソッドorg.opensaml.saml2.core.impl.AuthnContextImpl
-
Gets the Authenticating Authorities of this Authentication Context.
- getAuthenticationAttempted() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.authn.LoginContext
-
Returns if authentication has been attempted for this user.
- getAuthenticationDuration() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.authn.LoginContext
-
Gets the duration of authentication.
- getAuthenticationDuration() - インタフェース のメソッドedu.internet2.middleware.shibboleth.idp.authn.LoginHandler
-
Gets the length of time, in milliseconds, after which a user authenticated by this handler should be
re-authenticated.
- getAuthenticationDuration() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.authn.provider.AbstractLoginHandler
-
Gets the length of time, in milliseconds, after which a user authenticated by this handler should be
re-authenticated.
- getAuthenticationDuration() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.config.profile.authn.AbstractLoginHandlerFactoryBean
-
Gets the duration of the authentication, in milliseconds.
- getAuthenticationDuration() - インタフェース のメソッドedu.internet2.middleware.shibboleth.idp.session.AuthenticationMethodInformation
-
Gets the duration of this authentication method.
- getAuthenticationDuration() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.session.impl.AuthenticationMethodInformationImpl
-
Gets the duration of this authentication method.
- getAuthenticationEngineURL() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.authn.LoginContext
-
Gets the authentication engine's URL.
- getAuthenticationFailure() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.authn.LoginContext
-
Gets the error that occurred during authentication.
- getAuthenticationImplementation() - クラス のメソッドorg.opensaml.ESAPISecurityConfig
- getAuthenticationInstant() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.authn.LoginContext
-
Gets the authentication instant.
- getAuthenticationInstant() - インタフェース のメソッドedu.internet2.middleware.shibboleth.idp.session.AuthenticationMethodInformation
-
Gets the time the user authenticated with this member.
- getAuthenticationInstant() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.session.impl.AuthenticationMethodInformationImpl
-
Gets the time the user authenticated with this member.
- getAuthenticationInstant() - インタフェース のメソッドorg.opensaml.saml1.core.AuthenticationStatement
-
Return the contents of the AuthenticationInstant attribute
- getAuthenticationInstant() - クラス のメソッドorg.opensaml.saml1.core.impl.AuthenticationStatementImpl
-
Return the contents of the AuthenticationInstant attribute
- getAuthenticationMethod() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.authn.LoginContext
-
Gets the method used to authenticate the user.
- getAuthenticationMethod() - インタフェース のメソッドedu.internet2.middleware.shibboleth.idp.session.AuthenticationMethodInformation
-
Gets the unique identifier for the authentication method.
- getAuthenticationMethod() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.session.impl.AuthenticationMethodInformationImpl
-
Gets the unique identifier for the authentication method.
- getAuthenticationMethod() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.session.impl.ServiceInformationImpl
-
Gets the authentication method used to log into the service.
- getAuthenticationMethod() - インタフェース のメソッドedu.internet2.middleware.shibboleth.idp.session.ServiceInformation
-
Gets the authentication method used to log into the service.
- getAuthenticationMethod() - インタフェース のメソッドorg.opensaml.saml1.core.AuthenticationQuery
-
Get AuthenticationMethod attribute
- getAuthenticationMethod() - インタフェース のメソッドorg.opensaml.saml1.core.AuthenticationStatement
-
Return the contents of the AuthenticationMethod attribute
- getAuthenticationMethod() - クラス のメソッドorg.opensaml.saml1.core.impl.AuthenticationQueryImpl
-
Get AuthenticationMethod attribute
- getAuthenticationMethod() - クラス のメソッドorg.opensaml.saml1.core.impl.AuthenticationStatementImpl
-
Return the contents of the AuthenticationMethod attribute
- getAuthenticationMethodInformation() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.authn.LoginContext
-
Gets information about the authentication event.
- getAuthenticationMethods() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.config.profile.authn.AbstractLoginHandlerFactoryBean
-
Gets the authentication methods supported by the handler.
- getAuthenticationMethods() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.session.impl.SessionImpl
-
Gets the methods by which the user has authenticated to the IdP.
- getAuthenticationMethods() - インタフェース のメソッドedu.internet2.middleware.shibboleth.idp.session.Session
-
Gets the methods by which the user has authenticated to the IdP.
- getAuthenticationPrincipal() - インタフェース のメソッドedu.internet2.middleware.shibboleth.idp.session.AuthenticationMethodInformation
-
Gets the principal, for the
Subject
of the session, created by this authentication method.
- getAuthenticationPrincipal() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.session.impl.AuthenticationMethodInformationImpl
-
Gets the principal, for the
Subject
of the session, created by this authentication method.
- getAuthenticationQuery() - クラス のメソッドorg.opensaml.saml1.core.impl.RequestImpl
-
Get the query AuthenticationQuery
- getAuthenticationQuery() - インタフェース のメソッドorg.opensaml.saml1.core.Request
-
Get the query AuthenticationQuery
- getAuthenticationRequest() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.authn.Saml2LoginContext
-
Gets the serialized authentication request that started the login process.
- getAuthenticationServletURL() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.config.profile.authn.UsernamePasswordLoginHandlerFactoryBean
-
Gets the URL to authentication servlet.
- getAuthenticationStatements() - インタフェース のメソッドorg.opensaml.saml1.core.Assertion
-
Return the List representing all the AuthenticationStatement
sub elements.
- getAuthenticationStatements() - クラス のメソッドorg.opensaml.saml1.core.impl.AssertionImpl
-
Return the List representing all the AuthenticationStatement
sub elements.
- getAuthenticationSubject() - インタフェース のメソッドedu.internet2.middleware.shibboleth.idp.session.AuthenticationMethodInformation
-
- getAuthenticationSubject() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.session.impl.AuthenticationMethodInformationImpl
-
Gets the Subject created by this authentication method.
- getAuthenticationType() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnector.LdapDataConnectorFactoryBean
-
Gets the authentication type used when connecting to the directory.
- getAuthenticationTypeByName(String) - 列挙 のstaticメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.dataConnector.LdapDataConnector.AUTHENTICATION_TYPE
-
Returns the corresponding AUTHENTICATION_TYPE for the supplied auth type name.
- getAuthenticiationRequestXmlObject() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.authn.Saml2LoginContext
-
Gets the authentication request object.
- getAuthnAuthorityDescriptor(String) - インタフェース のメソッドorg.opensaml.saml2.metadata.EntityDescriptor
-
- getAuthnAuthorityDescriptor(String) - クラス のメソッドorg.opensaml.saml2.metadata.impl.EntityDescriptorImpl
-
- getAuthnContext() - インタフェース のメソッドorg.opensaml.saml2.core.AuthnStatement
-
Gets the context used to authenticate the subject.
- getAuthnContext() - クラス のメソッドorg.opensaml.saml2.core.impl.AuthnStatementImpl
-
Gets the context used to authenticate the subject.
- getAuthnContextClassRef() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.saml2.SAML2ECPProfileHandler
-
Gets the AuthnContext class reference.
- getAuthnContextClassRef() - インタフェース のメソッドorg.opensaml.saml2.core.AuthnContext
-
Gets the URI identifying the Context Class of this Authentication Context.
- getAuthnContextClassRef() - インタフェース のメソッドorg.opensaml.saml2.core.AuthnContextClassRef
-
Gets the URI reference to an authentication context class.
- getAuthnContextClassRef() - クラス のメソッドorg.opensaml.saml2.core.impl.AuthnContextClassRefImpl
-
Gets the URI reference to an authentication context class.
- getAuthnContextClassRef() - クラス のメソッドorg.opensaml.saml2.core.impl.AuthnContextImpl
-
Gets the URI identifying the Context Class of this Authentication Context.
- getAuthnContextClassRefs() - クラス のメソッドorg.opensaml.saml2.core.impl.RequestedAuthnContextImpl
-
Gets the AuthnContextClassRefs of this request.
- getAuthnContextClassRefs() - インタフェース のメソッドorg.opensaml.saml2.core.RequestedAuthnContext
-
Gets the AuthnContextClassRefs of this request.
- getAuthnContextDeclRef() - インタフェース のメソッドorg.opensaml.saml2.core.AuthnContext
-
Gets the URI of the Declaration of this Authentication Context.
- getAuthnContextDeclRef() - インタフェース のメソッドorg.opensaml.saml2.core.AuthnContextDeclRef
-
Gets the URI reference to an authentication context declaration.
- getAuthnContextDeclRef() - クラス のメソッドorg.opensaml.saml2.core.impl.AuthnContextDeclRefImpl
-
Gets the URI reference to an authentication context declaration.
- getAuthnContextDeclRef() - クラス のメソッドorg.opensaml.saml2.core.impl.AuthnContextImpl
-
Gets the URI of the Declaration of this Authentication Context.
- getAuthnContextDeclRefs() - クラス のメソッドorg.opensaml.saml2.core.impl.RequestedAuthnContextImpl
-
Gets the AuthnContextDeclRefs of this request.
- getAuthnContextDeclRefs() - インタフェース のメソッドorg.opensaml.saml2.core.RequestedAuthnContext
-
Gets the AuthnContextDeclRefs of this request.
- getAuthnInstant() - インタフェース のメソッドorg.opensaml.saml2.core.AuthnStatement
-
Gets the time when the authentication took place.
- getAuthnInstant() - クラス のメソッドorg.opensaml.saml2.core.impl.AuthnStatementImpl
-
Gets the time when the authentication took place.
- getAuthnQueryServices() - インタフェース のメソッドorg.opensaml.saml2.metadata.AuthnAuthorityDescriptor
-
Gets the list of authentication query services for this authority.
- getAuthnQueryServices() - クラス のメソッドorg.opensaml.saml2.metadata.impl.AuthnAuthorityDescriptorImpl
-
Gets the list of authentication query services for this authority.
- getAuthnStatements() - インタフェース のメソッドorg.opensaml.saml2.core.Assertion
-
Gets the list of AuthnStatements attached to this assertion.
- getAuthnStatements() - クラス のメソッドorg.opensaml.saml2.core.impl.AssertionImpl
-
Gets the list of AuthnStatements attached to this assertion.
- getAuthorityBindings() - インタフェース のメソッドorg.opensaml.saml1.core.AuthenticationStatement
-
return all the AuthorityBinding subelement
- getAuthorityBindings() - クラス のメソッドorg.opensaml.saml1.core.impl.AuthenticationStatementImpl
-
return all the AuthorityBinding subelement
- getAuthorityKind() - インタフェース のメソッドorg.opensaml.saml1.core.AuthorityBinding
-
Getter for AuthorityKind
- getAuthorityKind() - クラス のメソッドorg.opensaml.saml1.core.impl.AuthorityBindingImpl
-
Getter for AuthorityKind
- getAuthorizationDecisionQuery() - クラス のメソッドorg.opensaml.saml1.core.impl.RequestImpl
-
Get the request AuthorizationDecisionQuery
- getAuthorizationDecisionQuery() - インタフェース のメソッドorg.opensaml.saml1.core.Request
-
Get the request AuthorizationDecisionQuery
- getAuthorizationDecisionResult() - クラス のメソッドorg.opensaml.xacml.ctx.provider.ObligationProcessingContext
-
Gets the result of a XACML authorization request.
- getAuthorizationDecisionStatements() - インタフェース のメソッドorg.opensaml.saml1.core.Assertion
-
Return the List representing all the AuthorizationStatement
sub elements.
- getAuthorizationDecisionStatements() - クラス のメソッドorg.opensaml.saml1.core.impl.AssertionImpl
-
Return the List representing all the AuthorizationStatement
sub elements.
- getAuthTypeName() - 列挙 のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.dataConnector.LdapDataConnector.AUTHENTICATION_TYPE
-
This returns the auth type name needed by the LdapConfig.
- getAuthzDecisionStatements() - インタフェース のメソッドorg.opensaml.saml2.core.Assertion
-
Gets the list of AuthzDecisionStatements attached to this assertion.
- getAuthzDecisionStatements() - クラス のメソッドorg.opensaml.saml2.core.impl.AssertionImpl
-
Gets the list of AuthzDecisionStatements attached to this assertion.
- getAuthzServices() - クラス のメソッドorg.opensaml.saml2.metadata.impl.PDPDescriptorImpl
-
Gets an list of authz services for this service.
- getAuthzServices() - インタフェース のメソッドorg.opensaml.saml2.metadata.PDPDescriptor
-
Gets an list of authz services for this service.
- getAutoGeneratedDataEncryptionKeyAlgorithmURI() - クラス のメソッドorg.opensaml.xml.security.BasicSecurityConfiguration
-
Get the encryption algorithm URI to be used when auto-generating random data encryption keys.
- getAutoGeneratedDataEncryptionKeyAlgorithmURI() - インタフェース のメソッドorg.opensaml.xml.security.SecurityConfiguration
-
Get the encryption algorithm URI to be used when auto-generating random data encryption keys.
- getBase64DecodedMessage(HTTPInTransport) - クラス のメソッドorg.opensaml.saml2.binding.decoding.HTTPPostDecoder
-
Gets the Base64 encoded message from the request and decodes it.
- getBaseDN() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnector.LdapDataConnectorFactoryBean
-
Gets the base search DN.
- getBaseID() - クラス のメソッドorg.opensaml.saml2.core.impl.LogoutRequestImpl
-
Gets the base identifier of the principal for this request.
- getBaseID() - クラス のメソッドorg.opensaml.saml2.core.impl.NameIDMappingRequestImpl
-
Gets the base identifier of the principal for this request.
- getBaseID() - クラス のメソッドorg.opensaml.saml2.core.impl.SubjectConfirmationImpl
-
Gets the base identifier of the principal for this request.
- getBaseID() - クラス のメソッドorg.opensaml.saml2.core.impl.SubjectImpl
-
Gets the base identifier of the principal for this request.
- getBaseID() - インタフェース のメソッドorg.opensaml.saml2.core.LogoutRequest
-
Gets the base identifier of the principal for this request.
- getBaseID() - インタフェース のメソッドorg.opensaml.saml2.core.NameIDMappingRequest
-
Gets the base identifier of the principal for this request.
- getBaseID() - インタフェース のメソッドorg.opensaml.saml2.core.Subject
-
Gets the base identifier of the principal for this request.
- getBaseID() - インタフェース のメソッドorg.opensaml.saml2.core.SubjectConfirmation
-
Gets the base identifier of the principal for this request.
- getBaseID() - インタフェース のメソッドorg.opensaml.samlext.saml2delrestrict.Delegate
-
Gets the BaseID child element of the delegate.
- getBaseID() - クラス のメソッドorg.opensaml.samlext.saml2delrestrict.impl.DelegateImpl
-
Gets the BaseID child element of the delegate.
- getBaseURI() - クラス のメソッドorg.opensaml.xml.parse.ClasspathResolver.LSInputImpl
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.authority.SAML1AttributeAuthorityBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.authority.SAML2AttributeAuthorityBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.encoding.SAML1Base64AttributeEncoderBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.encoding.SAML1ScopedStringAttributeEncoderBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.encoding.SAML1StringAttributeEncoderBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.encoding.SAML1StringNameIdentifierEncoderBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.encoding.SAML1XMLObjectAttributeEncoderBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.encoding.SAML2Base64AttributeEncoderBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.encoding.SAML2ScopedStringAttributeEncoderBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.encoding.SAML2StringAttributeEncoderBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.encoding.SAML2StringNameIDEncoderBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.encoding.SAML2XMLObjectAttributeEncoderBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.filtering.AttributeFilterPolicyBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.filtering.AttributeRuleBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.filtering.match.basic.AndMatchFunctorBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.filtering.match.basic.AnyMatchFunctorBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.filtering.match.basic.AttributeIssuerRegexMatchFunctionBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.filtering.match.basic.AttributeIssuerStringMatchFunctionBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.filtering.match.basic.AttributeRequesterRegexMatchFunctionBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.filtering.match.basic.AttributeRequesterStringMatchFunctionBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.filtering.match.basic.AttributeScopeRegexMatchFunctionBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.filtering.match.basic.AttributeScopeStringMatchFunctionBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.filtering.match.basic.AttributeValueRegexMatchFunctionBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.filtering.match.basic.AttributeValueStringMatchFunctionBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.filtering.match.basic.AuthenticationMethodRegexMatchFunctionBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.filtering.match.basic.AuthenticationMethodStringMatchFunctionBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.filtering.match.basic.NotMatchFunctorBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.filtering.match.basic.NumOfAttributeValuesMatchFunctorBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.filtering.match.basic.OrMatchFunctorBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.filtering.match.basic.PrincipalNameRegexMatchFunctionBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.filtering.match.basic.PrincipalNameStringMatchFunctionBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.filtering.match.basic.ScriptMatchFunctorBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.filtering.match.saml.AttributeIssuerEntityAttributeExactMatchFunctorBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.filtering.match.saml.AttributeIssuerEntityAttributeRegexMatchFunctorBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.filtering.match.saml.AttributeIssuerInEntityGroupMatchFunctorBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.filtering.match.saml.AttributeIssuerNameIDFormatExactMatchFunctorBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.filtering.match.saml.AttributeRequesterEntityAttributeExactMatchFunctorBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.filtering.match.saml.AttributeRequesterEntityAttributeRegexMatchFunctorBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.filtering.match.saml.AttributeRequesterInEntityGroupMatchFunctorBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.filtering.match.saml.AttributeRequesterNameIDFormatExactMatchFunctorBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.filtering.ShibbolethAttributeFilteringEngineBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.attributeDefinition.CryptoTransientIdAttributeDefinitionBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.attributeDefinition.MappedAttributeDefinitionBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.attributeDefinition.PrescopedAttributeDefinitionBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.attributeDefinition.PrincipalAuthenticationMethodAttributeDefinitionBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.attributeDefinition.PrincipalNameAttributeDefinitionBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.attributeDefinition.RegexSplitAttributeDefinitionBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.attributeDefinition.SAML1NameIdentifierAttributeDefinitionBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.attributeDefinition.SAML2NameIDAttributeDefinitionBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.attributeDefinition.ScopedAttributeDefinitionBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.attributeDefinition.ScriptedAttributeDefinitionBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.attributeDefinition.SimpleAttributeDefinitionBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.attributeDefinition.TemplateAttributeDefinitionBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.attributeDefinition.TransientIdAttributeDefinitionBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnector.ComputedIDDataConnectorBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnector.LdapDataConnectorBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnector.RDBMSDataConnectorBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnector.StaticDataConnectorBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnector.StoredIDDataConnectorBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.principalConnector.CryptoTransientPrincipalConnectorBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.principalConnector.DirectPrincipalConnectorBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.principalConnector.StoredIDPrincipalConnectorBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.principalConnector.TransientPrincipalConnectorBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.ShibbolethAttributeResolverBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.metadata.ChainingMetadataProviderBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.metadata.EntityRoleFilterBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.metadata.FileBackedHTTPMetadataProviderBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.metadata.FilesystemMetadataProviderBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.metadata.HTTPMetadataProviderBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.metadata.InlineMetadataProviderBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.metadata.MetadataFilterChainBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.metadata.RequiredValidUntilFilterBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.metadata.ResourceBackedMetadataProviderBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.metadata.SchemaValidationFilterBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.metadata.SignatureValidationFilterBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.profile.JSPErrorHandlerBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.profile.VelocityErrorHandlerBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.relyingparty.RelyingPartyConfigurationBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.relyingparty.RelyingPartyGroupBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.relyingparty.saml.SAML1ArtifactResolutionProfileConfigurationBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.relyingparty.saml.SAML1AttributeQueryProfileConfigurationBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.relyingparty.saml.SAML2ArtifactResolutionProfileConfigurationBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.relyingparty.saml.SAML2AttributeQueryProfileConfigurationBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.relyingparty.saml.SAML2ECPProfileConfigurationBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.relyingparty.saml.SAML2LogoutRequestProfileConfigurationBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.relyingparty.saml.SAML2SSOProfileConfigurationBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.relyingparty.saml.ShibbolethSSOProfileConfigurationBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.relyingparty.SAMLMDRelyingPartyConfigurationManagerBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.resource.ChainingResourceFilterBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.resource.ClasspathResourceBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.resource.FileBackedHttpResourceBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.resource.FilesystemResourceBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.resource.HttpResourceBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.resource.PropertyReplacementResourceFilterBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.resource.SVNResourceBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.AbstractBasicCredentialBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.AbstractPKIXValidationInformationBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.AbstractX509CredentialBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.CertPathPKIXValidationOptionsBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.ChainingSignatureTrustEngineBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.ChainingTrustEngineBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.ClientCertAuthRuleBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.MandatoryMessageAuthenticationRuleBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.MetadataExplicitKeySignatureTrustEngineBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.MetadataExplicitKeyTrustEngineBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.MetadataPKIXSignatureTrustEngineBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.MetadataPKIXX509CredentialTrustEngineBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.PKIXValidationOptionsBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.saml.IssueInstantRuleBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.saml.MandatoryIssuerRuleBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.saml.MessageReplayRuleBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.saml.SAML2AuthnRequestsSignedRuleBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.saml.SAML2HTTPPostSimpleSignRuleBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.saml.SAML2HTTPRedirectDeflateSignatureRuleBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.saml.SAMLProtocolMessageXMLSignatureSecurityPolicyBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.ShibbolethSecurityPolicyBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.StaticExplicitKeySignatureTrustEngineBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.StaticExplicitKeyTrustEngineBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.StaticPKIXSignatureTrustEngineBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.StaticPKIXX509CredentialTrustEngineBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.service.ServletContextAttributeExporterBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.config.profile.authn.ExternalAuthnSystemLoginHandlerBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.config.profile.authn.IPAddressLoginHandlerBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.config.profile.authn.PreviousSessionLoginHandlerBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.config.profile.authn.RemoteUserLoginHandlerBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.config.profile.authn.UsernamePasswordLoginHandlerBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.config.profile.IdPProfileHandlerManagerBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.config.profile.saml1.SAML1ArtifactResolutionProfileHanderBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.config.profile.saml1.SAML1AttributeQueryProfileHandlerBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.config.profile.saml1.ShibbolethSSOProfileHandlerBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.config.profile.saml2.SAML2ArtifactResolutionProfileHandlerBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.config.profile.saml2.SAML2AttributeQueryProfileHandlerBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.config.profile.saml2.SAML2ECPProfileHandlerBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.config.profile.saml2.SAML2SLOProfileHandlerBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.config.profile.saml2.SAML2SSOProfileHandlerBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.config.profile.SAMLMetadataHandlerBeanDefinitionParser
- getBeanClass(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.config.profile.StatusHandlerBeanDefinitionParser
- getBinding() - インタフェース のメソッドorg.opensaml.saml1.core.AuthorityBinding
-
Getter for Binding
- getBinding() - クラス のメソッドorg.opensaml.saml1.core.impl.AuthorityBindingImpl
-
Getter for Binding
- getBinding() - インタフェース のメソッドorg.opensaml.saml2.metadata.Endpoint
-
Gets the URI identifier for the binding supported by this Endpoint.
- getBinding() - クラス のメソッドorg.opensaml.saml2.metadata.impl.EndpointImpl
-
Gets the URI identifier for the binding supported by this Endpoint.
- getBindingURI() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.saml1.ShibbolethSSODecoder
-
Gets the SAML binding URI supported by this decoder.
- getBindingURI() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.saml2.UnsolicitedSSODecoder
-
Gets the SAML binding URI supported by this decoder.
- getBindingURI() - インタフェース のメソッドorg.opensaml.common.binding.decoding.SAMLMessageDecoder
-
Gets the SAML binding URI supported by this decoder.
- getBindingURI() - インタフェース のメソッドorg.opensaml.common.binding.encoding.SAMLMessageEncoder
-
Gets the SAML binding URI supported by this encoder.
- getBindingURI() - クラス のメソッドorg.opensaml.saml1.binding.decoding.HTTPArtifactDecoder
-
Gets the SAML binding URI supported by this decoder.
- getBindingURI() - クラス のメソッドorg.opensaml.saml1.binding.decoding.HTTPPostDecoder
-
Gets the SAML binding URI supported by this decoder.
- getBindingURI() - クラス のメソッドorg.opensaml.saml1.binding.decoding.HTTPSOAP11Decoder
-
Gets the SAML binding URI supported by this decoder.
- getBindingURI() - クラス のメソッドorg.opensaml.saml1.binding.encoding.HTTPArtifactEncoder
-
Gets the SAML binding URI supported by this encoder.
- getBindingURI() - クラス のメソッドorg.opensaml.saml1.binding.encoding.HTTPPostEncoder
-
Gets the SAML binding URI supported by this encoder.
- getBindingURI() - クラス のメソッドorg.opensaml.saml1.binding.encoding.HTTPSOAP11Encoder
-
Gets the SAML binding URI supported by this encoder.
- getBindingURI() - クラス のメソッドorg.opensaml.saml2.binding.decoding.HTTPArtifactDecoder
-
Gets the SAML binding URI supported by this decoder.
- getBindingURI() - クラス のメソッドorg.opensaml.saml2.binding.decoding.HTTPPostDecoder
-
Gets the SAML binding URI supported by this decoder.
- getBindingURI() - クラス のメソッドorg.opensaml.saml2.binding.decoding.HTTPPostSimpleSignDecoder
-
Gets the SAML binding URI supported by this decoder.
- getBindingURI() - クラス のメソッドorg.opensaml.saml2.binding.decoding.HTTPRedirectDeflateDecoder
-
Gets the SAML binding URI supported by this decoder.
- getBindingURI() - クラス のメソッドorg.opensaml.saml2.binding.decoding.HTTPSOAP11Decoder
-
Gets the SAML binding URI supported by this decoder.
- getBindingURI() - クラス のメソッドorg.opensaml.saml2.binding.encoding.HandlerChainAwareHTTPSOAP11Encoder
-
Gets the SAML binding URI supported by this encoder.
- getBindingURI() - クラス のメソッドorg.opensaml.saml2.binding.encoding.HTTPArtifactEncoder
-
Gets the SAML binding URI supported by this encoder.
- getBindingURI() - クラス のメソッドorg.opensaml.saml2.binding.encoding.HTTPPostEncoder
-
Gets the SAML binding URI supported by this encoder.
- getBindingURI() - クラス のメソッドorg.opensaml.saml2.binding.encoding.HTTPPostSimpleSignEncoder
-
Gets the SAML binding URI supported by this encoder.
- getBindingURI() - クラス のメソッドorg.opensaml.saml2.binding.encoding.HTTPRedirectDeflateEncoder
-
Gets the SAML binding URI supported by this encoder.
- getBindingURI() - クラス のメソッドorg.opensaml.saml2.binding.encoding.HTTPSOAP11Encoder
-
Gets the SAML binding URI supported by this encoder.
- getBody() - インタフェース のメソッドorg.opensaml.ws.soap.soap11.Envelope
-
Gets the body of this envelope.
- getBody() - クラス のメソッドorg.opensaml.ws.soap.soap11.impl.EnvelopeImpl
-
Gets the body of this envelope.
- getBrowserLanguages() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.ui.ServiceTagSupport
-
Pluck the language from the browser.
- getBuilder() - クラス のメソッドorg.opensaml.xml.parse.BasicParserPool
-
Gets a builder from the pool.
- getBuilder() - インタフェース のメソッドorg.opensaml.xml.parse.ParserPool
-
Gets a builder from the pool.
- getBuilder() - クラス のメソッドorg.opensaml.xml.parse.StaticBasicParserPool
-
Gets a builder from the pool.
- getBuilder(QName) - クラス のメソッドorg.opensaml.xml.XMLObjectBuilderFactory
-
- getBuilder(Element) - クラス のメソッドorg.opensaml.xml.XMLObjectBuilderFactory
-
Retrieves the XMLObject builder for the given element.
- getBuilderAttributes() - クラス のメソッドorg.opensaml.xml.parse.BasicParserPool
-
Gets the builder attributes used when creating builders.
- getBuilderAttributes() - クラス のメソッドorg.opensaml.xml.parse.StaticBasicParserPool
-
Gets the builder attributes used when creating builders.
- getBuilderFactory() - クラス のメソッドedu.internet2.middleware.shibboleth.common.profile.provider.AbstractShibbolethProfileHandler
-
Convenience method for getting the XML object builder factory.
- getBuilderFactory() - クラス のstaticメソッドorg.opensaml.xml.Configuration
-
Gets the XMLObject builder factory that has been configured with information from loaded configuration files.
- getBuilderFeatures() - クラス のメソッドorg.opensaml.xml.parse.BasicParserPool
-
Gets the builders' features.
- getBuilderFeatures() - クラス のメソッドorg.opensaml.xml.parse.StaticBasicParserPool
-
Gets the builders' features.
- getBuilders() - クラス のメソッドorg.opensaml.xml.XMLObjectBuilderFactory
-
Gets an immutable list of all the builders currently registered.
- getByteStream() - クラス のメソッドorg.opensaml.xml.parse.ClasspathResolver.LSInputImpl
- getCacheDuration() - インタフェース のメソッドorg.opensaml.saml2.common.CacheableSAMLObject
-
Gets the maximum time, in milliseconds, that this descriptor should be cached.
- getCacheDuration() - クラス のメソッドorg.opensaml.saml2.metadata.impl.AffiliationDescriptorImpl
-
Gets the maximum time, in milliseconds, that this descriptor should be cached.
- getCacheDuration() - クラス のメソッドorg.opensaml.saml2.metadata.impl.EntitiesDescriptorImpl
-
Gets the maximum time, in milliseconds, that this descriptor should be cached.
- getCacheDuration() - クラス のメソッドorg.opensaml.saml2.metadata.impl.EntityDescriptorImpl
-
Gets the maximum time, in milliseconds, that this descriptor should be cached.
- getCacheDuration() - クラス のメソッドorg.opensaml.saml2.metadata.impl.RoleDescriptorImpl
-
Gets the maximum time, in milliseconds, that this descriptor should be cached.
- getCacheElementTimeToLive() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnector.LdapDataConnectorFactoryBean
-
Gets the time to live, in milliseconds, for cache elements.
- getCacheElementTimeToLive() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnector.RDBMSDataConnectorFactoryBean
-
Gets the time to live, in milliseconds, for cache elements.
- getCacheManager() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnector.LdapDataConnectorFactoryBean
-
Gets the manager for the results cache.
- getCacheManager() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnector.RDBMSDataConnectorFactoryBean
-
Gets the manager for the results cache.
- getCandidates() - クラス のメソッドorg.opensaml.saml2.metadata.support.AttributeConsumingServiceSelector
-
Get the list of candidate attribute consuming services.
- getCanonicalizationAlgorithm() - クラス のメソッドorg.opensaml.xml.signature.impl.SignatureImpl
-
Gets the canonicalization algorithm used to create the signature content.
- getCanonicalizationAlgorithm() - インタフェース のメソッドorg.opensaml.xml.signature.Signature
-
Gets the canonicalization algorithm used to create the signature content.
- getCarriedKeyName() - インタフェース のメソッドorg.opensaml.xml.encryption.EncryptedKey
-
Gets the child element carrying the human readable name for this key.
- getCarriedKeyName() - クラス のメソッドorg.opensaml.xml.encryption.impl.EncryptedKeyImpl
-
Gets the child element carrying the human readable name for this key.
- getCertificate(X509Certificate) - クラス のstaticメソッドorg.opensaml.xml.security.keyinfo.KeyInfoHelper
-
- getCertificateNameOptions() - クラス のメソッドorg.opensaml.ws.security.provider.ClientCertAuthRule
-
Get the currently configured certificate name options.
- getCertificatePresenterEntityID(MessageContext) - クラス のメソッドorg.opensaml.ws.security.provider.ClientCertAuthRule
-
Get the entity ID of the presenter of the client TLS certificate, as will be used for trust evaluation purposes.
- getCertificates() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.PKIXValidationInformationFactoryBean
-
Gets the cerificates respresented by this info set.
- getCertificates() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.X509CredentialFactoryBean
-
Gets the cerificates respresented by this credential.
- getCertificates(KeyInfo) - クラス のstaticメソッドorg.opensaml.xml.security.keyinfo.KeyInfoHelper
-
- getCertificates(X509Data) - クラス のstaticメソッドorg.opensaml.xml.security.keyinfo.KeyInfoHelper
-
- getCertificates() - クラス のメソッドorg.opensaml.xml.security.x509.BasicPKIXValidationInformation
-
Gets the certificate trust anchors used during PKIX validation.
- getCertificates() - インタフェース のメソッドorg.opensaml.xml.security.x509.PKIXValidationInformation
-
Gets the certificate trust anchors used during PKIX validation.
- getCertifiedText() - クラス のメソッドorg.opensaml.xml.parse.ClasspathResolver.LSInputImpl
- getChain() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.ChainingSignatureTrustEngineFactoryBean
-
Gets the chain member list.
- getChain() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.ChainingTrustEngineFactoryBean
-
Gets the chain member list.
- getChain() - クラス のメソッドorg.opensaml.xml.security.trust.ChainingTrustEngine
-
Get the list of configured trust engines which constitute the trust evaluation chain.
- getChain() - クラス のメソッドorg.opensaml.xml.signature.impl.ChainingSignatureTrustEngine
-
Get the list of configured trust engines which constitute the trust evaluation chain.
- getChallenge() - クラス のメソッドorg.opensaml.ws.wstrust.impl.SignChallengeTypeImpl
-
Returns the wst:Challenge child element.
- getChallenge() - インタフェース のメソッドorg.opensaml.ws.wstrust.SignChallengeType
-
Returns the wst:Challenge child element.
- getCharacterEncoding() - クラス のメソッドorg.opensaml.ESAPISecurityConfig
- getCharacterEncoding() - クラス のメソッドorg.opensaml.ws.transport.BaseTransport
-
Gets the character encoding of the transport.
- getCharacterEncoding() - クラス のメソッドorg.opensaml.ws.transport.http.HttpServletRequestAdapter
-
Gets the character encoding of the transport.
- getCharacterEncoding() - クラス のメソッドorg.opensaml.ws.transport.http.HttpServletResponseAdapter
-
Gets the character encoding of the transport.
- getCharacterEncoding() - インタフェース のメソッドorg.opensaml.ws.transport.Transport
-
Gets the character encoding of the transport.
- getCharacterStream() - クラス のメソッドorg.opensaml.xml.parse.ClasspathResolver.LSInputImpl
- getChildElements(Element) - クラス のstaticメソッドorg.opensaml.xml.util.XMLHelper
-
Gets the child elements of the given element in a single iteration.
- getChildElementsByTagName(Element, String) - クラス のstaticメソッドorg.opensaml.xml.util.XMLHelper
-
Gets the child nodes with the given local tag name.
- getChildElementsByTagNameNS(Element, String, String) - クラス のstaticメソッドorg.opensaml.xml.util.XMLHelper
-
Gets the child nodes with the given namespace qualified tag name.
- getChildren() - インタフェース のメソッドorg.opensaml.saml2.core.Advice
-
Gets the list of all child elements attached to this advice.
- getChildren(QName) - インタフェース のメソッドorg.opensaml.saml2.core.Advice
-
Gets the list of child elements attached to this advice that match a particular QName.
- getChildren() - クラス のメソッドorg.opensaml.saml2.core.impl.AdviceImpl
-
Gets the list of all child elements attached to this advice.
- getChildren(QName) - クラス のメソッドorg.opensaml.saml2.core.impl.AdviceImpl
-
Gets the list of child elements attached to this advice that match a particular QName.
- getCipherAlgorithm() - クラス のメソッドedu.internet2.middleware.shibboleth.common.util.DataSealer
-
Returns the encryption algorithm.
- getCipherData() - インタフェース のメソッドorg.opensaml.xml.encryption.EncryptedType
-
Gets the CipherData child element.
- getCipherData() - クラス のメソッドorg.opensaml.xml.encryption.impl.EncryptedTypeImpl
-
Gets the CipherData child element.
- getCipherKey() - クラス のメソッドedu.internet2.middleware.shibboleth.common.util.DataSealer
-
Returns the encryption key.
- getCipherKeyAlias() - クラス のメソッドedu.internet2.middleware.shibboleth.common.util.DataSealer
-
Returns the encryption key alias.
- getCipherKeyPassword() - クラス のメソッドedu.internet2.middleware.shibboleth.common.util.DataSealer
-
Returns the encryption key password.
- getCipherReference() - インタフェース のメソッドorg.opensaml.xml.encryption.CipherData
-
Get the CipherReference which points to the location encrypted data.
- getCipherReference() - クラス のメソッドorg.opensaml.xml.encryption.impl.CipherDataImpl
-
Get the CipherReference which points to the location encrypted data.
- getCipherTransformation() - クラス のメソッドorg.opensaml.ESAPISecurityConfig
- getCipherValue() - インタフェース のメソッドorg.opensaml.xml.encryption.CipherData
-
Get the base64-encoded data representing the the encrypted form of the plaintext data.
- getCipherValue() - クラス のメソッドorg.opensaml.xml.encryption.impl.CipherDataImpl
-
Get the base64-encoded data representing the the encrypted form of the plaintext data.
- getCode() - インタフェース のメソッドorg.opensaml.ws.soap.soap11.Fault
-
Gets the fault code for this fault.
- getCode() - クラス のメソッドorg.opensaml.ws.soap.soap11.impl.FaultImpl
-
Gets the fault code for this fault.
- getCode() - クラス のメソッドorg.opensaml.ws.wstrust.impl.StatusImpl
-
Returns the wst:Code child element.
- getCode() - インタフェース のメソッドorg.opensaml.ws.wstrust.Status
-
Returns the wst:Code child element.
- getCollection() - クラス のメソッドorg.opensaml.xml.security.credential.CollectionCredentialResolver
-
Get the (modifiable) credential collection which is the backing store for the resolver.
- getColumnDescriptor() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.dataConnector.RDBMSDataConnector
-
Gets the set of column descriptors used to deal with result set data.
- getColumnDescriptors() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnector.RDBMSDataConnectorFactoryBean
-
Gets the result set column descriptors.
- getColumnName() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.dataConnector.RDBMSColumnDescriptor
-
Gets the name of the database column.
- getCombinedCipherModes() - クラス のメソッドorg.opensaml.ESAPISecurityConfig
- getCombinedHash() - インタフェース のメソッドorg.opensaml.ws.wstrust.Authenticator
-
Returns the wst:CombinedHash child element.
- getCombinedHash() - クラス のメソッドorg.opensaml.ws.wstrust.impl.AuthenticatorImpl
-
Returns the wst:CombinedHash child element.
- getCombinePoliciesXSBooleanValue() - クラス のメソッドorg.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeImpl
-
Returns if the PDP can combine policies from the query and local policies.
- getCombinePoliciesXSBooleanValue() - インタフェース のメソッドorg.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
-
Returns if the PDP can combine policies from the query and local policies.
- getCombinerParameters() - インタフェース のメソッドorg.opensaml.xacml.policy.CombinerParametersType
-
Gets the combiner parameters.
- getCombinerParameters() - クラス のメソッドorg.opensaml.xacml.policy.impl.CombinerParametersTypeImpl
-
Gets the combiner parameters.
- getCombinerParameters() - クラス のメソッドorg.opensaml.xacml.policy.impl.PolicyCombinerParametersTypeImpl
-
Gets the combiner parameters.
- getCombinerParameters() - クラス のメソッドorg.opensaml.xacml.policy.impl.PolicySetTypeImpl
-
Gets the combiner parameters for this policy set.
- getCombinerParameters() - クラス のメソッドorg.opensaml.xacml.policy.impl.PolicyTypeImpl
-
Gets the combiner parameters for this policy.
- getCombinerParameters() - クラス のメソッドorg.opensaml.xacml.policy.impl.RuleCombinerParametersTypeImpl
-
Gets the combiner parameters.
- getCombinerParameters() - インタフェース のメソッドorg.opensaml.xacml.policy.PolicySetType
-
Gets the combiner parameters for this policy set.
- getCombinerParameters() - インタフェース のメソッドorg.opensaml.xacml.policy.PolicyType
-
Gets the combiner parameters for this policy.
- getCommonName(X509Certificate) - クラス のメソッドorg.opensaml.ws.security.provider.ClientCertAuthRule
-
Get the first common name (CN) value from the subject DN of the specified certificate.
- getCommonNames(X500Principal) - クラス のstaticメソッドorg.opensaml.xml.security.x509.X509Util
-
Gets the commons names that appear within the given distinguished name.
- getCommunicationProfileId() - クラス のメソッドorg.opensaml.ws.message.BaseMessageContext
-
Gets the unique id of the communication profile in use.
- getCommunicationProfileId() - インタフェース のメソッドorg.opensaml.ws.message.MessageContext
-
Gets the unique id of the communication profile in use.
- getCompany() - インタフェース のメソッドorg.opensaml.saml2.metadata.ContactPerson
-
Gets the company this contact person is associated with.
- getCompany() - クラス のメソッドorg.opensaml.saml2.metadata.impl.ContactPersonImpl
-
Gets the company this contact person is associated with.
- getComparison() - クラス のメソッドorg.opensaml.saml2.core.impl.RequestedAuthnContextImpl
-
Gets the Comparison attribute value of the requested authn context.
- getComparison() - インタフェース のメソッドorg.opensaml.saml2.core.RequestedAuthnContext
-
Gets the Comparison attribute value of the requested authn context.
- GetComplete - org.opensaml.saml2.coreのインタフェース
-
SAML 2.0 Core GetComplete.
- GetCompleteBuilder - org.opensaml.saml2.core.implのクラス
-
- GetCompleteBuilder() - クラス のコンストラクタorg.opensaml.saml2.core.impl.GetCompleteBuilder
-
Constructor.
- GetCompleteImpl - org.opensaml.saml2.core.implのクラス
-
- GetCompleteImpl(String, String, String) - クラス のコンストラクタorg.opensaml.saml2.core.impl.GetCompleteImpl
-
Constructor.
- GetCompleteMarshaller - org.opensaml.saml2.core.implのクラス
-
- GetCompleteMarshaller() - クラス のコンストラクタorg.opensaml.saml2.core.impl.GetCompleteMarshaller
-
- GetCompleteSchemaValidator - org.opensaml.saml2.core.validatorのクラス
-
- GetCompleteSchemaValidator() - クラス のコンストラクタorg.opensaml.saml2.core.validator.GetCompleteSchemaValidator
-
Constructor
- GetCompleteUnmarshaller - org.opensaml.saml2.core.implのクラス
-
- GetCompleteUnmarshaller() - クラス のコンストラクタorg.opensaml.saml2.core.impl.GetCompleteUnmarshaller
-
- getCondition() - クラス のメソッドorg.opensaml.xacml.policy.impl.RuleTypeImpl
-
Gets the condition for this rule.
- getCondition() - インタフェース のメソッドorg.opensaml.xacml.policy.RuleType
-
Gets the condition for this rule.
- getConditions() - インタフェース のメソッドorg.opensaml.saml1.core.Assertion
-
Return the (singleton) Object, representing the Conditions
sub element.
- getConditions() - インタフェース のメソッドorg.opensaml.saml1.core.Conditions
-
Return the List representing all the Condition
sub elements.
- getConditions(QName) - インタフェース のメソッドorg.opensaml.saml1.core.Conditions
-
Return the List representing all the Condition
s with the given schema type or element name.
- getConditions() - クラス のメソッドorg.opensaml.saml1.core.impl.AssertionImpl
-
Return the (singleton) Object, representing the Conditions
sub element.
- getConditions() - クラス のメソッドorg.opensaml.saml1.core.impl.ConditionsImpl
-
Return the List representing all the Condition
sub elements.
- getConditions(QName) - クラス のメソッドorg.opensaml.saml1.core.impl.ConditionsImpl
-
Return the List representing all the Condition
s with the given schema type or element name.
- getConditions() - インタフェース のメソッドorg.opensaml.saml2.core.Assertion
-
Gets the Conditions placed on this assertion.
- getConditions() - インタフェース のメソッドorg.opensaml.saml2.core.AuthnRequest
-
- getConditions() - インタフェース のメソッドorg.opensaml.saml2.core.Conditions
-
Gets all the conditions on the assertion.
- getConditions() - クラス のメソッドorg.opensaml.saml2.core.impl.AssertionImpl
-
Gets the Conditions placed on this assertion.
- getConditions() - クラス のメソッドorg.opensaml.saml2.core.impl.AuthnRequestImpl
-
- getConditions() - クラス のメソッドorg.opensaml.saml2.core.impl.ConditionsImpl
-
Gets all the conditions on the assertion.
- getConfirmationMethod() - インタフェース のメソッドorg.opensaml.saml1.core.ConfirmationMethod
-
Gets the confirmation method.
- getConfirmationMethod() - クラス のメソッドorg.opensaml.saml1.core.impl.ConfirmationMethodImpl
-
Gets the confirmation method.
- getConfirmationMethod() - インタフェース のメソッドorg.opensaml.samlext.saml2delrestrict.Delegate
-
Get the confirmation method attribute value.
- getConfirmationMethod() - クラス のメソッドorg.opensaml.samlext.saml2delrestrict.impl.DelegateImpl
-
Get the confirmation method attribute value.
- getConfirmationMethods() - クラス のメソッドorg.opensaml.saml1.core.impl.SubjectConfirmationImpl
-
Get the list with all the ConfirmationMethods.
- getConfirmationMethods() - インタフェース のメソッドorg.opensaml.saml1.core.SubjectConfirmation
-
Get the list with all the ConfirmationMethods.
- getConnectionCredential() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnector.LdapDataConnectorFactoryBean
-
Gets the client authentication material used when connecting to the LDAP via SSL or TLS.
- getConnectionDataSource() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnector.RDBMSDataConnectorFactoryBean
-
Gets the database connection source.
- getConnectionRetryAttempts() - クラス のメソッドorg.opensaml.ws.soap.client.http.HttpClientBuilder
-
Gets the number of times a connection will be tried if a host is unreachable.
- getConnectionStrategy() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnector.LdapDataConnectorFactoryBean
-
Gets the LDAP connection strategy.
- getConnectionTimeout(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.resource.SVNResourceBeanDefinitionParser
-
- getConnectionTimeout() - クラス のメソッドorg.opensaml.ws.soap.client.http.HttpClientBuilder
-
Gets the time, in milliseconds, to wait for connection establishments.
- getConnectTimeout(SVNRepository) - クラス のメソッドedu.internet2.middleware.shibboleth.common.resource.SVNBasicAuthenticationManager
- getConsent() - クラス のメソッドorg.opensaml.saml2.core.impl.RequestAbstractTypeImpl
-
Gets the consent obtained from the principal for sending this request.
- getConsent() - クラス のメソッドorg.opensaml.saml2.core.impl.StatusResponseTypeImpl
-
Gets the consent obtained from the principal for sending this response.
- getConsent() - インタフェース のメソッドorg.opensaml.saml2.core.RequestAbstractType
-
Gets the consent obtained from the principal for sending this request.
- getConsent() - インタフェース のメソッドorg.opensaml.saml2.core.StatusResponseType
-
Gets the consent obtained from the principal for sending this response.
- getContactFromEntity() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.ui.ServiceContactTag
-
build an appropriate string from the <EntityDescriptor>.
- getContactPersons() - インタフェース のメソッドorg.opensaml.saml2.metadata.EntityDescriptor
-
Get the contact people for this entity.
- getContactPersons() - クラス のメソッドorg.opensaml.saml2.metadata.impl.EntityDescriptorImpl
-
Get the contact people for this entity.
- getContactPersons() - クラス のメソッドorg.opensaml.saml2.metadata.impl.RoleDescriptorImpl
-
- getContactPersons() - インタフェース のメソッドorg.opensaml.saml2.metadata.RoleDescriptor
-
- getContentCharSet() - クラス のメソッドorg.opensaml.ws.soap.client.http.HttpClientBuilder
-
Gets the character set used for HTTP content.
- getContentReferences() - クラス のメソッドorg.opensaml.xml.signature.impl.SignatureImpl
-
Gets the list of signature content references.
- getContentReferences() - インタフェース のメソッドorg.opensaml.xml.signature.Signature
-
Gets the list of signature content references.
- getContents() - インタフェース のメソッドorg.opensaml.saml1.core.Action
-
Return the contents
- getContents() - クラス のメソッドorg.opensaml.saml1.core.impl.ActionImpl
-
Return the contents
- getContext() - クラス のメソッドorg.opensaml.ws.wstrust.impl.RequestSecurityTokenImpl
-
Returns the Context attribute value.
- getContext() - クラス のメソッドorg.opensaml.ws.wstrust.impl.RequestSecurityTokenResponseImpl
-
Returns the Context attribute value.
- getContext() - インタフェース のメソッドorg.opensaml.ws.wstrust.RequestSecurityToken
-
Returns the Context attribute value.
- getContext() - インタフェース のメソッドorg.opensaml.ws.wstrust.RequestSecurityTokenResponse
-
Returns the Context attribute value.
- getContextParam(ServletContext, String, String) - クラス のstaticメソッドedu.internet2.middleware.shibboleth.idp.util.HttpServletHelper
-
Gets a value for a given context parameter.
- getContextRelativeUrl(HttpServletRequest, String) - クラス のstaticメソッドedu.internet2.middleware.shibboleth.idp.util.HttpServletHelper
-
Builds a URL to a path that is meant to be relative to the Servlet context.
- getCookie(HttpServletRequest, String) - クラス のstaticメソッドedu.internet2.middleware.shibboleth.idp.util.HttpServletHelper
-
Gets the first Cookie
whose name matches the given name.
- getCookieDomain(ServletContext) - クラス のstaticメソッドedu.internet2.middleware.shibboleth.idp.util.HttpServletHelper
-
Gets the domain to use for all cookies.
- getCreateBuildersAtPoolLimit() - クラス のメソッドorg.opensaml.xml.parse.BasicParserPool
-
推奨されていません。
- getCreated() - クラス のメソッドorg.opensaml.ws.wssecurity.impl.TimestampImpl
-
Returns the <wsu:Created< child element.
- getCreated() - インタフェース のメソッドorg.opensaml.ws.wssecurity.Timestamp
-
Returns the <wsu:Created< child element.
- getCreated() - クラス のメソッドorg.opensaml.ws.wstrust.impl.LifetimeImpl
-
Returns the wsu:Created child element.
- getCreated() - インタフェース のメソッドorg.opensaml.ws.wstrust.Lifetime
-
Returns the wsu:Created child element.
- getCreationTime() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.dataConnector.StoredIDStore.PersistentIdEntry
-
Gets the time the identifier was created.
- getCredentalContextSet() - クラス のメソッドorg.opensaml.xml.security.credential.AbstractCredential
-
Get the set of credential context information, which provides additional information
specific to the contexts in which the credential was resolved.
- getCredentalContextSet() - インタフェース のメソッドorg.opensaml.xml.security.credential.Credential
-
Get the set of credential context information, which provides additional information
specific to the contexts in which the credential was resolved.
- getCredentialResolver() - クラス のメソッドorg.opensaml.xml.security.trust.ExplicitKeyTrustEngine
-
Gets the credential resolver used to recover trusted credentials that
may be used to validate tokens.
- getCredentialResolver() - クラス のメソッドorg.opensaml.xml.security.trust.ExplicitX509CertificateTrustEngine
-
Gets the credential resolver used to recover trusted credentials that
may be used to validate tokens.
- getCredentialResolver() - インタフェース のメソッドorg.opensaml.xml.security.trust.TrustedCredentialTrustEngine
-
Gets the credential resolver used to recover trusted credentials that
may be used to validate tokens.
- getCredentialResolver() - クラス のメソッドorg.opensaml.xml.signature.impl.ExplicitKeySignatureTrustEngine
-
Gets the credential resolver used to recover trusted credentials that
may be used to validate tokens.
- getCredentials() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.relyingparty.RelyingPartyGroup
-
Gets the credentials for the group.
- getCredentials() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.StaticExplicitKeySignatureTrustEngineFactoryBean
-
Gets the list of trusted credentials.
- getCredentials() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.StaticExplicitKeyTrustEngineFactoryBean
-
Gets the list of trusted credentials.
- getCredentialType() - クラス のメソッドorg.opensaml.xml.security.credential.BasicCredential
-
Get the primary type of the credential instance.
- getCredentialType() - クラス のメソッドorg.opensaml.xml.security.credential.BasicKeyInfoGeneratorFactory
-
Get the type (interface) of the specific type of credential handled by generators produced by
this factory.
- getCredentialType() - インタフェース のメソッドorg.opensaml.xml.security.credential.Credential
-
Get the primary type of the credential instance.
- getCredentialType() - インタフェース のメソッドorg.opensaml.xml.security.keyinfo.KeyInfoGeneratorFactory
-
Get the type (interface) of the specific type of credential handled by generators produced by
this factory.
- getCredentialType() - クラス のメソッドorg.opensaml.xml.security.x509.BasicX509Credential
-
Get the primary type of the credential instance.
- getCredentialType() - クラス のメソッドorg.opensaml.xml.security.x509.X509KeyInfoGeneratorFactory
-
Get the type (interface) of the specific type of credential handled by generators produced by
this factory.
- getCRL(X509CRL) - クラス のstaticメソッドorg.opensaml.xml.security.keyinfo.KeyInfoHelper
-
Convert an
X509CRL
into a native Java representation.
- getCrls() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.PKIXValidationInformationFactoryBean
-
Gets the CRLs respresented by this info set.
- getCrls() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.X509CredentialFactoryBean
-
Gets the CRLs respresented by this credential.
- getCRLs(KeyInfo) - クラス のstaticメソッドorg.opensaml.xml.security.keyinfo.KeyInfoHelper
-
- getCRLs(X509Data) - クラス のstaticメソッドorg.opensaml.xml.security.keyinfo.KeyInfoHelper
-
- getCRLs() - クラス のメソッドorg.opensaml.xml.security.x509.BasicPKIXValidationInformation
-
Gets the CRLs used during PKIX validation.
- getCRLs() - クラス のメソッドorg.opensaml.xml.security.x509.BasicX509Credential
-
Gets a collection of CRLs associated with the credential.
- getCRLs() - クラス のメソッドorg.opensaml.xml.security.x509.KeyStoreX509CredentialAdapter
-
Gets a collection of CRLs associated with the credential.
- getCRLs() - インタフェース のメソッドorg.opensaml.xml.security.x509.PKIXValidationInformation
-
Gets the CRLs used during PKIX validation.
- getCRLs() - インタフェース のメソッドorg.opensaml.xml.security.x509.X509Credential
-
Gets a collection of CRLs associated with the credential.
- getCRLs() - クラス のメソッドorg.opensaml.xml.security.x509.X509KeyManagerX509CredentialAdapter
-
Gets a collection of CRLs associated with the credential.
- getDataConnectors() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.ShibbolethAttributeResolver
-
Gets the data connectors registered with this provider.
- getDataEncryptionAlgorithmURI(String, Integer) - クラス のメソッドorg.opensaml.xml.security.BasicSecurityConfiguration
-
Get the encryption algorithm URI for the specified JCA key algorithm name and optional key
length.
- getDataEncryptionAlgorithmURI(Credential) - クラス のメソッドorg.opensaml.xml.security.BasicSecurityConfiguration
-
Get the encryption algorithm URI for the encryption key contained within the specified credential.
- getDataEncryptionAlgorithmURI(String, Integer) - インタフェース のメソッドorg.opensaml.xml.security.SecurityConfiguration
-
Get the encryption algorithm URI for the specified JCA key algorithm name and optional key
length.
- getDataEncryptionAlgorithmURI(Credential) - インタフェース のメソッドorg.opensaml.xml.security.SecurityConfiguration
-
Get the encryption algorithm URI for the encryption key contained within the specified credential.
- getDataReferences() - クラス のメソッドorg.opensaml.xml.encryption.impl.ReferenceListImpl
-
Get the list of data reference child elements.
- getDataReferences() - インタフェース のメソッドorg.opensaml.xml.encryption.ReferenceList
-
Get the list of data reference child elements.
- getDataSealer() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.attributeDefinition.CryptoTransientIdAttributeDefinitionFactoryBean
-
Gets the object used to protect and encrypt identifiers.
- getDataSealer() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.principalConnector.CryptoTransientPrincipalConnectorFactoryBean
-
Gets the object used to decrypt identifiers.
- getDatasource() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnector.StoredIDDataConnectorBeanFactory
-
Gets the datasource used to communicate with database.
- getDataType() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.dataConnector.RDBMSColumnDescriptor
-
Gets the Java data type to express the database value as.
- getDataType() - インタフェース のメソッドorg.opensaml.xacml.ctx.AttributeType
-
Get the datatype of the attribute.
- getDataType() - クラス のメソッドorg.opensaml.xacml.ctx.impl.AttributeTypeImpl
-
Get the datatype of the attribute.
- getDataType() - クラス のメソッドorg.opensaml.xacml.ctx.impl.MissingAttributeDetailTypeImpl
-
Gets the data type of the attribute.
- getDataType() - インタフェース のメソッドorg.opensaml.xacml.ctx.MissingAttributeDetailType
-
Gets the data type of the attribute.
- getDataType() - インタフェース のメソッドorg.opensaml.xacml.policy.AttributeDesignatorType
-
Gets the data type of the designated attribute.
- getDataType() - インタフェース のメソッドorg.opensaml.xacml.policy.AttributeSelectorType
-
Gets the data type of the attribute to be selected.
- getDataType() - インタフェース のメソッドorg.opensaml.xacml.policy.AttributeValueType
-
Gets the data type of the designated attribute.
- getDataType() - クラス のメソッドorg.opensaml.xacml.policy.impl.AttributeDesignatorTypeImpl
-
Gets the data type of the designated attribute.
- getDataType() - クラス のメソッドorg.opensaml.xacml.policy.impl.AttributeSelectorTypeImpl
-
Gets the data type of the attribute to be selected.
- getDataType() - クラス のメソッドorg.opensaml.xacml.policy.impl.AttributeValueTypeImpl
-
Gets the data type of the designated attribute.
- getDataTypeFactory() - クラス のstaticメソッドorg.opensaml.xml.util.XMLHelper
-
Gets a static instance of a JAXP DatatypeFactory.
- getDateTime() - インタフェース のメソッドorg.opensaml.ws.wssecurity.AttributedDateTime
-
Returns the DateTime content or attribute value.
- getDateTime() - クラス のメソッドorg.opensaml.ws.wssecurity.impl.AttributedDateTimeImpl
-
Returns the DateTime content or attribute value.
- getDateTimeFormatter() - インタフェース のメソッドorg.opensaml.ws.wssecurity.AttributedDateTime
-
Get the DateTimeFormatter
to be used when stringifying
the DateTime
value.
- getDateTimeFormatter() - クラス のメソッドorg.opensaml.ws.wssecurity.impl.AttributedDateTimeImpl
-
Get the DateTimeFormatter
to be used when stringifying
the DateTime
value.
- getDateTimeFormatter() - クラス のメソッドorg.opensaml.xml.schema.impl.XSDateTimeImpl
-
Get the DateTimeFormatter
to be used when stringifying
the DateTime
value.
- getDateTimeFormatter() - インタフェース のメソッドorg.opensaml.xml.schema.XSDateTime
-
Get the DateTimeFormatter
to be used when stringifying
the DateTime
value.
- getDeactivatedPersistentIdEntries(String, String, String) - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.dataConnector.StoredIDStore
-
Gets the list of deactivated IDs for a given (principal, peer, local) tuple.
- getDeactivationTime() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.dataConnector.StoredIDStore.PersistentIdEntry
-
Gets the time the identifier was deactivated.
- getDecision() - インタフェース のメソッドorg.opensaml.saml1.core.AuthorizationDecisionStatement
-
Return the contents of the Decision attribute
- getDecision() - クラス のメソッドorg.opensaml.saml1.core.impl.AuthorizationDecisionStatementImpl
-
Return the contents of the Decision attribute
- getDecision() - インタフェース のメソッドorg.opensaml.saml2.core.AuthzDecisionStatement
-
Gets the decision of the authorization request.
- getDecision() - クラス のメソッドorg.opensaml.saml2.core.impl.AuthzDecisionStatementImpl
-
Gets the decision of the authorization request.
- getDecision() - インタフェース のメソッドorg.opensaml.xacml.ctx.DecisionType
-
Gets the value of the decision.
- getDecision() - クラス のメソッドorg.opensaml.xacml.ctx.impl.DecisionTypeImpl
-
Gets the value of the decision.
- getDecision() - クラス のメソッドorg.opensaml.xacml.ctx.impl.ResultTypeImpl
-
Returns the decision in the result.
- getDecision() - インタフェース のメソッドorg.opensaml.xacml.ctx.ResultType
-
Returns the decision in the result.
- getDefaultArtifactResolutionService() - クラス のメソッドorg.opensaml.saml2.metadata.impl.SSODescriptorImpl
-
Gets the default artifact resolution service.
- getDefaultArtifactResolutionService() - インタフェース のメソッドorg.opensaml.saml2.metadata.SSODescriptor
-
Gets the default artifact resolution service.
- getDefaultArtificateResolutionService() - クラス のメソッドorg.opensaml.saml2.metadata.impl.SSODescriptorImpl
-
Gets the default artifact resolution service.
- getDefaultArtificateResolutionService() - インタフェース のメソッドorg.opensaml.saml2.metadata.SSODescriptor
-
- getDefaultAssertionConsumerService() - クラス のメソッドorg.opensaml.saml2.metadata.impl.SPSSODescriptorImpl
-
Gets the default assertion consumer service.
- getDefaultAssertionConsumerService() - インタフェース のメソッドorg.opensaml.saml2.metadata.SPSSODescriptor
-
Gets the default assertion consumer service.
- getDefaultAttributeConsumingService() - クラス のメソッドorg.opensaml.saml2.metadata.impl.SPSSODescriptorImpl
-
Gets the default attribute consuming service.
- getDefaultAttributeConsumingService() - インタフェース のメソッドorg.opensaml.saml2.metadata.SPSSODescriptor
-
Gets the default attribute consuming service.
- getDefaultAuthenticationMethod() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.relyingparty.RelyingPartyFactoryBean
-
Gets the authentication method to use if one is not specified within a request.
- getDefaultAuthenticationMethod() - クラス のメソッドedu.internet2.middleware.shibboleth.common.relyingparty.RelyingPartyConfiguration
-
Gets the authentication method to use if one is not specified within a request.
- getDefaultAuthenticationMethod() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.authn.LoginContext
-
Gets the authentication method to use if none is requested.
- getDefaultBinding() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.saml2.UnsolicitedSSODecoder
-
Returns the default ACS binding.
- getDefaultCanonicalizationCodecs() - クラス のメソッドorg.opensaml.ESAPISecurityConfig
- getDefaultCriteria() - クラス のメソッドorg.opensaml.saml2.metadata.provider.SignatureValidationFilter
-
Get the set of default criteria used as input to the trust engine.
- getDefaultIndexedEndpoint(List<T>) - クラス のstaticメソッドorg.opensaml.saml2.metadata.support.SAML2MetadataHelper
-
- getDefaultKeyInfoCredentialResolver() - クラス のメソッドorg.opensaml.xml.security.BasicSecurityConfiguration
-
Get the default KeyInfoCredentialResolver configuration.
- getDefaultKeyInfoCredentialResolver() - インタフェース のメソッドorg.opensaml.xml.security.SecurityConfiguration
-
Get the default KeyInfoCredentialResolver configuration.
- getDefaultManager() - クラス のメソッドorg.opensaml.xml.security.keyinfo.NamedKeyInfoGeneratorManager
-
Get the default (unnamed) factory manager.
- getDefaultProviderQName() - クラス のstaticメソッドorg.opensaml.xml.Configuration
-
Gets the QName for the object provider that will be used for XMLObjects that do not have a registered object
provider.
- getDefaultRelyingPartyConfiguration() - クラス のメソッドedu.internet2.middleware.shibboleth.common.relyingparty.provider.SAMLMDRelyingPartyConfigurationManager
-
Gets the default relying party configuration.
- getDefaultRelyingPartyConfiguration() - インタフェース のメソッドedu.internet2.middleware.shibboleth.common.relyingparty.RelyingPartyConfigurationManager
-
Gets the default relying party configuration.
- getDefaultRP() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.relyingparty.RelyingPartyGroup
-
Gets the default relying party for the group.
- getDefaultSigningCredential() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.relyingparty.RelyingPartyFactoryBean
-
Gets the default signing credential for this relying party.
- getDefaultSigningCredential() - クラス のメソッドedu.internet2.middleware.shibboleth.common.relyingparty.RelyingPartyConfiguration
-
Gets the default signing credential for the relying party.
- getDefaultValue() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.attributeDefinition.MappedAttributeDefinition
-
Gets the default return value.
- getDefaultValue() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.attributeDefinition.MappedAttributeDefinitionFactoryBean
-
Gets the default return value.
- getDefaultVerificationDepth() - クラス のメソッドorg.opensaml.xml.security.x509.PKIXValidationOptions
-
- getDelegates() - インタフェース のメソッドorg.opensaml.samlext.saml2delrestrict.DelegationRestrictionType
-
Get the list of Delegate child elements.
- getDelegates() - クラス のメソッドorg.opensaml.samlext.saml2delrestrict.impl.DelegationRestrictionTypeImpl
-
Get the list of Delegate child elements.
- getDelegationInstant() - インタフェース のメソッドorg.opensaml.samlext.saml2delrestrict.Delegate
-
Get the delegation instant attribute value.
- getDelegationInstant() - クラス のメソッドorg.opensaml.samlext.saml2delrestrict.impl.DelegateImpl
-
Get the delegation instant attribute value.
- getDenyValueRule() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.filtering.provider.AttributeRule
-
Gets the filter that denies the release of attribute values.
- getDenyValueRules() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.filtering.provider.ShibbolethFilteringContext
-
Gets the deny value rules that apply to the attribute.
- getDependencyIds() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.AbstractResolutionPlugIn
-
Gets the IDs of the resolution plugins this plugin is dependent on.
- getDependencyIds() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.attributeDefinition.ContextualAttributeDefinition
-
Gets the IDs of the resolution plugins this plugin is dependent on.
- getDependencyIds() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.dataConnector.ContextualDataConnector
-
Gets the IDs of the resolution plugins this plugin is dependent on.
- getDependencyIds() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.principalConnector.ContextualPrincipalConnector
-
Gets the IDs of the resolution plugins this plugin is dependent on.
- getDependencyIds() - インタフェース のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.ResolutionPlugIn
-
Gets the IDs of the resolution plugins this plugin is dependent on.
- getDependencyIds() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.AbstractResolutionPluginFactoryBean
-
Gets the ID of resolution plug-ins this plugin depends on.
- getDereferencedAssertions() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.saml1.ArtifactResolution.ArtifactResolutionRequestContext
-
Gets the SAML assertions referenced by the artifact(s).
- getDereferencedAssertions() - インタフェース のメソッドorg.opensaml.saml1.binding.SAML1ArtifactMessageContext
-
Gets the assertions dereferenced from the artifacts.
- getDescription() - クラス のメソッドorg.opensaml.saml2.metadata.impl.ServiceDescriptionImpl
-
Gets the description of the service.
- getDescription() - インタフェース のメソッドorg.opensaml.saml2.metadata.ServiceDescription
-
Gets the description of the service.
- getDescription() - インタフェース のメソッドorg.opensaml.samlext.saml2mdui.Description
-
Gets the description of the EndPoint.
- getDescription() - クラス のメソッドorg.opensaml.samlext.saml2mdui.impl.DescriptionImpl
-
Gets the description of the EndPoint.
- getDescription() - クラス のメソッドorg.opensaml.xacml.policy.impl.PolicySetTypeImpl
-
Gets the description for this policy set.
- getDescription() - クラス のメソッドorg.opensaml.xacml.policy.impl.PolicyTypeImpl
-
Gets the description for this policy.
- getDescription() - クラス のメソッドorg.opensaml.xacml.policy.impl.RuleTypeImpl
-
Gets the description of this rule.
- getDescription() - インタフェース のメソッドorg.opensaml.xacml.policy.PolicySetType
-
Gets the description for this policy set.
- getDescription() - インタフェース のメソッドorg.opensaml.xacml.policy.PolicyType
-
Gets the description for this policy.
- getDescription() - インタフェース のメソッドorg.opensaml.xacml.policy.RuleType
-
Gets the description of this rule.
- getDescriptions() - インタフェース のメソッドorg.opensaml.saml2.metadata.AttributeConsumingService
-
Gets the descriptions for this service.
- getDescriptions() - クラス のメソッドorg.opensaml.saml2.metadata.impl.AttributeConsumingServiceImpl
-
Gets the descriptions for this service.
- getDescriptions() - クラス のメソッドorg.opensaml.samlext.saml2mdui.impl.UIInfoImpl
-
Return the descriptions.
- getDescriptions() - インタフェース のメソッドorg.opensaml.samlext.saml2mdui.UIInfo
-
Return the descriptions.
- getDestination() - クラス のメソッドorg.opensaml.saml2.core.impl.RequestAbstractTypeImpl
-
Gets the URI of the destination of the request.
- getDestination() - クラス のメソッドorg.opensaml.saml2.core.impl.StatusResponseTypeImpl
-
Gets the URI of the destination of the response.
- getDestination() - インタフェース のメソッドorg.opensaml.saml2.core.RequestAbstractType
-
Gets the URI of the destination of the request.
- getDestination() - インタフェース のメソッドorg.opensaml.saml2.core.StatusResponseType
-
Gets the URI of the destination of the response.
- getDetail() - インタフェース のメソッドorg.opensaml.ws.soap.soap11.Fault
-
Gets details of this fault.
- getDetail() - クラス のメソッドorg.opensaml.ws.soap.soap11.impl.FaultImpl
-
Gets details of this fault.
- getDialect() - インタフェース のメソッドorg.opensaml.ws.wstrust.Claims
-
Returns the wst:Claims/@Dialect attribute value.
- getDialect() - クラス のメソッドorg.opensaml.ws.wstrust.impl.ClaimsImpl
-
Returns the wst:Claims/@Dialect attribute value.
- getDigest() - クラス のメソッドorg.opensaml.ws.wspolicy.impl.PolicyReferenceImpl
-
Returns the wsp:PolicyReference/@Digest attribute URI value.
- getDigest() - インタフェース のメソッドorg.opensaml.ws.wspolicy.PolicyReference
-
Returns the wsp:PolicyReference/@Digest attribute URI value.
- getDigestAlgorithm() - クラス のメソッドorg.opensaml.common.impl.SAMLObjectContentReference
-
Gets the algorithm used to digest the content.
- getDigestAlgorithm() - クラス のメソッドorg.opensaml.ws.wspolicy.impl.PolicyReferenceImpl
-
Returns the wsp:PolicyReference/@DigestAlgoritm attribute Base64 binary value.
- getDigestAlgorithm() - インタフェース のメソッドorg.opensaml.ws.wspolicy.PolicyReference
-
Returns the wsp:PolicyReference/@DigestAlgoritm attribute Base64 binary value.
- getDigestAlgorithm() - クラス のメソッドorg.opensaml.xml.signature.URIContentReference
-
Gets the algorithm used to digest the content.
- getDigitalSignatureAlgorithm() - クラス のメソッドorg.opensaml.ESAPISecurityConfig
- getDigitalSignatureKeyLength() - クラス のメソッドorg.opensaml.ESAPISecurityConfig
- getDisableIntrusionDetection() - クラス のメソッドorg.opensaml.ESAPISecurityConfig
- getDisplayDescriptions() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.BaseAttribute
-
Gets the localized human readable description of attribute.
- getDisplayDescriptions() - インタフェース のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.attributeDefinition.AttributeDefinition
-
Gets the localized human readable description of attribute.
- getDisplayDescriptions() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.attributeDefinition.BaseAttributeDefinition
-
Gets the localized human readable description of attribute.
- getDisplayDescriptions() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.attributeDefinition.ContextualAttributeDefinition
-
Gets the localized human readable description of attribute.
- getDisplayDescriptions() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.attributeDefinition.BaseAttributeDefinitionFactoryBean
-
Gets the localized human readable description of attribute.
- getDisplayNames() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.BaseAttribute
-
Gets the localized human readable name of the attribute.
- getDisplayNames() - インタフェース のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.attributeDefinition.AttributeDefinition
-
Gets the localized human readable name of the attribute.
- getDisplayNames() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.attributeDefinition.BaseAttributeDefinition
-
Gets the localized human readable name of the attribute.
- getDisplayNames() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.attributeDefinition.ContextualAttributeDefinition
-
Gets the localized human readable name of the attribute.
- getDisplayNames() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.attributeDefinition.BaseAttributeDefinitionFactoryBean
-
Gets the localized human readable name of the attribute.
- getDisplayNames() - クラス のメソッドorg.opensaml.saml2.metadata.impl.OrganizationImpl
-
Gets a list of diaplay names for this organization.
- getDisplayNames() - インタフェース のメソッドorg.opensaml.saml2.metadata.Organization
-
Gets a list of diaplay names for this organization.
- getDisplayNames() - クラス のメソッドorg.opensaml.samlext.saml2mdui.impl.UIInfoImpl
-
Get the Display Names
The element specifies a set of localized names fit for
display to users.
- getDisplayNames() - インタフェース のメソッドorg.opensaml.samlext.saml2mdui.UIInfo
-
Get the Display Names
The element specifies a set of localized names fit for
display to users.
- getDNSAddress() - クラス のメソッドorg.opensaml.saml1.core.impl.SubjectLocalityImpl
-
Gets the DNS name of the locality.
- getDNSAddress() - インタフェース のメソッドorg.opensaml.saml1.core.SubjectLocality
-
Gets the DNS name of the locality.
- getDNSName() - クラス のメソッドorg.opensaml.saml2.core.impl.SubjectLocalityImpl
-
Gets the DNSName of the system from which the subject was authenticated.
- getDNSName() - インタフェース のメソッドorg.opensaml.saml2.core.SubjectLocality
-
Gets the DNSName of the system from which the subject was authenticated.
- getDOM() - クラス のメソッドorg.opensaml.xml.AbstractXMLObject
-
Gets the DOM representation of this XMLObject, if one exists.
- getDOM() - インタフェース のメソッドorg.opensaml.xml.XMLObject
-
Gets the DOM representation of this XMLObject, if one exists.
- getDomainHints() - インタフェース のメソッドorg.opensaml.samlext.saml2mdui.DiscoHints
-
The element specifies a set of DNS domains associated with,
or serviced by, the entity.
- getDomainHints() - クラス のメソッドorg.opensaml.samlext.saml2mdui.impl.DiscoHintsImpl
-
The element specifies a set of DNS domains associated with,
or serviced by, the entity.
- getDOMImplementation() - クラス のメソッドorg.opensaml.xml.parse.BasicParserPool.DocumentBuilderProxy
- getDOMImplementation() - クラス のメソッドorg.opensaml.xml.parse.StaticBasicParserPool.DocumentBuilderProxy
- getDoNotCacheConditions() - インタフェース のメソッドorg.opensaml.saml1.core.Conditions
-
Return the List representing all the DoNotCacheCondition
sub elements.
- getDoNotCacheConditions() - クラス のメソッドorg.opensaml.saml1.core.impl.ConditionsImpl
-
Return the List representing all the DoNotCacheCondition
sub elements.
- getDSAKey(DSAKeyValue) - クラス のstaticメソッドorg.opensaml.xml.security.keyinfo.KeyInfoHelper
-
- getDSAKey(DSAKeyValue, DSAParams) - クラス のstaticメソッドorg.opensaml.xml.security.keyinfo.KeyInfoHelper
-
Builds a DSA key from an
DSAKeyValue
element and the supplied Java
DSAParams
,
which supplies key material from a shared key family.
- getDSAKeyValue(XMLObject) - クラス のメソッドorg.opensaml.xml.security.keyinfo.provider.DSAKeyValueProvider
-
Get the DSAKeyValue from the passed XML object.
- getDSAKeyValue() - クラス のメソッドorg.opensaml.xml.signature.impl.KeyValueImpl
-
Get the DSAKeyValue child element
- getDSAKeyValue() - インタフェース のメソッドorg.opensaml.xml.signature.KeyValue
-
Get the DSAKeyValue child element
- getDSAParams(int) - クラス のメソッドorg.opensaml.xml.security.BasicSecurityConfiguration
-
Get a DSA parameters instance which defines the default DSA key information to be used
within a DSA "key family".
- getDSAParams(int) - インタフェース のメソッドorg.opensaml.xml.security.SecurityConfiguration
-
Get a DSA parameters instance which defines the default DSA key information to be used
within a DSA "key family".
- getEarliestExpiration(XMLObject) - クラス のstaticメソッドorg.opensaml.saml2.common.SAML2Helper
-
Gets the earliest expiration instant for a XMLObject.
- getEarliestExpiration(XMLObject, DateTime, DateTime) - クラス のstaticメソッドorg.opensaml.saml2.common.SAML2Helper
-
Gets the earliest expiration instant within a metadata tree.
- getEarliestVersion() - インタフェース のメソッドorg.opensaml.xacml.policy.IdReferenceType
-
Gets the earliest version of the reference.
- getEarliestVersion() - クラス のメソッドorg.opensaml.xacml.policy.impl.IdReferenceTypeImpl
-
Gets the earliest version of the reference.
- getEffect() - クラス のメソッドorg.opensaml.xacml.policy.impl.RuleTypeImpl
-
Gets the effect of the rule.
- getEffect() - インタフェース のメソッドorg.opensaml.xacml.policy.RuleType
-
Gets the effect of the rule.
- getEffectiveVerificationDepth(PKIXValidationInformation) - クラス のメソッドorg.opensaml.xml.security.x509.CertPathPKIXTrustEvaluator
-
Get the effective maximum path depth to use when constructing PKIX cert path builder parameters.
- getElementAncestor(Node) - クラス のstaticメソッドorg.opensaml.xml.util.XMLHelper
-
Gets the ancestor element node to the given node.
- getElementContentAsList(Element) - クラス のstaticメソッドorg.opensaml.xml.util.XMLHelper
-
Gets the value of a list-type element as a list.
- getElementContentAsQName(Element) - クラス のstaticメソッドorg.opensaml.xml.util.XMLHelper
-
Constructs a QName from an element's adjacent Text child nodes.
- getElementQName() - クラス のメソッドorg.opensaml.xml.AbstractXMLObject
-
Gets the QName for this element.
- getElementQName() - インタフェース のメソッドorg.opensaml.xml.XMLObject
-
Gets the QName for this element.
- getEmailAddresses() - インタフェース のメソッドorg.opensaml.saml2.metadata.ContactPerson
-
Gets a list of email addresses for this person.
- getEmailAddresses() - クラス のメソッドorg.opensaml.saml2.metadata.impl.ContactPersonImpl
-
Gets a list of email addresses for this person.
- getEncode(SAMLMessageContext, HTTPOutTransport) - クラス のメソッドorg.opensaml.saml2.binding.encoding.HTTPArtifactEncoder
-
Performs HTTP GET based encoding.
- getEncoded(X500Principal) - クラス のメソッドorg.opensaml.xml.security.x509.InternalX500DNHandler
-
Returns the distinguished name in ASN.1 DER encoded form.
- getEncoded(X500Principal) - インタフェース のメソッドorg.opensaml.xml.security.x509.X500DNHandler
-
Returns the distinguished name in ASN.1 DER encoded form.
- getEncodedCertificate(String) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.AbstractPKIXValidationInformationBeanDefinitionParser
-
Extracts the certificate bytes from the content of a Certificate configuration element.
- getEncodedCertificate(String) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.AbstractX509CredentialBeanDefinitionParser
-
Extracts the certificate bytes from the content of a Certificate configuration element.
- getEncodedCertificate(String) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.FilesystemPKIXValidationInformationBeanDefinitionParser
-
Extracts the certificate bytes from the content of a Certificate configuration element.
- getEncodedCertificate(String) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.FilesystemX509CredentialBeanDefinitionParser
-
Extracts the certificate bytes from the content of a Certificate configuration element.
- getEncodedCertificate(String) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.InlinePKIXValidationInformationBeanDefinitionParser
-
Extracts the certificate bytes from the content of a Certificate configuration element.
- getEncodedCertificate(String) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.InlineX509CredentialBeanDefinitionParser
-
Extracts the certificate bytes from the content of a Certificate configuration element.
- getEncodedCRL(String) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.AbstractPKIXValidationInformationBeanDefinitionParser
-
Extracts the CRL(s) bytes from the content of a CRL configuration element.
- getEncodedCRL(String) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.AbstractX509CredentialBeanDefinitionParser
-
Extracts the CRL(s) bytes from the content of a CRL configuration element.
- getEncodedCRL(String) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.FilesystemPKIXValidationInformationBeanDefinitionParser
-
Extracts the CRL(s) bytes from the content of a CRL configuration element.
- getEncodedCRL(String) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.FilesystemX509CredentialBeanDefinitionParser
-
Extracts the CRL(s) bytes from the content of a CRL configuration element.
- getEncodedCRL(String) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.InlinePKIXValidationInformationBeanDefinitionParser
-
Extracts the CRL(s) bytes from the content of a CRL configuration element.
- getEncodedCRL(String) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.InlineX509CredentialBeanDefinitionParser
-
Extracts the CRL(s) bytes from the content of a CRL configuration element.
- getEncodedPrivateKey(String) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.AbstractCredentialBeanDefinitionParser
-
Extracts the private key bytes from the content of the PrivateKey configuration element.
- getEncodedPrivateKey(String) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.FilesystemBasicCredentialBeanDefinitionParser
-
Extracts the private key bytes from the content of the PrivateKey configuration element.
- getEncodedPrivateKey(String) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.FilesystemX509CredentialBeanDefinitionParser
-
Extracts the private key bytes from the content of the PrivateKey configuration element.
- getEncodedPrivateKey(String) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.InlineBasicCredentialBeanDefinitionParser
-
Extracts the private key bytes from the content of the PrivateKey configuration element.
- getEncodedPrivateKey(String) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.InlineX509CredentialBeanDefinitionParser
-
Extracts the private key bytes from the content of the PrivateKey configuration element.
- getEncodedPublicKey(String) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.AbstractBasicCredentialBeanDefinitionParser
-
Extracts the public key bytes from the content of the PublicKey configuration element.
- getEncodedPublicKey(String) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.FilesystemBasicCredentialBeanDefinitionParser
-
Extracts the public key bytes from the content of the PublicKey configuration element.
- getEncodedPublicKey(String) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.InlineBasicCredentialBeanDefinitionParser
-
Extracts the public key bytes from the content of the PublicKey configuration element.
- getEncodedSecretKey(String) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.AbstractBasicCredentialBeanDefinitionParser
-
Extracts the secret key bytes from the content of the SecretKey configuration element.
- getEncodedSecretKey(String) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.FilesystemBasicCredentialBeanDefinitionParser
-
Extracts the secret key bytes from the content of the SecretKey configuration element.
- getEncodedSecretKey(String) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.InlineBasicCredentialBeanDefinitionParser
-
Extracts the secret key bytes from the content of the SecretKey configuration element.
- getEncoderImplementation() - クラス のメソッドorg.opensaml.ESAPISecurityConfig
- getEncoders() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.BaseAttribute
-
Gets the list of attribute encoders usable with this attribute.
- getEncoders() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.provider.BasicAttribute
-
Gets the list of attribute encoders usable with this attribute.
- getEncoding() - インタフェース のメソッドorg.opensaml.xml.encryption.EncryptedType
-
Gets the encoding applied to the plaintext content prior to encryption.
- getEncoding() - クラス のメソッドorg.opensaml.xml.encryption.impl.EncryptedTypeImpl
-
Gets the encoding applied to the plaintext content prior to encryption.
- getEncoding() - クラス のメソッドorg.opensaml.xml.parse.ClasspathResolver.LSInputImpl
- getEncodingType() - インタフェース のメソッドorg.opensaml.ws.wssecurity.EncodedString
-
Returns the EncodingType attribute value.
- getEncodingType() - クラス のメソッドorg.opensaml.ws.wssecurity.impl.EncodedStringImpl
-
Returns the EncodingType attribute value.
- getEncodingType() - インタフェース のメソッドorg.opensaml.ws.wstrust.BinaryExchange
-
Returns the EncodingType attribute value.
- getEncodingType() - クラス のメソッドorg.opensaml.ws.wstrust.impl.BinaryExchangeImpl
-
Returns the EncodingType attribute value.
- getEncryptAssertion() - クラス のメソッドedu.internet2.middleware.shibboleth.common.relyingparty.provider.saml2.AbstractSAML2ProfileConfiguration
-
Gets whether assertions should be encrypted.
- getEncryptedAssertions() - インタフェース のメソッドorg.opensaml.saml2.core.Advice
-
Gets the list of EncryptedAssertions used as advice.
- getEncryptedAssertions() - インタフェース のメソッドorg.opensaml.saml2.core.Evidence
-
Gets the list of EncryptedAssertions used as evidence.
- getEncryptedAssertions() - クラス のメソッドorg.opensaml.saml2.core.impl.AdviceImpl
-
Gets the list of EncryptedAssertions used as advice.
- getEncryptedAssertions() - クラス のメソッドorg.opensaml.saml2.core.impl.EvidenceImpl
-
Gets the list of EncryptedAssertions used as evidence.
- getEncryptedAssertions() - クラス のメソッドorg.opensaml.saml2.core.impl.ResponseImpl
-
Return the list of EncryptedAssertion child elements.
- getEncryptedAssertions() - インタフェース のメソッドorg.opensaml.saml2.core.Response
-
Return the list of EncryptedAssertion child elements.
- getEncryptedAttributes() - インタフェース のメソッドorg.opensaml.saml2.core.AttributeStatement
-
Gets the encrypted attribtues expressed in this statement.
- getEncryptedAttributes() - クラス のメソッドorg.opensaml.saml2.core.impl.AttributeStatementImpl
-
Gets the encrypted attribtues expressed in this statement.
- getEncryptedData() - インタフェース のメソッドorg.opensaml.saml2.core.EncryptedElementType
-
Get the EncryptedData child element.
- getEncryptedData() - クラス のメソッドorg.opensaml.saml2.core.impl.EncryptedElementTypeImpl
-
Get the EncryptedData child element.
- getEncryptedData() - インタフェース のメソッドorg.opensaml.ws.wssecurity.EncryptedHeader
-
Gets the EncryptedData child element.
- getEncryptedData() - クラス のメソッドorg.opensaml.ws.wssecurity.impl.EncryptedHeaderImpl
-
Gets the EncryptedData child element.
- getEncryptedID() - クラス のメソッドorg.opensaml.saml2.core.impl.LogoutRequestImpl
-
Gets the encrytped name identifier of the principal for this request.
- getEncryptedID() - クラス のメソッドorg.opensaml.saml2.core.impl.ManageNameIDRequestImpl
-
Get the EncryptedID of the request.
- getEncryptedID() - クラス のメソッドorg.opensaml.saml2.core.impl.NameIDMappingRequestImpl
-
Gets the encrypted name identifier of the principal for this request.
- getEncryptedID() - クラス のメソッドorg.opensaml.saml2.core.impl.NameIDMappingResponseImpl
-
Gets the encrypted name identifier of the principal for this response.
- getEncryptedID() - クラス のメソッドorg.opensaml.saml2.core.impl.SubjectConfirmationImpl
-
Gets the encrypted name identifier of the principal for this request.
- getEncryptedID() - クラス のメソッドorg.opensaml.saml2.core.impl.SubjectImpl
-
Gets the encrypted name identifier of the principal for this request.
- getEncryptedID() - インタフェース のメソッドorg.opensaml.saml2.core.LogoutRequest
-
Gets the encrytped name identifier of the principal for this request.
- getEncryptedID() - インタフェース のメソッドorg.opensaml.saml2.core.ManageNameIDRequest
-
Get the EncryptedID of the request.
- getEncryptedID() - インタフェース のメソッドorg.opensaml.saml2.core.NameIDMappingRequest
-
Gets the encrypted name identifier of the principal for this request.
- getEncryptedID() - インタフェース のメソッドorg.opensaml.saml2.core.NameIDMappingResponse
-
Gets the encrypted name identifier of the principal for this response.
- getEncryptedID() - インタフェース のメソッドorg.opensaml.saml2.core.Subject
-
Gets the encrypted name identifier of the principal for this request.
- getEncryptedID() - インタフェース のメソッドorg.opensaml.saml2.core.SubjectConfirmation
-
Gets the encrypted name identifier of the principal for this request.
- getEncryptedID() - インタフェース のメソッドorg.opensaml.samlext.saml2delrestrict.Delegate
-
Gets the EncryptedID child element of the delegate.
- getEncryptedID() - クラス のメソッドorg.opensaml.samlext.saml2delrestrict.impl.DelegateImpl
-
Gets the EncryptedID child element of the delegate.
- getEncryptedKeyResolver() - クラス のメソッドorg.opensaml.xml.encryption.Decrypter
-
Get the encrypted key resolver.
- getEncryptedKeys() - インタフェース のメソッドorg.opensaml.saml2.core.EncryptedElementType
-
A list of EncryptedKey child elements.
- getEncryptedKeys() - クラス のメソッドorg.opensaml.saml2.core.impl.EncryptedElementTypeImpl
-
A list of EncryptedKey child elements.
- getEncryptedKeys() - クラス のメソッドorg.opensaml.xml.signature.impl.KeyInfoTypeImpl
-
Get the list of EncryptedKey child elements
Note: EncryptedKey is actually defined in the XML Encryption schema, and is not explicitly defined in the
KeyInfoType content model, but for convenience this named getter method is exposed.
- getEncryptedKeys() - インタフェース のメソッドorg.opensaml.xml.signature.KeyInfoType
-
Get the list of EncryptedKey child elements
Note: EncryptedKey is actually defined in the XML Encryption schema, and is not explicitly defined in the
KeyInfoType content model, but for convenience this named getter method is exposed.
- getEncrypter(String) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.saml2.AbstractSAML2ProfileHandler
-
Gets an encrypter that may be used encrypt content to a given peer.
- getEncryptionAlgorithm() - クラス のメソッドorg.opensaml.ESAPISecurityConfig
- getEncryptionCredential() - クラス のメソッドorg.opensaml.xml.encryption.EncryptionParameters
-
Gets the credential used to encrypt.
- getEncryptionImplementation() - クラス のメソッドorg.opensaml.ESAPISecurityConfig
- getEncryptionKeyLength() - クラス のメソッドorg.opensaml.ESAPISecurityConfig
- getEncryptionMethod() - クラス のメソッドorg.opensaml.security.SAMLMDCredentialContext
-
- getEncryptionMethod() - インタフェース のメソッドorg.opensaml.xml.encryption.EncryptedType
-
Gets the EncryptionMethod child element.
- getEncryptionMethod() - クラス のメソッドorg.opensaml.xml.encryption.impl.EncryptedTypeImpl
-
Gets the EncryptionMethod child element.
- getEncryptionMethods() - クラス のメソッドorg.opensaml.saml2.metadata.impl.KeyDescriptorImpl
-
Gets the encryption methods that are supported by the entity.
- getEncryptionMethods() - インタフェース のメソッドorg.opensaml.saml2.metadata.KeyDescriptor
-
Gets the encryption methods that are supported by the entity.
- getEncryptionProperties() - インタフェース のメソッドorg.opensaml.xml.encryption.EncryptedType
-
Gets the EncryptionProperties child element.
- getEncryptionProperties() - インタフェース のメソッドorg.opensaml.xml.encryption.EncryptionProperties
-
Get the list of EncryptionProperty child elements.
- getEncryptionProperties() - クラス のメソッドorg.opensaml.xml.encryption.impl.EncryptedTypeImpl
-
Gets the EncryptionProperties child element.
- getEncryptionProperties() - クラス のメソッドorg.opensaml.xml.encryption.impl.EncryptionPropertiesImpl
-
Get the list of EncryptionProperty child elements.
- getEncryptNameID() - クラス のメソッドedu.internet2.middleware.shibboleth.common.relyingparty.provider.saml2.AbstractSAML2ProfileConfiguration
-
Gets whether NameIDs should be encrypted.
- getEndpointIndex() - クラス のメソッドorg.opensaml.saml2.binding.artifact.AbstractSAML2Artifact
-
Gets the 2 byte endpoint index for this artifact.
- getEndPointReference() - インタフェース のメソッドorg.opensaml.ws.wsfed.AppliesTo
-
Gets the endpoint reference of the entity applicable entity.
- getEndPointReference() - クラス のメソッドorg.opensaml.ws.wsfed.impl.AppliesToImpl
-
Gets the endpoint reference of the entity applicable entity.
- getEndpoints() - クラス のメソッドorg.opensaml.saml2.metadata.impl.AttributeAuthorityDescriptorImpl
-
Gets a read-only list of endpoints for this role.
- getEndpoints(QName) - クラス のメソッドorg.opensaml.saml2.metadata.impl.AttributeAuthorityDescriptorImpl
-
Gets a read-only list of endpoints for this role for the given type.
- getEndpoints() - クラス のメソッドorg.opensaml.saml2.metadata.impl.AuthnAuthorityDescriptorImpl
-
Gets a read-only list of endpoints for this role.
- getEndpoints(QName) - クラス のメソッドorg.opensaml.saml2.metadata.impl.AuthnAuthorityDescriptorImpl
-
Gets a read-only list of endpoints for this role for the given type.
- getEndpoints() - クラス のメソッドorg.opensaml.saml2.metadata.impl.IDPSSODescriptorImpl
-
Gets a read-only list of endpoints for this role.
- getEndpoints(QName) - クラス のメソッドorg.opensaml.saml2.metadata.impl.IDPSSODescriptorImpl
-
Gets a read-only list of endpoints for this role for the given type.
- getEndpoints() - クラス のメソッドorg.opensaml.saml2.metadata.impl.PDPDescriptorImpl
-
Gets a read-only list of endpoints for this role.
- getEndpoints(QName) - クラス のメソッドorg.opensaml.saml2.metadata.impl.PDPDescriptorImpl
-
Gets a read-only list of endpoints for this role for the given type.
- getEndpoints() - クラス のメソッドorg.opensaml.saml2.metadata.impl.SPSSODescriptorImpl
-
Gets a read-only list of endpoints for this role.
- getEndpoints(QName) - クラス のメソッドorg.opensaml.saml2.metadata.impl.SPSSODescriptorImpl
-
Gets a read-only list of endpoints for this role for the given type.
- getEndpoints() - クラス のメソッドorg.opensaml.saml2.metadata.impl.SSODescriptorImpl
-
Gets a read-only list of endpoints for this role.
- getEndpoints(QName) - クラス のメソッドorg.opensaml.saml2.metadata.impl.SSODescriptorImpl
-
Gets a read-only list of endpoints for this role for the given type.
- getEndpoints() - インタフェース のメソッドorg.opensaml.saml2.metadata.RoleDescriptor
-
Gets a read-only list of endpoints for this role.
- getEndpoints(QName) - インタフェース のメソッドorg.opensaml.saml2.metadata.RoleDescriptor
-
Gets a read-only list of endpoints for this role for the given type.
- getEndpoints() - クラス のメソッドorg.opensaml.samlext.saml2mdquery.impl.AttributeQueryDescriptorTypeImpl
-
Gets a read-only list of endpoints for this role.
- getEndpoints(QName) - クラス のメソッドorg.opensaml.samlext.saml2mdquery.impl.AttributeQueryDescriptorTypeImpl
-
Gets a read-only list of endpoints for this role for the given type.
- getEndpoints() - クラス のメソッドorg.opensaml.samlext.saml2mdquery.impl.AuthnQueryDescriptorTypeImpl
-
Gets a read-only list of endpoints for this role.
- getEndpoints(QName) - クラス のメソッドorg.opensaml.samlext.saml2mdquery.impl.AuthnQueryDescriptorTypeImpl
-
Gets a read-only list of endpoints for this role for the given type.
- getEndpoints() - クラス のメソッドorg.opensaml.samlext.saml2mdquery.impl.AuthzDecisionQueryDescriptorTypeImpl
-
Gets a read-only list of endpoints for this role.
- getEndpoints(QName) - クラス のメソッドorg.opensaml.samlext.saml2mdquery.impl.AuthzDecisionQueryDescriptorTypeImpl
-
Gets a read-only list of endpoints for this role for the given type.
- getEndpointType() - クラス のメソッドorg.opensaml.common.binding.AbstractEndpointSelector
-
Gets type of endpoint needed.
- getEndpointURL(SAMLMessageContext) - クラス のメソッドorg.opensaml.saml1.binding.encoding.BaseSAML1MessageEncoder
-
Gets the response URL from the relying party endpoint.
- getEndpointURL(SAMLMessageContext) - クラス のメソッドorg.opensaml.saml2.binding.encoding.BaseSAML2MessageEncoder
-
Gets the response URL from the relying party endpoint.
- getEntitiesDescriptor(String) - クラス のメソッドorg.opensaml.saml2.metadata.provider.AbstractMetadataProvider
-
Gets a valid named EntitiesDescriptor from the metadata.
- getEntitiesDescriptor(String) - クラス のメソッドorg.opensaml.saml2.metadata.provider.ChainingMetadataProvider
-
Gets a valid named EntitiesDescriptor from the metadata.
- getEntitiesDescriptor(String) - インタフェース のメソッドorg.opensaml.saml2.metadata.provider.MetadataProvider
-
Gets a valid named EntitiesDescriptor from the metadata.
- getEntitiesDescriptorByName(String, EntitiesDescriptor) - クラス のメソッドorg.opensaml.saml2.metadata.provider.AbstractMetadataProvider
-
Gets the entities descriptor with the given name.
- getEntitiesDescriptors() - インタフェース のメソッドorg.opensaml.saml2.metadata.EntitiesDescriptor
-
- getEntitiesDescriptors() - クラス のメソッドorg.opensaml.saml2.metadata.impl.EntitiesDescriptorImpl
-
- getEntityAttribute(EntityDescriptor) - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.filtering.provider.match.saml.AbstractEntityAttributeMatchFunctor
-
Gets the entity attribute from the given entity metadata.
- getEntityCertificate() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.X509CredentialFactoryBean
-
Gets the end-entity cerificate respresented by this credential.
- getEntityCertificate() - クラス のメソッドorg.opensaml.xml.security.x509.BasicX509Credential
-
Gets the public certificate for the entity.
- getEntityCertificate() - クラス のメソッドorg.opensaml.xml.security.x509.KeyStoreX509CredentialAdapter
-
Gets the public certificate for the entity.
- getEntityCertificate() - インタフェース のメソッドorg.opensaml.xml.security.x509.X509Credential
-
Gets the public certificate for the entity.
- getEntityCertificate() - クラス のメソッドorg.opensaml.xml.security.x509.X509KeyManagerX509CredentialAdapter
-
Gets the public certificate for the entity.
- getEntityCertificateChain() - クラス のメソッドorg.opensaml.xml.security.x509.BasicX509Credential
-
Gets an immutable collection of certificates in the entity's trust chain.
- getEntityCertificateChain() - クラス のメソッドorg.opensaml.xml.security.x509.KeyStoreX509CredentialAdapter
-
Gets an immutable collection of certificates in the entity's trust chain.
- getEntityCertificateChain() - インタフェース のメソッドorg.opensaml.xml.security.x509.X509Credential
-
Gets an immutable collection of certificates in the entity's trust chain.
- getEntityCertificateChain() - クラス のメソッドorg.opensaml.xml.security.x509.X509KeyManagerX509CredentialAdapter
-
Gets an immutable collection of certificates in the entity's trust chain.
- getEntityDescriptor(String) - クラス のメソッドorg.opensaml.saml2.metadata.provider.AbstractMetadataProvider
-
Gets the valid metadata for a given entity.
- getEntityDescriptor(String) - クラス のメソッドorg.opensaml.saml2.metadata.provider.ChainingMetadataProvider
-
Gets the valid metadata for a given entity.
- getEntityDescriptor(String) - インタフェース のメソッドorg.opensaml.saml2.metadata.provider.MetadataProvider
-
Gets the valid metadata for a given entity.
- getEntityDescriptorById(String, XMLObject) - クラス のメソッドorg.opensaml.saml2.metadata.provider.AbstractMetadataProvider
-
Gets the EntityDescriptor with the given ID from the cached metadata.
- getEntityDescriptorById(String, EntitiesDescriptor) - クラス のメソッドorg.opensaml.saml2.metadata.provider.AbstractMetadataProvider
-
Gets the entity descriptor with the given ID that is a descendant of the given entities descriptor.
- getEntityDescriptors() - インタフェース のメソッドorg.opensaml.saml2.metadata.EntitiesDescriptor
-
- getEntityDescriptors() - クラス のメソッドorg.opensaml.saml2.metadata.impl.EntitiesDescriptorImpl
-
- getEntityGroup() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.filtering.provider.match.saml.AbstractEntityGroupMatchFunctor
-
Gets the entity group to match against.
- getEntityID() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.AbstractCredentialFactoryBean
-
Get the entity ID of the credential.
- getEntityID() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.session.impl.ServiceInformationImpl
-
Gets the unique identifier for the service.
- getEntityID() - インタフェース のメソッドedu.internet2.middleware.shibboleth.idp.session.ServiceInformation
-
Gets the unique identifier for the service.
- getEntityID() - インタフェース のメソッドorg.opensaml.saml2.metadata.EntityDescriptor
-
Gets the entity ID for this entity descriptor.
- getEntityID() - クラス のメソッドorg.opensaml.saml2.metadata.impl.EntityDescriptorImpl
-
Gets the entity ID for this entity descriptor.
- getEntityId() - クラス のメソッドorg.opensaml.xml.security.credential.AbstractCredential
-
The unique ID of the entity this credential is for.
- getEntityId() - インタフェース のメソッドorg.opensaml.xml.security.credential.Credential
-
The unique ID of the entity this credential is for.
- getEntityID() - クラス のメソッドorg.opensaml.xml.security.criteria.EntityIDCriteria
-
Get the entity ID represented by the criteria.
- getEntityMetadata(ShibbolethFilteringContext) - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.filtering.provider.match.saml.AbstractEntityAttributeMatchFunctor
-
Gets the entity descriptor for the entity to check.
- getEntityMetadata(ShibbolethFilteringContext) - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.filtering.provider.match.saml.AttributeIssuerEntityAttributeExactMatchFunctor
-
Gets the entity descriptor for the entity to check.
- getEntityMetadata(ShibbolethFilteringContext) - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.filtering.provider.match.saml.AttributeIssuerEntityAttributeRegexMatchFunctor
-
Gets the entity descriptor for the entity to check.
- getEntityMetadata(ShibbolethFilteringContext) - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.filtering.provider.match.saml.AttributeRequesterEntityAttributeExactMatchFunctor
-
Gets the entity descriptor for the entity to check.
- getEntityMetadata(ShibbolethFilteringContext) - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.filtering.provider.match.saml.AttributeRequesterEntityAttributeRegexMatchFunctor
-
Gets the entity descriptor for the entity to check.
- getEntityMetadata() - クラス のメソッドorg.opensaml.common.binding.AbstractEndpointSelector
-
Gets the metadata of the entity.
- getEntityRoleMetadata() - クラス のメソッドorg.opensaml.common.binding.AbstractEndpointSelector
-
Gets the role of the entity.
- getEntitySSODescriptor(ShibbolethFilteringContext) - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.filtering.provider.match.saml.AbstractNameIDFormatSupportedMatchFunctor
-
Gets the SSO role descriptor for the entity to be checked.
- getEntitySSODescriptor(ShibbolethFilteringContext) - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.filtering.provider.match.saml.AttributeIssuerNameIDFormatExactMatchFunctor
-
Gets the SSO role descriptor for the entity to be checked.
- getEntitySSODescriptor(ShibbolethFilteringContext) - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.filtering.provider.match.saml.AttributeRequesterNameIDFormatExactMatchFunctor
-
Gets the SSO role descriptor for the entity to be checked.
- getEntitySupportedFormats(RoleDescriptor) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.AbstractSAMLProfileHandler
-
Gets the list of name identifier formats supported for a given role.
- getEnvironment() - クラス のメソッドorg.opensaml.xacml.ctx.impl.RequestTypeImpl
-
Gets the environment from the request.
- getEnvironment() - インタフェース のメソッドorg.opensaml.xacml.ctx.RequestType
-
Gets the environment from the request.
- getEnvironmentAttributeDesignator() - インタフェース のメソッドorg.opensaml.xacml.policy.EnvironmentMatchType
-
Gets the environment attribute designator for this match.
- getEnvironmentAttributeDesignator() - クラス のメソッドorg.opensaml.xacml.policy.impl.EnvironmentMatchTypeImpl
-
Gets the environment attribute designator for this match.
- getEnvironments() - クラス のメソッドorg.opensaml.xacml.policy.impl.TargetTypeImpl
-
Gets the environments of this target.
- getEnvironments() - インタフェース のメソッドorg.opensaml.xacml.policy.TargetType
-
Gets the environments of this target.
- getEnvrionmentMatches() - インタフェース のメソッドorg.opensaml.xacml.policy.EnvironmentType
-
Gets the environment matches for this environment.
- getEnvrionmentMatches() - クラス のメソッドorg.opensaml.xacml.policy.impl.EnvironmentTypeImpl
-
Gets the environment matches for this environment.
- getEnvrionments() - インタフェース のメソッドorg.opensaml.xacml.policy.EnvironmentsType
-
Gets the environments.
- getEnvrionments() - クラス のメソッドorg.opensaml.xacml.policy.impl.EnvironmentsTypeImpl
-
Gets the environments.
- getErrorHandler() - インタフェース のメソッドedu.internet2.middleware.shibboleth.common.profile.ProfileHandlerManager
-
Gets the error handler for this manager.
- getErrorHandler() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.IdPProfileHandlerManager
-
Gets the error handler for this manager.
- getErrorURL() - クラス のメソッドorg.opensaml.saml2.metadata.impl.RoleDescriptorImpl
-
Gets the URI users should be sent to in the event of an error.
- getErrorURL() - インタフェース のメソッドorg.opensaml.saml2.metadata.RoleDescriptor
-
Gets the URI users should be sent to in the event of an error.
- getEvaluator(Criteria) - クラス のstaticメソッドorg.opensaml.xml.security.credential.criteria.EvaluableCredentialCriteriaRegistry
-
Get an instance of EvaluableCredentialCriteria which can evaluate the supplied criteria's requirements against a
Credential target.
- getEvidence() - インタフェース のメソッドorg.opensaml.saml1.core.AuthorizationDecisionQuery
-
Get the Evidence child element
- getEvidence() - インタフェース のメソッドorg.opensaml.saml1.core.AuthorizationDecisionStatement
-
Return the Evidence element
- getEvidence() - インタフェース のメソッドorg.opensaml.saml1.core.Evidence
-
Get the ordered list of all Evidentiary child elements
- getEvidence() - クラス のメソッドorg.opensaml.saml1.core.impl.AuthorizationDecisionQueryImpl
-
Get the Evidence child element
- getEvidence() - クラス のメソッドorg.opensaml.saml1.core.impl.AuthorizationDecisionStatementImpl
-
Return the Evidence element
- getEvidence() - クラス のメソッドorg.opensaml.saml1.core.impl.EvidenceImpl
-
Get the ordered list of all Evidentiary child elements
- getEvidence() - インタフェース のメソッドorg.opensaml.saml2.core.AuthzDecisionQuery
-
Gets the Evidence of this query.
- getEvidence() - インタフェース のメソッドorg.opensaml.saml2.core.AuthzDecisionStatement
-
Get the SAML assertion the authority relied on when making the authorization decision.
- getEvidence() - インタフェース のメソッドorg.opensaml.saml2.core.Evidence
-
Gets the list of all elements used as evidence.
- getEvidence() - クラス のメソッドorg.opensaml.saml2.core.impl.AuthzDecisionQueryImpl
-
Gets the Evidence of this query.
- getEvidence() - クラス のメソッドorg.opensaml.saml2.core.impl.AuthzDecisionStatementImpl
-
Get the SAML assertion the authority relied on when making the authorization decision.
- getEvidence() - クラス のメソッドorg.opensaml.saml2.core.impl.EvidenceImpl
-
Gets the list of all elements used as evidence.
- getExactlyOnes() - クラス のメソッドorg.opensaml.ws.wspolicy.impl.OperatorContentTypeImpl
-
- getExactlyOnes() - インタフェース のメソッドorg.opensaml.ws.wspolicy.OperatorContentType
-
- getExecutorImplementation() - クラス のメソッドorg.opensaml.ESAPISecurityConfig
- getExpirationTime() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.session.impl.SessionManagerEntry
-
Gets the time the object expires.
- getExpirationTime() - クラス のメソッドorg.opensaml.saml2.metadata.provider.AbstractReloadingMetadataProvider
-
Gets the time when the currently cached metadata expires.
- getExpirationTime() - クラス のメソッドorg.opensaml.util.storage.AbstractExpiringObject
-
Gets the time the object expires.
- getExpirationTime() - インタフェース のメソッドorg.opensaml.util.storage.ExpiringObject
-
Gets the time the object expires.
- getExpires() - クラス のメソッドorg.opensaml.ws.wssecurity.impl.TimestampImpl
-
Returns the <wsu:Expires> child element.
- getExpires() - インタフェース のメソッドorg.opensaml.ws.wssecurity.Timestamp
-
Returns the <wsu:Expires> child element.
- getExpires() - クラス のメソッドorg.opensaml.ws.wstrust.impl.LifetimeImpl
-
Returns the wsu:Expires child element.
- getExpires() - インタフェース のメソッドorg.opensaml.ws.wstrust.Lifetime
-
Returns the wsu:Expires child element.
- getExponent() - クラス のメソッドorg.opensaml.xml.signature.impl.RSAKeyValueImpl
-
Get the Exponent child element.
- getExponent() - インタフェース のメソッドorg.opensaml.xml.signature.RSAKeyValue
-
Get the Exponent child element.
- getExpression() - インタフェース のメソッドorg.opensaml.xacml.policy.ConditionType
-
Gets the expression for this condition.
- getExpression() - クラス のメソッドorg.opensaml.xacml.policy.impl.ConditionTypeImpl
-
Gets the expression for this condition.
- getExpression() - クラス のメソッドorg.opensaml.xacml.policy.impl.VariableDefinitionTypeImpl
-
Gets the expression for this definition.
- getExpression() - インタフェース のメソッドorg.opensaml.xacml.policy.VariableDefinitionType
-
Gets the expression for this definition.
- getExpressions() - インタフェース のメソッドorg.opensaml.xacml.policy.ApplyType
-
Gets the expressions for this condition.
- getExpressions() - クラス のメソッドorg.opensaml.xacml.policy.impl.ApplyTypeImpl
-
Gets the expressions for this condition.
- getExpressions() - クラス のメソッドorg.opensaml.xacml.policy.impl.VariableReferenceTypeImpl
-
Gets the expressions for this definition.
- getExpressions() - インタフェース のメソッドorg.opensaml.xacml.policy.VariableReferenceType
-
Gets the expressions for this definition.
- getExtensions() - クラス のメソッドorg.opensaml.saml2.core.impl.RequestAbstractTypeImpl
-
Gets the Extensions of this request.
- getExtensions() - クラス のメソッドorg.opensaml.saml2.core.impl.StatusResponseTypeImpl
-
Gets the Extensions of this response.
- getExtensions() - インタフェース のメソッドorg.opensaml.saml2.core.RequestAbstractType
-
Gets the Extensions of this request.
- getExtensions() - インタフェース のメソッドorg.opensaml.saml2.core.StatusResponseType
-
Gets the Extensions of this response.
- getExtensions() - インタフェース のメソッドorg.opensaml.saml2.metadata.AffiliationDescriptor
-
Gets the Extensions child of this object.
- getExtensions() - インタフェース のメソッドorg.opensaml.saml2.metadata.ContactPerson
-
Gets the Extensions child of this object.
- getExtensions() - インタフェース のメソッドorg.opensaml.saml2.metadata.EntitiesDescriptor
-
Gets the Extensions child of this object.
- getExtensions() - インタフェース のメソッドorg.opensaml.saml2.metadata.EntityDescriptor
-
Gets the Extensions child of this object.
- getExtensions() - クラス のメソッドorg.opensaml.saml2.metadata.impl.AffiliationDescriptorImpl
-
Gets the Extensions child of this object.
- getExtensions() - クラス のメソッドorg.opensaml.saml2.metadata.impl.ContactPersonImpl
-
Gets the Extensions child of this object.
- getExtensions() - クラス のメソッドorg.opensaml.saml2.metadata.impl.EntitiesDescriptorImpl
-
Gets the Extensions child of this object.
- getExtensions() - クラス のメソッドorg.opensaml.saml2.metadata.impl.EntityDescriptorImpl
-
Gets the Extensions child of this object.
- getExtensions() - クラス のメソッドorg.opensaml.saml2.metadata.impl.OrganizationImpl
-
Gets the Extensions child of this object.
- getExtensions() - クラス のメソッドorg.opensaml.saml2.metadata.impl.RoleDescriptorImpl
-
Gets the Extensions child of this object.
- getExtensions() - インタフェース のメソッドorg.opensaml.saml2.metadata.Organization
-
Gets the Extensions child of this object.
- getExtensions() - インタフェース のメソッドorg.opensaml.saml2.metadata.RoleDescriptor
-
Gets the Extensions child of this object.
- getExtensionSchema() - クラス のstaticメソッドorg.opensaml.common.xml.SAMLSchemaBuilder
-
Gets an unmodifiable list of currently registered schema extension.
- getExtensionsParentName(Extensions) - クラス のメソッドedu.internet2.middleware.shibboleth.common.security.MetadataPKIXValidationInformationResolver
-
Get the name of the parent element of an
Extensions
element in metadata, mostly
useful for logging purposes.
- getExternalAuthnPath() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.authn.provider.ExternalAuthnSystemLoginHandler
-
Get context-relative path to the Filter, Servlet, or JSP that triggers the external authentication system.
- getExternalAuthnPath() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.config.profile.authn.ExternalAuthnSystemLoginHandlerFactoryBean
-
Get context-relative path to the Filter, Servlet, or JSP that triggers the external authentication system.
- getFactories() - クラス のメソッドorg.opensaml.xml.security.keyinfo.KeyInfoGeneratorManager
-
Get the (unmodifiable) collection of all factories managed by this manager.
- getFactory() - クラス のstaticメソッドorg.opensaml.security.MetadataCredentialResolverFactory
-
Return the global factory instance.
- getFactory(Credential) - クラス のメソッドorg.opensaml.xml.security.keyinfo.KeyInfoGeneratorManager
-
Get the factory which produces KeyInfoGenerators which can handle
the specified credential.
- getFactory(String, Credential) - クラス のメソッドorg.opensaml.xml.security.keyinfo.NamedKeyInfoGeneratorManager
-
Lookup and return the named generator factory for the type of the credential specified.
- getFailFastInitialization(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.metadata.AbstractMetadataProviderBeanDefinitionParser
-
Gets the fail fast initialization requirement for the metadata provider.
- getFailoverDataConnectorId() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnector.BaseDataConnectorFactoryBean
-
Gets the ID of failover data connectors for this plugin.
- getFailoverDependencyId() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.dataConnector.BaseDataConnector
-
Returns the ID of data connectors to use if this one fails.
- getFailoverDependencyId() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.dataConnector.ContextualDataConnector
-
Returns the ID of data connectors to use if this one fails.
- getFailoverDependencyId() - インタフェース のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.dataConnector.DataConnector
-
Returns the ID of data connectors to use if this one fails.
- getFailureStatus() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.saml1.BaseSAML1ProfileRequestContext
-
Gets the status reflecting a request failure.
- getFailureStatus() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.saml2.BaseSAML2ProfileRequestContext
-
Gets the status reflecting a request failure.
- getFault() - 例外 のメソッドorg.opensaml.ws.soap.client.SOAPFaultException
-
Gets the fault that caused the exception.
- getFilteringEngine() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.provider.ShibbolethSAML1AttributeAuthority
-
Gets the filtering engine.
- getFilteringEngine() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.provider.ShibbolethSAML2AttributeAuthority
-
Gets the filtering engine.
- getFilterPolicies() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.filtering.provider.ShibbolethAttributeFilteringEngine
-
Gets the filter policies active for this engine.
- getFilters() - クラス のメソッドorg.opensaml.saml2.metadata.provider.MetadataFilterChain
-
- getFilterTemplate() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.dataConnector.LdapDataConnector
-
Gets the template used to create queries.
- getFilterTemplate() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnector.LdapDataConnectorFactoryBean
-
Gets the LDAP query filter template.
- getFirst() - クラス のメソッドorg.opensaml.xml.util.Pair
-
Gets the first object in the pair.
- getFirstAuthentication(String, String, SVNURL) - クラス のメソッドedu.internet2.middleware.shibboleth.common.resource.SVNBasicAuthenticationManager
- getFirstChildElement(Node) - クラス のstaticメソッドorg.opensaml.xml.util.XMLHelper
-
Gets the first child Element of the node, skipping any Text nodes such as whitespace.
- getFixedIV() - クラス のメソッドorg.opensaml.ESAPISecurityConfig
- getForceHttpOnlyCookies() - クラス のメソッドorg.opensaml.ESAPISecurityConfig
- getForceHttpOnlySession() - クラス のメソッドorg.opensaml.ESAPISecurityConfig
- getForceSecureCookies() - クラス のメソッドorg.opensaml.ESAPISecurityConfig
- getForceSecureSession() - クラス のメソッドorg.opensaml.ESAPISecurityConfig
- getFormat() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.principalConnector.BasePrincipalConnector
-
Get NamID format.
- getFormat() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.principalConnector.ContextualPrincipalConnector
-
Get NamID format.
- getFormat() - インタフェース のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.principalConnector.PrincipalConnector
-
Get NamID format.
- getFormat() - クラス のメソッドorg.opensaml.saml1.core.impl.NameIdentifierImpl
-
Gets the format of this identifier.
- getFormat() - インタフェース のメソッドorg.opensaml.saml1.core.NameIdentifier
-
Gets the format of this identifier.
- getFormat() - クラス のメソッドorg.opensaml.saml2.core.impl.AbstractNameIDType
-
Gets the format of the NameID.
- getFormat() - クラス のメソッドorg.opensaml.saml2.core.impl.NameIDPolicyImpl
-
Gets the format of the NameIDPolicy.
- getFormat() - インタフェース のメソッドorg.opensaml.saml2.core.NameIDPolicy
-
Gets the format of the NameIDPolicy.
- getFormat() - インタフェース のメソッドorg.opensaml.saml2.core.NameIDType
-
Gets the format of the NameID.
- getFormat() - クラス のメソッドorg.opensaml.saml2.metadata.impl.NameIDFormatImpl
-
Gets the format of the NameID.
- getFormat() - インタフェース のメソッドorg.opensaml.saml2.metadata.NameIDFormat
-
Gets the format of the NameID.
- getFragment() - クラス のメソッドorg.opensaml.util.URLBuilder
-
Gets the URL fragment in its decoded form.
- getFriendlyName() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.encoding.provider.AbstractSAML2AttributeEncoder
-
Gets the human friendly name of the attribute.
- getFriendlyName() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.encoding.provider.SAML2ScopedStringAttributeEncoder
-
Gets the human friendly name of the attribute.
- getFriendlyName() - インタフェース のメソッドedu.internet2.middleware.shibboleth.common.attribute.encoding.SAML2AttributeEncoder
-
Gets the human friendly name of the attribute.
- getFriendlyName() - インタフェース のメソッドorg.opensaml.saml2.core.Attribute
-
Get the friendly name of this attribute.
- getFriendlyName() - クラス のメソッドorg.opensaml.saml2.core.impl.AttributeImpl
-
Get the friendly name of this attribute.
- getFulfillOn() - クラス のメソッドorg.opensaml.xacml.policy.impl.ObligationTypeImpl
-
Gets the fulfill on effect.
- getFulfillOn() - インタフェース のメソッドorg.opensaml.xacml.policy.ObligationType
-
Gets the fulfill on effect.
- getFunctionId() - インタフェース のメソッドorg.opensaml.xacml.policy.ApplyType
-
Gets the ID of the function.
- getFunctionId() - インタフェース のメソッドorg.opensaml.xacml.policy.FunctionType
-
Gets the ID of this function.
- getFunctionId() - クラス のメソッドorg.opensaml.xacml.policy.impl.ApplyTypeImpl
-
Gets the ID of the function.
- getFunctionId() - クラス のメソッドorg.opensaml.xacml.policy.impl.FunctionTypeImpl
-
Gets the ID of this function.
- getG() - インタフェース のメソッドorg.opensaml.xml.signature.DSAKeyValue
-
Get the G child element.
- getG() - クラス のメソッドorg.opensaml.xml.signature.impl.DSAKeyValueImpl
-
Get the G child element.
- getGeneratedAttribute() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnector.ComputedIDDataConnectorFactoryBean
-
Gets the ID of the attribute generated by the connector.
- getGeneratedAttribute() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnector.StoredIDDataConnectorBeanFactory
-
Gets the ID of the attribute generated by the connector.
- getGeneratedAttributeId() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.dataConnector.ComputedIDDataConnector
-
Gets the ID of the attribute generated by this connector.
- getGeneratedAttributeId() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.dataConnector.StoredIDDataConnector
-
Gets the ID of the attribute generated by this connector.
- getGenerator() - インタフェース のメソッドorg.opensaml.xml.encryption.DHKeyValue
-
Get the Generator child element.
- getGenerator() - クラス のメソッドorg.opensaml.xml.encryption.impl.DHKeyValueImpl
-
Get the Generator child element.
- getGeolocationHints() - インタフェース のメソッドorg.opensaml.samlext.saml2mdui.DiscoHints
-
The element specifies the geographic coordinates associated
with, or serviced by, the entity.
- getGeolocationHints() - クラス のメソッドorg.opensaml.samlext.saml2mdui.impl.DiscoHintsImpl
-
The element specifies the geographic coordinates associated
with, or serviced by, the entity.
- getGetComplete() - インタフェース のメソッドorg.opensaml.saml2.core.GetComplete
-
Gets the GetComplete URI value.
- getGetComplete() - インタフェース のメソッドorg.opensaml.saml2.core.IDPList
-
Gets the GetComplete URI.
- getGetComplete() - クラス のメソッドorg.opensaml.saml2.core.impl.GetCompleteImpl
-
Gets the GetComplete URI value.
- getGetComplete() - クラス のメソッドorg.opensaml.saml2.core.impl.IDPListImpl
-
Gets the GetComplete URI.
- getGivenName() - インタフェース のメソッドorg.opensaml.saml2.metadata.ContactPerson
-
Gets the given name for this person.
- getGivenName() - クラス のメソッドorg.opensaml.saml2.metadata.impl.ContactPersonImpl
-
Gets the given name for this person.
- getGlobalSecurityConfiguration() - クラス のstaticメソッドorg.opensaml.xml.Configuration
-
Get the global security configuration.
- getHandlerPrecedence() - クラス のメソッドorg.opensaml.xacml.ctx.provider.BaseObligationHandler
-
Gets the precedence of the handler.
- getHandlers() - クラス のメソッドorg.opensaml.ws.message.handler.BasicHandlerChain
-
Get the modifiable list of handlers in the handler chain.
- getHandlers() - クラス のメソッドorg.opensaml.ws.message.handler.BasicPhasedHandlerChain
-
Get the modifiable list of handlers in the handler chain.
- getHandlers() - インタフェース のメソッドorg.opensaml.ws.message.handler.HandlerChain
-
Get the modifiable list of handlers in the handler chain.
- getHandlers() - インタフェース のメソッドorg.opensaml.ws.message.handler.PhasedHandlerChain
-
Get the complete effective list of ordered handlers in the handler chain.
- getHashAlgorithm() - クラス のメソッドorg.opensaml.ESAPISecurityConfig
- getHashIterations() - クラス のメソッドorg.opensaml.ESAPISecurityConfig
- getHeader() - インタフェース のメソッドorg.opensaml.ws.soap.soap11.Envelope
-
Gets the header of this envelope.
- getHeader() - クラス のメソッドorg.opensaml.ws.soap.soap11.impl.EnvelopeImpl
-
Gets the header of this envelope.
- getHeaderValue(String) - クラス のメソッドorg.opensaml.ws.transport.http.HttpServletRequestAdapter
-
Gets the first value of the header with the given name.
- getHeaderValue(String) - クラス のメソッドorg.opensaml.ws.transport.http.HttpServletResponseAdapter
-
Gets the first value of the header with the given name.
- getHeaderValue(String) - インタフェース のメソッドorg.opensaml.ws.transport.http.HTTPTransport
-
Gets the first value of the header with the given name.
- getHeight() - クラス のメソッドorg.opensaml.samlext.saml2mdui.impl.LogoImpl
-
Get the height of the logo.
- getHeight() - インタフェース のメソッドorg.opensaml.samlext.saml2mdui.Logo
-
Get the height of the logo.
- getHint() - インタフェース のメソッドorg.opensaml.samlext.saml2mdui.DomainHint
-
Gets the Hint.
- getHint() - インタフェース のメソッドorg.opensaml.samlext.saml2mdui.GeolocationHint
-
Gets the Hint.
- getHint() - クラス のメソッドorg.opensaml.samlext.saml2mdui.impl.DomainHintImpl
-
Gets the Hint.
- getHint() - クラス のメソッドorg.opensaml.samlext.saml2mdui.impl.GeolocationHintImpl
-
Gets the Hint.
- getHint() - クラス のメソッドorg.opensaml.samlext.saml2mdui.impl.IPHintImpl
-
Gets the Hint.
- getHint() - インタフェース のメソッドorg.opensaml.samlext.saml2mdui.IPHint
-
Gets the Hint.
- getHMACOutputLength() - クラス のメソッドorg.opensaml.xml.signature.impl.SignatureImpl
-
Gets the HMAC output length value, optionally used when signing
with an HMAC signature algorithm.
- getHMACOutputLength() - インタフェース のメソッドorg.opensaml.xml.signature.Signature
-
Gets the HMAC output length value, optionally used when signing
with an HMAC signature algorithm.
- getHost() - クラス のメソッドorg.opensaml.util.URLBuilder
-
Gets the host component of the URL.
- getHTTPMethod() - クラス のメソッドorg.opensaml.ws.transport.http.HttpServletRequestAdapter
-
Gets the HTTP method (POST, GET, etc) used.
- getHTTPMethod() - クラス のメソッドorg.opensaml.ws.transport.http.HttpServletResponseAdapter
-
Gets the HTTP method (POST, GET, etc) used.
- getHTTPMethod() - インタフェース のメソッドorg.opensaml.ws.transport.http.HTTPTransport
-
Gets the HTTP method (POST, GET, etc) used.
- getHttpSessionIdName() - クラス のメソッドorg.opensaml.ESAPISecurityConfig
- getHttpsProtocolSocketFactory() - クラス のメソッドorg.opensaml.ws.soap.client.http.HttpClientBuilder
-
Gets the protocol socket factory used for the https scheme.
- getHTTPUtilitiesImplementation() - クラス のメソッドorg.opensaml.ESAPISecurityConfig
- getId() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.BaseAttribute
-
Gets the unique ID of the attribute.
- getId() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.provider.BasicAttribute
-
Gets the unique ID of the attribute.
- getId() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.AbstractResolutionPlugIn
-
Returns the unique ID of the plugin.
- getId() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.attributeDefinition.ContextualAttributeDefinition
-
Returns the unique ID of the plugin.
- getId() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.attributeDefinition.TransientIdEntry
-
Gets the ID.
- getId() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.dataConnector.ContextualDataConnector
-
Returns the unique ID of the plugin.
- getId() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.principalConnector.ContextualPrincipalConnector
-
Returns the unique ID of the plugin.
- getId() - インタフェース のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.ResolutionPlugIn
-
Returns the unique ID of the plugin.
- getId() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.BaseService
-
Gets the ID of this service.
- getId() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.service.ServletContextAttributeExporter
-
Gets the ID of this service.
- getId() - インタフェース のメソッドedu.internet2.middleware.shibboleth.common.service.Service
-
Gets the ID of this service.
- getID() - インタフェース のメソッドorg.opensaml.saml1.core.Assertion
-
Set the ID
- getID() - クラス のメソッドorg.opensaml.saml1.core.impl.AssertionImpl
-
Set the ID
- getID() - クラス のメソッドorg.opensaml.saml1.core.impl.RequestAbstractTypeImpl
-
Get the ID
- getID() - クラス のメソッドorg.opensaml.saml1.core.impl.ResponseAbstractTypeImpl
-
Get the ID
- getID() - インタフェース のメソッドorg.opensaml.saml1.core.RequestAbstractType
-
Get the ID
- getID() - インタフェース のメソッドorg.opensaml.saml1.core.ResponseAbstractType
-
Get the ID
- getID() - インタフェース のメソッドorg.opensaml.saml2.core.Assertion
-
Sets the ID of this assertion.
- getID() - クラス のメソッドorg.opensaml.saml2.core.impl.AssertionImpl
-
Sets the ID of this assertion.
- getID() - クラス のメソッドorg.opensaml.saml2.core.impl.RequestAbstractTypeImpl
-
Gets the unique identifier of the request.
- getID() - クラス のメソッドorg.opensaml.saml2.core.impl.StatusResponseTypeImpl
-
Gets the unique identifier of the response.
- getID() - インタフェース のメソッドorg.opensaml.saml2.core.RequestAbstractType
-
Gets the unique identifier of the request.
- getID() - インタフェース のメソッドorg.opensaml.saml2.core.StatusResponseType
-
Gets the unique identifier of the response.
- getID() - インタフェース のメソッドorg.opensaml.saml2.metadata.AffiliateMember
-
Gets the member's entity ID.
- getID() - インタフェース のメソッドorg.opensaml.saml2.metadata.AffiliationDescriptor
-
Gets the ID of this Descriptor.
- getID() - インタフェース のメソッドorg.opensaml.saml2.metadata.EntitiesDescriptor
-
Gets the ID of this entity group.
- getID() - インタフェース のメソッドorg.opensaml.saml2.metadata.EntityDescriptor
-
Gets the ID for this entity descriptor.
- getID() - クラス のメソッドorg.opensaml.saml2.metadata.impl.AffiliateMemberImpl
-
Gets the member's entity ID.
- getID() - クラス のメソッドorg.opensaml.saml2.metadata.impl.AffiliationDescriptorImpl
-
- getID() - クラス のメソッドorg.opensaml.saml2.metadata.impl.EntitiesDescriptorImpl
-
Gets the ID of this entity group.
- getID() - クラス のメソッドorg.opensaml.saml2.metadata.impl.EntityDescriptorImpl
-
Gets the ID for this entity descriptor.
- getID() - クラス のメソッドorg.opensaml.saml2.metadata.impl.RoleDescriptorImpl
-
Gets the ID of this role descriptor.
- getID() - インタフェース のメソッドorg.opensaml.saml2.metadata.RoleDescriptor
-
Gets the ID of this role descriptor.
- getID() - インタフェース のメソッドorg.opensaml.xml.encryption.EncryptedType
-
Gets the unique ID for the XML element.
- getID() - インタフェース のメソッドorg.opensaml.xml.encryption.EncryptionProperties
-
Get the ID attribute that uniquely identifies this element.
- getID() - インタフェース のメソッドorg.opensaml.xml.encryption.EncryptionProperty
-
Get the ID attribute which uniquely identifies this element.
- getID() - クラス のメソッドorg.opensaml.xml.encryption.impl.EncryptedTypeImpl
-
Gets the unique ID for the XML element.
- getID() - クラス のメソッドorg.opensaml.xml.encryption.impl.EncryptionPropertiesImpl
-
Get the ID attribute that uniquely identifies this element.
- getID() - クラス のメソッドorg.opensaml.xml.encryption.impl.EncryptionPropertyImpl
-
Get the ID attribute which uniquely identifies this element.
- getID() - クラス のメソッドorg.opensaml.xml.signature.impl.KeyInfoTypeImpl
-
Get the Id attribute value.
- getID() - インタフェース のメソッドorg.opensaml.xml.signature.KeyInfoType
-
Get the Id attribute value.
- getId() - クラス のメソッドorg.opensaml.xml.validation.ValidatorSuite
-
Gets a unique ID for this suite.
- getIdAttribute(Element) - クラス のstaticメソッドorg.opensaml.xml.util.XMLHelper
-
Gets the ID attribute of a DOM element.
- getIdentifierLifetime() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.attributeDefinition.TransientIdAttributeDefinitionFactoryBean
-
Gets the length of time, in milliseconds, the identifier are valid.
- getIdentifiersToken(X509Credential, X500DNHandler) - クラス のstaticメソッドorg.opensaml.xml.security.x509.X509Util
-
Gets a formatted string representing identifier information from the supplied credential.
- getIdentifierStore() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.attributeDefinition.TransientIdAttributeDefinitionFactoryBean
-
Gets the store used to map transient identifier tokens to principal names.
- getIdentifierStore() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.principalConnector.TransientPrincipalConnectorFactoryBean
-
Gets the store used to map transient identifier tokens to principal names.
- getIdGenerator() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.AbstractSAMLProfileHandler
-
Gets an ID generator which may be used for SAML assertions, requests, etc.
- getIDIndex() - クラス のメソッドorg.opensaml.xml.AbstractXMLObject
-
Get the IDIndex holding the ID-to-XMLObject index mapping, rooted at this XMLObject's subtree.
- getIDIndex() - インタフェース のメソッドorg.opensaml.xml.XMLObject
-
Get the IDIndex holding the ID-to-XMLObject index mapping, rooted at this XMLObject's subtree.
- getIdLifetime() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.attributeDefinition.CryptoTransientIdAttributeDefinition
-
Gets the time, in milliseconds, ids are valid.
- getIdLifetime() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.attributeDefinition.TransientIdAttributeDefinition
-
Gets the time, in milliseconds, ids are valid.
- getIdLifetime() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.attributeDefinition.CryptoTransientIdAttributeDefinitionFactoryBean
-
Gets the time, in milliseconds, ids are valid.
- getIDMappings() - クラス のメソッドorg.opensaml.xml.util.IDIndex
-
Get the ID-to-XMLObject mappings for this object's object's owner's children.
- getIDPEntrys() - インタフェース のメソッドorg.opensaml.saml2.core.IDPList
-
Gets the IDPEntry list.
- getIDPEntrys() - クラス のメソッドorg.opensaml.saml2.core.impl.IDPListImpl
-
Gets the IDPEntry list.
- getIDPList() - クラス のメソッドorg.opensaml.saml2.core.impl.ScopingImpl
-
Gets the IDPList.
- getIDPList() - インタフェース のメソッドorg.opensaml.saml2.core.Scoping
-
Gets the IDPList.
- getIDPList() - クラス のメソッドorg.opensaml.saml2.ecp.impl.RequestImpl
-
Get the IDPList child element.
- getIDPList() - インタフェース のメソッドorg.opensaml.saml2.ecp.Request
-
Get the IDPList child element.
- getIdProducer() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.principalConnector.StoredIDPrincipalConnectorFactoryBean
-
Gets the data connector that produced the ID.
- getIdPSessionCookie(HttpServletRequest) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.session.IdPSessionFilter
-
Gets the IdP session cookie from the current request, if the user currently has a session.
- getIDPSSODescriptor(String) - インタフェース のメソッドorg.opensaml.saml2.metadata.EntityDescriptor
-
Gets the first
IDPSSODescriptor
role descriptor for this entity that supports the given protocol.
- getIDPSSODescriptor(String) - クラス のメソッドorg.opensaml.saml2.metadata.impl.EntityDescriptorImpl
-
Gets the first
IDPSSODescriptor
role descriptor for this entity that supports the given protocol.
- getIDs() - クラス のメソッドorg.opensaml.xml.util.IDIndex
-
Get the set of ID strings which are the index keys.
- getIdSize() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.attributeDefinition.TransientIdAttributeDefinition
-
Gets the size, in bytes, of the id.
- getIgnoreComments() - クラス のメソッドorg.opensaml.xml.parse.BasicParserPool
-
Gets whether the builders ignore comments.
- getIgnoreComments() - クラス のメソッドorg.opensaml.xml.parse.StaticBasicParserPool
-
Gets whether the builders ignore comments.
- getInactivityTimeout() - クラス のメソッドedu.internet2.middleware.shibboleth.common.session.impl.AbstractSession
-
Gets the session inactivity timeout in milliseconds.
- getInactivityTimeout() - インタフェース のメソッドedu.internet2.middleware.shibboleth.common.session.Session
-
Gets the session inactivity timeout in milliseconds.
- getInboundBinding() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.AbstractSAMLProfileHandler
-
Gets the SAML message binding used by inbound messages.
- getInboundHeaderBlock(MessageContext, QName, Set<String>, boolean) - クラス のstaticメソッドorg.opensaml.ws.soap.util.SOAPHelper
-
- getInboundMessage() - クラス のメソッドorg.opensaml.ws.message.BaseMessageContext
-
Gets the inbound message.
- getInboundMessage() - インタフェース のメソッドorg.opensaml.ws.message.MessageContext
-
Gets the inbound message.
- getInboundMessageDecoder(BaseSAMLProfileRequestContext) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.AbstractSAMLProfileHandler
-
Get the inbound message decoder to use.
- getInboundMessageDecoder(BaseSAMLProfileRequestContext) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.saml2.SAML2ECPProfileHandler
-
Get the inbound message decoder to use.
- getInboundMessageIssuer() - クラス のメソッドorg.opensaml.ws.message.BaseMessageContext
-
Gets the issuer of the inbound message.
- getInboundMessageIssuer() - インタフェース のメソッドorg.opensaml.ws.message.MessageContext
-
Gets the issuer of the inbound message.
- getInboundMessageTransport() - クラス のメソッドorg.opensaml.ws.message.BaseMessageContext
-
Gets the transport used to receive the message.
- getInboundMessageTransport() - インタフェース のメソッドorg.opensaml.ws.message.MessageContext
-
Gets the transport used to receive the message.
- getInboundSAMLMessage() - クラス のメソッドorg.opensaml.common.binding.BasicSAMLMessageContext
-
Gets the inbound SAML message.
- getInboundSAMLMessage() - インタフェース のメソッドorg.opensaml.common.binding.SAMLMessageContext
-
Gets the inbound SAML message.
- getInboundSAMLMessageId() - クラス のメソッドorg.opensaml.common.binding.BasicSAMLMessageContext
-
Gets the ID of the inbound SAML message.
- getInboundSAMLMessageId() - インタフェース のメソッドorg.opensaml.common.binding.SAMLMessageContext
-
Gets the ID of the inbound SAML message.
- getInboundSAMLMessageIssueInstant() - クラス のメソッドorg.opensaml.common.binding.BasicSAMLMessageContext
-
Gets the issue instant of the incomming SAML message.
- getInboundSAMLMessageIssueInstant() - インタフェース のメソッドorg.opensaml.common.binding.SAMLMessageContext
-
Gets the issue instant of the incomming SAML message.
- getInboundSAMLProtocol() - クラス のメソッドorg.opensaml.common.binding.BasicSAMLMessageContext
-
Gets the protocol used by the peer entity to communicate with the local entity.
- getInboundSAMLProtocol() - インタフェース のメソッドorg.opensaml.common.binding.SAMLMessageContext
-
Gets the protocol used by the peer entity to communicate with the local entity.
- getIncomingStream() - クラス のメソッドorg.opensaml.ws.transport.http.HttpServletRequestAdapter
-
Gets the incoming stream from the peer.
- getIncomingStream() - クラス のメソッドorg.opensaml.ws.transport.InputStreamInTransportAdapter
-
Gets the incoming stream from the peer.
- getIncomingStream() - インタフェース のメソッドorg.opensaml.ws.transport.InTransport
-
Gets the incoming stream from the peer.
- getIndex() - インタフェース のメソッドorg.opensaml.saml2.metadata.AttributeConsumingService
-
Gets the index for this service.
- getIndex() - クラス のメソッドorg.opensaml.saml2.metadata.impl.AttributeConsumingServiceImpl
-
Gets the index for this service.
- getIndex() - クラス のメソッドorg.opensaml.saml2.metadata.impl.IndexedEndpointImpl
-
Gets the index of the endpoint.
- getIndex() - インタフェース のメソッドorg.opensaml.saml2.metadata.IndexedEndpoint
-
Gets the index of the endpoint.
- getIndex() - クラス のメソッドorg.opensaml.saml2.metadata.support.AttributeConsumingServiceSelector
-
Get the index of the desired service.
- getIndexClass(Object) - クラス のメソッドorg.opensaml.xml.util.ClassIndexedSet
-
Get the index class of the specified object.
- getInformationURLs() - クラス のメソッドorg.opensaml.samlext.saml2mdui.impl.UIInfoImpl
-
Get the URLs.
- getInformationURLs() - インタフェース のメソッドorg.opensaml.samlext.saml2mdui.UIInfo
-
Get the URLs.
- getInputContextOnlyXSBooleanValue() - クラス のメソッドorg.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeImpl
-
True then use only information in the XACMLAuthzDecisionQuery, if false could use external XACML attributes.
- getInputContextOnlyXSBooleanValue() - インタフェース のメソッドorg.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
-
True then use only information in the XACMLAuthzDecisionQuery, if false could use external XACML attributes.
- getInputStream() - クラス のメソッドedu.internet2.middleware.shibboleth.common.resource.SVNResource
-
Gets the inputstream to the resource's data.
- getInputStream() - クラス のメソッドorg.opensaml.util.resource.ClasspathResource
-
Gets the inputstream to the resource's data.
- getInputStream() - クラス のメソッドorg.opensaml.util.resource.FileBackedHttpResource
-
Gets the inputstream to the resource's data.
- getInputStream() - クラス のメソッドorg.opensaml.util.resource.FilesystemResource
-
Gets the inputstream to the resource's data.
- getInputStream() - クラス のメソッドorg.opensaml.util.resource.HttpResource
-
Gets the inputstream to the resource's data.
- getInputStream() - インタフェース のメソッドorg.opensaml.util.resource.Resource
-
Gets the inputstream to the resource's data.
- getInResponseTo() - クラス のメソッドorg.opensaml.saml1.core.impl.ResponseAbstractTypeImpl
-
Return the InResponseTo (attribute).
- getInResponseTo() - インタフェース のメソッドorg.opensaml.saml1.core.ResponseAbstractType
-
Return the InResponseTo (attribute).
- getInResponseTo() - クラス のメソッドorg.opensaml.saml2.core.impl.StatusResponseTypeImpl
-
Gets the unique request identifier for which this is a response
- getInResponseTo() - クラス のメソッドorg.opensaml.saml2.core.impl.SubjectConfirmationDataImpl
-
Gets the message ID this is in response to.
- getInResponseTo() - インタフェース のメソッドorg.opensaml.saml2.core.StatusResponseType
-
Gets the unique request identifier for which this is a response
- getInResponseTo() - インタフェース のメソッドorg.opensaml.saml2.core.SubjectConfirmationData
-
Gets the message ID this is in response to.
- getInstance() - クラス のstaticメソッドorg.opensaml.ESAPISecurityConfig
-
Factory method which implements the singleton pattern per the ESAPI reference impl.
- getInstance(Input) - クラス のメソッドorg.opensaml.xml.util.AbstractSingletonFactory
-
Obtain an instance of the output class based on an input class instance.
- getInstance(Input) - クラス のメソッドorg.opensaml.xml.util.AbstractWrappedSingletonFactory
-
Obtain an instance of the output class based on an input class instance.
- getInstance(Input) - インタフェース のメソッドorg.opensaml.xml.util.SingletonFactory
-
Obtain an instance of the output class based on an input class instance.
- getIntendedDestinationEndpointURI(SAMLMessageContext) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.saml1.ShibbolethSSODecoder
-
Extract the message information which indicates to what receiver endpoint URI the
SAML message was intended to be delivered.
- getIntendedDestinationEndpointURI(SAMLMessageContext) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.saml2.UnsolicitedSSODecoder
-
Extract the message information which indicates to what receiver endpoint URI the
SAML message was intended to be delivered.
- getIntendedDestinationEndpointURI(SAMLMessageContext) - クラス のメソッド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) - クラス のメソッド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) - クラス のメソッド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) - クラス のメソッド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) - クラス のメソッド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.
- getIntrusionDetectionImplementation() - クラス のメソッドorg.opensaml.ESAPISecurityConfig
- getIPAddress() - クラス のメソッドorg.opensaml.saml1.core.impl.SubjectLocalityImpl
-
Gets the IP address of the locality.
- getIPAddress() - インタフェース のメソッドorg.opensaml.saml1.core.SubjectLocality
-
Gets the IP address of the locality.
- getIPHints() - インタフェース のメソッドorg.opensaml.samlext.saml2mdui.DiscoHints
-
The element specifies a set of [CIDR] blocks associated with,
or serviced by, the entity.
- getIPHints() - クラス のメソッドorg.opensaml.samlext.saml2mdui.impl.DiscoHintsImpl
-
The element specifies a set of [CIDR] blocks associated with,
or serviced by, the entity.
- getIPRanges(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.config.profile.authn.IPAddressLoginHandlerBeanDefinitionParser
-
Gets the list of IP ranges given in the configuration.
- getIssueInstant() - インタフェース のメソッドorg.opensaml.saml1.core.Assertion
-
Get the IssueInstant (attribute).
- getIssueInstant() - クラス のメソッドorg.opensaml.saml1.core.impl.AssertionImpl
-
Get the IssueInstant (attribute).
- getIssueInstant() - クラス のメソッドorg.opensaml.saml1.core.impl.RequestAbstractTypeImpl
-
Get the issue instant
- getIssueInstant() - クラス のメソッドorg.opensaml.saml1.core.impl.ResponseAbstractTypeImpl
-
Return the Issue Instant (attribute).
- getIssueInstant() - インタフェース のメソッドorg.opensaml.saml1.core.RequestAbstractType
-
Get the issue instant
- getIssueInstant() - インタフェース のメソッドorg.opensaml.saml1.core.ResponseAbstractType
-
Return the Issue Instant (attribute).
- getIssueInstant() - インタフェース のメソッドorg.opensaml.saml2.core.Assertion
-
Gets the issue instance of this assertion.
- getIssueInstant() - クラス のメソッドorg.opensaml.saml2.core.impl.AssertionImpl
-
Gets the issue instance of this assertion.
- getIssueInstant() - クラス のメソッドorg.opensaml.saml2.core.impl.RequestAbstractTypeImpl
-
Gets the date/time the request was issued.
- getIssueInstant() - クラス のメソッドorg.opensaml.saml2.core.impl.StatusResponseTypeImpl
-
Gets the date/time the response was issued.
- getIssueInstant() - インタフェース のメソッドorg.opensaml.saml2.core.RequestAbstractType
-
Gets the date/time the request was issued.
- getIssueInstant() - インタフェース のメソッドorg.opensaml.saml2.core.StatusResponseType
-
Gets the date/time the response was issued.
- getIssuer() - インタフェース のメソッドorg.opensaml.saml1.core.Assertion
-
Get the Issuer (which is an attribute) .
- getIssuer() - クラス のメソッドorg.opensaml.saml1.core.impl.AssertionImpl
-
Get the Issuer (which is an attribute) .
- getIssuer() - インタフェース のメソッドorg.opensaml.saml2.core.Assertion
-
Gets the Issuer of this assertion.
- getIssuer() - クラス のメソッドorg.opensaml.saml2.core.impl.AssertionImpl
-
Gets the Issuer of this assertion.
- getIssuer() - クラス のメソッドorg.opensaml.saml2.core.impl.RequestAbstractTypeImpl
-
Gets the issuer of this request.
- getIssuer() - クラス のメソッドorg.opensaml.saml2.core.impl.StatusResponseTypeImpl
-
Gets the issuer of this response.
- getIssuer() - インタフェース のメソッドorg.opensaml.saml2.core.RequestAbstractType
-
Gets the issuer of this request.
- getIssuer() - インタフェース のメソッドorg.opensaml.saml2.core.StatusResponseType
-
Gets the issuer of this response.
- getIssuer() - クラス のメソッドorg.opensaml.saml2.ecp.impl.RequestImpl
-
Get the Issuer child elemet.
- getIssuer() - インタフェース のメソッドorg.opensaml.saml2.ecp.Request
-
Get the Issuer child elemet.
- getIssuer() - インタフェース のメソッドorg.opensaml.xacml.ctx.AttributeType
-
Gets the issuer of the attribute.
- getIssuer() - クラス のメソッドorg.opensaml.xacml.ctx.impl.AttributeTypeImpl
-
Gets the issuer of the attribute.
- getIssuer() - クラス のメソッドorg.opensaml.xacml.ctx.impl.MissingAttributeDetailTypeImpl
-
Gets the issuer of the attribute.
- getIssuer() - インタフェース のメソッドorg.opensaml.xacml.ctx.MissingAttributeDetailType
-
Gets the issuer of the attribute.
- getIssuer() - インタフェース のメソッドorg.opensaml.xacml.policy.AttributeDesignatorType
-
Gets the issuer of the designated attribute.
- getIssuer() - クラス のメソッドorg.opensaml.xacml.policy.impl.AttributeDesignatorTypeImpl
-
Gets the issuer of the designated attribute.
- getIssuerId() - クラス のメソッドorg.opensaml.common.binding.artifact.BasicSAMLArtifactMapEntry
-
Gets the ID of the issuer of the artifact.
- getIssuerId() - インタフェース のメソッドorg.opensaml.common.binding.artifact.SAMLArtifactMap.SAMLArtifactMapEntry
-
Gets the ID of the issuer of the artifact.
- getIssuerName() - クラス のメソッドorg.opensaml.xml.security.x509.X509IssuerSerialCriteria
-
Get the issuer name.
- getIssuerName(X509Certificate) - クラス のメソッドorg.opensaml.xml.security.x509.X509KeyInfoGeneratorFactory.X509KeyInfoGenerator
-
Get issuer name from a certificate, using the currently configured X500DNHandler
and issuer DN output format.
- getIVType() - クラス のメソッドorg.opensaml.ESAPISecurityConfig
- getJ() - インタフェース のメソッドorg.opensaml.xml.signature.DSAKeyValue
-
Get the J child element.
- getJ() - クラス のメソッドorg.opensaml.xml.signature.impl.DSAKeyValueImpl
-
Get the J child element.
- getJCAProviderName() - クラス のメソッドorg.opensaml.xml.encryption.Decrypter
-
Get the Java Cryptography Architecture (JCA) security provider name that should be used to provide the decryption
support.
- getJCAProviderName() - クラス のメソッドorg.opensaml.xml.encryption.Encrypter
-
Get the Java Cryptography Architecture (JCA) security provider name that should be used to provide the encryption
support.
- getKANonce() - インタフェース のメソッドorg.opensaml.xml.encryption.AgreementMethod
-
Get the nonce child element used to introduce variability into the generation of keying material.
- getKANonce() - クラス のメソッドorg.opensaml.xml.encryption.impl.AgreementMethodImpl
-
Get the nonce child element used to introduce variability into the generation of keying material.
- getKDFPseudoRandomFunction() - クラス のメソッドorg.opensaml.ESAPISecurityConfig
- getKEKResolver() - クラス のメソッドorg.opensaml.xml.encryption.Decrypter
-
Get the key encryption key credential resolver.
- getKEKResolverCriteria() - クラス のメソッドorg.opensaml.xml.encryption.Decrypter
-
Get the optional static set of criteria used when resolving credentials based on the KeyInfo of an EncryptedKey
element.
- getKey() - クラス のメソッドedu.internet2.middleware.shibboleth.common.util.EventingMapBasedStorageService.AddEntryEvent
-
Gets the key of the added item.
- getKey() - クラス のメソッドedu.internet2.middleware.shibboleth.common.util.EventingMapBasedStorageService.RemoveEntryEvent
-
Gets the key of the removed item.
- getKey(KeyValue) - クラス のstaticメソッドorg.opensaml.xml.security.keyinfo.KeyInfoHelper
-
Extracts the DSA or RSA public key within the
KeyValue
.
- getKey() - クラス のメソッドorg.opensaml.xml.security.keyinfo.KeyInfoResolutionContext
-
Get the key currently known to be represented by the KeyInfo.
- getKeyAlgorithm() - クラス のメソッドorg.opensaml.xml.security.criteria.KeyAlgorithmCriteria
-
Get the key algorithm criteria.
- getKeyAlgorithmFromURI(String) - クラス のstaticメソッドorg.opensaml.xml.security.SecurityHelper
-
Get the Java security JCA/JCE key algorithm specifier associated with an algorithm URI.
- getKeyDescriptor() - クラス のメソッドorg.opensaml.security.SAMLMDCredentialContext
-
Get the key descriptor context.
- getKeyDescriptors() - インタフェース のメソッドorg.opensaml.saml2.metadata.AffiliationDescriptor
-
Gets an immutable list of KeyDescriptors for this affiliation.
- getKeyDescriptors() - クラス のメソッドorg.opensaml.saml2.metadata.impl.AffiliationDescriptorImpl
-
Gets an immutable list of KeyDescriptors for this affiliation.
- getKeyDescriptors() - クラス のメソッドorg.opensaml.saml2.metadata.impl.RoleDescriptorImpl
-
Gets the key descriptors for this role.
- getKeyDescriptors() - インタフェース のメソッドorg.opensaml.saml2.metadata.RoleDescriptor
-
Gets the key descriptors for this role.
- getKeyEncryptionCredential(String) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.saml2.AbstractSAML2ProfileHandler
-
Gets the credential that can be used to encrypt encryption keys for a peer.
- getKeyInfo() - クラス のメソッドorg.opensaml.saml1.core.impl.SubjectConfirmationImpl
-
Gets the key information for the subject.
- getKeyInfo() - インタフェース のメソッドorg.opensaml.saml1.core.SubjectConfirmation
-
Gets the key information for the subject.
- getKeyInfo() - クラス のメソッドorg.opensaml.saml2.metadata.impl.KeyDescriptorImpl
-
Gets information about the key, including the key itself.
- getKeyInfo() - インタフェース のメソッドorg.opensaml.saml2.metadata.KeyDescriptor
-
Gets information about the key, including the key itself.
- getKeyInfo() - インタフェース のメソッドorg.opensaml.xml.encryption.EncryptedType
-
Gets the KeyInfo child element.
- getKeyInfo() - クラス のメソッドorg.opensaml.xml.encryption.impl.EncryptedTypeImpl
-
Gets the KeyInfo child element.
- getKeyInfo() - クラス のメソッドorg.opensaml.xml.security.keyinfo.KeyInfoCredentialContext
-
Get the KeyInfo context from which the credential was derived.
- getKeyInfo() - クラス のメソッドorg.opensaml.xml.security.keyinfo.KeyInfoCriteria
-
Gets the KeyInfo which is the source of credential criteria.
- getKeyInfo() - クラス のメソッドorg.opensaml.xml.security.keyinfo.KeyInfoResolutionContext
-
Gets the KeyInfo being processed.
- getKeyInfo() - クラス のメソッドorg.opensaml.xml.security.keyinfo.StaticKeyInfoGenerator
-
Get the static KeyInfo object held by this generator.
- getKeyInfo() - クラス のメソッドorg.opensaml.xml.signature.impl.SignatureImpl
-
Gets the key info added to this signature.
- getKeyInfo() - インタフェース のメソッドorg.opensaml.xml.signature.Signature
-
Gets the key info added to this signature.
- getKeyInfoCredentialResolver() - クラス のメソッドorg.opensaml.security.MetadataCredentialResolver
-
Get the KeyInfo credential resolver used by this metadata resolver to handle KeyInfo elements.
- getKeyInfoCredentialResolver(String) - クラス のメソッドorg.opensaml.xml.security.BasicSecurityConfiguration
-
Get the KeyInfoCredentialResolver associated with the named configuration.
- getKeyInfoCredentialResolver(String) - インタフェース のメソッドorg.opensaml.xml.security.SecurityConfiguration
-
Get the KeyInfoCredentialResolver associated with the named configuration.
- getKeyInfoGenerator() - クラス のメソッドorg.opensaml.xml.encryption.EncryptionParameters
-
Gets the instance which will be used to generate a KeyInfo
object from the encryption credential.
- getKeyInfoGenerator(Credential, SecurityConfiguration, String) - クラス のstaticメソッドorg.opensaml.xml.security.SecurityHelper
-
- getKeyInfoGeneratorManager() - クラス のメソッドorg.opensaml.xml.security.BasicSecurityConfiguration
-
Get the manager for named KeyInfoGenerator instances.
- getKeyInfoGeneratorManager() - インタフェース のメソッドorg.opensaml.xml.security.SecurityConfiguration
-
Get the manager for named KeyInfoGenerator instances.
- getKeyInfoResolver() - クラス のメソッドorg.opensaml.xml.signature.impl.BaseSignatureTrustEngine
-
Get the KeyInfoCredentialResolver instance used to resolve (advisory) signing credential information
from KeyInfo elements contained within a Signature element.
- getKeyInfoResolver() - クラス のメソッドorg.opensaml.xml.signature.impl.ChainingSignatureTrustEngine
-
Get the KeyInfoCredentialResolver instance used to resolve (advisory) signing credential information
from KeyInfo elements contained within a Signature element.
- getKeyInfoResolver() - インタフェース のメソッドorg.opensaml.xml.signature.SignatureTrustEngine
-
Get the KeyInfoCredentialResolver instance used to resolve (advisory) signing credential information
from KeyInfo elements contained within a Signature element.
- getKeyInfos() - クラス のメソッドedu.internet2.middleware.shibboleth.common.xmlobject.impl.ShibbolethMetadataKeyAuthorityImpl
-
Get the list of KeyInfo child elements.
- getKeyInfos() - インタフェース のメソッドedu.internet2.middleware.shibboleth.common.xmlobject.ShibbolethMetadataKeyAuthority
-
Get the list of KeyInfo child elements.
- getKeyInfos() - クラス のメソッドorg.opensaml.saml2.core.impl.KeyInfoConfirmationDataTypeImpl
-
Get the list of child KeyInfo elements.
- getKeyInfos() - インタフェース のメソッドorg.opensaml.saml2.core.KeyInfoConfirmationDataType
-
Get the list of child KeyInfo elements.
- getKeyLength() - クラス のメソッドorg.opensaml.xml.security.criteria.KeyLengthCriteria
-
Get the key length.
- getKeyLength(Key) - クラス のstaticメソッドorg.opensaml.xml.security.SecurityHelper
-
Get the key length in bits of the specified key.
- getKeyLengthFromURI(String) - クラス のstaticメソッドorg.opensaml.xml.security.SecurityHelper
-
Get the length of the key indicated by the algorithm URI, if applicable and available.
- getKeyName() - クラス のメソッドorg.opensaml.xml.security.criteria.KeyNameCriteria
-
Get the key name criteria.
- getKeyNames() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.AbstractCredentialFactoryBean
-
Gets the names for the key represented by the credential.
- getKeyNames() - クラス のメソッドorg.opensaml.xml.security.credential.AbstractCredential
-
Gets key names for this credential.
- getKeyNames() - インタフェース のメソッドorg.opensaml.xml.security.credential.Credential
-
Gets key names for this credential.
- getKeyNames(KeyInfo) - クラス のstaticメソッドorg.opensaml.xml.security.keyinfo.KeyInfoHelper
-
Get the set of key names inside the specified
KeyInfo
as a list of strings.
- getKeyNames() - クラス のメソッドorg.opensaml.xml.security.keyinfo.KeyInfoResolutionContext
-
The key names which are currently known.
- getKeyNames() - クラス のメソッドorg.opensaml.xml.signature.impl.KeyInfoTypeImpl
-
Get the list of KeyName child elements.
- getKeyNames() - インタフェース のメソッドorg.opensaml.xml.signature.KeyInfoType
-
Get the list of KeyName child elements.
- getKeyPlacement() - クラス のメソッドorg.opensaml.saml2.encryption.Encrypter
-
Get the current key placement option.
- getKeyReferences() - クラス のメソッドorg.opensaml.xml.encryption.impl.ReferenceListImpl
-
Get the list of key reference child elements.
- getKeyReferences() - インタフェース のメソッドorg.opensaml.xml.encryption.ReferenceList
-
Get the list of key reference child elements.
- getKeyResolver() - クラス のメソッドorg.opensaml.xml.encryption.Decrypter
-
Get the data encryption key credential resolver.
- getKeys(String) - クラス のメソッドedu.internet2.middleware.shibboleth.common.util.EventingMapBasedStorageService
-
Gets the keys for entries in the storage service.
- getKeys(String) - クラス のメソッドorg.opensaml.util.storage.MapBasedStorageService
-
Gets the keys for entries in the storage service.
- getKeys(String) - インタフェース のメソッドorg.opensaml.util.storage.StorageService
-
Gets the keys for entries in the storage service.
- getKeySize() - インタフェース のメソッドorg.opensaml.xml.encryption.EncryptionMethod
-
Gets the KeySize child element.
- getKeySize() - クラス のメソッドorg.opensaml.xml.encryption.impl.EncryptionMethodImpl
-
Gets the KeySize child element.
- getKeystorePassword() - クラス のメソッドedu.internet2.middleware.shibboleth.common.util.DataSealer
-
Returns the keystore password.
- getKeystorePath() - クラス のメソッドedu.internet2.middleware.shibboleth.common.util.DataSealer
-
Returns the keystore path.
- getKeystoreType() - クラス のメソッドedu.internet2.middleware.shibboleth.common.util.DataSealer
-
Returns the keystore type.
- getKeyTransportEncryptionAlgorithmURI(String, Integer, String) - クラス のメソッドorg.opensaml.xml.security.BasicSecurityConfiguration
-
Get the key transport encryption algorithm URI for the specified JCA key algorithm name, optional key
length and optional JCA key algorithm name of the key to be encrypted.
- getKeyTransportEncryptionAlgorithmURI(Credential, String) - クラス のメソッドorg.opensaml.xml.security.BasicSecurityConfiguration
-
Get the key transport encryption algorithm URI for the encryption key contained within the specified credential.
- getKeyTransportEncryptionAlgorithmURI(String, Integer, String) - インタフェース のメソッドorg.opensaml.xml.security.SecurityConfiguration
-
Get the key transport encryption algorithm URI for the specified JCA key algorithm name, optional key
length and optional JCA key algorithm name of the key to be encrypted.
- getKeyTransportEncryptionAlgorithmURI(Credential, String) - インタフェース のメソッドorg.opensaml.xml.security.SecurityConfiguration
-
Get the key transport encryption algorithm URI for the encryption key contained within the specified credential.
- getKeyValues() - クラス のメソッドorg.opensaml.xml.signature.impl.KeyInfoTypeImpl
-
Get the list of KeyValue child elements.
- getKeyValues() - インタフェース のメソッドorg.opensaml.xml.signature.KeyInfoType
-
Get the list of KeyValue child elements.
- getKeywords() - クラス のメソッドorg.opensaml.samlext.saml2mdui.impl.KeywordsImpl
-
Gets the keywords.
- getKeywords() - クラス のメソッドorg.opensaml.samlext.saml2mdui.impl.UIInfoImpl
-
Get the Keywords.
- getKeywords() - インタフェース のメソッドorg.opensaml.samlext.saml2mdui.Keywords
-
Gets the keywords.
- getKeywords() - インタフェース のメソッドorg.opensaml.samlext.saml2mdui.UIInfo
-
Get the Keywords.
- getLanguage() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.attributeDefinition.ScriptedAttributeDefinitionFactoryBean
-
Gets the scripting language being used.
- getLanguage() - クラス のメソッドorg.opensaml.saml2.metadata.LocalizedString
-
Gets the language of the string.
- getLanguage(Element) - クラス のstaticメソッドorg.opensaml.xml.util.XMLHelper
-
Gets the lcoale currently active for the element.
- getLastActivityInstant() - クラス のメソッドedu.internet2.middleware.shibboleth.common.session.impl.AbstractSession
-
Gets the time of the last activity from the user.
- getLastActivityInstant() - インタフェース のメソッドedu.internet2.middleware.shibboleth.common.session.Session
-
Gets the time of the last activity from the user.
- getLastModified(Resource) - クラス のメソッドedu.internet2.middleware.shibboleth.common.util.StringResourceLoader
-
- getLastModifiedTime() - クラス のメソッドedu.internet2.middleware.shibboleth.common.resource.SVNResource
-
Gets the date and time the resource was last modified.
- getLastModifiedTime() - クラス のメソッドorg.opensaml.util.resource.ClasspathResource
-
Gets the date and time the resource was last modified.
- getLastModifiedTime() - クラス のメソッドorg.opensaml.util.resource.FileBackedHttpResource
-
Gets the date and time the resource was last modified.
- getLastModifiedTime() - クラス のメソッドorg.opensaml.util.resource.FilesystemResource
-
Gets the date and time the resource was last modified.
- getLastModifiedTime() - クラス のメソッドorg.opensaml.util.resource.HttpResource
-
Gets the date and time the resource was last modified.
- getLastModifiedTime() - インタフェース のメソッドorg.opensaml.util.resource.Resource
-
Gets the date and time the resource was last modified.
- getLastRefresh() - クラス のメソッドorg.opensaml.saml2.metadata.provider.AbstractReloadingMetadataProvider
-
Gets the time the last refresh cycle occurred.
- getLastUpdate() - クラス のメソッドorg.opensaml.saml2.metadata.provider.AbstractReloadingMetadataProvider
-
Gets the time that the currently available metadata was last updated.
- getLatestVersion() - インタフェース のメソッドorg.opensaml.xacml.policy.IdReferenceType
-
Gets the latest version of the reference.
- getLatestVersion() - クラス のメソッドorg.opensaml.xacml.policy.impl.IdReferenceTypeImpl
-
Gets the latest version of the reference.
- getLdapPool() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.dataConnector.LdapDataConnector
-
This returns the ldap pool strategy this connector is using.
- getLdapProperties() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnector.LdapDataConnectorFactoryBean
-
Gets the LDAP connection provider specific properties.
- getLdapUrl() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnector.LdapDataConnectorFactoryBean
-
Gets the LDAP server's URL.
- getLenientDatesAccepted() - クラス のメソッドorg.opensaml.ESAPISecurityConfig
- getLoc() - インタフェース のメソッドorg.opensaml.saml2.core.IDPEntry
-
Gets the Loc value.
- getLoc() - クラス のメソッドorg.opensaml.saml2.core.impl.IDPEntryImpl
-
Gets the Loc value.
- getLocalCredential() - クラス のメソッドorg.opensaml.ws.transport.BaseTransport
-
Gets the local credential used to authenticate to the peer.
- getLocalCredential() - クラス のメソッドorg.opensaml.ws.transport.http.HttpServletRequestAdapter
-
Gets the local credential used to authenticate to the peer.
- getLocalCredential() - クラス のメソッドorg.opensaml.ws.transport.http.HttpServletResponseAdapter
-
Gets the local credential used to authenticate to the peer.
- getLocalCredential() - インタフェース のメソッドorg.opensaml.ws.transport.Transport
-
Gets the local credential used to authenticate to the peer.
- getLocalCredentialResolver() - クラス のメソッドorg.opensaml.xml.security.keyinfo.LocalKeyInfoCredentialResolver
-
Get the resolver for local credentials.
- getLocalEntityId() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.dataConnector.StoredIDStore.PersistentIdEntry
-
Gets the ID of the entity that issued the identifier.
- getLocalEntityId() - クラス のメソッドorg.opensaml.common.binding.BasicSAMLMessageContext
-
Gets the local entity's ID.
- getLocalEntityId() - インタフェース のメソッドorg.opensaml.common.binding.SAMLMessageContext
-
Gets the local entity's ID.
- getLocalEntityMetadata() - クラス のメソッドorg.opensaml.common.binding.BasicSAMLMessageContext
-
Gets the local entity metadata.
- getLocalEntityMetadata() - インタフェース のメソッドorg.opensaml.common.binding.SAMLMessageContext
-
Gets the local entity metadata.
- getLocalEntityRole() - クラス のメソッドorg.opensaml.common.binding.BasicSAMLMessageContext
-
Gets the role of the local entity.
- getLocalEntityRole() - インタフェース のメソッドorg.opensaml.common.binding.SAMLMessageContext
-
Gets the role of the local entity.
- getLocalEntityRoleMetadata() - クラス のメソッドorg.opensaml.common.binding.BasicSAMLMessageContext
-
Gets the role metadata of the local entity.
- getLocalEntityRoleMetadata() - インタフェース のメソッドorg.opensaml.common.binding.SAMLMessageContext
-
Gets the role metadata of the local entity.
- getLocalId(ShibbolethResolutionContext) - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.dataConnector.StoredIDDataConnector
-
Gets the local ID component of the persistent ID.
- getLocalId() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.dataConnector.StoredIDStore.PersistentIdEntry
-
Gets the local ID component of the persistent identifier.
- getLocalString() - クラス のメソッドorg.opensaml.saml2.metadata.LocalizedString
-
Gets the localized string.
- getLocation() - クラス のメソッドedu.internet2.middleware.shibboleth.common.resource.SVNResource
-
Gets resource location information.
- getLocation() - インタフェース のメソッドorg.opensaml.saml1.core.AuthorityBinding
-
Getter for Location
- getLocation() - クラス のメソッドorg.opensaml.saml1.core.impl.AuthorityBindingImpl
-
Getter for Location
- getLocation() - インタフェース のメソッドorg.opensaml.saml2.metadata.Endpoint
-
Gets the URI, usually a URL, for the location of this Endpoint.
- getLocation() - クラス のメソッドorg.opensaml.saml2.metadata.impl.EndpointImpl
-
Gets the URI, usually a URL, for the location of this Endpoint.
- getLocation() - クラス のメソッドorg.opensaml.util.resource.ClasspathResource
-
Gets resource location information.
- getLocation() - クラス のメソッドorg.opensaml.util.resource.FileBackedHttpResource
-
Gets resource location information.
- getLocation() - クラス のメソッドorg.opensaml.util.resource.FilesystemResource
-
Gets resource location information.
- getLocation() - クラス のメソッドorg.opensaml.util.resource.HttpResource
-
Gets resource location information.
- getLocation() - インタフェース のメソッドorg.opensaml.util.resource.Resource
-
Gets resource location information.
- getLocationURI() - インタフェース のメソッドorg.opensaml.saml2.metadata.AdditionalMetadataLocation
-
Gets the location URI.
- getLocationURI() - クラス のメソッドorg.opensaml.saml2.metadata.impl.AdditionalMetadataLocationImpl
-
Gets the location URI.
- getLogApplicationName() - クラス のメソッドorg.opensaml.ESAPISecurityConfig
- getLogEncodingRequired() - クラス のメソッドorg.opensaml.ESAPISecurityConfig
- getLogFileName() - クラス のメソッドorg.opensaml.ESAPISecurityConfig
- getLogger() - クラス のstaticメソッドorg.opensaml.DefaultBootstrap
-
Get an SLF4J Logger.
- getLogImplementation() - クラス のメソッドorg.opensaml.ESAPISecurityConfig
- getLoginContext() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.authn.LoginContextEntry
-
Gets the login context.
- getLoginContext() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.saml1.ShibbolethSSOProfileHandler.ShibbolethSSORequestContext
-
Gets the current login context.
- getLoginContext() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.saml2.SSOProfileHandler.SSORequestContext
-
Gets the current login context.
- getLoginContext(HttpServletRequest) - クラス のstaticメソッドedu.internet2.middleware.shibboleth.idp.util.HttpServletHelper
-
- getLoginContext(StorageService, ServletContext, HttpServletRequest) - クラス のstaticメソッドedu.internet2.middleware.shibboleth.idp.util.HttpServletHelper
-
Gets the
LoginContext
for the user issuing the HTTP request.
- getLoginHandlers() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.IdPProfileHandlerManager
-
Gets the registered authentication handlers.
- getLoginHandlerSubject(HttpServletRequest) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.authn.AuthenticationEngine
-
Gets the subject from the request coming back from the login handler.
- getLoginInstant() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.session.impl.ServiceInformationImpl
-
Gets the time the user logged in to the service.
- getLoginInstant() - インタフェース のメソッドedu.internet2.middleware.shibboleth.idp.session.ServiceInformation
-
Gets the time the user logged in to the service.
- getLogLevel() - クラス のメソッドorg.opensaml.ESAPISecurityConfig
- getLogos() - クラス のメソッドorg.opensaml.samlext.saml2mdui.impl.UIInfoImpl
-
Get the logos.
- getLogos() - インタフェース のメソッドorg.opensaml.samlext.saml2mdui.UIInfo
-
Get the logos.
- getLogServerIP() - クラス のメソッドorg.opensaml.ESAPISecurityConfig
- getLSDOMImpl(Node) - クラス のstaticメソッドorg.opensaml.xml.util.XMLHelper
-
- getLSSerializer(DOMImplementationLS, Map<String, Object>) - クラス のstaticメソッドorg.opensaml.xml.util.XMLHelper
-
- getMacAlgorithm() - クラス のメソッドedu.internet2.middleware.shibboleth.common.util.DataSealer
-
Returns the MAC algorithm.
- getMacKey() - クラス のメソッドedu.internet2.middleware.shibboleth.common.util.DataSealer
-
Returns the MAC key, if different from the encryption key.
- getMacKeyAlias() - クラス のメソッドedu.internet2.middleware.shibboleth.common.util.DataSealer
-
Returns the MAC key alias.
- getMacKeyPassword() - クラス のメソッドedu.internet2.middleware.shibboleth.common.util.DataSealer
-
Returns the MAC key password.
- getMajorVersion() - クラス のstaticメソッドedu.internet2.middleware.shibboleth.common.Version
-
Gets the major version number of the library.
- getMajorVersion() - クラス のstaticメソッドedu.internet2.middleware.shibboleth.idp.Version
-
Gets the major version number of the IdP.
- getMajorVersion() - クラス のメソッドorg.opensaml.common.SAMLVersion
-
Gets the major version of the SAML version.
- getMajorVersion() - インタフェース のメソッドorg.opensaml.saml1.core.Assertion
-
Get the MajorVersion attribute.
- getMajorVersion() - クラス のメソッドorg.opensaml.saml1.core.impl.AssertionImpl
-
Get the MajorVersion attribute.
- getMajorVersion() - クラス のメソッドorg.opensaml.saml1.core.impl.RequestAbstractTypeImpl
-
Gets the major version of this SAML message.
- getMajorVersion() - クラス のメソッドorg.opensaml.saml1.core.impl.ResponseAbstractTypeImpl
-
Gets the major version of this SAML message.
- getMajorVersion() - インタフェース のメソッドorg.opensaml.saml1.core.RequestAbstractType
-
Gets the major version of this SAML message.
- getMajorVersion() - インタフェース のメソッドorg.opensaml.saml1.core.ResponseAbstractType
-
Gets the major version of this SAML message.
- getMajorVersion() - クラス のstaticメソッドorg.opensaml.Version
-
Gets the major version number of the library.
- getMajorVersion() - クラス のstaticメソッドorg.opensaml.ws.Version
-
Gets the major version number of the library.
- getMajorVersion() - クラス のstaticメソッドorg.opensaml.xml.Version
-
Gets the major version number of the library.
- getManageNameIDServices() - クラス のメソッドorg.opensaml.saml2.metadata.impl.SSODescriptorImpl
-
Gets a list of manage NameId services for this service.
- getManageNameIDServices() - インタフェース のメソッドorg.opensaml.saml2.metadata.SSODescriptor
-
Gets a list of manage NameId services for this service.
- getManager(String) - クラス のメソッドorg.opensaml.xml.security.keyinfo.NamedKeyInfoGeneratorManager
-
Get the named factory manager.
- getManagerNames() - クラス のメソッドorg.opensaml.xml.security.keyinfo.NamedKeyInfoGeneratorManager
-
Get the (unmodifiable) set of names of factory managers currently available.
- getMarshaller(QName) - クラス のメソッドorg.opensaml.xml.io.MarshallerFactory
-
Gets the Marshaller for a particular element or null if no marshaller is registered for an element.
- getMarshaller(XMLObject) - クラス のメソッドorg.opensaml.xml.io.MarshallerFactory
-
Retrieves the marshaller for the given XMLObject.
- getMarshallerFactory() - クラス のstaticメソッドorg.opensaml.xml.Configuration
-
Gets the XMLObject marshaller factory that has been configured with information from loaded configuration files.
- getMarshallers() - クラス のメソッドorg.opensaml.xml.io.MarshallerFactory
-
Gets an immutable listing of all the Marshallers currently registered.
- getMasterKey() - クラス のメソッドorg.opensaml.ESAPISecurityConfig
- getMasterSalt() - クラス のメソッドorg.opensaml.ESAPISecurityConfig
- getMatchId() - インタフェース のメソッドorg.opensaml.xacml.policy.ActionMatchType
-
Gets the ID of this match.
- getMatchId() - インタフェース のメソッドorg.opensaml.xacml.policy.EnvironmentMatchType
-
Gets the ID of this match.
- getMatchId() - クラス のメソッドorg.opensaml.xacml.policy.impl.ActionMatchTypeImpl
-
Gets the ID of this match.
- getMatchId() - クラス のメソッドorg.opensaml.xacml.policy.impl.EnvironmentMatchTypeImpl
-
Gets the ID of this match.
- getMatchId() - クラス のメソッドorg.opensaml.xacml.policy.impl.ResourceMatchTypeImpl
-
Gets the ID of this match.
- getMatchId() - クラス のメソッドorg.opensaml.xacml.policy.impl.SubjectMatchTypeImpl
-
Gets the ID of this match.
- getMatchId() - インタフェース のメソッドorg.opensaml.xacml.policy.ResourceMatchType
-
Gets the ID of this match.
- getMatchId() - インタフェース のメソッドorg.opensaml.xacml.policy.SubjectMatchType
-
Gets the ID of this match.
- getMatchPattern() - クラス のメソッドedu.internet2.middleware.shibboleth.common.xmlobject.impl.ShibbolethMetadataScopeImpl
-
Gets the match pattern used to evaluate if a scope matches the scope criteria given by this extension.
- getMatchPattern() - インタフェース のメソッドedu.internet2.middleware.shibboleth.common.xmlobject.ShibbolethMetadataScope
-
Gets the match pattern used to evaluate if a scope matches the scope criteria given by this extension.
- getMatchString() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.filtering.provider.match.basic.AbstractStringMatchFunctor
-
Gets the string to match for a positive evaluation.
- getMaxCacheDuration() - クラス のメソッドorg.opensaml.saml2.metadata.provider.HTTPMetadataProvider
-
- getMaxConnectionsPerHost() - クラス のメソッドorg.opensaml.ws.soap.client.http.HttpClientBuilder
-
Gets the maximum number of connections, per host, that the client will create.
- getMaxHttpHeaderSize() - クラス のメソッドorg.opensaml.ESAPISecurityConfig
- getMaximumCachedElements() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnector.LdapDataConnectorFactoryBean
-
Gets the maximum number of elements that will be cached.
- getMaximumCachedElements() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnector.RDBMSDataConnectorFactoryBean
-
Gets the maximum number of elements that will be cached.
- getMaximumSPSessionLifetime() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.relyingparty.saml.SAML2SSOProfileConfigurationFactoryBean
-
Gets the maximum amount of time, in milliseconds, the service provider should maintain a session for the user
based on the authentication assertion.
- getMaximumSPSessionLifetime() - クラス のメソッドedu.internet2.middleware.shibboleth.common.relyingparty.provider.saml2.SSOConfiguration
-
Gets the maximum amount of time, in milliseconds, the service provider should maintain a session for the user
based on the authentication assertion.
- getMaxLogFileSize() - クラス のメソッドorg.opensaml.ESAPISecurityConfig
- getMaxOldPasswordHashes() - クラス のメソッドorg.opensaml.ESAPISecurityConfig
- getMaxPoolSize() - クラス のメソッドorg.opensaml.xml.parse.BasicParserPool
-
Gets the max number of builders the pool will hold.
- getMaxPoolSize() - クラス のメソッドorg.opensaml.xml.parse.StaticBasicParserPool
-
Gets the max number of builders the pool will hold.
- getMaxRefreshDelay(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.metadata.AbstractReloadingMetadataProviderBeanDefinitionParser
-
Gets the maximum refresh delay for the metadata provider.
- getMaxRefreshDelay() - クラス のメソッドorg.opensaml.saml2.metadata.provider.AbstractReloadingMetadataProvider
-
Gets the maximum amount of time, in milliseconds, between refresh intervals.
- getMaxResultSize() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnector.LdapDataConnectorFactoryBean
-
Gets the maximum number of results to return from a query.
- getMaxTotalConnections() - クラス のメソッドorg.opensaml.ws.soap.client.http.HttpClientBuilder
-
Gets the maximum number of total connections the client will create.
- getMaxValidityInterval() - クラス のメソッドorg.opensaml.saml2.metadata.provider.RequiredValidUntilFilter
-
Gets the maximum internal, in milliseconds, between now and the validUntil
date.
- getMembers() - インタフェース のメソッドorg.opensaml.saml2.metadata.AffiliationDescriptor
-
Gets a list of the members of this affiliation.
- getMembers() - クラス のメソッドorg.opensaml.saml2.metadata.impl.AffiliationDescriptorImpl
-
Gets a list of the members of this affiliation.
- getMessage() - クラス のメソッドorg.opensaml.saml1.core.impl.StatusMessageImpl
-
Return the contents of this
- getMessage() - インタフェース のメソッドorg.opensaml.saml1.core.StatusMessage
-
Return the contents of this
- getMessage() - インタフェース のメソッドorg.opensaml.saml2.core.ArtifactResponse
-
Gets the protocol message from the artifact response.
- getMessage() - クラス のメソッドorg.opensaml.saml2.core.impl.ArtifactResponseImpl
-
Gets the protocol message from the artifact response.
- getMessage() - クラス のメソッドorg.opensaml.saml2.core.impl.StatusMessageImpl
-
Gets the Message of this Status Message.
- getMessage() - インタフェース のメソッドorg.opensaml.saml2.core.StatusMessage
-
Gets the Message of this Status Message.
- getMessage() - インタフェース のメソッドorg.opensaml.ws.soap.soap11.Fault
-
Gets the fault string for this fault.
- getMessage() - クラス のメソッドorg.opensaml.ws.soap.soap11.impl.FaultImpl
-
Gets the fault string for this fault.
- getMessageDecoder() - クラス のメソッドedu.internet2.middleware.shibboleth.common.profile.provider.BaseSAMLProfileRequestContext
-
Gets the message decoder used to decode the message from the inbound transport.
- getMessageDecoders() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.AbstractSAMLProfileHandler
-
Gets all the SAML message decoders configured for the IdP indexed by SAML binding URI.
- getMessageEncoder() - クラス のメソッドedu.internet2.middleware.shibboleth.common.profile.provider.BaseSAMLProfileRequestContext
-
Gets the message encoder used to encoder the message onto the outbound transport.
- getMessageEncoders() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.AbstractSAMLProfileHandler
-
Gets all the SAML message encoders configured for the IdP indexed by SAML binding URI.
- getMessageHandle() - クラス のメソッドorg.opensaml.saml2.binding.artifact.SAML2ArtifactType0004
-
Gets the 20 byte message handle of the artifact.
- getMessageId() - クラス のメソッドorg.opensaml.util.storage.ReplayCacheEntry
-
Gets the ID of the message that may not be replayed.
- getMessageProfile() - クラス のメソッドedu.internet2.middleware.shibboleth.common.log.AuditLogEntry
-
Gets the URI of the message profile being used.
- getMetadata() - クラス のメソッドorg.opensaml.saml2.metadata.provider.AbstractMetadataProvider
-
Gets the valid metadata tree, after the registered filter has been applied.
- getMetadata() - クラス のメソッドorg.opensaml.saml2.metadata.provider.ChainingMetadataProvider
-
Gets the metadata from every registered provider and places each within a newly created EntitiesDescriptor.
- getMetadata() - インタフェース のメソッドorg.opensaml.saml2.metadata.provider.MetadataProvider
-
Gets the valid metadata tree, after the registered filter has been applied.
- getMetadata() - インタフェース のメソッドorg.opensaml.ws.wsaddressing.EndpointReferenceType
-
Returns the optional <wsa:Metadata> child element.
- getMetadata() - クラス のメソッドorg.opensaml.ws.wsaddressing.impl.EndpointReferenceTypeImpl
-
Returns the optional <wsa:Metadata> child element.
- getMetadataBytesFromResponse(GetMethod) - クラス のメソッドorg.opensaml.saml2.metadata.provider.HTTPMetadataProvider
-
Extracts the raw metadata bytes from the response taking in to account possible deflate and GZip compression.
- getMetadataCredentialResolver() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.AbstractSAMLProfileHandler
-
A convenience method for obtaining a metadata credential resolver for the current metadata provider.
- getMetadataFilter() - クラス のメソッドorg.opensaml.saml2.metadata.provider.BaseMetadataProvider
-
Gets the metadata filter applied to the metadata.
- getMetadataFilter() - クラス のメソッドorg.opensaml.saml2.metadata.provider.ChainingMetadataProvider
-
Gets the metadata filter applied to the metadata.
- getMetadataFilter() - インタフェース のメソッドorg.opensaml.saml2.metadata.provider.MetadataProvider
-
Gets the metadata filter applied to the metadata.
- getMetadataIdentifier() - クラス のメソッドorg.opensaml.saml2.metadata.provider.AbstractReloadingMetadataProvider
-
Gets an identifier which may be used to distinguish this metadata in logging statements.
- getMetadataIdentifier() - クラス のメソッドorg.opensaml.saml2.metadata.provider.FilesystemMetadataProvider
-
Gets an identifier which may be used to distinguish this metadata in logging statements.
- getMetadataIdentifier() - クラス のメソッドorg.opensaml.saml2.metadata.provider.HTTPMetadataProvider
-
Gets an identifier which may be used to distinguish this metadata in logging statements.
- getMetadataIdentifier() - クラス のメソッドorg.opensaml.saml2.metadata.provider.ResourceBackedMetadataProvider
-
Gets an identifier which may be used to distinguish this metadata in logging statements.
- getMetadataProvider() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.relyingparty.RelyingPartyGroup
-
Gets the metadata provider for the group.
- getMetadataProvider() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.MetadataExplicitKeySignatureTrustEngineFactoryBean
-
Gets the metadata provider used to look up key information for peer entities.
- getMetadataProvider() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.MetadataExplicitKeyTrustEngineFactoryBean
-
Gets the metadata provider used to look up key information for peer entities.
- getMetadataProvider() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.MetadataPKIXSignatureTrustEngineFactoryBean
-
Gets the metadata provider used to look up PKIX information for peer entities.
- getMetadataProvider() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.MetadataPKIXX509CredentialTrustEngineFactoryBean
-
Gets the metadata provider used to look up key information for peer entities.
- getMetadataProvider() - クラス のメソッドedu.internet2.middleware.shibboleth.common.relyingparty.provider.SAMLMDRelyingPartyConfigurationManager
-
Gets the metadata provider used to lookup information about entities.
- getMetadataProvider() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.AbstractSAMLProfileHandler
-
A convenience method for retrieving the SAML metadata provider from the relying party manager.
- getMetadataProvider() - クラス のメソッドorg.opensaml.common.binding.AbstractEndpointSelector
-
Gets the metadata provider used to look up entity information.
- getMetadataProvider() - クラス のメソッドorg.opensaml.common.binding.BasicSAMLMessageContext
-
Gets the metadata provider used to lookup information entity information.
- getMetadataProvider() - インタフェース のメソッドorg.opensaml.common.binding.SAMLMessageContext
-
Gets the metadata provider used to lookup information entity information.
- getMetadataProvider() - クラス のメソッドorg.opensaml.security.MetadataCredentialResolver
-
Get the metadata provider instance used by this resolver.
- getMetadataURI() - クラス のメソッドorg.opensaml.saml2.metadata.provider.HTTPMetadataProvider
-
Gets the URL to fetch the metadata.
- getMethod() - クラス のメソッドorg.opensaml.saml2.core.impl.SubjectConfirmationImpl
-
Get the method used to confirm this subject.
- getMethod() - インタフェース のメソッドorg.opensaml.saml2.core.SubjectConfirmation
-
Get the method used to confirm this subject.
- getMgmtDatas() - クラス のメソッドorg.opensaml.xml.signature.impl.KeyInfoTypeImpl
-
Get the list of MgmtData child elements.
- getMgmtDatas() - インタフェース のメソッドorg.opensaml.xml.signature.KeyInfoType
-
Get the list of MgmtData child elements.
- getMicroVersion() - クラス のstaticメソッドedu.internet2.middleware.shibboleth.common.Version
-
Gets the micro version number of the library.
- getMicroVersion() - クラス のstaticメソッドedu.internet2.middleware.shibboleth.idp.Version
-
Gets the micro version number of the IdP.
- getMicroVersion() - クラス のstaticメソッドorg.opensaml.Version
-
Gets the micro version number of the library.
- getMicroVersion() - クラス のstaticメソッドorg.opensaml.ws.Version
-
Gets the micro version number of the library.
- getMicroVersion() - クラス のstaticメソッドorg.opensaml.xml.Version
-
Gets the micro version number of the library.
- getMimeType() - インタフェース のメソッドorg.opensaml.xml.encryption.EncryptedType
-
Gets the MIME type of the plaintext content.
- getMimeType() - クラス のメソッドorg.opensaml.xml.encryption.impl.EncryptedTypeImpl
-
Gets the MIME type of the plaintext content.
- getMinorVersion() - クラス のstaticメソッドedu.internet2.middleware.shibboleth.common.Version
-
Gets the minor version number of the library.
- getMinorVersion() - クラス のstaticメソッドedu.internet2.middleware.shibboleth.idp.Version
-
Gets the minor version number of the IdP.
- getMinorVersion() - クラス のメソッドorg.opensaml.common.SAMLVersion
-
Gets the minor version of the SAML version.
- getMinorVersion() - インタフェース のメソッドorg.opensaml.saml1.core.Assertion
-
Get the MinorVersion attribute.
- getMinorVersion() - クラス のメソッドorg.opensaml.saml1.core.impl.AssertionImpl
-
Get the MinorVersion attribute.
- getMinorVersion() - クラス のメソッドorg.opensaml.saml1.core.impl.RequestAbstractTypeImpl
-
Gets the minor version of this SAML message.
- getMinorVersion() - クラス のメソッドorg.opensaml.saml1.core.impl.ResponseAbstractTypeImpl
-
Return the Minor Version (attribute).
- getMinorVersion() - インタフェース のメソッドorg.opensaml.saml1.core.RequestAbstractType
-
Gets the minor version of this SAML message.
- getMinorVersion() - インタフェース のメソッドorg.opensaml.saml1.core.ResponseAbstractType
-
Return the Minor Version (attribute).
- getMinorVersion() - クラス のstaticメソッドorg.opensaml.Version
-
Gets the minor version number of the library.
- getMinorVersion() - クラス のstaticメソッドorg.opensaml.ws.Version
-
Gets the minor version number of the library.
- getMinorVersion() - クラス のstaticメソッドorg.opensaml.xml.Version
-
Gets the minor version number of the library.
- getMinRefreshDelay(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.metadata.AbstractReloadingMetadataProviderBeanDefinitionParser
-
Gets the minimum refresh delay for the metadata provider.
- getMinRefreshDelay() - クラス のメソッドorg.opensaml.saml2.metadata.provider.AbstractReloadingMetadataProvider
-
Gets the minimum amount of time, in milliseconds, between refreshes.
- getModulus() - クラス のメソッドorg.opensaml.xml.signature.impl.RSAKeyValueImpl
-
Get the Modulus child element.
- getModulus() - インタフェース のメソッドorg.opensaml.xml.signature.RSAKeyValue
-
Get the Modulus child element.
- getMustBePresent() - インタフェース のメソッドorg.opensaml.xacml.policy.AttributeDesignatorType
-
Gets whether the designated attribute must be present.
- getMustBePresent() - インタフェース のメソッドorg.opensaml.xacml.policy.AttributeSelectorType
-
Gets whether the attribute to be selected must be present.
- getMustBePresent() - クラス のメソッドorg.opensaml.xacml.policy.impl.AttributeDesignatorTypeImpl
-
Gets whether the designated attribute must be present.
- getMustBePresent() - クラス のメソッドorg.opensaml.xacml.policy.impl.AttributeSelectorTypeImpl
-
Gets whether the attribute to be selected must be present.
- getMustBePresentXSBoolean() - インタフェース のメソッドorg.opensaml.xacml.policy.AttributeDesignatorType
-
Gets whether the designated attribute must be present.
- getMustBePresentXSBoolean() - インタフェース のメソッドorg.opensaml.xacml.policy.AttributeSelectorType
-
Gets whether the attribute to be selected must be present.
- getMustBePresentXSBoolean() - クラス のメソッドorg.opensaml.xacml.policy.impl.AttributeDesignatorTypeImpl
-
Gets whether the designated attribute must be present.
- getMustBePresentXSBoolean() - クラス のメソッドorg.opensaml.xacml.policy.impl.AttributeSelectorTypeImpl
-
Gets whether the attribute to be selected must be present.
- getName() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.filtering.provider.match.saml.AbstractEntityAttributeMatchFunctor
-
Gets the name of the entity attribute the entity must have.
- getName() - クラス のstaticメソッドedu.internet2.middleware.shibboleth.common.Version
-
Gets the name of the library.
- getName() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.authn.UsernamePrincipal
- getName() - クラス のstaticメソッドedu.internet2.middleware.shibboleth.idp.Version
-
Gets the name of the IdP.
- getName() - インタフェース のメソッドorg.opensaml.saml2.core.Attribute
-
Get the name of this attribute.
- getName() - インタフェース のメソッドorg.opensaml.saml2.core.IDPEntry
-
Gets the Name value.
- getName() - クラス のメソッドorg.opensaml.saml2.core.impl.AttributeImpl
-
Get the name of this attribute.
- getName() - クラス のメソッドorg.opensaml.saml2.core.impl.IDPEntryImpl
-
Gets the Name value.
- getName() - インタフェース のメソッドorg.opensaml.saml2.metadata.Company
-
Gets the name of the company.
- getName() - インタフェース のメソッドorg.opensaml.saml2.metadata.EntitiesDescriptor
-
Gets the name of this entity group.
- getName() - インタフェース のメソッドorg.opensaml.saml2.metadata.GivenName
-
Gets the name.
- getName() - クラス のメソッドorg.opensaml.saml2.metadata.impl.CompanyImpl
-
Gets the name of the company.
- getName() - クラス のメソッドorg.opensaml.saml2.metadata.impl.EntitiesDescriptorImpl
-
Gets the name of this entity group.
- getName() - クラス のメソッドorg.opensaml.saml2.metadata.impl.GivenNameImpl
-
Gets the name.
- getName() - クラス のメソッドorg.opensaml.saml2.metadata.impl.OrganizationDisplayNameImpl
-
Gets the name of the organization.
- getName() - クラス のメソッドorg.opensaml.saml2.metadata.impl.OrganizationNameImpl
-
Gets the name of the organization.
- getName() - クラス のメソッドorg.opensaml.saml2.metadata.impl.ServiceNameImpl
-
Gets the name of the service.
- getName() - クラス のメソッドorg.opensaml.saml2.metadata.impl.SurNameImpl
-
Gets the name.
- getName() - インタフェース のメソッドorg.opensaml.saml2.metadata.OrganizationDisplayName
-
Gets the name of the organization.
- getName() - インタフェース のメソッドorg.opensaml.saml2.metadata.OrganizationName
-
Gets the name of the organization.
- getName() - インタフェース のメソッドorg.opensaml.saml2.metadata.ServiceName
-
Gets the name of the service.
- getName() - インタフェース のメソッドorg.opensaml.saml2.metadata.SurName
-
Gets the name.
- getName() - クラス のメソッドorg.opensaml.samlext.saml2mdui.impl.LocalizedNameImpl
-
Gets the name.
- getName() - インタフェース のメソッドorg.opensaml.samlext.saml2mdui.LocalizedName
-
Gets the name.
- getName() - クラス のstaticメソッドorg.opensaml.Version
-
Gets the name of the library.
- getName() - クラス のstaticメソッドorg.opensaml.ws.Version
-
Gets the name of the library.
- getName() - クラス のメソッドorg.opensaml.ws.wspolicy.impl.PolicyImpl
-
Returns the wsp:Policy/@Name attribute value.
- getName() - インタフェース のメソッドorg.opensaml.ws.wspolicy.Policy
-
Returns the wsp:Policy/@Name attribute value.
- getName(X500Principal) - クラス のメソッドorg.opensaml.xml.security.x509.InternalX500DNHandler
-
Returns a string representation of the X.500 distinguished name using the default format
as defined in the underlying implementation.
- getName(X500Principal, String) - クラス のメソッドorg.opensaml.xml.security.x509.InternalX500DNHandler
-
Returns a string representation of the X.500 distinguished name using the specified format.
- getName(X500Principal) - インタフェース のメソッドorg.opensaml.xml.security.x509.X500DNHandler
-
Returns a string representation of the X.500 distinguished name using the default format
as defined in the underlying implementation.
- getName(X500Principal, String) - インタフェース のメソッドorg.opensaml.xml.security.x509.X500DNHandler
-
Returns a string representation of the X.500 distinguished name using the specified format.
- getName() - クラス のstaticメソッドorg.opensaml.xml.Version
-
Gets the name of the library.
- getNameFormat() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.encoding.provider.AbstractSAML2AttributeEncoder
-
Gets the attribute's name format.
- getNameFormat() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.encoding.provider.SAML1StringNameIdentifierEncoder
-
Gets the name format URI for the NameID.
- getNameFormat() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.encoding.provider.SAML2ScopedStringAttributeEncoder
-
Gets the attribute's name format.
- getNameFormat() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.encoding.provider.SAML2StringNameIDEncoder
-
Gets the name format URI for the NameID.
- getNameFormat() - インタフェース のメソッドedu.internet2.middleware.shibboleth.common.attribute.encoding.SAML2AttributeEncoder
-
Gets the attribute's name format.
- getNameFormat() - インタフェース のメソッドedu.internet2.middleware.shibboleth.common.attribute.encoding.SAMLNameIdentifierEncoder
-
Gets the name format URI for the NameID.
- getNameFormat() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.filtering.provider.match.saml.AbstractEntityAttributeMatchFunctor
-
Gets the name format of the entity attribute the entity must have.
- getNameFormat() - インタフェース のメソッドorg.opensaml.saml2.core.Attribute
-
Get the name format of this attribute.
- getNameFormat() - クラス のメソッドorg.opensaml.saml2.core.impl.AttributeImpl
-
Get the name format of this attribute.
- getNameID() - クラス のメソッドorg.opensaml.saml2.core.impl.LogoutRequestImpl
-
Gets the name identifier of the principal for this request.
- getNameID() - クラス のメソッドorg.opensaml.saml2.core.impl.ManageNameIDRequestImpl
-
Get the NameID of the request.
- getNameID() - クラス のメソッドorg.opensaml.saml2.core.impl.NameIDMappingRequestImpl
-
Gets the name identifier of the principal for this request.
- getNameID() - クラス のメソッドorg.opensaml.saml2.core.impl.NameIDMappingResponseImpl
-
Gets the name identifier of the principal for this response.
- getNameID() - クラス のメソッドorg.opensaml.saml2.core.impl.SubjectConfirmationImpl
-
Gets the name identifier of the principal for this request.
- getNameID() - クラス のメソッドorg.opensaml.saml2.core.impl.SubjectImpl
-
Gets the name identifier of the principal for this request.
- getNameID() - インタフェース のメソッドorg.opensaml.saml2.core.LogoutRequest
-
Gets the name identifier of the principal for this request.
- getNameID() - インタフェース のメソッドorg.opensaml.saml2.core.ManageNameIDRequest
-
Get the NameID of the request.
- getNameID() - インタフェース のメソッドorg.opensaml.saml2.core.NameIDMappingRequest
-
Gets the name identifier of the principal for this request.
- getNameID() - インタフェース のメソッドorg.opensaml.saml2.core.NameIDMappingResponse
-
Gets the name identifier of the principal for this response.
- getNameID() - インタフェース のメソッドorg.opensaml.saml2.core.Subject
-
Gets the name identifier of the principal for this request.
- getNameID() - インタフェース のメソッドorg.opensaml.saml2.core.SubjectConfirmation
-
Gets the name identifier of the principal for this request.
- getNameID() - インタフェース のメソッドorg.opensaml.samlext.saml2delrestrict.Delegate
-
Gets the NameID child element of the delegate.
- getNameID() - クラス のメソッドorg.opensaml.samlext.saml2delrestrict.impl.DelegateImpl
-
Gets the NameID child element of the delegate.
- getNameIdentifier() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.session.impl.ServiceInformationImpl
-
Gets the principal name identifier for the service.
- getNameIdentifier() - インタフェース のメソッドedu.internet2.middleware.shibboleth.idp.session.ServiceInformation
-
Gets the principal name identifier for the service.
- getNameIdentifier() - クラス のメソッドorg.opensaml.saml1.core.impl.NameIdentifierImpl
-
Gets the identifier.
- getNameIdentifier() - クラス のメソッドorg.opensaml.saml1.core.impl.SubjectImpl
-
Gets the NameIdentifier of this Subject
- getNameIdentifier() - インタフェース のメソッドorg.opensaml.saml1.core.NameIdentifier
-
Gets the identifier.
- getNameIdentifier() - インタフェース のメソッドorg.opensaml.saml1.core.Subject
-
Gets the NameIdentifier of this Subject
- getNameIdentifierAttribute() - クラス のメソッドedu.internet2.middleware.shibboleth.common.profile.provider.BaseSAMLProfileRequestContext
-
Gets the attribute encoded as the SAML name identifier.
- getNameIdentifierFormat(SAMLObject) - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.ShibbolethAttributeResolver
-
Gets the format of the name identifier used to identify the subject.
- getNameIdentifierFormat() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.attributeDefinition.SAML1NameIdentifierAttributeDefinitionFactoryBean
-
Gets the format for the NameIdentifier used as an attribute value.
- getNameIdentifierFormat() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.session.impl.ServiceInformationImpl
-
Gets the principal name identifier format.
- getNameIdentifierFormat() - インタフェース のメソッドedu.internet2.middleware.shibboleth.idp.session.ServiceInformation
-
Gets the principal name identifier format.
- getNameIdentifierQualifier() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.attributeDefinition.SAML1NameIdentifierAttributeDefinitionFactoryBean
-
Gets the NameIdentifier qualifier for the NameIdentifier used as an attribute value.
- getNameIdFormat() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.filtering.provider.match.saml.AbstractNameIDFormatSupportedMatchFunctor
-
Get the NameID format that needs to be supported by the entity.
- getNameIdFormat() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.attributeDefinition.SAML1NameIdentifierAttributeDefinition
-
Gets the format for the NameIdentifier used as an attribute value.
- getNameIdFormat() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.attributeDefinition.SAML2NameIDAttributeDefinition
-
Gets the format for the NameID used as an attribute value.
- getNameIdFormat() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.attributeDefinition.SAML2NameIDAttributeDefinitionFactoryBean
-
Gets the format for the NameID used as an attribute value.
- getNameIdFormat() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.principalConnector.BasePrincipalConnectorFactoryBean
-
Gets the format of the NameID the connector operates on.
- getNameIDFormat() - クラス のメソッドorg.opensaml.samlext.saml2mdquery.impl.QueryDescriptorTypeImpl
-
Gets the list of name ID formats supported by this query service.
- getNameIDFormat() - インタフェース のメソッドorg.opensaml.samlext.saml2mdquery.QueryDescriptorType
-
Gets the list of name ID formats supported by this query service.
- getNameIdFormatPrecedence() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.relyingparty.RelyingPartyFactoryBean
-
Gets the precedence of NameID formats for this relying party.
- getNameIdFormatPrecedence() - クラス のメソッドedu.internet2.middleware.shibboleth.common.relyingparty.RelyingPartyConfiguration
-
Gets the precedence of NameID formats for this relying party.
- getNameIDFormats() - インタフェース のメソッドorg.opensaml.saml2.metadata.AttributeAuthorityDescriptor
-
Gets a list of NameID formats supported by this authority.
- getNameIDFormats() - インタフェース のメソッドorg.opensaml.saml2.metadata.AuthnAuthorityDescriptor
-
Gets the list of supported name ID formats for this authority.
- getNameIDFormats() - クラス のメソッドorg.opensaml.saml2.metadata.impl.AttributeAuthorityDescriptorImpl
-
Gets a list of NameID formats supported by this authority.
- getNameIDFormats() - クラス のメソッドorg.opensaml.saml2.metadata.impl.AuthnAuthorityDescriptorImpl
-
Gets the list of supported name ID formats for this authority.
- getNameIDFormats() - クラス のメソッドorg.opensaml.saml2.metadata.impl.PDPDescriptorImpl
-
Gets the list of NameID formats this service supports.
- getNameIDFormats() - クラス のメソッドorg.opensaml.saml2.metadata.impl.SSODescriptorImpl
-
Gets the list of NameID formats this service supports.
- getNameIDFormats() - インタフェース のメソッドorg.opensaml.saml2.metadata.PDPDescriptor
-
Gets the list of NameID formats this service supports.
- getNameIDFormats() - インタフェース のメソッドorg.opensaml.saml2.metadata.SSODescriptor
-
Gets the list of NameID formats this service supports.
- getNameIDMappingServices() - インタフェース のメソッドorg.opensaml.saml2.metadata.IDPSSODescriptor
-
Gets the list of NameID mapping services for this service.
- getNameIDMappingServices() - クラス のメソッドorg.opensaml.saml2.metadata.impl.IDPSSODescriptorImpl
-
Gets the list of NameID mapping services for this service.
- getNameIDPolicy() - インタフェース のメソッドorg.opensaml.saml2.core.AuthnRequest
-
- getNameIDPolicy() - クラス のメソッドorg.opensaml.saml2.core.impl.AuthnRequestImpl
-
- getNameIDPolicy() - クラス のメソッドorg.opensaml.saml2.core.impl.NameIDMappingRequestImpl
-
Get the NameIDPolicy of the request.
- getNameIDPolicy() - インタフェース のメソッドorg.opensaml.saml2.core.NameIDMappingRequest
-
Get the NameIDPolicy of the request.
- getNameIdQualifier() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.attributeDefinition.SAML1NameIdentifierAttributeDefinition
-
Gets the NameIdentifier qualifier for the NameIdentifier used as an attribute value.
- getNameIdQualifier() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.attributeDefinition.SAML2NameIDAttributeDefinition
-
Gets the NameQualifier for the NameID used as an attribute value.
- getNameIdQualifier() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.attributeDefinition.SAML2NameIDAttributeDefinitionFactoryBean
-
Gets the NameQualifier for the NameID used as an attribute value.
- getNameIdSPQualifier() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.attributeDefinition.SAML2NameIDAttributeDefinition
-
Gets the SPNameQualifier for the NameID used as an attribute value.
- getNameIdSPQualifier() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.attributeDefinition.SAML2NameIDAttributeDefinitionFactoryBean
-
Gets the SPNameQualifier for the NameID used as an attribute value.
- getNameIdValue() - クラス のメソッドedu.internet2.middleware.shibboleth.common.log.AuditLogEntry
-
Gets the value of the SAML name identifier.
- getNameQualifier() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.encoding.provider.SAML1StringNameIdentifierEncoder
-
Gets the name domain qualifier for the NameID.
- getNameQualifier() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.encoding.provider.SAML2StringNameIDEncoder
-
Gets the name domain qualifier for the NameID.
- getNameQualifier() - インタフェース のメソッドedu.internet2.middleware.shibboleth.common.attribute.encoding.SAMLNameIdentifierEncoder
-
Gets the name domain qualifier for the NameID.
- getNameQualifier() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.session.impl.ServiceInformationImpl
-
Gets the name qualifier for the name identifier.
- getNameQualifier() - インタフェース のメソッドedu.internet2.middleware.shibboleth.idp.session.ServiceInformation
-
Gets the name qualifier for the name identifier.
- getNameQualifier() - クラス のメソッドorg.opensaml.saml1.core.impl.NameIdentifierImpl
-
Gets the name qualifier for this identifier.
- getNameQualifier() - インタフェース のメソッドorg.opensaml.saml1.core.NameIdentifier
-
Gets the name qualifier for this identifier.
- getNameQualifier() - インタフェース のメソッドorg.opensaml.saml2.core.BaseID
-
Gets the NameQualifier value.
- getNameQualifier() - クラス のメソッドorg.opensaml.saml2.core.impl.AbstractNameIDType
-
Gets the NameQualifier value.
- getNameQualifier() - クラス のメソッドorg.opensaml.saml2.core.impl.BaseIDImpl
-
Gets the NameQualifier value.
- getNameQualifier() - インタフェース のメソッドorg.opensaml.saml2.core.NameIDType
-
Gets the NameQualifier value.
- getNames() - インタフェース のメソッドorg.opensaml.saml2.metadata.AttributeConsumingService
-
Gets the list of names this service has.
- getNames() - クラス のメソッドorg.opensaml.saml2.metadata.impl.AttributeConsumingServiceImpl
-
Gets the list of names this service has.
- getNamespace() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.encoding.provider.AbstractSAML1AttributeEncoder
-
Gets the attribute namespace.
- getNamespace() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.encoding.provider.SAML1ScopedStringAttributeEncoder
-
Gets the attribute namespace.
- getNamespace() - インタフェース のメソッドedu.internet2.middleware.shibboleth.common.attribute.encoding.SAML1AttributeEncoder
-
Gets the attribute namespace.
- getNamespace() - インタフェース のメソッドorg.opensaml.saml1.core.Action
-
Return the value of Namespace
- getNamespace() - クラス のメソッドorg.opensaml.saml1.core.impl.ActionImpl
-
Return the value of Namespace
- getNamespace() - インタフェース のメソッドorg.opensaml.saml2.core.Action
-
Gets the namespace scope of the specified action.
- getNamespace() - クラス のメソッドorg.opensaml.saml2.core.impl.ActionImpl
-
Gets the namespace scope of the specified action.
- getNamespaceManager() - クラス のメソッドorg.opensaml.xml.AbstractXMLObject
-
- getNamespaceManager() - インタフェース のメソッドorg.opensaml.xml.XMLObject
-
- getNamespacePrefix() - クラス のメソッドorg.opensaml.xml.Namespace
-
Gets the prefix of the namespace.
- getNamespaces() - クラス のメソッドorg.opensaml.xml.AbstractXMLObject
-
Gets the namespaces that are scoped to this element.
- getNamespaces() - クラス のメソッドorg.opensaml.xml.NamespaceManager
-
Get the set of namespaces currently in use on the owning XMLObject.
- getNamespaces() - インタフェース のメソッドorg.opensaml.xml.XMLObject
-
Gets the namespaces that are scoped to this element.
- getNamespaceURI() - インタフェース のメソッドorg.opensaml.saml2.metadata.AdditionalMetadataLocation
-
Gets the namespace URI.
- getNamespaceURI() - クラス のメソッドorg.opensaml.saml2.metadata.impl.AdditionalMetadataLocationImpl
-
Gets the namespace URI.
- getNamespaceURI() - クラス のメソッドorg.opensaml.xml.Namespace
-
Gets the URI of the namespace.
- getNewEncryptedID() - クラス のメソッドorg.opensaml.saml2.core.impl.ManageNameIDRequestImpl
-
Get the NewEncryptedID of the request.
- getNewEncryptedID() - インタフェース のメソッドorg.opensaml.saml2.core.ManageNameIDRequest
-
Get the NewEncryptedID of the request.
- getNewID() - クラス のメソッドorg.opensaml.saml2.core.impl.ManageNameIDRequestImpl
-
Get the NewID of the request.
- getNewID() - クラス のメソッドorg.opensaml.saml2.core.impl.NewIDImpl
-
Get NewID value.
- getNewID() - インタフェース のメソッドorg.opensaml.saml2.core.ManageNameIDRequest
-
Get the NewID of the request.
- getNewID() - インタフェース のメソッドorg.opensaml.saml2.core.NewID
-
Get NewID value.
- getNextAuthentication(String, String, SVNURL) - クラス のメソッドedu.internet2.middleware.shibboleth.common.resource.SVNBasicAuthenticationManager
- getNextRefresh() - クラス のメソッドorg.opensaml.saml2.metadata.provider.AbstractReloadingMetadataProvider
-
Gets the time when the next refresh cycle will occur.
- getNextSiblingElement(Node) - クラス のstaticメソッドorg.opensaml.xml.util.XMLHelper
-
Gets the next sibling Element of the node, skipping any Text nodes such as whitespace.
- getNodeQName(Node) - クラス のstaticメソッドorg.opensaml.xml.util.XMLHelper
-
Gets the QName for the given DOM node.
- getNoNamespaceSchemaLocation() - クラス のメソッドorg.opensaml.xml.AbstractXMLObject
-
Gets the value of the XML Schema noNamespaceSchemaLocation attribute for this object.
- getNoNamespaceSchemaLocation() - インタフェース のメソッドorg.opensaml.xml.XMLObject
-
Gets the value of the XML Schema noNamespaceSchemaLocation attribute for this object.
- getNonVisibleNamespacePrefixes() - クラス のメソッドorg.opensaml.xml.NamespaceManager
-
Obtain the set of namespace prefixes used in a non-visible manner on owning XMLObject
and its children.
- getNonVisibleNamespaces() - クラス のメソッドorg.opensaml.xml.NamespaceManager
-
Obtain the set of namespaces used in a non-visible manner on owning XMLObject
and its children.
- getNotBefore() - インタフェース のメソッドorg.opensaml.saml1.core.Conditions
-
Return the value of the NotBefore attribute.
- getNotBefore() - クラス のメソッドorg.opensaml.saml1.core.impl.ConditionsImpl
-
Return the value of the NotBefore attribute.
- getNotBefore() - インタフェース のメソッドorg.opensaml.saml2.core.Conditions
-
Get the date/time before which the assertion is invalid.
- getNotBefore() - クラス のメソッドorg.opensaml.saml2.core.impl.ConditionsImpl
-
Get the date/time before which the assertion is invalid.
- getNotBefore() - クラス のメソッドorg.opensaml.saml2.core.impl.SubjectConfirmationDataImpl
-
Gets the time before which this subject is not valid.
- getNotBefore() - インタフェース のメソッドorg.opensaml.saml2.core.SubjectConfirmationData
-
Gets the time before which this subject is not valid.
- getNotOnOrAfter() - インタフェース のメソッドorg.opensaml.saml1.core.Conditions
-
Return the value of the NotOnOrAfter attribute.
- getNotOnOrAfter() - クラス のメソッドorg.opensaml.saml1.core.impl.ConditionsImpl
-
Return the value of the NotOnOrAfter attribute.
- getNotOnOrAfter() - インタフェース のメソッドorg.opensaml.saml2.core.Conditions
-
Gets the date/time on, or after, which the assertion is invalid.
- getNotOnOrAfter() - クラス のメソッドorg.opensaml.saml2.core.impl.ConditionsImpl
-
Gets the date/time on, or after, which the assertion is invalid.
- getNotOnOrAfter() - クラス のメソッドorg.opensaml.saml2.core.impl.LogoutRequestImpl
-
Get the NotOnOrAfter attrib value of the request.
- getNotOnOrAfter() - クラス のメソッドorg.opensaml.saml2.core.impl.SubjectConfirmationDataImpl
-
Gets the time at, or after, which this subject is not valid.
- getNotOnOrAfter() - インタフェース のメソッドorg.opensaml.saml2.core.LogoutRequest
-
Get the NotOnOrAfter attrib value of the request.
- getNotOnOrAfter() - インタフェース のメソッドorg.opensaml.saml2.core.SubjectConfirmationData
-
Gets the time at, or after, which this subject is not valid.
- getNumber() - クラス のメソッドorg.opensaml.saml2.metadata.impl.TelephoneNumberImpl
-
Gets the telephone number.
- getNumber() - インタフェース のメソッドorg.opensaml.saml2.metadata.TelephoneNumber
-
Gets the telephone number.
- getNumberOfPersistentIdEntries(String, String, String) - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.dataConnector.StoredIDStore
-
Gets the number of persistent ID entries for a (principal, peer, local) tuple.
- getOAEPparams() - インタフェース のメソッドorg.opensaml.xml.encryption.EncryptionMethod
-
Gets the OAEPparams child element.
- getOAEPparams() - クラス のメソッドorg.opensaml.xml.encryption.impl.EncryptionMethodImpl
-
Gets the OAEPparams child element.
- getObjectProviderConfiguration(QName) - クラス のstaticメソッドorg.opensaml.xml.Configuration
-
推奨されていません。
this method is deprecated with no replacement
- getObjectType() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.filtering.AttributeFilterPolicyFactoryBean
- getObjectType() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.attributeDefinition.CryptoTransientIdAttributeDefinitionFactoryBean
- getObjectType() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.attributeDefinition.MappedAttributeDefinitionFactoryBean
- getObjectType() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.attributeDefinition.PrescopedAttributeDefinitionFactoryBean
- getObjectType() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.attributeDefinition.PrincipalAuthenticationMethodAttributeDefinitionFactoryBean
- getObjectType() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.attributeDefinition.PrincipalNameAttributeDefinitionFactoryBean
- getObjectType() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.attributeDefinition.RegexSplitAttributeDefinitionFactoryBean
- getObjectType() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.attributeDefinition.SAML1NameIdentifierAttributeDefinitionFactoryBean
- getObjectType() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.attributeDefinition.SAML2NameIDAttributeDefinitionFactoryBean
- getObjectType() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.attributeDefinition.ScopedAttributeDefinitionFactoryBean
- getObjectType() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.attributeDefinition.ScriptedAttributeDefinitionFactoryBean
- getObjectType() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.attributeDefinition.SimpleAttributeDefinitionFactoryBean
- getObjectType() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.attributeDefinition.TemplateAttributeDefinitionFactoryBean
- getObjectType() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.attributeDefinition.TransientIdAttributeDefinitionFactoryBean
- getObjectType() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnector.ComputedIDDataConnectorFactoryBean
- getObjectType() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnector.LdapDataConnectorFactoryBean
- getObjectType() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnector.RDBMSDataConnectorFactoryBean
- getObjectType() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnector.StaticDataConnectorFactoryBean
- getObjectType() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnector.StoredIDDataConnectorBeanFactory
- getObjectType() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.principalConnector.CryptoTransientPrincipalConnectorFactoryBean
- getObjectType() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.principalConnector.DirectPrincipalConnectorFactoryBean
- getObjectType() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.principalConnector.StoredIDPrincipalConnectorFactoryBean
- getObjectType() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.principalConnector.TransientPrincipalConnectorFactoryBean
- getObjectType() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.relyingparty.RelyingPartyFactoryBean
- getObjectType() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.relyingparty.saml.SAML1ArtifactResolutionProfileConfigurationFactoryBean
- getObjectType() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.relyingparty.saml.SAML1AttributeQueryProfileConfigurationFactoryBean
- getObjectType() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.relyingparty.saml.SAML2ArtifactResolutionProfileConfigurationFactoryBean
- getObjectType() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.relyingparty.saml.SAML2AttributeQueryProfileConfigurationFactoryBean
- getObjectType() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.relyingparty.saml.SAML2ECPProfileConfigurationFactoryBean
- getObjectType() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.relyingparty.saml.SAML2LogoutRequestProfileConfigurationFactoryBean
- getObjectType() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.relyingparty.saml.SAML2SSOProfileConfigurationFactoryBean
- getObjectType() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.relyingparty.saml.ShibbolethSSOProfileConfigurationFactoryBean
- getObjectType() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.BasicCredentialFactoryBean
- getObjectType() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.ChainingSignatureTrustEngineFactoryBean
- getObjectType() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.ChainingTrustEngineFactoryBean
- getObjectType() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.MetadataExplicitKeySignatureTrustEngineFactoryBean
- getObjectType() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.MetadataExplicitKeyTrustEngineFactoryBean
- getObjectType() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.MetadataPKIXSignatureTrustEngineFactoryBean
- getObjectType() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.MetadataPKIXX509CredentialTrustEngineFactoryBean
- getObjectType() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.PKIXValidationInformationFactoryBean
- getObjectType() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.ShibbolethSecurityPolicyFactoryBean
- getObjectType() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.StaticExplicitKeySignatureTrustEngineFactoryBean
- getObjectType() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.StaticExplicitKeyTrustEngineFactoryBean
- getObjectType() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.StaticPKIXSignatureTrustEngineFactoryBean
- getObjectType() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.StaticPKIXX509CredentialTrustEngineFactoryBean
- getObjectType() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.X509CredentialFactoryBean
- getObjectType() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.config.profile.authn.ExternalAuthnSystemLoginHandlerFactoryBean
- getObjectType() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.config.profile.authn.IPAddressLoginHandlerFactoryBean
- getObjectType() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.config.profile.authn.PreviousSessionLoginHandlerFactoryBean
- getObjectType() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.config.profile.authn.RemoteUserLoginHandlerFactoryBean
- getObjectType() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.config.profile.authn.UsernamePasswordLoginHandlerFactoryBean
- getObligationHandlers() - クラス のメソッドorg.opensaml.xacml.ctx.provider.ObligationService
-
Gets the registered obligation handlers.
- getObligationId() - クラス のメソッドorg.opensaml.xacml.ctx.provider.BaseObligationHandler
-
Gets the ID of the handled obligation.
- getObligationId() - クラス のメソッドorg.opensaml.xacml.policy.impl.ObligationTypeImpl
-
Gets the ID of this obligation.
- getObligationId() - インタフェース のメソッドorg.opensaml.xacml.policy.ObligationType
-
Gets the ID of this obligation.
- getObligations() - クラス のメソッドorg.opensaml.xacml.ctx.impl.ResultTypeImpl
-
Returns the list of Obligations in the result.
- getObligations() - インタフェース のメソッドorg.opensaml.xacml.ctx.ResultType
-
Returns the list of Obligations in the result.
- getObligations() - クラス のメソッドorg.opensaml.xacml.policy.impl.ObligationsTypeImpl
-
Get the list of obligations.
- getObligations() - クラス のメソッドorg.opensaml.xacml.policy.impl.PolicySetTypeImpl
-
Gets the obligations of this policy set.
- getObligations() - クラス のメソッドorg.opensaml.xacml.policy.impl.PolicyTypeImpl
-
Gets the obligations of this policy.
- getObligations() - インタフェース のメソッドorg.opensaml.xacml.policy.ObligationsType
-
Get the list of obligations.
- getObligations() - インタフェース のメソッドorg.opensaml.xacml.policy.PolicySetType
-
Gets the obligations of this policy set.
- getObligations() - インタフェース のメソッドorg.opensaml.xacml.policy.PolicyType
-
Gets the obligations of this policy.
- getObservers() - クラス のメソッドorg.opensaml.saml2.metadata.provider.AbstractObservableMetadataProvider
-
Gets the list of observers for the provider.
- getObservers() - クラス のメソッドorg.opensaml.saml2.metadata.provider.ChainingMetadataProvider
-
Gets the list of observers for the provider.
- getObservers() - インタフェース のメソッドorg.opensaml.saml2.metadata.provider.ObservableMetadataProvider
-
Gets the list of observers for the provider.
- getOneTimeUse() - インタフェース のメソッドorg.opensaml.saml2.core.Conditions
-
Gets the OneTimeUse condition for the assertion.
- getOneTimeUse() - クラス のメソッドorg.opensaml.saml2.core.impl.ConditionsImpl
-
Gets the OneTimeUse condition for the assertion.
- getOptions() - クラス のメソッドorg.opensaml.xml.security.credential.BasicKeyInfoGeneratorFactory
-
Get the options of this instance.
- getOptions() - クラス のメソッドorg.opensaml.xml.security.x509.X509KeyInfoGeneratorFactory
-
Get the options of this instance.
- getOrderedChildren() - クラス のメソッドedu.internet2.middleware.shibboleth.common.xmlobject.impl.ShibbolethMetadataKeyAuthorityImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドedu.internet2.middleware.shibboleth.common.xmlobject.impl.ShibbolethMetadataScopeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml1.core.impl.ActionImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml1.core.impl.AdviceImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml1.core.impl.AssertionArtifactImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml1.core.impl.AssertionIDReferenceImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml1.core.impl.AssertionImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml1.core.impl.AttributeDesignatorImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml1.core.impl.AttributeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml1.core.impl.AttributeQueryImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml1.core.impl.AttributeStatementImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml1.core.impl.AudienceImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml1.core.impl.AudienceRestrictionConditionImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml1.core.impl.AuthenticationQueryImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml1.core.impl.AuthenticationStatementImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml1.core.impl.AuthorityBindingImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml1.core.impl.AuthorizationDecisionQueryImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml1.core.impl.AuthorizationDecisionStatementImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml1.core.impl.ConditionsImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml1.core.impl.ConfirmationMethodImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml1.core.impl.DoNotCacheConditionImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml1.core.impl.EvidenceImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml1.core.impl.NameIdentifierImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml1.core.impl.RequestAbstractTypeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml1.core.impl.RequestImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml1.core.impl.RespondWithImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml1.core.impl.ResponseAbstractTypeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml1.core.impl.ResponseImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml1.core.impl.StatusCodeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml1.core.impl.StatusDetailImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml1.core.impl.StatusImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml1.core.impl.StatusMessageImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml1.core.impl.SubjectConfirmationImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml1.core.impl.SubjectImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml1.core.impl.SubjectLocalityImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml1.core.impl.SubjectQueryImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml1.core.impl.SubjectStatementImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.common.impl.ExtensionsImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.core.impl.AbstractNameIDType
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.core.impl.ActionImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.core.impl.AdviceImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.core.impl.ArtifactImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.core.impl.ArtifactResolveImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.core.impl.ArtifactResponseImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.core.impl.AssertionIDRefImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.core.impl.AssertionIDRequestImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.core.impl.AssertionImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.core.impl.AssertionURIRefImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.core.impl.AttributeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.core.impl.AttributeQueryImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.core.impl.AttributeStatementImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.core.impl.AudienceImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.core.impl.AudienceRestrictionImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.core.impl.AuthenticatingAuthorityImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.core.impl.AuthnContextClassRefImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.core.impl.AuthnContextDeclImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.core.impl.AuthnContextDeclRefImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.core.impl.AuthnContextImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.core.impl.AuthnQueryImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.core.impl.AuthnRequestImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.core.impl.AuthnStatementImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.core.impl.AuthzDecisionQueryImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.core.impl.AuthzDecisionStatementImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.core.impl.BaseIDImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.core.impl.ConditionsImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.core.impl.EncryptedElementTypeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.core.impl.EvidenceImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.core.impl.GetCompleteImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.core.impl.IDPEntryImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.core.impl.IDPListImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.core.impl.LogoutRequestImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.core.impl.ManageNameIDRequestImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.core.impl.NameIDMappingRequestImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.core.impl.NameIDMappingResponseImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.core.impl.NameIDPolicyImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.core.impl.NewIDImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.core.impl.OneTimeUseImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.core.impl.ProxyRestrictionImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.core.impl.RequestAbstractTypeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.core.impl.RequestedAuthnContextImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.core.impl.RequesterIDImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.core.impl.ResponseImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.core.impl.ScopingImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.core.impl.SessionIndexImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.core.impl.StatusCodeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.core.impl.StatusDetailImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.core.impl.StatusImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.core.impl.StatusMessageImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.core.impl.StatusResponseTypeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.core.impl.SubjectConfirmationDataImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.core.impl.SubjectConfirmationImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.core.impl.SubjectImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.core.impl.SubjectLocalityImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.core.impl.SubjectQueryImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.core.impl.TerminateImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.ecp.impl.RelayStateImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.ecp.impl.RequestImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.ecp.impl.ResponseImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.metadata.impl.AdditionalMetadataLocationImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.metadata.impl.AffiliateMemberImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.metadata.impl.AffiliationDescriptorImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.metadata.impl.AttributeAuthorityDescriptorImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.metadata.impl.AttributeConsumingServiceImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.metadata.impl.AttributeProfileImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.metadata.impl.AuthnAuthorityDescriptorImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.metadata.impl.CompanyImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.metadata.impl.ContactPersonImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.metadata.impl.EmailAddressImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.metadata.impl.EndpointImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.metadata.impl.EntitiesDescriptorImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.metadata.impl.EntityDescriptorImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.metadata.impl.GivenNameImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.metadata.impl.IDPSSODescriptorImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.metadata.impl.KeyDescriptorImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.metadata.impl.NameIDFormatImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.metadata.impl.OrganizationDisplayNameImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.metadata.impl.OrganizationImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.metadata.impl.OrganizationNameImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.metadata.impl.OrganizationURLImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.metadata.impl.PDPDescriptorImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.metadata.impl.RequestedAttributeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.metadata.impl.RoleDescriptorImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.metadata.impl.ServiceDescriptionImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.metadata.impl.ServiceNameImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.metadata.impl.SPSSODescriptorImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.metadata.impl.SSODescriptorImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.metadata.impl.SurNameImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.saml2.metadata.impl.TelephoneNumberImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.samlext.saml1md.impl.SourceIDImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.samlext.saml2aslo.impl.AsynchronousImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.samlext.saml2delrestrict.impl.DelegateImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.samlext.saml2delrestrict.impl.DelegationRestrictionTypeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.samlext.saml2mdattr.impl.EntityAttributesImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.samlext.saml2mdquery.impl.ActionNamespaceImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.samlext.saml2mdquery.impl.AttributeQueryDescriptorTypeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.samlext.saml2mdquery.impl.AuthzDecisionQueryDescriptorTypeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.samlext.saml2mdquery.impl.QueryDescriptorTypeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.samlext.saml2mdui.impl.DiscoHintsImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.samlext.saml2mdui.impl.DomainHintImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.samlext.saml2mdui.impl.GeolocationHintImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.samlext.saml2mdui.impl.IPHintImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.samlext.saml2mdui.impl.KeywordsImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.samlext.saml2mdui.impl.LocalizedNameImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.samlext.saml2mdui.impl.LocalizedURIImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.samlext.saml2mdui.impl.LogoImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.samlext.saml2mdui.impl.UIInfoImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.ws.soap.common.AbstractExtensibleSOAPObject
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.ws.soap.soap11.impl.EnvelopeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.ws.soap.soap11.impl.FaultImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.ws.wsaddressing.impl.AbstractWSAddressingObject
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.ws.wsaddressing.impl.EndpointReferenceTypeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.ws.wsaddressing.impl.MetadataImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.ws.wsaddressing.impl.ProblemActionImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.ws.wsaddressing.impl.ReferenceParametersImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.ws.wsfed.impl.AddressImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.ws.wsfed.impl.AppliesToImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.ws.wsfed.impl.EndPointReferenceImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.ws.wsfed.impl.RequestedSecurityTokenImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.ws.wsfed.impl.RequestSecurityTokenResponseImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.ws.wspolicy.impl.AppliesToImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.ws.wspolicy.impl.OperatorContentTypeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.ws.wspolicy.impl.PolicyAttachmentImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.ws.wspolicy.impl.PolicyReferenceImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.ws.wssecurity.impl.AbstractWSSecurityObject
-
- getOrderedChildren() - クラス のメソッドorg.opensaml.ws.wssecurity.impl.EmbeddedImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.ws.wssecurity.impl.EncryptedHeaderImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.ws.wssecurity.impl.SecurityImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.ws.wssecurity.impl.SecurityTokenReferenceImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.ws.wssecurity.impl.TimestampImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.ws.wssecurity.impl.TransformationParametersImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.ws.wssecurity.impl.UsernameTokenImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.ws.wstrust.impl.AllowPostdatingImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.ws.wstrust.impl.AuthenticatorImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.ws.wstrust.impl.BinarySecretImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.ws.wstrust.impl.CancelTargetImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.ws.wstrust.impl.ClaimsImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.ws.wstrust.impl.DelegatableImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.ws.wstrust.impl.DelegateToImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.ws.wstrust.impl.EncryptionImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.ws.wstrust.impl.EntropyImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.ws.wstrust.impl.ForwardableImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.ws.wstrust.impl.KeyExchangeTokenImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.ws.wstrust.impl.LifetimeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.ws.wstrust.impl.OnBehalfOfImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.ws.wstrust.impl.ParticipantsImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.ws.wstrust.impl.ParticipantTypeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.ws.wstrust.impl.ProofEncryptionImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.ws.wstrust.impl.RenewingImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.ws.wstrust.impl.RenewTargetImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.ws.wstrust.impl.RequestedProofTokenImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.ws.wstrust.impl.RequestedReferenceTypeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.ws.wstrust.impl.RequestedSecurityTokenImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.ws.wstrust.impl.RequestedTokenCancelledImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.ws.wstrust.impl.RequestKETImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.ws.wstrust.impl.RequestSecurityTokenCollectionImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.ws.wstrust.impl.RequestSecurityTokenImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.ws.wstrust.impl.RequestSecurityTokenResponseCollectionImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.ws.wstrust.impl.RequestSecurityTokenResponseImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.ws.wstrust.impl.SignChallengeTypeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.ws.wstrust.impl.StatusImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.ws.wstrust.impl.UseKeyImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.ws.wstrust.impl.ValidateTargetImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xacml.ctx.impl.ActionTypeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xacml.ctx.impl.AttributeTypeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xacml.ctx.impl.AttributeValueTypeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xacml.ctx.impl.DecisionTypeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xacml.ctx.impl.EnvironmentTypeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xacml.ctx.impl.MissingAttributeDetailTypeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xacml.ctx.impl.RequestTypeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xacml.ctx.impl.ResourceContentTypeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xacml.ctx.impl.ResourceTypeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xacml.ctx.impl.ResponseTypeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xacml.ctx.impl.ResultTypeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xacml.ctx.impl.StatusCodeTypeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xacml.ctx.impl.StatusDetailTypeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xacml.ctx.impl.StatusMessageTypeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xacml.ctx.impl.StatusTypeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xacml.ctx.impl.SubjectTypeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xacml.policy.impl.ActionMatchTypeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xacml.policy.impl.ActionsTypeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xacml.policy.impl.ActionTypeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xacml.policy.impl.ApplyTypeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xacml.policy.impl.AttributeAssignmentTypeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xacml.policy.impl.AttributeDesignatorTypeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xacml.policy.impl.AttributeSelectorTypeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xacml.policy.impl.AttributeValueTypeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xacml.policy.impl.CombinerParametersTypeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xacml.policy.impl.CombinerParameterTypeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xacml.policy.impl.ConditionTypeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xacml.policy.impl.DefaultsTypeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xacml.policy.impl.DescriptionTypeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xacml.policy.impl.EnvironmentMatchTypeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xacml.policy.impl.EnvironmentsTypeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xacml.policy.impl.EnvironmentTypeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xacml.policy.impl.FunctionTypeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xacml.policy.impl.ObligationsTypeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xacml.policy.impl.ObligationTypeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xacml.policy.impl.PolicyCombinerParametersTypeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xacml.policy.impl.PolicySetCombinerParametersTypeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xacml.policy.impl.PolicySetTypeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xacml.policy.impl.PolicyTypeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xacml.policy.impl.ResourceMatchTypeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xacml.policy.impl.ResourcesTypeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xacml.policy.impl.ResourceTypeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xacml.policy.impl.RuleCombinerParametersTypeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xacml.policy.impl.RuleTypeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xacml.policy.impl.SubjectAttributeDesignatorTypeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xacml.policy.impl.SubjectMatchTypeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xacml.policy.impl.SubjectsTypeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xacml.policy.impl.SubjectTypeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xacml.policy.impl.TargetTypeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xacml.policy.impl.VariableDefinitionTypeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xacml.policy.impl.VariableReferenceTypeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xacml.profile.saml.impl.ReferencedPoliciesTypeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionStatementTypeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xacml.profile.saml.impl.XACMLPolicyQueryTypeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xacml.profile.saml.impl.XACMLPolicyStatementTypeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xml.AbstractElementExtensibleXMLObject
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xml.encryption.impl.AgreementMethodImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xml.encryption.impl.CipherDataImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xml.encryption.impl.CipherReferenceImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xml.encryption.impl.DHKeyValueImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xml.encryption.impl.EncryptedKeyImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xml.encryption.impl.EncryptedTypeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xml.encryption.impl.EncryptionMethodImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xml.encryption.impl.EncryptionPropertiesImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xml.encryption.impl.EncryptionPropertyImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xml.encryption.impl.ReferenceListImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xml.encryption.impl.ReferenceTypeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xml.encryption.impl.TransformsImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xml.schema.impl.XSAnyImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xml.schema.impl.XSBase64BinaryImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xml.schema.impl.XSBooleanImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xml.schema.impl.XSDateTimeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xml.schema.impl.XSIntegerImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xml.schema.impl.XSQNameImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xml.schema.impl.XSStringImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xml.schema.impl.XSURIImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xml.signature.impl.DigestMethodImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xml.signature.impl.DSAKeyValueImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xml.signature.impl.KeyInfoTypeImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xml.signature.impl.KeyValueImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xml.signature.impl.PGPDataImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xml.signature.impl.RetrievalMethodImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xml.signature.impl.RSAKeyValueImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xml.signature.impl.SignatureImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xml.signature.impl.SPKIDataImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xml.signature.impl.TransformImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xml.signature.impl.TransformsImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xml.signature.impl.X509CertificateImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xml.signature.impl.X509CRLImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xml.signature.impl.X509DataImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xml.signature.impl.X509IssuerSerialImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - クラス のメソッドorg.opensaml.xml.signature.impl.X509SerialNumberImpl
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrderedChildren() - インタフェース のメソッドorg.opensaml.xml.XMLObject
-
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- getOrganization() - インタフェース のメソッドorg.opensaml.saml2.metadata.EntityDescriptor
-
Gets the organization for this entity.
- getOrganization() - クラス のメソッドorg.opensaml.saml2.metadata.impl.EntityDescriptorImpl
-
Gets the organization for this entity.
- getOrganization() - クラス のメソッドorg.opensaml.saml2.metadata.impl.RoleDescriptorImpl
-
Gets the organization responsible for this role.
- getOrganization() - インタフェース のメソッドorg.opensaml.saml2.metadata.RoleDescriptor
-
Gets the organization responsible for this role.
- getOrganizationNames() - クラス のメソッドorg.opensaml.saml2.metadata.impl.OrganizationImpl
-
Gets the list of names for this organization.
- getOrganizationNames() - インタフェース のメソッドorg.opensaml.saml2.metadata.Organization
-
Gets the list of names for this organization.
- getOriginatorKeyInfo() - インタフェース のメソッドorg.opensaml.xml.encryption.AgreementMethod
-
Get the child element containing the key generation material for the originator.
- getOriginatorKeyInfo() - クラス のメソッドorg.opensaml.xml.encryption.impl.AgreementMethodImpl
-
Get the child element containing the key generation material for the originator.
- getOuboundSAMLMessageSigningCredential() - クラス のメソッドorg.opensaml.common.binding.BasicSAMLMessageContext
-
Gets the credential used to sign the outbound SAML message.
- getOuboundSAMLMessageSigningCredential() - インタフェース のメソッドorg.opensaml.common.binding.SAMLMessageContext
-
Gets the credential used to sign the outbound SAML message.
- getOutboundArtifactType() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.relyingparty.saml.AbstractSAMLProfileConfigurationFactoryBean
-
Gets the 2-byte artifact type used for outbound messages.
- getOutboundArtifactType() - クラス のメソッドedu.internet2.middleware.shibboleth.common.relyingparty.provider.AbstractSAMLProfileConfiguration
-
Gets the 2-byte artifact type used on outbound messages.
- getOutboundHandlerChainResolver() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.saml2.SAML2ECPProfileHandler
-
Get the resolver used to resolve the outbound handler chain.
- getOutboundHandlerChainResolver() - クラス のメソッドorg.opensaml.ws.message.BaseMessageContext
-
Get the outbound handler chain resolver.
- getOutboundHandlerChainResolver() - インタフェース のメソッドorg.opensaml.ws.message.MessageContext
-
Get the outbound handler chain resolver.
- getOutboundHeaderBlock(MessageContext, QName, Set<String>, boolean) - クラス のstaticメソッドorg.opensaml.ws.soap.util.SOAPHelper
-
- getOutboundMessage() - クラス のメソッドorg.opensaml.ws.message.BaseMessageContext
-
Gets the outbound message.
- getOutboundMessage() - インタフェース のメソッドorg.opensaml.ws.message.MessageContext
-
Gets the outbound message.
- getOutboundMessageArtifactType() - クラス のメソッドorg.opensaml.common.binding.BasicSAMLMessageContext
-
Gets the artifact type to use for the outbound message.
- getOutboundMessageArtifactType() - インタフェース のメソッドorg.opensaml.common.binding.SAMLMessageContext
-
Gets the artifact type to use for the outbound message.
- getOutboundMessageEncoder(BaseSAMLProfileRequestContext) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.AbstractSAMLProfileHandler
-
Get the outbound message encoder to use.
- getOutboundMessageEncoder(BaseSAMLProfileRequestContext) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.saml2.SAML2ECPProfileHandler
-
Get the outbound message encoder to use.
- getOutboundMessageIssuer() - クラス のメソッドorg.opensaml.ws.message.BaseMessageContext
-
Gets the issuer of the outbound message.
- getOutboundMessageIssuer() - インタフェース のメソッドorg.opensaml.ws.message.MessageContext
-
Gets the issuer of the outbound message.
- getOutboundMessageTransport() - クラス のメソッドorg.opensaml.ws.message.BaseMessageContext
-
Gets the transport used to respond to the message.
- getOutboundMessageTransport() - インタフェース のメソッドorg.opensaml.ws.message.MessageContext
-
Gets the transport used to respond to the message.
- getOutboundSAMLMessage() - クラス のメソッドorg.opensaml.common.binding.BasicSAMLMessageContext
-
Gets the outbound SAML message.
- getOutboundSAMLMessage() - インタフェース のメソッドorg.opensaml.common.binding.SAMLMessageContext
-
Gets the outbound SAML message.
- getOutboundSAMLMessageId() - クラス のメソッドorg.opensaml.common.binding.BasicSAMLMessageContext
-
Gets the ID of the outbound SAML message.
- getOutboundSAMLMessageId() - インタフェース のメソッドorg.opensaml.common.binding.SAMLMessageContext
-
Gets the ID of the outbound SAML message.
- getOutboundSAMLMessageIssueInstant() - クラス のメソッドorg.opensaml.common.binding.BasicSAMLMessageContext
-
Gets the issue instant of the outbound SAML message.
- getOutboundSAMLMessageIssueInstant() - インタフェース のメソッドorg.opensaml.common.binding.SAMLMessageContext
-
Gets the issue instant of the outbound SAML message.
- getOutboundSAMLProtocol() - クラス のメソッドorg.opensaml.common.binding.BasicSAMLMessageContext
-
Gets the protocol used by the local entity to communicate with the peer entity.
- getOutboundSAMLProtocol() - インタフェース のメソッドorg.opensaml.common.binding.SAMLMessageContext
-
Gets the protocol used by the local entity to communicate with the peer entity.
- getOutgoingStream() - クラス のメソッドorg.opensaml.ws.transport.http.HttpServletResponseAdapter
-
Gets the outgoing data stream to the peer.
- getOutgoingStream() - クラス のメソッドorg.opensaml.ws.transport.OutputStreamOutTransportAdapter
-
Gets the outgoing data stream to the peer.
- getOutgoingStream() - インタフェース のメソッドorg.opensaml.ws.transport.OutTransport
-
Gets the outgoing data stream to the peer.
- getOwner() - クラス のメソッドorg.opensaml.xml.NamespaceManager
-
Get the owning XMLObject instance.
- getOwnerID() - インタフェース のメソッドorg.opensaml.saml2.metadata.AffiliationDescriptor
-
Gets the ID of the owner of this affiliation.
- getOwnerID() - クラス のメソッドorg.opensaml.saml2.metadata.impl.AffiliationDescriptorImpl
-
Gets the ID of the owner of this affiliation.
- getOwningPool() - クラス のメソッドorg.opensaml.xml.parse.BasicParserPool.DocumentBuilderProxy
-
Gets the pool that owns this parser.
- getOwningPool() - クラス のメソッドorg.opensaml.xml.parse.StaticBasicParserPool.DocumentBuilderProxy
-
Gets the pool that owns this parser.
- getP() - インタフェース のメソッドorg.opensaml.xml.encryption.DHKeyValue
-
Get the P child element.
- getP() - クラス のメソッドorg.opensaml.xml.encryption.impl.DHKeyValueImpl
-
Get the P child element.
- getP() - インタフェース のメソッドorg.opensaml.xml.signature.DSAKeyValue
-
Get the P child element.
- getP() - クラス のメソッドorg.opensaml.xml.signature.impl.DSAKeyValueImpl
-
Get the P child element.
- getParameterName() - インタフェース のメソッドorg.opensaml.xacml.policy.CombinerParameterType
-
Gets the parameter name.
- getParameterName() - クラス のメソッドorg.opensaml.xacml.policy.impl.CombinerParameterTypeImpl
-
Gets the parameter name.
- getParameterValue(String) - クラス のメソッドorg.opensaml.ws.transport.http.HttpServletRequestAdapter
-
Gets the first value of the named parameter.
- getParameterValue(String) - クラス のメソッドorg.opensaml.ws.transport.http.HttpServletResponseAdapter
-
Gets the first value of the named parameter.
- getParameterValue(String) - インタフェース のメソッドorg.opensaml.ws.transport.http.HTTPTransport
-
Gets the first value of the named parameter.
- getParameterValues(String) - クラス のメソッドorg.opensaml.ws.transport.http.HttpServletRequestAdapter
-
Gets the values of the named parameter.
- getParameterValues(String) - クラス のメソッドorg.opensaml.ws.transport.http.HttpServletResponseAdapter
-
Gets the values of the named parameter.
- getParameterValues(String) - インタフェース のメソッドorg.opensaml.ws.transport.http.HTTPTransport
-
Gets the values of the named parameter.
- getParent() - クラス のメソッドorg.opensaml.xml.AbstractXMLObject
-
Gets the parent of this element.
- getParent() - インタフェース のメソッドorg.opensaml.xml.XMLObject
-
Gets the parent of this element or null if there is no parent.
- getParserPool() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.OpensamlConfigBean
-
Get the global ParserPool to configure.
- getParserPool() - クラス のメソッドedu.internet2.middleware.shibboleth.common.profile.provider.AbstractShibbolethProfileHandler
-
Gets the pool of XML parsers.
- getParserPool() - クラス のメソッドorg.opensaml.saml2.metadata.provider.AbstractMetadataProvider
-
Gets the pool of parsers to use to parse XML.
- getParserPool() - クラス のメソッドorg.opensaml.ws.message.decoder.BaseMessageDecoder
-
Gets the parser pool used to deserialize incomming messages.
- getParserPool() - クラス のstaticメソッドorg.opensaml.xml.Configuration
-
Get the currently configured ParserPool instance.
- getParserPoolRef(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.metadata.AbstractMetadataProviderBeanDefinitionParser
-
Gets the default parser pool reference for the metadata provider.
- getParserPoolRef(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.metadata.AbstractReloadingMetadataProviderBeanDefinitionParser
-
Gets the default parser pool reference for the metadata provider.
- getParticipants() - クラス のメソッドorg.opensaml.ws.wstrust.impl.ParticipantsImpl
-
Returns the list of wst:Participant child elements .
- getParticipants() - インタフェース のメソッドorg.opensaml.ws.wstrust.Participants
-
Returns the list of wst:Participant child elements .
- getPartition() - クラス のメソッドedu.internet2.middleware.shibboleth.common.util.EventingMapBasedStorageService.AddEntryEvent
-
Gets the partition to which the entry was added.
- getPartition() - クラス のメソッドedu.internet2.middleware.shibboleth.common.util.EventingMapBasedStorageService.RemoveEntryEvent
-
Gets the partition to which the entry was removed.
- getPartitions() - クラス のメソッドedu.internet2.middleware.shibboleth.common.util.EventingMapBasedStorageService
-
Gets the partitions within the service.
- getPartitions() - クラス のメソッドorg.opensaml.util.storage.MapBasedStorageService
-
Gets the partitions within the service.
- getPartitions() - インタフェース のメソッドorg.opensaml.util.storage.StorageService
-
Gets the partitions within the service.
- getPassword(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.resource.SVNResourceBeanDefinitionParser
-
- getPassword() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.authn.provider.UsernamePasswordCredential
-
Gets the password of the subject.
- getPassword() - クラス のメソッドorg.opensaml.util.URLBuilder
-
Gets the user's password in the URL.
- getPasswordParameterName() - クラス のメソッドorg.opensaml.ESAPISecurityConfig
- getPath() - クラス のメソッドorg.opensaml.util.URLBuilder
-
Gets the path component of the URL.
- getPDPDescriptor(String) - インタフェース のメソッドorg.opensaml.saml2.metadata.EntityDescriptor
-
Gets the first
PDPDescriptor
role descriptor for this entity that supports the given protocol.
- getPDPDescriptor(String) - クラス のメソッドorg.opensaml.saml2.metadata.impl.EntityDescriptorImpl
-
Gets the first
PDPDescriptor
role descriptor for this entity that supports the given protocol.
- getPeerAddress() - インタフェース のメソッドorg.opensaml.ws.transport.http.HTTPInTransport
-
Gets the IP address of the peer.
- getPeerAddress() - クラス のメソッドorg.opensaml.ws.transport.http.HttpServletRequestAdapter
-
Gets the IP address of the peer.
- getPeerCredential() - クラス のメソッドorg.opensaml.ws.transport.BaseTransport
-
Gets the credential offered by the peer to authenticate itself.
- getPeerCredential() - クラス のメソッドorg.opensaml.ws.transport.http.HttpServletRequestAdapter
-
Gets the credential offered by the peer to authenticate itself.
- getPeerCredential() - クラス のメソッドorg.opensaml.ws.transport.http.HttpServletResponseAdapter
-
Gets the credential offered by the peer to authenticate itself.
- getPeerCredential() - インタフェース のメソッドorg.opensaml.ws.transport.Transport
-
Gets the credential offered by the peer to authenticate itself.
- getPeerDomainName() - インタフェース のメソッドorg.opensaml.ws.transport.http.HTTPInTransport
-
Gets the domain name of the peer.
- getPeerDomainName() - クラス のメソッドorg.opensaml.ws.transport.http.HttpServletRequestAdapter
-
Gets the domain name of the peer.
- getPeerEntityEndpoint() - クラス のメソッドorg.opensaml.common.binding.BasicSAMLMessageContext
-
Gets the endpoint of for the peer entity.
- getPeerEntityEndpoint() - インタフェース のメソッドorg.opensaml.common.binding.SAMLMessageContext
-
Gets the endpoint of for the peer entity.
- getPeerEntityId(ShibbolethResolutionContext) - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.dataConnector.StoredIDDataConnector
-
Gets the entity ID used for the peer.
- getPeerEntityId() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.dataConnector.StoredIDStore.PersistentIdEntry
-
Gets the ID of the entity to which the identifier was issued.
- getPeerEntityId(ShibbolethResolutionContext) - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.principalConnector.StoredIDPrincipalConnector
-
Gets the entity ID used for the peer.
- getPeerEntityId() - クラス のメソッドorg.opensaml.common.binding.BasicSAMLMessageContext
-
Gets the peer's entity ID.
- getPeerEntityId() - インタフェース のメソッドorg.opensaml.common.binding.SAMLMessageContext
-
Gets the peer's entity ID.
- getPeerEntityMetadata() - クラス のメソッドorg.opensaml.common.binding.BasicSAMLMessageContext
-
Gets the peer entity metadata.
- getPeerEntityMetadata() - インタフェース のメソッドorg.opensaml.common.binding.SAMLMessageContext
-
Gets the peer entity metadata.
- getPeerEntityRole() - クラス のメソッドorg.opensaml.common.binding.BasicSAMLMessageContext
-
Gets the role of the peer entity.
- getPeerEntityRole() - インタフェース のメソッドorg.opensaml.common.binding.SAMLMessageContext
-
Gets the role of the peer entity.
- getPeerEntityRoleMetadata() - クラス のメソッドorg.opensaml.common.binding.BasicSAMLMessageContext
-
Gets the role of the peer entity.
- getPeerEntityRoleMetadata() - インタフェース のメソッドorg.opensaml.common.binding.SAMLMessageContext
-
Gets the role of the peer entity.
- getPeerID() - クラス のメソッドorg.opensaml.xml.security.criteria.PeerEntityIDCriteria
-
Get the entity ID which is the peer relative to a primary entity ID.
- getPeerProvidedId() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.dataConnector.StoredIDStore.PersistentIdEntry
-
Gets the ID, provided by the peer, associated with this ID.
- getPermitValueRule() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.filtering.provider.AttributeRule
-
Gets the filter that permits the release of attribute values.
- getPersistentId() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.dataConnector.StoredIDStore.PersistentIdEntry
-
Gets the persistent identifier.
- getPersistentIdEntries(String, String, String) - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.dataConnector.StoredIDStore
-
Gets all the persistent ID entries for a (principal, peer, local) tuple.
- getPersistentIdEntry(String, boolean) - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.dataConnector.StoredIDStore
-
Gets the persistent ID entry for the given ID.
- getPgenCounter() - インタフェース のメソッドorg.opensaml.xml.encryption.DHKeyValue
-
Get the pgenCounter element.
- getPgenCounter() - クラス のメソッドorg.opensaml.xml.encryption.impl.DHKeyValueImpl
-
Get the pgenCounter element.
- getPgenCounter() - インタフェース のメソッドorg.opensaml.xml.signature.DSAKeyValue
-
Get the PgenCounter element.
- getPgenCounter() - クラス のメソッドorg.opensaml.xml.signature.impl.DSAKeyValueImpl
-
Get the PgenCounter element.
- getPGPDatas() - クラス のメソッドorg.opensaml.xml.signature.impl.KeyInfoTypeImpl
-
Get the list of PGPData child elements.
- getPGPDatas() - インタフェース のメソッドorg.opensaml.xml.signature.KeyInfoType
-
Get the list of PGPData child elements.
- getPGPKeyID() - クラス のメソッドorg.opensaml.xml.signature.impl.PGPDataImpl
-
Get PGPKeyID child element
- getPGPKeyID() - インタフェース のメソッドorg.opensaml.xml.signature.PGPData
-
Get PGPKeyID child element
- getPGPKeyPacket() - クラス のメソッドorg.opensaml.xml.signature.impl.PGPDataImpl
-
Get PGPKeyPacket child element
- getPGPKeyPacket() - インタフェース のメソッドorg.opensaml.xml.signature.PGPData
-
Get PGPKeyPacket child element
- getPhaseChains() - クラス のメソッドorg.opensaml.ws.message.handler.BasicPhasedHandlerChain
-
Modifiable map of phase names to corresponding handler chains.
- getPhaseChains() - インタフェース のメソッドorg.opensaml.ws.message.handler.PhasedHandlerChain
-
Modifiable map of phase names to corresponding handler chains.
- getPhaseOrder() - クラス のメソッドorg.opensaml.ws.message.handler.BasicPhasedHandlerChain
-
Get the order of phase invocation.
- getPhaseOrder() - インタフェース のメソッドorg.opensaml.ws.message.handler.PhasedHandlerChain
-
Get the order of phase invocation.
- getPKIXBuilderParameters(PKIXValidationInformation, X509Credential) - クラス のメソッドorg.opensaml.xml.security.x509.CertPathPKIXTrustEvaluator
-
Creates the set of PKIX builder parameters to use when building the cert path builder.
- getPKIXInfo() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.StaticPKIXSignatureTrustEngineFactoryBean
-
Gets the list of PKIX validation info.
- getPKIXInfo() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.StaticPKIXX509CredentialTrustEngineFactoryBean
-
Gets the list of PKIX validation info.
- getPKIXResolver() - インタフェース のメソッドorg.opensaml.xml.security.x509.PKIXTrustEngine
-
Get the resolver instance which will be used to resolve PKIX validation information.
- getPKIXResolver() - クラス のメソッドorg.opensaml.xml.security.x509.PKIXX509CredentialTrustEngine
-
Get the resolver instance which will be used to resolve PKIX validation information.
- getPKIXResolver() - クラス のメソッドorg.opensaml.xml.signature.impl.PKIXSignatureTrustEngine
-
Get the resolver instance which will be used to resolve PKIX validation information.
- getPKIXTrustEvaluator() - クラス のメソッドorg.opensaml.xml.security.x509.PKIXX509CredentialTrustEngine
-
Get the PKIXTrustEvaluator instance used to evalute trust.
- getPKIXTrustEvaluator() - クラス のメソッドorg.opensaml.xml.signature.impl.PKIXSignatureTrustEngine
-
Get the PKIXTrustEvaluator instance used to evalute trust.
- getPKIXValidationOptions() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.MetadataPKIXSignatureTrustEngineFactoryBean
-
Get the PKIX validation options.
- getPKIXValidationOptions() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.MetadataPKIXX509CredentialTrustEngineFactoryBean
-
Get the PKIX validation options.
- getPKIXValidationOptions() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.StaticPKIXSignatureTrustEngineFactoryBean
-
Get the PKIX validation options.
- getPKIXValidationOptions() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.StaticPKIXX509CredentialTrustEngineFactoryBean
-
Get the PKIX validation options.
- getPKIXValidationOptions() - クラス のメソッドorg.opensaml.xml.security.x509.CertPathPKIXTrustEvaluator
-
- getPKIXValidationOptions() - インタフェース のメソッドorg.opensaml.xml.security.x509.PKIXTrustEvaluator
-
- getPluginId() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.AbstractResolutionPluginFactoryBean
-
Gets the unique ID of this plugin.
- getPolicies() - クラス のメソッドorg.opensaml.ws.wspolicy.impl.OperatorContentTypeImpl
-
Get the list of
Policy
elements.
- getPolicies() - クラス のメソッドorg.opensaml.ws.wspolicy.impl.PolicyAttachmentImpl
-
Get the list of Policy child elements.
- getPolicies() - インタフェース のメソッドorg.opensaml.ws.wspolicy.OperatorContentType
-
Get the list of
Policy
elements.
- getPolicies() - インタフェース のメソッドorg.opensaml.ws.wspolicy.PolicyAttachment
-
Get the list of Policy child elements.
- getPolicies() - クラス のメソッドorg.opensaml.xacml.policy.impl.PolicySetTypeImpl
-
Gets the child policies.
- getPolicies() - インタフェース のメソッドorg.opensaml.xacml.policy.PolicySetType
-
Gets the child policies.
- getPolicies() - クラス のメソッドorg.opensaml.xacml.profile.saml.impl.ReferencedPoliciesTypeImpl
-
Gets the policies in this element.
- getPolicies() - クラス のメソッドorg.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeImpl
-
Gets the policies to be used while rendering a decision.
- getPolicies() - クラス のメソッドorg.opensaml.xacml.profile.saml.impl.XACMLPolicyStatementTypeImpl
-
Return the XACMLPolicy inside the policy statement.
- getPolicies() - インタフェース のメソッドorg.opensaml.xacml.profile.saml.ReferencedPoliciesType
-
Gets the policies in this element.
- getPolicies() - インタフェース のメソッドorg.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
-
Gets the policies to be used while rendering a decision.
- getPolicies() - インタフェース のメソッドorg.opensaml.xacml.profile.saml.XACMLPolicyStatementType
-
Return the XACMLPolicy inside the policy statement.
- getPolicyChoiceGroup() - クラス のメソッドorg.opensaml.xacml.policy.impl.PolicySetTypeImpl
-
- getPolicyChoiceGroup() - インタフェース のメソッドorg.opensaml.xacml.policy.PolicySetType
-
- getPolicyCombinerParameters() - クラス のメソッドorg.opensaml.xacml.policy.impl.PolicySetTypeImpl
-
Gets the policy combiner parameters for this policy set.
- getPolicyCombinerParameters() - インタフェース のメソッドorg.opensaml.xacml.policy.PolicySetType
-
Gets the policy combiner parameters for this policy set.
- getPolicyCombiningAlgoId() - クラス のメソッドorg.opensaml.xacml.policy.impl.PolicySetTypeImpl
-
Gets the policy combining algorithm used with this policy set.
- getPolicyCombiningAlgoId() - インタフェース のメソッドorg.opensaml.xacml.policy.PolicySetType
-
Gets the policy combining algorithm used with this policy set.
- getPolicyDefaults() - クラス のメソッドorg.opensaml.xacml.policy.impl.PolicyTypeImpl
-
Gets the defaults for this policy.
- getPolicyDefaults() - インタフェース のメソッドorg.opensaml.xacml.policy.PolicyType
-
Gets the defaults for this policy.
- getPolicyId() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.filtering.provider.AttributeFilterPolicy
-
Gets the unique ID for this policy.
- getPolicyId() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.filtering.AttributeFilterPolicyFactoryBean
-
Gets the unique ID for this policy.
- getPolicyId() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.ShibbolethSecurityPolicyFactoryBean
-
Gets the unique ID of the policy.
- getPolicyId() - クラス のメソッドedu.internet2.middleware.shibboleth.common.security.ShibbolethSecurityPolicy
-
Gets the ID of the policy.
- getPolicyId() - クラス のメソッドorg.opensaml.xacml.policy.impl.PolicyTypeImpl
-
Gets the ID of this policy.
- getPolicyId() - インタフェース のメソッドorg.opensaml.xacml.policy.PolicyType
-
Gets the ID of this policy.
- getPolicyIdRef() - クラス のメソッドorg.opensaml.xacml.policy.impl.PolicyCombinerParametersTypeImpl
-
Gets the referenced policy's ID.
- getPolicyIdRef() - インタフェース のメソッドorg.opensaml.xacml.policy.PolicyCombinerParametersType
-
Gets the referenced policy's ID.
- getPolicyIdReferences() - クラス のメソッドorg.opensaml.xacml.policy.impl.PolicySetTypeImpl
-
Gets the policy Id references.
- getPolicyIdReferences() - インタフェース のメソッドorg.opensaml.xacml.policy.PolicySetType
-
Gets the policy Id references.
- getPolicyIdReferences() - クラス のメソッドorg.opensaml.xacml.profile.saml.impl.XACMLPolicyQueryTypeImpl
-
Gets the IDs for referenced policies.
- getPolicyIdReferences() - インタフェース のメソッドorg.opensaml.xacml.profile.saml.XACMLPolicyQueryType
-
Gets the IDs for referenced policies.
- getPolicyReferences() - クラス のメソッドorg.opensaml.ws.wspolicy.impl.OperatorContentTypeImpl
-
- getPolicyReferences() - クラス のメソッドorg.opensaml.ws.wspolicy.impl.PolicyAttachmentImpl
-
Get the list of PolicyReference child elements.
- getPolicyReferences() - インタフェース のメソッドorg.opensaml.ws.wspolicy.OperatorContentType
-
- getPolicyReferences() - インタフェース のメソッドorg.opensaml.ws.wspolicy.PolicyAttachment
-
Get the list of PolicyReference child elements.
- getPolicyRequirement() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.filtering.AttributeFilterPolicyFactoryBean
-
Gets the requirement for this policy.
- getPolicyRequirementRule() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.filtering.provider.AttributeFilterPolicy
-
Gets the requirement for this policy.
- getPolicyRules() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.ShibbolethSecurityPolicyFactoryBean
-
Gets the rules that make up the policy.
- getPolicyRules() - クラス のメソッドorg.opensaml.ws.security.provider.BasicSecurityPolicy
-
Gets the rules that are evaluated for this policy.
- getPolicyRules() - インタフェース のメソッドorg.opensaml.ws.security.SecurityPolicy
-
Gets the rules that are evaluated for this policy.
- getPolicySetCombinerParameters() - クラス のメソッドorg.opensaml.xacml.policy.impl.PolicySetTypeImpl
-
Gets the policy set combiner parameters for this policy set.
- getPolicySetCombinerParameters() - インタフェース のメソッドorg.opensaml.xacml.policy.PolicySetType
-
Gets the policy set combiner parameters for this policy set.
- getPolicySetDefaults() - クラス のメソッドorg.opensaml.xacml.policy.impl.PolicySetTypeImpl
-
Gets the defaults for this policy set.
- getPolicySetDefaults() - インタフェース のメソッドorg.opensaml.xacml.policy.PolicySetType
-
Gets the defaults for this policy set.
- getPolicySetId() - クラス のメソッドorg.opensaml.xacml.policy.impl.PolicySetTypeImpl
-
Gets the ID of this policy set.
- getPolicySetId() - インタフェース のメソッドorg.opensaml.xacml.policy.PolicySetType
-
Gets the ID of this policy set.
- getPolicySetIdRef() - クラス のメソッドorg.opensaml.xacml.policy.impl.PolicySetCombinerParametersTypeImpl
-
Gets the referenced policy set's ID.
- getPolicySetIdRef() - インタフェース のメソッドorg.opensaml.xacml.policy.PolicySetCombinerParametersType
-
Gets the referenced policy set's ID.
- getPolicySetIdReferences() - クラス のメソッドorg.opensaml.xacml.policy.impl.PolicySetTypeImpl
-
Gets the policy set Id references.
- getPolicySetIdReferences() - インタフェース のメソッドorg.opensaml.xacml.policy.PolicySetType
-
Gets the policy set Id references.
- getPolicySetIdReferences() - クラス のメソッドorg.opensaml.xacml.profile.saml.impl.XACMLPolicyQueryTypeImpl
-
Gets the IDs for referenced policy sets.
- getPolicySetIdReferences() - インタフェース のメソッドorg.opensaml.xacml.profile.saml.XACMLPolicyQueryType
-
Gets the IDs for referenced policy sets.
- getPolicySets() - クラス のメソッドorg.opensaml.xacml.policy.impl.PolicySetTypeImpl
-
Gets the child policy sets.
- getPolicySets() - インタフェース のメソッドorg.opensaml.xacml.policy.PolicySetType
-
Gets the child policy sets.
- getPolicySets() - クラス のメソッドorg.opensaml.xacml.profile.saml.impl.ReferencedPoliciesTypeImpl
-
Gets the policieSets in this element.
- getPolicySets() - クラス のメソッドorg.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeImpl
-
Gets the policy sets to be used while rendering a decision.
- getPolicySets() - クラス のメソッドorg.opensaml.xacml.profile.saml.impl.XACMLPolicyStatementTypeImpl
-
Return the XACMLPolicySet inside the policy statement.
- getPolicySets() - インタフェース のメソッドorg.opensaml.xacml.profile.saml.ReferencedPoliciesType
-
Gets the policieSets in this element.
- getPolicySets() - インタフェース のメソッドorg.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
-
Gets the policy sets to be used while rendering a decision.
- getPolicySets() - インタフェース のメソッドorg.opensaml.xacml.profile.saml.XACMLPolicyStatementType
-
Return the XACMLPolicySet inside the policy statement.
- getPollingFrequency() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.BaseReloadableService
-
Gets the frequency, in milliseconds, that the configuration resources are polled.
- getPollingFrequency() - クラス のメソッドorg.opensaml.util.resource.ResourceChangeWatcher
-
Gets the frequency, in milliseconds, the watched resource should be polled.
- getPollingRetryAttempts() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.BaseReloadableService
-
Gets the number of times a resource may error out before it is considered permanently invalid.
- getPollingTimer() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.BaseReloadableService
-
Gets the timer used to resource polling jobs.
- getPoolSize() - クラス のメソッドorg.opensaml.xml.parse.BasicParserPool
-
Gets the size of the current pool storage.
- getPoolSize() - クラス のメソッドorg.opensaml.xml.parse.StaticBasicParserPool
-
Gets the size of the current pool storage.
- getPoolStrategy() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnector.LdapDataConnectorFactoryBean
-
Gets the ldap pool strategy.
- getPoolValidator() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnector.LdapDataConnectorFactoryBean
-
Gets the pool validator.
- getPoolVersion() - クラス のメソッドorg.opensaml.xml.parse.BasicParserPool.DocumentBuilderProxy
-
Gets the version of the pool that owns this parser at the time of the proxy's creation.
- getPoolVersion() - クラス のメソッドorg.opensaml.xml.parse.BasicParserPool
-
Gets the current pool version.
- getPort() - クラス のメソッドorg.opensaml.util.URLBuilder
-
Gets the port component of the URL.
- getPostSecurityInboundHandlerChainResolver() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.saml2.SAML2ECPProfileHandler
-
Get the resolver used to resolve the post-security inbound handler chain.
- getPostSecurityInboundHandlerChainResolver() - クラス のメソッドorg.opensaml.ws.message.BaseMessageContext
-
Get the post-SecurityPolicy inbound handler chain resolver.
- getPostSecurityInboundHandlerChainResolver() - インタフェース のメソッドorg.opensaml.ws.message.MessageContext
-
Get the post-SecurityPolicy inbound handler chain resolver.
- getPreferredJCEProvider() - クラス のメソッドorg.opensaml.ESAPISecurityConfig
- getPreSecurityInboundHandlerChainResolver() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.saml2.SAML2ECPProfileHandler
-
Get the resolver used to resolve the pre-security inbound handler chain.
- getPreSecurityInboundHandlerChainResolver() - クラス のメソッドorg.opensaml.ws.message.BaseMessageContext
-
Get the pre-SecurityPolicy inbound handler chain resolver.
- getPreSecurityInboundHandlerChainResolver() - インタフェース のメソッドorg.opensaml.ws.message.MessageContext
-
Get the pre-SecurityPolicy inbound handler chain resolver.
- getPrimary() - クラス のメソッドorg.opensaml.ws.wstrust.impl.ParticipantsImpl
-
Returns the wst:Primary child element.
- getPrimary() - インタフェース のメソッドorg.opensaml.ws.wstrust.Participants
-
Returns the wst:Primary child element.
- getPrincipal(SAMLProfileRequestContext<? extends SAMLObject, ? extends ResponseAbstractType, NameIdentifier, ? extends AbstractSAML1ProfileConfiguration>) - インタフェース のメソッドedu.internet2.middleware.shibboleth.common.attribute.provider.SAML1AttributeAuthority
-
Resolves a
NameIdentifier
into the internal principal name used by Shibboleth.
- getPrincipal(SAMLProfileRequestContext<? extends RequestAbstractType, ? extends StatusResponseType, NameID, ? extends AbstractSAML2ProfileConfiguration>) - インタフェース のメソッドedu.internet2.middleware.shibboleth.common.attribute.provider.SAML2AttributeAuthority
-
Resolves a
NameID
into the internal principal name used by Shibboleth.
- getPrincipal(SAMLProfileRequestContext<? extends SAMLObject, ? extends ResponseAbstractType, NameIdentifier, ? extends AbstractSAML1ProfileConfiguration>) - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.provider.ShibbolethSAML1AttributeAuthority
-
Resolves a
NameIdentifier
into the internal principal name used by Shibboleth.
- getPrincipal(SAMLProfileRequestContext<? extends RequestAbstractType, ? extends StatusResponseType, NameID, ? extends AbstractSAML2ProfileConfiguration>) - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.provider.ShibbolethSAML2AttributeAuthority
-
Resolves a
NameID
into the internal principal name used by Shibboleth.
- getPrincipal() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnector.LdapDataConnectorFactoryBean
-
Gets the principal DN used to bind to the directory.
- getPrincipalAuthenticationMethod() - インタフェース のメソッドedu.internet2.middleware.shibboleth.common.attribute.AttributeRequestContext
-
Gets the method used to authenticate the principal.
- getPrincipalAuthenticationMethod() - クラス のメソッドedu.internet2.middleware.shibboleth.common.log.AuditLogEntry
-
Gets the authentication method, identified by their URI, used to log into the relying party.
- getPrincipalAuthenticationMethod() - クラス のメソッドedu.internet2.middleware.shibboleth.common.profile.provider.BaseSAMLProfileRequestContext
-
Gets the method used to authenticate the principal.
- getPrincipalConnectors() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.ShibbolethAttributeResolver
-
Gets the principal connectors registered with this resolver.
- getPrincipalCredential() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnector.LdapDataConnectorFactoryBean
-
Gets the credential of the principal DN used to bind to the directory.
- getPrincipalName() - インタフェース のメソッドedu.internet2.middleware.shibboleth.common.attribute.AttributeRequestContext
-
Gets the principal name of the subject of the request.
- getPrincipalName() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.attributeDefinition.TransientIdEntry
-
Gets the principal the token was issued for.
- getPrincipalName() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.dataConnector.StoredIDStore.PersistentIdEntry
-
Gets the name of the principal the identifier represents.
- getPrincipalName() - クラス のメソッドedu.internet2.middleware.shibboleth.common.log.AuditLogEntry
-
Gets the principal ID of the user.
- getPrincipalName() - クラス のメソッドedu.internet2.middleware.shibboleth.common.profile.provider.BaseSAMLProfileRequestContext
-
Gets the principal name of the subject of the request.
- getPrincipalName() - クラス のメソッドedu.internet2.middleware.shibboleth.common.session.impl.AbstractSession
-
A convenience method that gets the first principal retrieved from the
Subject
.
- getPrincipalName() - インタフェース のメソッドedu.internet2.middleware.shibboleth.common.session.Session
-
A convenience method that gets the first principal retrieved from the
Subject
.
- getPrincipalName() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.authn.LoginContext
-
Returns the ID of the authenticated user.
- getPrincipalName() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.session.impl.SessionImpl
-
This method will return the first, in an unordered list of principal names registered with the
Subject
of
the session.
- getPrivacyStatementURLs() - クラス のメソッドorg.opensaml.samlext.saml2mdui.impl.UIInfoImpl
-
Get the Privacy Statement URLs.
- getPrivacyStatementURLs() - インタフェース のメソッドorg.opensaml.samlext.saml2mdui.UIInfo
-
Get the Privacy Statement URLs.
- getPrivateKey() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.BasicCredentialFactoryBean
-
Gets the private key respresented by this credential.
- getPrivateKey() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.X509CredentialFactoryBean
-
Gets the private key respresented by this credential.
- getPrivateKey() - クラス のメソッドorg.opensaml.xml.security.credential.AbstractCredential
-
Gets the private key for the entity if there is one.
- getPrivateKey() - インタフェース のメソッドorg.opensaml.xml.security.credential.Credential
-
Gets the private key for the entity if there is one.
- getPrivateKey() - クラス のメソッドorg.opensaml.xml.security.x509.KeyStoreX509CredentialAdapter
-
Gets the private key for the entity if there is one.
- getPrivateKey() - クラス のメソッドorg.opensaml.xml.security.x509.X509KeyManagerX509CredentialAdapter
-
Gets the private key for the entity if there is one.
- getProfileConfiguration() - インタフェース のメソッドedu.internet2.middleware.shibboleth.common.profile.ProfileRequestContext
-
Gets the configuration for the profile for the relying party.
- getProfileConfiguration(String, String) - クラス のメソッドedu.internet2.middleware.shibboleth.common.profile.provider.AbstractShibbolethProfileHandler
-
Gets the profile configuration for the given entity and profile Id.
- getProfileConfiguration() - クラス のメソッドedu.internet2.middleware.shibboleth.common.profile.provider.BaseSAMLProfileRequestContext
-
Gets the configuration for the profile for the relying party.
- getProfileConfiguration(String) - クラス のメソッドedu.internet2.middleware.shibboleth.common.relyingparty.RelyingPartyConfiguration
-
- getProfileConfigurations() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.relyingparty.RelyingPartyFactoryBean
-
Gets the registered profile configurations.
- getProfileConfigurations() - クラス のメソッドedu.internet2.middleware.shibboleth.common.relyingparty.RelyingPartyConfiguration
-
Gets whether assertions should be encrypted.
- getProfileHandler(ServletRequest) - インタフェース のメソッドedu.internet2.middleware.shibboleth.common.profile.ProfileHandlerManager
-
Gets the profile handler to service this request.
- getProfileHandler(ServletRequest) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.IdPProfileHandlerManager
-
Gets the profile handler to service this request.
- getProfileHandlerManager(ServletContext) - クラス のstaticメソッドedu.internet2.middleware.shibboleth.idp.util.HttpServletHelper
-
- getProfileHandlerManager(ServletContext, String) - クラス のstaticメソッドedu.internet2.middleware.shibboleth.idp.util.HttpServletHelper
-
- getProfileHandlers() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.IdPProfileHandlerManager
-
Gets the registered profile handlers.
- getProfileHandlerURL() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.authn.LoginContext
-
Gets the ProfileHandler URL.
- getProfileId() - クラス のメソッドedu.internet2.middleware.shibboleth.common.profile.provider.AbstractShibbolethProfileHandler
-
Gets the ID of the profile supported by this handler.
- getProfileId() - インタフェース のメソッドedu.internet2.middleware.shibboleth.common.relyingparty.ProfileConfiguration
-
Gets the unique identifier of the profile.
- getProfileId() - クラス のメソッドedu.internet2.middleware.shibboleth.common.relyingparty.provider.saml1.ArtifactResolutionConfiguration
-
Gets the unique identifier of the profile.
- getProfileId() - クラス のメソッドedu.internet2.middleware.shibboleth.common.relyingparty.provider.saml1.AttributeQueryConfiguration
-
Gets the unique identifier of the profile.
- getProfileId() - クラス のメソッドedu.internet2.middleware.shibboleth.common.relyingparty.provider.saml1.ShibbolethSSOConfiguration
-
Gets the unique identifier of the profile.
- getProfileId() - クラス のメソッドedu.internet2.middleware.shibboleth.common.relyingparty.provider.saml2.ArtifactResolutionConfiguration
-
Gets the unique identifier of the profile.
- getProfileId() - クラス のメソッドedu.internet2.middleware.shibboleth.common.relyingparty.provider.saml2.AttributeQueryConfiguration
-
Gets the unique identifier of the profile.
- getProfileId() - クラス のメソッドedu.internet2.middleware.shibboleth.common.relyingparty.provider.saml2.ECPConfiguration
-
Gets the unique identifier of the profile.
- getProfileId() - クラス のメソッドedu.internet2.middleware.shibboleth.common.relyingparty.provider.saml2.LogoutRequestConfiguration
-
Gets the unique identifier of the profile.
- getProfileId() - クラス のメソッドedu.internet2.middleware.shibboleth.common.relyingparty.provider.saml2.SSOConfiguration
-
Gets the unique identifier of the profile.
- getProfileId() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.saml1.ArtifactResolution
-
Gets the ID of the profile supported by this handler.
- getProfileId() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.saml1.AttributeQueryProfileHandler
-
Gets the ID of the profile supported by this handler.
- getProfileId() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.saml1.ShibbolethSSOProfileHandler
-
Gets the ID of the profile supported by this handler.
- getProfileId() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.saml2.ArtifactResolution
-
Gets the ID of the profile supported by this handler.
- getProfileId() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.saml2.AttributeQueryProfileHandler
-
Gets the ID of the profile supported by this handler.
- getProfileId() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.saml2.SAML2ECPProfileHandler
-
Gets the ID of the profile supported by this handler.
- getProfileId() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.saml2.SLOProfileHandler
-
Gets the ID of the profile supported by this handler.
- getProfileId() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.saml2.SSOProfileHandler
-
Gets the ID of the profile supported by this handler.
- getProfileSecurityPolicy() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.relyingparty.saml.AbstractSAMLProfileConfigurationFactoryBean
-
Gets the security policy for this profile.
- getProfileURI() - インタフェース のメソッドorg.opensaml.saml2.metadata.AttributeProfile
-
Gets the URI of this attribute profile.
- getProfileURI() - クラス のメソッドorg.opensaml.saml2.metadata.impl.AttributeProfileImpl
-
Gets the URI of this attribute profile.
- getProperties() - クラス のメソッドorg.opensaml.xml.security.keyinfo.KeyInfoResolutionContext
-
Get the extensible properties map.
- getProperty(String) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.authn.LoginContext
-
Get an optional property object.
- getProtectedServletPath() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.config.profile.authn.RemoteUserLoginHandlerFactoryBean
-
Gets the path to protected servlet.
- getProtocol() - クラス のメソッドorg.opensaml.security.MetadataCriteria
-
Get the entity protocol.
- getProtocolBinding() - インタフェース のメソッドorg.opensaml.saml2.core.AuthnRequest
-
Gets the protocol binding URI for the request.
- getProtocolBinding() - クラス のメソッドorg.opensaml.saml2.core.impl.AuthnRequestImpl
-
Gets the protocol binding URI for the request.
- getProviderId(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.metadata.BaseMetadataProviderBeanDefinitionParser
-
Gets the ID of the metadata provider.
- getProviderId() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.relyingparty.RelyingPartyFactoryBean
-
Gets the ID of the provider to use for this relying party.
- getProviderId() - クラス のメソッドedu.internet2.middleware.shibboleth.common.relyingparty.RelyingPartyConfiguration
-
Gets the entity ID of the responder when communicating with the relying party.
- getProviderID() - インタフェース のメソッドorg.opensaml.saml2.core.IDPEntry
-
Gets ProviderID URI.
- getProviderID() - クラス のメソッドorg.opensaml.saml2.core.impl.IDPEntryImpl
-
Gets ProviderID URI.
- getProviderName() - インタフェース のメソッド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() - クラス のメソッド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() - クラス のメソッドorg.opensaml.saml2.ecp.impl.RequestImpl
-
Get the ProviderName attribute value.
- getProviderName() - インタフェース のメソッドorg.opensaml.saml2.ecp.Request
-
Get the ProviderName attribute value.
- getProviders() - クラス のメソッドorg.opensaml.saml2.metadata.provider.ChainingMetadataProvider
-
Gets an immutable the list of currently registered providers.
- getProviders() - クラス のメソッドorg.opensaml.xml.security.keyinfo.BasicProviderKeyInfoCredentialResolver
-
Return the list of the KeyInfoProvider instances used in this resolver configuration.
- getProxiedBuilder() - クラス のメソッドorg.opensaml.xml.parse.BasicParserPool.DocumentBuilderProxy
-
Gets the proxied document builder.
- getProxiedBuilder() - クラス のメソッドorg.opensaml.xml.parse.StaticBasicParserPool.DocumentBuilderProxy
-
Gets the proxied document builder.
- getProxyAudiences() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.relyingparty.saml.AbstractSAML2ProfileConfigurationFactoryBean
-
Gets the audiences for proxied assertions.
- getProxyAudiences() - クラス のメソッドedu.internet2.middleware.shibboleth.common.relyingparty.provider.saml2.AbstractSAML2ProfileConfiguration
-
Gets the audiences for a proxied assertion.
- getProxyCount() - クラス のメソッドedu.internet2.middleware.shibboleth.common.relyingparty.provider.saml2.AbstractSAML2ProfileConfiguration
-
Gets the maximum number of times an assertion may be proxied.
- getProxyCount() - クラス のメソッドorg.opensaml.saml2.core.impl.ProxyRestrictionImpl
-
Gets the number of times the assertion may be proxied.
- getProxyCount() - クラス のメソッドorg.opensaml.saml2.core.impl.ScopingImpl
-
Gets the ProxyCount attrib value.
- getProxyCount() - インタフェース のメソッドorg.opensaml.saml2.core.ProxyRestriction
-
Gets the number of times the assertion may be proxied.
- getProxyCount() - インタフェース のメソッドorg.opensaml.saml2.core.Scoping
-
Gets the ProxyCount attrib value.
- getProxyHost(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.resource.SVNResourceBeanDefinitionParser
-
- getProxyHost() - クラス のメソッドorg.opensaml.ws.soap.client.http.HttpClientBuilder
-
Gets the host name of the HTTP proxy server through which connections will be made.
- getProxyManager(SVNURL) - クラス のメソッドedu.internet2.middleware.shibboleth.common.resource.SVNBasicAuthenticationManager
- getProxyPassword(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.resource.SVNResourceBeanDefinitionParser
-
- getProxyPassword() - クラス のメソッドorg.opensaml.ws.soap.client.http.HttpClientBuilder
-
Gets the password used to connect to the HTTP proxy server.
- getProxyPort(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.resource.SVNResourceBeanDefinitionParser
-
- getProxyPort() - クラス のメソッドorg.opensaml.ws.soap.client.http.HttpClientBuilder
-
Gets the port of the HTTP proxy server through which connections will be made.
- getProxyRestriction() - インタフェース のメソッドorg.opensaml.saml2.core.Conditions
-
Gets the ProxyRestriction condition for the assertion.
- getProxyRestriction() - クラス のメソッドorg.opensaml.saml2.core.impl.ConditionsImpl
-
Gets the ProxyRestriction condition for the assertion.
- getProxyUsername(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.resource.SVNResourceBeanDefinitionParser
-
- getProxyUsername() - クラス のメソッドorg.opensaml.ws.soap.client.http.HttpClientBuilder
-
Gets the username used to connect to the HTTP proxy server.
- getPublic() - インタフェース のメソッドorg.opensaml.xml.encryption.DHKeyValue
-
Get the Public element.
- getPublic() - クラス のメソッドorg.opensaml.xml.encryption.impl.DHKeyValueImpl
-
Get the Public element.
- getPublicId() - クラス のメソッドorg.opensaml.xml.parse.ClasspathResolver.LSInputImpl
- getPublicKey() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.BasicCredentialFactoryBean
-
Gets the public key respresented by this credential.
- getPublicKey() - クラス のメソッドorg.opensaml.xml.security.credential.AbstractCredential
-
Gets the public key for the entity.
- getPublicKey() - インタフェース のメソッドorg.opensaml.xml.security.credential.Credential
-
Gets the public key for the entity.
- getPublicKey() - クラス のメソッドorg.opensaml.xml.security.criteria.PublicKeyCriteria
-
Get the public key criteria.
- getPublicKey() - クラス のメソッドorg.opensaml.xml.security.x509.KeyStoreX509CredentialAdapter
-
Gets the public key for the entity.
- getPublicKey() - クラス のメソッドorg.opensaml.xml.security.x509.X509KeyManagerX509CredentialAdapter
-
Gets the public key for the entity.
- getPublicKeys(KeyInfo) - クラス のstaticメソッドorg.opensaml.xml.security.keyinfo.KeyInfoHelper
-
- getQ() - インタフェース のメソッドorg.opensaml.xml.encryption.DHKeyValue
-
Get the Q child element.
- getQ() - クラス のメソッドorg.opensaml.xml.encryption.impl.DHKeyValueImpl
-
Get the Q child element.
- getQ() - インタフェース のメソッドorg.opensaml.xml.signature.DSAKeyValue
-
Get the Q child element.
- getQ() - クラス のメソッドorg.opensaml.xml.signature.impl.DSAKeyValueImpl
-
Get the Q child element.
- getQualifiedId(Element, String, String) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.filtering.BaseFilterBeanDefinitionParser
-
Generates an ID for a filter engine component.
- getQuery() - クラス のメソッドorg.opensaml.saml1.core.impl.RequestImpl
-
Get the request Query, SubjectQuery, AuthenticationQuery, AttributeQuery, or AuthorizationDecisionQuery
- getQuery() - インタフェース のメソッドorg.opensaml.saml1.core.Request
-
Get the request Query, SubjectQuery, AuthenticationQuery, AttributeQuery, or AuthorizationDecisionQuery
- getQueryParams() - クラス のメソッドorg.opensaml.util.URLBuilder
-
Gets the query string parameters for the URL.
- getQueryTemplate() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnector.RDBMSDataConnectorFactoryBean
-
Gets the SQL query template.
- getQueryTimeout() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.dataConnector.RDBMSDataConnector
-
Gets the timeout, in seconds, of the SQL query.
- getQueryTimeout() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnector.RDBMSDataConnectorFactoryBean
-
Gets the timeout, in milliseconds, of the SQL query.
- getQueryTimeout() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnector.StoredIDDataConnectorBeanFactory
-
Gets the timeout, in milliseconds, of the SQL query.
- getQueryUsesStoredProcedures() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnector.RDBMSDataConnectorFactoryBean
-
Gets whether the SQL query uses stored procedures.
- getQuota(String) - クラス のメソッドorg.opensaml.ESAPISecurityConfig
- getRandom() - クラス のメソッドedu.internet2.middleware.shibboleth.common.util.DataSealer
-
Returns the pseudorandom generator.
- getRandomAlgorithm() - クラス のメソッドorg.opensaml.ESAPISecurityConfig
- getRandomizerImplementation() - クラス のメソッドorg.opensaml.ESAPISecurityConfig
- getRawQueryStringParameter(String, String) - クラス のstaticメソッドorg.opensaml.ws.transport.http.HTTPTransportUtils
-
Get the first raw (i.e. non URL-decoded) query string component with the specified parameter name.
- getReadTimeout(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.resource.SVNResourceBeanDefinitionParser
-
- getReadTimeout(SVNRepository) - クラス のメソッドedu.internet2.middleware.shibboleth.common.resource.SVNBasicAuthenticationManager
- getReadWriteLock() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.BaseService
-
Gets the read-write lock guarding the service context.
- getReadWriteLock() - クラス のメソッドedu.internet2.middleware.shibboleth.common.security.MetadataPKIXValidationInformationResolver
-
Get the lock instance used to synchronize access to the caches.
- getReadWriteLock() - クラス のメソッドorg.opensaml.security.MetadataCredentialResolver
-
Get the lock instance used to synchronize access to the credential cache.
- getReason() - クラス のメソッドorg.opensaml.saml2.core.impl.LogoutRequestImpl
-
Get the Reason attrib value of the request.
- getReason() - インタフェース のメソッドorg.opensaml.saml2.core.LogoutRequest
-
Get the Reason attrib value of the request.
- getReason() - クラス のメソッドorg.opensaml.ws.wstrust.impl.StatusImpl
-
Returns the wst:Reason child element.
- getReason() - インタフェース のメソッドorg.opensaml.ws.wstrust.Status
-
Returns the wst:Reason child element.
- getReceiveBufferSize() - クラス のメソッドorg.opensaml.ws.soap.client.http.HttpClientBuilder
-
Gets the size of buffer, in bytes, used when receiving content.
- getRecipient() - クラス のメソッドorg.opensaml.saml1.core.impl.ResponseAbstractTypeImpl
-
Return the Recipient (attribute).
- getRecipient() - インタフェース のメソッドorg.opensaml.saml1.core.ResponseAbstractType
-
Return the Recipient (attribute).
- getRecipient() - クラス のメソッドorg.opensaml.saml2.core.impl.SubjectConfirmationDataImpl
-
Gets the recipient of this subject.
- getRecipient() - インタフェース のメソッドorg.opensaml.saml2.core.SubjectConfirmationData
-
Gets the recipient of this subject.
- getRecipient() - インタフェース のメソッドorg.opensaml.xml.encryption.EncryptedKey
-
Gets the hint about for whom this encrypted key is intended.
- getRecipient() - クラス のメソッドorg.opensaml.xml.encryption.impl.EncryptedKeyImpl
-
Gets the hint about for whom this encrypted key is intended.
- getRecipient() - クラス のメソッドorg.opensaml.xml.encryption.KeyEncryptionParameters
-
Gets the recipient of the key.
- getRecipientKeyInfo() - インタフェース のメソッドorg.opensaml.xml.encryption.AgreementMethod
-
Get the child element containing the key generation material for the recipient.
- getRecipientKeyInfo() - クラス のメソッドorg.opensaml.xml.encryption.impl.AgreementMethodImpl
-
Get the child element containing the key generation material for the recipient.
- getRecipients() - クラス のメソッドorg.opensaml.xml.encryption.AbstractEncryptedKeyResolver
-
Get the list of recipient criteria used by this resolver, and against which a candidate
EncryptedKey's Recipient attribute is evaluated.
- getRecipients() - インタフェース のメソッドorg.opensaml.xml.encryption.EncryptedKeyResolver
-
Get the list of recipient criteria used by this resolver, and against which a candidate
EncryptedKey's Recipient attribute is evaluated.
- getReference() - インタフェース のメソッドorg.opensaml.saml1.core.AssertionIDReference
-
Get the reference
- getReference() - クラス のメソッドorg.opensaml.saml1.core.impl.AssertionIDReferenceImpl
-
Get the reference
- getReferencedMessage() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.saml2.ArtifactResolution.ArtifactResolutionRequestContext
-
Gets the SAML message referenced by the artifact.
- getReferencedMessage() - インタフェース のメソッドorg.opensaml.saml2.binding.SAML2ArtifactMessageContext
-
Gets the SAML message referenced by the artifact.
- getReferencedPolicies() - クラス のメソッドorg.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeImpl
-
Gets the reference to the policies to be used while rendering a decision.
- getReferencedPolicies() - クラス のメソッドorg.opensaml.xacml.profile.saml.impl.XACMLPolicyStatementTypeImpl
-
Gets the referenced policies.
- getReferencedPolicies() - インタフェース のメソッドorg.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
-
Gets the reference to the policies to be used while rendering a decision.
- getReferencedPolicies() - インタフェース のメソッドorg.opensaml.xacml.profile.saml.XACMLPolicyStatementType
-
Gets the referenced policies.
- getReferenceList() - インタフェース のメソッドorg.opensaml.xml.encryption.EncryptedKey
-
Gets the child element containing pointers to EncryptedData and EncryptedKey elements
encrypted using this key.
- getReferenceList() - クラス のメソッドorg.opensaml.xml.encryption.impl.EncryptedKeyImpl
-
Gets the child element containing pointers to EncryptedData and EncryptedKey elements
encrypted using this key.
- getReferenceParameters() - インタフェース のメソッドorg.opensaml.ws.wsaddressing.EndpointReferenceType
-
Returns the optional <wsa:ReferenceParameters> child element.
- getReferenceParameters() - クラス のメソッドorg.opensaml.ws.wsaddressing.impl.EndpointReferenceTypeImpl
-
Returns the optional <wsa:ReferenceParameters> child element.
- getReferences() - クラス のメソッドorg.opensaml.xml.encryption.impl.ReferenceListImpl
-
Get the list of reference child elements.
- getReferences() - インタフェース のメソッドorg.opensaml.xml.encryption.ReferenceList
-
Get the list of reference child elements.
- getRefreshDelayFactor(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.metadata.AbstractReloadingMetadataProviderBeanDefinitionParser
-
Gets the refresh delay factor for the metadata provider.
- getRefreshDelayFactor() - クラス のメソッドorg.opensaml.saml2.metadata.provider.AbstractReloadingMetadataProvider
-
Gets the delay factor used to compute the next refresh time.
- getRegex() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.attributeDefinition.RegexSplitAttributeDefinitionFactoryBean
-
Gets the regular expression used to split values.
- getRegexp() - クラス のメソッドedu.internet2.middleware.shibboleth.common.xmlobject.impl.ShibbolethMetadataScopeImpl
-
Get the regexp attribute value.
- getRegexp() - インタフェース のメソッドedu.internet2.middleware.shibboleth.common.xmlobject.ShibbolethMetadataScope
-
Get the regexp attribute value.
- getRegexpXSBoolean() - クラス のメソッドedu.internet2.middleware.shibboleth.common.xmlobject.impl.ShibbolethMetadataScopeImpl
-
Get the regexp attribute value.
- getRegexpXSBoolean() - インタフェース のメソッドedu.internet2.middleware.shibboleth.common.xmlobject.ShibbolethMetadataScope
-
Get the regexp attribute value.
- getRegisteredPort(String) - クラス のstaticメソッドorg.opensaml.util.SimpleURLCanonicalizer
-
Obtain the default port registered for a scheme.
- getRegularExpression() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.filtering.provider.match.basic.AbstractRegexMatchFunctor
-
Gets the regular expression to match.
- getRelationshipType() - クラス のメソッドorg.opensaml.ws.wsaddressing.impl.RelatesToImpl
-
Returns the RelationshipType attribute URI value.
- getRelationshipType() - インタフェース のメソッドorg.opensaml.ws.wsaddressing.RelatesTo
-
Returns the RelationshipType attribute URI value.
- getRelayState() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.authn.Saml2LoginContext
-
Gets the relay state from the originating authentication request.
- getRelayState() - クラス のメソッドorg.opensaml.common.binding.BasicSAMLMessageContext
-
Gets the relay state associated with the message.
- getRelayState() - インタフェース のメソッドorg.opensaml.common.binding.SAMLMessageContext
-
Gets the relay state associated with the message.
- getReleasedAttributes() - クラス のメソッドedu.internet2.middleware.shibboleth.common.log.AuditLogEntry
-
Gets the list of internal IDs of the attributes that were released.
- getReleasedAttributes() - インタフェース のメソッドedu.internet2.middleware.shibboleth.common.profile.ProfileRequestContext
-
Gets the attributes, by ID, released to the peer.
- getReleasedAttributes() - クラス のメソッドedu.internet2.middleware.shibboleth.common.profile.provider.BaseSAMLProfileRequestContext
-
Gets the attributes, by ID, released to the peer.
- getRelyingParties() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.principalConnector.BasePrincipalConnector
-
Get relying parties this connector is valid for.
- getRelyingParties() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.principalConnector.ContextualPrincipalConnector
-
Get relying parties this connector is valid for.
- getRelyingParties() - インタフェース のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.principalConnector.PrincipalConnector
-
Get relying parties this connector is valid for.
- getRelyingParties() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.relyingparty.RelyingPartyGroup
-
Gets the relying party configurations for the group.
- getRelyingPartyConfiguration() - インタフェース のメソッドedu.internet2.middleware.shibboleth.common.profile.ProfileRequestContext
-
Gets the configuration for the relying party for this request.
- getRelyingPartyConfiguration(String) - クラス のメソッドedu.internet2.middleware.shibboleth.common.profile.provider.AbstractShibbolethProfileHandler
-
Gets the relying party configuration for the given entity.
- getRelyingPartyConfiguration() - クラス のメソッドedu.internet2.middleware.shibboleth.common.profile.provider.BaseSAMLProfileRequestContext
-
Gets the configuration for the relying party for this request.
- getRelyingPartyConfiguration(String) - クラス のメソッドedu.internet2.middleware.shibboleth.common.relyingparty.provider.SAMLMDRelyingPartyConfigurationManager
-
Gets the configuration for the given relying party.
- getRelyingPartyConfiguration(String) - インタフェース のメソッドedu.internet2.middleware.shibboleth.common.relyingparty.RelyingPartyConfigurationManager
-
Gets the configuration for the given relying party.
- getRelyingPartyConfiguration(String) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.AbstractSAMLProfileHandler
-
Gets the relying party configuration for the given entity.
- getRelyingPartyConfigurationManager() - クラス のメソッドedu.internet2.middleware.shibboleth.common.profile.provider.AbstractShibbolethProfileHandler
-
Gets the relying party manager for this profile handler.
- getRelyingPartyConfigurationManager(ServletContext) - クラス のstaticメソッドedu.internet2.middleware.shibboleth.idp.util.HttpServletHelper
-
- getRelyingPartyConfigurationManager(ServletContext, String) - クラス のstaticメソッドedu.internet2.middleware.shibboleth.idp.util.HttpServletHelper
-
- getRelyingPartyConfigurations() - クラス のメソッドedu.internet2.middleware.shibboleth.common.relyingparty.provider.SAMLMDRelyingPartyConfigurationManager
-
Gets the registered relying party configurations indexed by relying party ID.
- getRelyingPartyConfigurations() - インタフェース のメソッドedu.internet2.middleware.shibboleth.common.relyingparty.RelyingPartyConfigurationManager
-
Gets the registered relying party configurations indexed by relying party ID.
- getRelyingPartyConfirmationManager(ServletContext) - クラス のstaticメソッドedu.internet2.middleware.shibboleth.idp.util.HttpServletHelper
-
- getRelyingPartyConfirmationManager(ServletContext, String) - クラス のstaticメソッドedu.internet2.middleware.shibboleth.idp.util.HttpServletHelper
-
- getRelyingPartyId() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.attributeDefinition.TransientIdEntry
-
Gets the relying party the token was issued to.
- getRelyingPartyId(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.relyingparty.RelyingPartyConfigurationBeanDefinitionParser
-
Gets the ID of the relying party.
- getRelyingPartyId() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.relyingparty.RelyingPartyFactoryBean
-
Gets the ID of the relying party.
- getRelyingPartyId() - クラス のメソッドedu.internet2.middleware.shibboleth.common.log.AuditLogEntry
-
Gets the entity ID of the relying party.
- getRelyingPartyId() - クラス のメソッドedu.internet2.middleware.shibboleth.common.relyingparty.RelyingPartyConfiguration
-
Gets the entity ID of the relying party this configuration is for.
- getRelyingPartyId() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.authn.LoginContext
-
Gets the entity ID of the relying party.
- getRelyingPartyId() - クラス のメソッドorg.opensaml.common.binding.artifact.BasicSAMLArtifactMapEntry
-
Gets the ID of the relying party the artifact was sent to.
- getRelyingPartyId() - インタフェース のメソッドorg.opensaml.common.binding.artifact.SAMLArtifactMap.SAMLArtifactMapEntry
-
Gets the ID of the relying party the artifact was sent to.
- getRelyingPartyMetadata(String, RelyingPartyConfigurationManager) - クラス のstaticメソッドedu.internet2.middleware.shibboleth.idp.util.HttpServletHelper
-
Gets the metatdata for a given relying party.
- getRemainingArtifact() - クラス のメソッドorg.opensaml.common.binding.artifact.AbstractSAMLArtifact
-
Gets the artifact bytes minus the type code.
- getRemainingArtifact() - クラス のメソッドorg.opensaml.saml1.binding.artifact.SAML1ArtifactType0001
-
Gets the artifact bytes minus the type code.
- getRemainingArtifact() - クラス のメソッドorg.opensaml.saml1.binding.artifact.SAML1ArtifactType0002
-
Gets the artifact bytes minus the type code.
- getRemainingArtifact() - クラス のメソッドorg.opensaml.saml2.binding.artifact.SAML2ArtifactType0004
-
Gets the artifact bytes minus the type code.
- getRememberTokenDuration() - クラス のメソッドorg.opensaml.ESAPISecurityConfig
- getRemoteHost() - クラス のメソッドedu.internet2.middleware.shibboleth.common.log.AccessLogEntry
-
Gets the remote client host or IP address.
- getRemoveEmptyEntitiesDescriptors() - クラス のメソッド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() - クラス のメソッドorg.opensaml.saml2.metadata.provider.EntityRoleFilter
-
Gets whether to remove an entity descriptor if it does not contain any roles after filtering.
- getRepository() - クラス のstaticメソッドedu.internet2.middleware.shibboleth.common.util.StringResourceLoader
-
Returns a reference to the default static repository.
- getRepository(String) - クラス のstaticメソッドedu.internet2.middleware.shibboleth.common.util.StringResourceLoader
-
Returns a reference to the repository stored statically under the specified name.
- getRequest() - クラス のメソッドorg.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeImpl
-
Gets the request of the query.
- getRequest() - クラス のメソッドorg.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionStatementTypeImpl
-
Get's the
RequestType
from the
XACMLAuthzDecisionStatement
.
- getRequest() - インタフェース のメソッドorg.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
-
Gets the request of the query.
- getRequest() - インタフェース のメソッドorg.opensaml.xacml.profile.saml.XACMLAuthzDecisionStatementType
-
Get's the
RequestType
from the
XACMLAuthzDecisionStatement
.
- getRequestAttributes() - インタフェース のメソッドorg.opensaml.saml2.metadata.AttributeConsumingService
-
Gets the attributes this service requests.
- getRequestAttributes() - クラス のメソッドorg.opensaml.saml2.metadata.impl.AttributeConsumingServiceImpl
-
Gets the attributes this service requests.
- getRequestBinding() - クラス のメソッドedu.internet2.middleware.shibboleth.common.log.AuditLogEntry
-
Gets the URI of the binding used during the request.
- getRequestContextPath() - インタフェース のメソッドorg.opensaml.xacml.policy.AttributeSelectorType
-
Gets the request context path of the attribute to be selected.
- getRequestContextPath() - クラス のメソッドorg.opensaml.xacml.policy.impl.AttributeSelectorTypeImpl
-
Gets the request context path of the attribute to be selected.
- getRequestCredentials(HttpServletRequest, SAMLMessageContext) - クラス のメソッドorg.opensaml.common.binding.security.BaseSAMLSimpleSignatureSecurityPolicyRule
-
Extract any candidate validation credentials from the request and/or message context.
- getRequestCredentials(HttpServletRequest, SAMLMessageContext) - クラス のメソッドorg.opensaml.saml2.binding.security.SAML2HTTPPostSimpleSignRule
-
Extract any candidate validation credentials from the request and/or message context.
- getRequestedAttributesIds() - インタフェース のメソッドedu.internet2.middleware.shibboleth.common.attribute.AttributeRequestContext
-
Gets the collection of IDs for the attributes being requested by the relying party.
- getRequestedAttributesIds() - クラス のメソッドedu.internet2.middleware.shibboleth.common.profile.provider.BaseSAMLProfileRequestContext
-
Gets the collection of IDs for the attributes being requested by the relying party.
- getRequestedAuthenticationMethods() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.authn.LoginContext
-
Return the acceptable authentication handler URIs, in preference order, for authenticating this user.
- getRequestedAuthnContext() - インタフェース のメソッドorg.opensaml.saml2.core.AuthnQuery
-
Gets the RequestedAuthnContext of this request.
- getRequestedAuthnContext() - インタフェース のメソッドorg.opensaml.saml2.core.AuthnRequest
-
- getRequestedAuthnContext() - クラス のメソッドorg.opensaml.saml2.core.impl.AuthnQueryImpl
-
Gets the RequestedAuthnContext of this request.
- getRequestedAuthnContext() - クラス のメソッドorg.opensaml.saml2.core.impl.AuthnRequestImpl
-
- getRequestedSecurityToken() - クラス のメソッドorg.opensaml.ws.wsfed.impl.RequestSecurityTokenResponseImpl
-
Return the list of Security Token child elements.
- getRequestedSecurityToken() - インタフェース のメソッドorg.opensaml.ws.wsfed.RequestSecurityTokenResponse
-
Return the list of Security Token child elements.
- getRequesterID() - クラス のメソッドorg.opensaml.saml2.core.impl.RequesterIDImpl
-
Gets the RequesterID value.
- getRequesterID() - インタフェース のメソッドorg.opensaml.saml2.core.RequesterID
-
Gets the RequesterID value.
- getRequesterIDs() - クラス のメソッドorg.opensaml.saml2.core.impl.ScopingImpl
-
Gets the list of RequesterID's.
- getRequesterIDs() - インタフェース のメソッドorg.opensaml.saml2.core.Scoping
-
Gets the list of RequesterID's.
- getRequestId() - クラス のメソッドedu.internet2.middleware.shibboleth.common.log.AuditLogEntry
-
Gets the unique ID of the request.
- getRequestPath() - クラス のメソッドedu.internet2.middleware.shibboleth.common.log.AccessLogEntry
-
Gets the request path without servlet context information.
- getRequestPaths(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.profile.AbstractRequestURIMappedProfileHandlerBeanDefinitionParser
-
Gets the list of request paths the profile handler handles.
- getRequestPaths() - クラス のメソッドedu.internet2.middleware.shibboleth.common.profile.provider.AbstractRequestURIMappedProfileHandler
-
Gets the request paths that to which this profile handler will respond.
- getRequests() - クラス のメソッドorg.opensaml.xacml.profile.saml.impl.XACMLPolicyQueryTypeImpl
-
Gets the Requests inside the policy query.
- getRequests() - インタフェース のメソッドorg.opensaml.xacml.profile.saml.XACMLPolicyQueryType
-
Gets the Requests inside the policy query.
- getRequestSecurityTokenResponses() - クラス のメソッドorg.opensaml.ws.wstrust.impl.RequestSecurityTokenResponseCollectionImpl
-
Returns the list of wst:RequestSecurityTokenResponse child elements.
- getRequestSecurityTokenResponses() - インタフェース のメソッドorg.opensaml.ws.wstrust.RequestSecurityTokenResponseCollection
-
Returns the list of wst:RequestSecurityTokenResponse child elements.
- getRequestSecurityTokens() - クラス のメソッドorg.opensaml.ws.wstrust.impl.RequestSecurityTokenCollectionImpl
-
Returns the list of wst:RequestSecurityToken child elements
contained in the RSTC.
- getRequestSecurityTokens() - インタフェース のメソッドorg.opensaml.ws.wstrust.RequestSecurityTokenCollection
-
Returns the list of wst:RequestSecurityToken child elements
contained in the RSTC.
- getRequestTime() - クラス のメソッドedu.internet2.middleware.shibboleth.common.log.AccessLogEntry
-
Gets the time the request was made.
- getRequestTimeout() - クラス のメソッドorg.opensaml.saml2.metadata.provider.HTTPMetadataProvider
-
Gets the length of time in milliseconds to wait for the server to respond.
- getRequestUriWithoutContext(HttpServletRequest) - クラス のstaticメソッドedu.internet2.middleware.shibboleth.common.util.HttpHelper
-
Gets the request URI as returned by HttpServletRequest.getRequestURI()
but without the servlet context
path.
- getRequiredNameIDFormat(BaseSAMLProfileRequestContext) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.AbstractSAMLProfileHandler
-
Gets the name identifier format required to be sent back to the relying party.
- getRequiredNameIDFormat(BaseSAMLProfileRequestContext) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.saml2.SSOProfileHandler
-
Gets the name identifier format required to be sent back to the relying party.
- getRequireSignature() - クラス のメソッドorg.opensaml.saml2.metadata.provider.SignatureValidationFilter
-
Gets whether incoming metadata's root element is required to be signed.
- getRequireValidMetadata(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.metadata.BaseMetadataProviderBeanDefinitionParser
-
Gets the valid metadata requirement for the metadata provider.
- getResolvedAttributeDefinitions() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.ShibbolethResolutionContext
-
Get an unmodifiable map of the attribute definitions that have been resolved for this request.
- getResolvedCredentials() - クラス のメソッドorg.opensaml.xml.security.keyinfo.KeyInfoResolutionContext
-
Get the set of credentials previously resolved.
- getResolvedDataConnectors() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.ShibbolethResolutionContext
-
Get an unmodifiable map of the data connectors that have been resolved for this request.
- getResolvedPlugins() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.ShibbolethResolutionContext
-
Get the resolution plug-ins that have been resolved for this request.
- getResolverChain() - クラス のメソッドorg.opensaml.xml.encryption.ChainingEncryptedKeyResolver
-
Get the list of resolvers which form the resolution chain.
- getResolverChain() - クラス のメソッドorg.opensaml.xml.security.credential.ChainingCredentialResolver
-
Get the (modifiable) list of credential resolvers which comprise the resolver chain.
- getResource() - インタフェース のメソッドorg.opensaml.saml1.core.AttributeQuery
-
Get Resource attribute
- getResource() - インタフェース のメソッドorg.opensaml.saml1.core.AuthorizationDecisionQuery
-
Get Resource attribute
- getResource() - インタフェース のメソッドorg.opensaml.saml1.core.AuthorizationDecisionStatement
-
Return the contents of the Resource attribute
- getResource() - クラス のメソッドorg.opensaml.saml1.core.impl.AttributeQueryImpl
-
Get Resource attribute
- getResource() - クラス のメソッドorg.opensaml.saml1.core.impl.AuthorizationDecisionQueryImpl
-
Get Resource attribute
- getResource() - クラス のメソッドorg.opensaml.saml1.core.impl.AuthorizationDecisionStatementImpl
-
Return the contents of the Resource attribute
- getResource() - インタフェース のメソッドorg.opensaml.saml2.core.AuthzDecisionQuery
-
Gets the Resource attrib value of this query.
- getResource() - インタフェース のメソッドorg.opensaml.saml2.core.AuthzDecisionStatement
-
Get URI of the resource to which authorization is saught.
- getResource() - クラス のメソッドorg.opensaml.saml2.core.impl.AuthzDecisionQueryImpl
-
Gets the Resource attrib value of this query.
- getResource() - クラス のメソッドorg.opensaml.saml2.core.impl.AuthzDecisionStatementImpl
-
Get URI of the resource to which authorization is saught.
- getResource() - クラス のメソッドorg.opensaml.util.resource.HttpResource
-
Gets remote resource.
- getResourceAttributeDesignator() - クラス のメソッドorg.opensaml.xacml.policy.impl.ResourceMatchTypeImpl
-
Gets the resource attribute designator for this match.
- getResourceAttributeDesignator() - インタフェース のメソッドorg.opensaml.xacml.policy.ResourceMatchType
-
Gets the resource attribute designator for this match.
- getResourceContent() - クラス のメソッドorg.opensaml.xacml.ctx.impl.ResourceTypeImpl
-
Gets the content of the resource.
- getResourceContent() - インタフェース のメソッドorg.opensaml.xacml.ctx.ResourceType
-
Gets the content of the resource.
- getResourceFile(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.resource.SVNResourceBeanDefinitionParser
-
- getResourceFile() - クラス のメソッドedu.internet2.middleware.shibboleth.common.resource.SVNResource
-
Gets
File
for the resource.
- getResourceFile(String) - クラス のメソッドorg.opensaml.ESAPISecurityConfig
- getResourceFilter() - クラス のメソッドorg.opensaml.util.resource.AbstractFilteredResource
-
Gets the resource filter associated with this resource.
- getResourceId() - クラス のメソッドorg.opensaml.xacml.ctx.impl.ResultTypeImpl
-
Gets the ResourceId of the result.
- getResourceId() - インタフェース のメソッドorg.opensaml.xacml.ctx.ResultType
-
Gets the ResourceId of the result.
- getResourceListeners() - クラス のメソッドorg.opensaml.util.resource.ResourceChangeWatcher
-
Gets the list of registered resource listeners.
- getResourceMatches() - クラス のメソッドorg.opensaml.xacml.policy.impl.ResourceTypeImpl
-
Gets the resource matches for this action.
- getResourceMatches() - インタフェース のメソッドorg.opensaml.xacml.policy.ResourceType
-
Gets the resource matches for this action.
- getResources() - クラス のメソッドorg.opensaml.xacml.ctx.impl.RequestTypeImpl
-
Gets the resources from the request.
- getResources() - インタフェース のメソッドorg.opensaml.xacml.ctx.RequestType
-
Gets the resources from the request.
- getResources() - クラス のメソッドorg.opensaml.xacml.policy.impl.ResourcesTypeImpl
-
Gets the resources.
- getResources() - クラス のメソッドorg.opensaml.xacml.policy.impl.TargetTypeImpl
-
Gets the resources of this target.
- getResources() - インタフェース のメソッドorg.opensaml.xacml.policy.ResourcesType
-
Gets the resources.
- getResources() - インタフェース のメソッドorg.opensaml.xacml.policy.TargetType
-
Gets the resources of this target.
- getResourceStream(String) - クラス のメソッドedu.internet2.middleware.shibboleth.common.util.StringResourceLoader
-
Get an InputStream so that the Runtime can build a template with it.
- getResourceStream(String) - クラス のメソッドorg.opensaml.ESAPISecurityConfig
- getRespondWiths() - クラス のメソッドorg.opensaml.saml1.core.impl.RequestAbstractTypeImpl
-
Return the list of RespondWith elements
- getRespondWiths() - インタフェース のメソッドorg.opensaml.saml1.core.RequestAbstractType
-
Return the list of RespondWith elements
- getResponse() - クラス のメソッドorg.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionStatementTypeImpl
-
Get's the
ResponseType
from the
XACMLAuthzDecisionStatement
.
- getResponse() - インタフェース のメソッドorg.opensaml.xacml.profile.saml.XACMLAuthzDecisionStatementType
-
Get's the
ResponseType
from the
XACMLAuthzDecisionStatement
.
- getResponseBinding() - クラス のメソッドedu.internet2.middleware.shibboleth.common.log.AuditLogEntry
-
Gets the URI of the binding used during the response.
- getResponseContentType() - クラス のメソッドorg.opensaml.ESAPISecurityConfig
- getResponseId() - クラス のメソッドedu.internet2.middleware.shibboleth.common.log.AuditLogEntry
-
Gets the unique ID of the response message.
- getResponseLocation() - インタフェース のメソッドorg.opensaml.saml2.metadata.Endpoint
-
Gets the URI, usually a URL, responses should be sent to this for this Endpoint.
- getResponseLocation() - クラス のメソッドorg.opensaml.saml2.metadata.impl.EndpointImpl
-
Gets the URI, usually a URL, responses should be sent to this for this Endpoint.
- getRespositoryUrl(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.resource.SVNResourceBeanDefinitionParser
-
- getResult() - クラス のメソッドorg.opensaml.xacml.ctx.impl.ResponseTypeImpl
-
Returns the result of the response.
- getResult() - インタフェース のメソッドorg.opensaml.xacml.ctx.ResponseType
-
Returns the result of the response.
- getRetainedValues(String, boolean) - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.filtering.provider.ShibbolethFilteringContext
-
Gets the values, for the given attribute, that have no yet been filtered out.
- getRetrievalMethods() - クラス のメソッドorg.opensaml.xml.signature.impl.KeyInfoTypeImpl
-
Get the list of RetrievalMethod child elements.
- getRetrievalMethods() - インタフェース のメソッドorg.opensaml.xml.signature.KeyInfoType
-
Get the list of RetrievalMethod child elements.
- getReturnAttributes() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.dataConnector.LdapDataConnector
-
This returns the attributes that all searches will request from the ldap.
- getReturnAttributes() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnector.LdapDataConnectorFactoryBean
-
Gets the attributes to return from a query.
- getReturnContextXSBooleanValue() - クラス のメソッドorg.opensaml.xacml.profile.saml.impl.XACMLAuthzDecisionQueryTypeImpl
-
- getReturnContextXSBooleanValue() - インタフェース のメソッドorg.opensaml.xacml.profile.saml.XACMLAuthzDecisionQueryType
-
- getReturnValue() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.attributeDefinition.ValueMap
-
Gets the return value.
- getRevision(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.resource.SVNResourceBeanDefinitionParser
-
- getRole(String, QName) - クラス のメソッドorg.opensaml.saml2.metadata.provider.AbstractMetadataProvider
-
Gets the valid role descriptors of a given type for a given entity.
- getRole(String, QName, String) - クラス のメソッド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) - クラス のメソッドorg.opensaml.saml2.metadata.provider.ChainingMetadataProvider
-
Gets the valid role descriptors of a given type for a given entity.
- getRole(String, QName, String) - クラス のメソッド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) - インタフェース のメソッドorg.opensaml.saml2.metadata.provider.MetadataProvider
-
Gets the valid role descriptors of a given type for a given entity.
- getRole(String, QName, String) - インタフェース のメソッド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() - クラス のメソッドorg.opensaml.security.MetadataCriteria
-
Get the entity role.
- getRoleDescriptor() - クラス のメソッドorg.opensaml.saml2.metadata.support.AttributeConsumingServiceSelector
-
Get the AttributeConsumingServie's parent RoleDescriptor.
- getRoleDescriptor() - クラス のメソッドorg.opensaml.security.SAMLMDCredentialContext
-
Get the role descriptor context.
- getRoleDescriptors(String, QName, String) - クラス のメソッドedu.internet2.middleware.shibboleth.common.security.MetadataPKIXValidationInformationResolver
-
Get the list of metadata role descriptors which match the given entityID, role and protocol.
- getRoleDescriptors() - インタフェース のメソッドorg.opensaml.saml2.metadata.EntityDescriptor
-
Gets all the role descriptors for this entity descriptor.
- getRoleDescriptors(QName) - インタフェース のメソッドorg.opensaml.saml2.metadata.EntityDescriptor
-
Gets all the role descriptors for this entity descriptor that match the supplied QName parameter.
- getRoleDescriptors(QName, String) - インタフェース のメソッドorg.opensaml.saml2.metadata.EntityDescriptor
-
Gets all the role descriptors for this entity that support the given protocol.
- getRoleDescriptors() - クラス のメソッドorg.opensaml.saml2.metadata.impl.EntityDescriptorImpl
-
Gets all the role descriptors for this entity descriptor.
- getRoleDescriptors(QName) - クラス のメソッドorg.opensaml.saml2.metadata.impl.EntityDescriptorImpl
-
Gets all the role descriptors for this entity descriptor that match the supplied QName parameter.
- getRoleDescriptors(QName, String) - クラス のメソッドorg.opensaml.saml2.metadata.impl.EntityDescriptorImpl
-
Gets all the role descriptors for this entity that support the given protocol.
- getRoleDescriptors(String, QName, String) - クラス のメソッドorg.opensaml.security.MetadataCredentialResolver
-
Get the list of metadata role descriptors which match the given entityID, role and protocol.
- getRoleIDToken(String, RoleDescriptor) - クラス のメソッドorg.opensaml.saml2.metadata.provider.SignatureValidationFilter
-
Get a string token for logging/debugging purposes that contains role information and containing entityID.
- getRoleName(RoleDescriptor) - クラス のメソッドorg.opensaml.saml2.metadata.provider.EntityRoleFilter
-
Gets the effective name for the role.
- getRoleWhiteList() - クラス のメソッドorg.opensaml.saml2.metadata.provider.EntityRoleFilter
-
Gets the unmodifiable list of roles that are NOT removed by this filter.
- getRSAKey(RSAKeyValue) - クラス のstaticメソッドorg.opensaml.xml.security.keyinfo.KeyInfoHelper
-
- getRSAKeyValue(XMLObject) - クラス のメソッドorg.opensaml.xml.security.keyinfo.provider.RSAKeyValueProvider
-
Get the RSAKeyValue from the passed XML object.
- getRSAKeyValue() - クラス のメソッドorg.opensaml.xml.signature.impl.KeyValueImpl
-
Get the RSAKeyValue child element
- getRSAKeyValue() - インタフェース のメソッドorg.opensaml.xml.signature.KeyValue
-
Get the RSAKeyValue child element
- getRuleCombinerParameters() - クラス のメソッドorg.opensaml.xacml.policy.impl.PolicyTypeImpl
-
Gets the rule combiner parameters for this policy.
- getRuleCombinerParameters() - インタフェース のメソッドorg.opensaml.xacml.policy.PolicyType
-
Gets the rule combiner parameters for this policy.
- getRuleCombiningAlgoId() - クラス のメソッドorg.opensaml.xacml.policy.impl.PolicyTypeImpl
-
Gets the rule combining algorithm used with this policy.
- getRuleCombiningAlgoId() - インタフェース のメソッドorg.opensaml.xacml.policy.PolicyType
-
Gets the rule combining algorithm used with this policy.
- getRuleId() - クラス のメソッドorg.opensaml.xacml.policy.impl.RuleTypeImpl
-
Gets the ID for this rule.
- getRuleId() - インタフェース のメソッドorg.opensaml.xacml.policy.RuleType
-
Gets the ID for this rule.
- getRuleIdRef() - クラス のメソッドorg.opensaml.xacml.policy.impl.RuleCombinerParametersTypeImpl
-
Gets the referenced rule's ID.
- getRuleIdRef() - インタフェース のメソッドorg.opensaml.xacml.policy.RuleCombinerParametersType
-
Gets the referenced rule's ID.
- getRules() - クラス のメソッドorg.opensaml.xacml.policy.impl.PolicyTypeImpl
-
Gets the rules for this policy.
- getRules() - インタフェース のメソッドorg.opensaml.xacml.policy.PolicyType
-
Gets the rules for this policy.
- getSalt() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.dataConnector.ComputedIDDataConnector
-
Gets the salt used when computing the ID.
- getSalt() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.dataConnector.StoredIDDataConnector
-
Gets the salt used when computing the ID.
- getSalt() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnector.ComputedIDDataConnectorFactoryBean
-
Gets the salt used when computing the ID.
- getSalt() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnector.StoredIDDataConnectorBeanFactory
-
Gets the salt used when computing the ID.
- getSAML10Schema() - クラス のstaticメソッドorg.opensaml.common.xml.SAMLSchemaBuilder
-
Gets a schema that can validate SAML 1.0, 2.0, and all registered extensions.
- getSAML11Schema() - クラス のstaticメソッドorg.opensaml.common.xml.SAMLSchemaBuilder
-
Gets a schema that can validate SAML 1.1, 2.0, and all registered extensions.
- getSAML1ArtifactBuilderFactory() - クラス のstaticメソッドorg.opensaml.Configuration
-
Gets the artifact factory for the library.
- getSAML1AttributeAuthority(ServletContext) - クラス のstaticメソッドedu.internet2.middleware.shibboleth.idp.util.HttpServletHelper
-
- getSAML1AttributeAuthority(ServletContext, String) - クラス のstaticメソッドedu.internet2.middleware.shibboleth.idp.util.HttpServletHelper
-
- getSAML2ArtifactBuilderFactory() - クラス のstaticメソッドorg.opensaml.Configuration
-
Gets the artifact factory for the library.
- getSAML2AttributeAuthority(ServletContext) - クラス のstaticメソッドedu.internet2.middleware.shibboleth.idp.util.HttpServletHelper
-
- getSAML2AttributeAuthority(ServletContext, String) - クラス のstaticメソッドedu.internet2.middleware.shibboleth.idp.util.HttpServletHelper
-
- getSAMLAttributeByAttributeID(String) - インタフェース のメソッドedu.internet2.middleware.shibboleth.common.attribute.provider.SAML1AttributeAuthority
-
Translates the internal attribute ID, used by the resolver and filtering engine, into its representative SAML 1
attribute name.
- getSAMLAttributeByAttributeID(String) - インタフェース のメソッドedu.internet2.middleware.shibboleth.common.attribute.provider.SAML2AttributeAuthority
-
Translates the internal attribute ID, used by the resolver and filtering engine, into its representative SAML 2
attribute name.
- getSAMLAttributeByAttributeID(String) - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.provider.ShibbolethSAML1AttributeAuthority
-
Translates the internal attribute ID, used by the resolver and filtering engine, into its representative SAML 1
attribute name.
- getSAMLAttributeByAttributeID(String) - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.provider.ShibbolethSAML2AttributeAuthority
-
Translates the internal attribute ID, used by the resolver and filtering engine, into its representative SAML 2
attribute name.
- getSAMLDateFormatter() - クラス のstaticメソッドorg.opensaml.Configuration
-
Gets the date format used to string'ify SAML's DateTime
objects.
- getSamlMessage() - クラス のメソッドorg.opensaml.common.binding.artifact.BasicSAMLArtifactMapEntry
-
Gets SAML message the artifact maps to.
- getSamlMessage() - インタフェース のメソッドorg.opensaml.common.binding.artifact.SAMLArtifactMap.SAMLArtifactMapEntry
-
Gets SAML message the artifact maps to.
- getSamlRequest() - クラス のメソッドorg.opensaml.common.binding.AbstractEndpointSelector
-
Gets the SAML request made.
- getSAMLResponse() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.saml1.AbstractSAML1ProfileHandler.SAML1AuditLogEntry
-
Gets the response to the SAML 1 request.
- getSAMLResponse() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.saml2.AbstractSAML2ProfileHandler.SAML2AuditLogEntry
-
Gets the response to the SAML request.
- getSamlResponse() - クラス のメソッドorg.opensaml.common.binding.AbstractEndpointSelector
-
Gets the response to the SAML request.
- getSchema() - クラス のメソッドorg.opensaml.xml.parse.BasicParserPool.DocumentBuilderProxy
- getSchema() - クラス のメソッドorg.opensaml.xml.parse.BasicParserPool
-
Gets the schema builders use to validate.
- getSchema() - インタフェース のメソッドorg.opensaml.xml.parse.ParserPool
-
Gets the schema builders use to validate.
- getSchema() - クラス のメソッドorg.opensaml.xml.parse.StaticBasicParserPool.DocumentBuilderProxy
- getSchema() - クラス のメソッドorg.opensaml.xml.parse.StaticBasicParserPool
-
Gets the schema builders use to validate.
- getSchemaFileExtension() - 列挙 のメソッドorg.opensaml.xml.schema.SchemaBuilder.SchemaLanguage
-
Gets the file extension used for the schema files.
- getSchemaFiles(SchemaBuilder.SchemaLanguage, File[], List<File>) - クラス のstaticメソッドorg.opensaml.xml.schema.SchemaBuilder
-
Gets all of the schema files in the given set of readable files, directories or subdirectories.
- getSchemaLocation() - クラス のメソッドorg.opensaml.xml.AbstractXMLObject
-
Gets the value of the XML Schema schemaLocation attribute for this object.
- getSchemaLocation() - インタフェース のメソッドorg.opensaml.xml.XMLObject
-
Gets the value of the XML Schema schemaLocation attribute for this object.
- getSchemaType() - クラス のメソッドorg.opensaml.xml.AbstractXMLObject
-
Gets the XML schema type of this element.
- getSchemaType() - インタフェース のメソッドorg.opensaml.xml.XMLObject
-
Gets the XML schema type of this element.
- getScheme() - クラス のメソッドorg.opensaml.util.URLBuilder
-
Gets the URL scheme (http, https, etc).
- getScope() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.provider.ScopedAttributeValue
-
Gets the scope of the value.
- getScope() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.attributeDefinition.ScopedAttributeDefinition
-
Get scope value.
- getScope() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.attributeDefinition.ScopedAttributeDefinitionFactoryBean
-
Gets the scope of the attribute.
- getScope() - クラス のメソッドedu.internet2.middleware.shibboleth.common.xmlobject.impl.ShibbolethScopedValueImpl
-
Gets the scope value.
- getScope() - インタフェース のメソッドedu.internet2.middleware.shibboleth.common.xmlobject.ShibbolethScopedValue
-
Gets the scope value.
- getScopeAttribute() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.encoding.provider.AbstractScopedAttributeEncoder
-
Get the scope attribute.
- getScopeAttributeName() - クラス のメソッドedu.internet2.middleware.shibboleth.common.xmlobject.impl.ShibbolethScopedValueImpl
-
Gets the name of the scope attribute.
- getScopeAttributeName() - インタフェース のメソッドedu.internet2.middleware.shibboleth.common.xmlobject.ShibbolethScopedValue
-
Gets the name of the scope attribute.
- getScopeDelimited() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.attributeDefinition.PrescopedAttributeDefinition
-
Get delimiter between value and scope.
- getScopeDelimiter() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.encoding.provider.AbstractScopedAttributeEncoder
-
Get the scope delimiter.
- getScopeDelimiter() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.attributeDefinition.PrescopedAttributeDefinitionFactoryBean
-
Gets the delimiter between value and scope.
- getScopeType() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.encoding.provider.AbstractScopedAttributeEncoder
-
Get the scope type.
- getScoping() - インタフェース のメソッドorg.opensaml.saml2.core.AuthnRequest
-
- getScoping() - クラス のメソッドorg.opensaml.saml2.core.impl.AuthnRequestImpl
-
- getScript() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.attributeDefinition.ScriptedAttributeDefinition
-
Gets the script that will be executed.
- getScript() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.attributeDefinition.ScriptedAttributeDefinitionFactoryBean
-
Gets the script.
- getScriptContext(ShibbolethFilteringContext, String, Object) - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.filtering.provider.match.basic.ScriptMatchFunctor
-
Creates the script execution context from the resolution context.
- getScriptContext(ShibbolethResolutionContext) - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.attributeDefinition.ScriptedAttributeDefinition
-
Creates the script execution context from the resolution context.
- getScriptFile() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.attributeDefinition.ScriptedAttributeDefinitionFactoryBean
-
Gets the file to read the script from.
- getScriptLanguage() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.attributeDefinition.ScriptedAttributeDefinition
-
Gets the scripting language used.
- getSearchScope() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnector.LdapDataConnectorFactoryBean
-
Gets the search scope of a query.
- getSearchTimeLimit() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnector.LdapDataConnectorFactoryBean
-
Gets the maximum amount of time, in milliseconds, to wait for a search to complete.
- getSecond() - クラス のメソッドorg.opensaml.xml.util.Pair
-
Gets the second object in the pair.
- getSecretKey() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.BasicCredentialFactoryBean
-
Gets the secret key respresented by this credential.
- getSecretKey() - クラス のメソッドorg.opensaml.xml.security.credential.AbstractCredential
-
Gets the secret key for this entity.
- getSecretKey() - インタフェース のメソッドorg.opensaml.xml.security.credential.Credential
-
Gets the secret key for this entity.
- getSecretKey() - クラス のメソッドorg.opensaml.xml.security.x509.BasicX509Credential
-
Gets the secret key for this entity.
- getSecurityPolicies() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.relyingparty.RelyingPartyGroup
-
Gets the security policies for the group.
- getSecurityPolicy() - インタフェース のメソッドedu.internet2.middleware.shibboleth.common.relyingparty.ProfileConfiguration
-
Gets the security policy for this profile.
- getSecurityPolicy() - クラス のメソッドedu.internet2.middleware.shibboleth.common.relyingparty.provider.AbstractSAMLProfileConfiguration
-
Gets the security policy for this profile.
- getSecurityPolicyResolver() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.AbstractSAMLProfileHandler
-
Gets the resolver used to determine active security policy for an incoming request.
- getSecurityPolicyResolver() - クラス のメソッドorg.opensaml.ws.message.BaseMessageContext
-
Gets the resolver used to determine active SecurityPolicy.
- getSecurityPolicyResolver() - インタフェース のメソッドorg.opensaml.ws.message.MessageContext
-
Gets the resolver used to determine active SecurityPolicy.
- getSecurityTokenReference() - クラス のメソッドorg.opensaml.ws.wstrust.impl.RequestedReferenceTypeImpl
-
Returns the wsse:SecurityTokenReference child element.
- getSecurityTokenReference() - インタフェース のメソッドorg.opensaml.ws.wstrust.RequestedReferenceType
-
Returns the wsse:SecurityTokenReference child element.
- getSecurityTokens() - クラス のメソッドorg.opensaml.ws.wsfed.impl.RequestedSecurityTokenImpl
-
Return the list security tokens.
- getSecurityTokens() - インタフェース のメソッドorg.opensaml.ws.wsfed.RequestedSecurityToken
-
Return the list security tokens.
- getSeed() - インタフェース のメソッドorg.opensaml.xml.encryption.DHKeyValue
-
Get the seed element.
- getSeed() - クラス のメソッドorg.opensaml.xml.encryption.impl.DHKeyValueImpl
-
Get the seed element.
- getSeed() - インタフェース のメソッドorg.opensaml.xml.signature.DSAKeyValue
-
Get the Seed element.
- getSeed() - クラス のメソッドorg.opensaml.xml.signature.impl.DSAKeyValueImpl
-
Get the Seed element.
- getSendBufferSize() - クラス のメソッドorg.opensaml.ws.soap.client.http.HttpClientBuilder
-
Gets the size of buffer, in bytes, used when sending content.
- getSerialNumber() - クラス のメソッドorg.opensaml.xml.security.x509.X509IssuerSerialCriteria
-
Get the serial number.
- getServerHost() - クラス のメソッドedu.internet2.middleware.shibboleth.common.log.AccessLogEntry
-
Gets the server's host name or IP address.
- getServerPort() - クラス のメソッドedu.internet2.middleware.shibboleth.common.log.AccessLogEntry
-
Gets the server's port number.
- getServiceConfigurations() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.BaseService
-
Gets an unmodifiable list of configurations for this service.
- getServiceContext() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.BaseService
-
Gets this service's context.
- getServiceId(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.service.AbstractServiceBeanDefinitionParser
-
Gets the ID of the service.
- getServiceInformation(String) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.session.impl.SessionImpl
-
Gets the service information for the given entity ID.
- getServiceName() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.ui.ServiceTagSupport
-
Get the identifier for the service name as per the rules above.
- getServicesInformation() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.session.impl.SessionImpl
-
Gets the services the user has logged in to.
- getServicesInformation() - インタフェース のメソッドedu.internet2.middleware.shibboleth.idp.session.Session
-
Gets the services the user has logged in to.
- getServletContextUrl(HttpServletRequest) - クラス のstaticメソッドedu.internet2.middleware.shibboleth.idp.util.HttpServletHelper
-
Builds a URL, up to and including the servlet context path.
- getServletPath() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.authn.provider.PreviousSessionLoginHandler
-
推奨されていません。
- getServletPath() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.config.profile.authn.PreviousSessionLoginHandlerFactoryBean
-
Gets the path of the servlet to which the user agent may be redirected.
- getServletURL() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.authn.provider.RemoteUserLoginHandler
-
Get the URL of the SSO-protected servlet.
- getSession(String) - インタフェース のメソッドedu.internet2.middleware.shibboleth.common.session.SessionManager
-
Gets the user's session based on a session index.
- getSession() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.session.impl.SessionManagerEntry
-
Gets the user session.
- getSession(String) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.session.impl.SessionManagerImpl
-
Gets the user's session based on a session index.
- getSessionAbsoluteTimeoutLength() - クラス のメソッドorg.opensaml.ESAPISecurityConfig
- getSessionID() - クラス のメソッドedu.internet2.middleware.shibboleth.common.session.impl.AbstractSession
-
Gets the unique identifier of the session.
- getSessionID() - インタフェース のメソッドedu.internet2.middleware.shibboleth.common.session.Session
-
Gets the unique identifier of the session.
- getSessionID() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.authn.LoginContext
-
- getSessionId() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.session.impl.SessionManagerEntry
-
Gets the ID of the user session.
- getSessionIdleTimeoutLength() - クラス のメソッドorg.opensaml.ESAPISecurityConfig
- getSessionIndex() - インタフェース のメソッドorg.opensaml.saml2.core.AuthnQuery
-
Gets the SessionIndex of this request.
- getSessionIndex() - インタフェース のメソッドorg.opensaml.saml2.core.AuthnStatement
-
Get the session index between the principal and the authenticating authority.
- getSessionIndex() - クラス のメソッドorg.opensaml.saml2.core.impl.AuthnQueryImpl
-
Gets the SessionIndex of this request.
- getSessionIndex() - クラス のメソッドorg.opensaml.saml2.core.impl.AuthnStatementImpl
-
Get the session index between the principal and the authenticating authority.
- getSessionIndex() - クラス のメソッドorg.opensaml.saml2.core.impl.SessionIndexImpl
-
Gets the session index value of the request.
- getSessionIndex() - インタフェース のメソッドorg.opensaml.saml2.core.SessionIndex
-
Gets the session index value of the request.
- getSessionIndexes() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.session.impl.SessionManagerEntry
-
Gets the list of indexes for this session.
- getSessionIndexes() - クラス のメソッドorg.opensaml.saml2.core.impl.LogoutRequestImpl
-
Get the list of SessionIndexes for the request.
- getSessionIndexes() - インタフェース のメソッドorg.opensaml.saml2.core.LogoutRequest
-
Get the list of SessionIndexes for the request.
- getSessionIndexFromNameID(NameIdentifier) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.saml1.AbstractSAML1ProfileHandler
-
Creates a properly-delimited string representation from the given SAML1
NameIdentifier for session indexing purposes.
- getSessionIndexFromNameID(NameID) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.saml2.AbstractSAML2ProfileHandler
-
Creates a properly-delimited string representation from the given SAML2
NameID for session indexing purposes.
- getSessionManager() - クラス のメソッドedu.internet2.middleware.shibboleth.common.profile.provider.AbstractShibbolethProfileHandler
-
Gets the session manager for this profile handler.
- getSessionManager(ServletContext) - クラス のstaticメソッドedu.internet2.middleware.shibboleth.idp.util.HttpServletHelper
-
- getSessionManager(ServletContext, String) - クラス のstaticメソッドedu.internet2.middleware.shibboleth.idp.util.HttpServletHelper
-
- getSessionNotOnOrAfter() - インタフェース のメソッドorg.opensaml.saml2.core.AuthnStatement
-
Get the time when the session between the principal and the SAML authority ends.
- getSessionNotOnOrAfter() - クラス のメソッドorg.opensaml.saml2.core.impl.AuthnStatementImpl
-
Get the time when the session between the principal and the SAML authority ends.
- getSessionSecret() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.session.impl.SessionImpl
-
A secret associated with this session.
- getSessionSecret() - インタフェース のメソッドedu.internet2.middleware.shibboleth.idp.session.Session
-
A secret associated with this session.
- getSig() - クラス のメソッドorg.opensaml.ws.wstrust.impl.UseKeyImpl
-
Returns the wst:UseKey/@Sig attribute value.
- getSig() - インタフェース のメソッドorg.opensaml.ws.wstrust.UseKey
-
Returns the wst:UseKey/@Sig attribute value.
- getSignAssertions() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.relyingparty.saml.AbstractSAMLProfileConfigurationFactoryBean
-
Gets whether assertions should be signed.
- getSignAssertions() - クラス のメソッドedu.internet2.middleware.shibboleth.common.relyingparty.provider.AbstractSAMLProfileConfiguration
-
Gets whether assertions should be signed.
- getSignAssertionsDefault() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.relyingparty.saml.AbstractSAMLProfileConfigurationBeanDefinitionParser
-
Gets the default value for the signAssertions property.
- getSignAssertionsDefault() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.relyingparty.saml.SAML1ArtifactResolutionProfileConfigurationBeanDefinitionParser
-
Gets the default value for the signAssertions property.
- getSignAssertionsDefault() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.relyingparty.saml.SAML1AttributeQueryProfileConfigurationBeanDefinitionParser
-
Gets the default value for the signAssertions property.
- getSignAssertionsDefault() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.relyingparty.saml.SAML2ArtifactResolutionProfileConfigurationBeanDefinitionParser
-
Gets the default value for the signAssertions property.
- getSignAssertionsDefault() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.relyingparty.saml.SAML2AttributeQueryProfileConfigurationBeanDefinitionParser
-
Gets the default value for the signAssertions property.
- getSignAssertionsDefault() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.relyingparty.saml.SAML2LogoutRequestProfileConfigurationBeanDefinitionParser
-
Gets the default value for the signAssertions property.
- getSignAssertionsDefault() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.relyingparty.saml.SAML2SSOProfileConfigurationBeanDefinitionParser
-
Gets the default value for the signAssertions property.
- getSignAssertionsDefault() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.relyingparty.saml.ShibbolethSSOProfileConfigurationBeanDefinitionParser
-
Gets the default value for the signAssertions property.
- getSignature(HttpServletRequest) - クラス のメソッドorg.opensaml.common.binding.security.BaseSAMLSimpleSignatureSecurityPolicyRule
-
- getSignature() - クラス のメソッドorg.opensaml.xml.signature.AbstractSignableXMLObject
-
Gets the Signature XMLObject.
- getSignature() - インタフェース のメソッドorg.opensaml.xml.signature.SignableXMLObject
-
Gets the Signature XMLObject.
- getSignature() - クラス のメソッドorg.opensaml.xml.signature.XMLSignatureCredentialContext
-
Gets the Signature element context.
- getSignatureAlgorithm(HttpServletRequest) - クラス のメソッドorg.opensaml.common.binding.security.BaseSAMLSimpleSignatureSecurityPolicyRule
-
Extract the signature algorithm URI value from the request.
- getSignatureAlgorithm() - クラス のメソッドorg.opensaml.xml.signature.impl.SignatureImpl
-
Gets the algorithm used to compute the signature.
- getSignatureAlgorithm() - インタフェース のメソッドorg.opensaml.xml.signature.Signature
-
Gets the algorithm used to compute the signature.
- getSignatureAlgorithmURI(Credential, SecurityConfiguration) - クラス のメソッドorg.opensaml.saml2.binding.encoding.HTTPPostSimpleSignEncoder
-
Gets the signature algorithm URI to use with the given signing credential.
- getSignatureAlgorithmURI(Credential, SecurityConfiguration) - クラス のメソッドorg.opensaml.saml2.binding.encoding.HTTPRedirectDeflateEncoder
-
Gets the signature algorithm URI to use with the given signing credential.
- getSignatureAlgorithmURI(String) - クラス のメソッドorg.opensaml.xml.security.BasicSecurityConfiguration
-
Get the signature algorithm URI for the specified JCA key algorithm name.
- getSignatureAlgorithmURI(Credential) - クラス のメソッドorg.opensaml.xml.security.BasicSecurityConfiguration
-
Get the signature algorithm URI for the signing key contained within the specified credential.
- getSignatureAlgorithmURI(String) - インタフェース のメソッドorg.opensaml.xml.security.SecurityConfiguration
-
Get the signature algorithm URI for the specified JCA key algorithm name.
- getSignatureAlgorithmURI(Credential) - インタフェース のメソッドorg.opensaml.xml.security.SecurityConfiguration
-
Get the signature algorithm URI for the signing key contained within the specified credential.
- getSignatureCanonicalizationAlgorithm() - クラス のメソッドorg.opensaml.xml.security.BasicSecurityConfiguration
-
Get a canonicalization algorithm URI suitable for use as a Signature CanonicalizationMethod value.
- getSignatureCanonicalizationAlgorithm() - インタフェース のメソッドorg.opensaml.xml.security.SecurityConfiguration
-
Get a canonicalization algorithm URI suitable for use as a Signature CanonicalizationMethod value.
- getSignatureHMACOutputLength() - クラス のメソッドorg.opensaml.xml.security.BasicSecurityConfiguration
-
Get the value to be used as the Signature SignatureMethod HMACOutputLength value, used
only when signing with an HMAC algorithm.
- getSignatureHMACOutputLength() - インタフェース のメソッドorg.opensaml.xml.security.SecurityConfiguration
-
Get the value to be used as the Signature SignatureMethod HMACOutputLength value, used
only when signing with an HMAC algorithm.
- getSignaturePrevalidator() - クラス のメソッドorg.opensaml.common.binding.security.SAMLProtocolMessageXMLSignatureSecurityPolicyRule
-
Get the validator used to perform pre-validation on Signature tokens.
- getSignaturePrevalidator() - クラス のメソッドorg.opensaml.saml2.metadata.provider.SignatureValidationFilter
-
Get the validator used to perform pre-validation on Signature tokens.
- getSignatureReferenceDigestMethod() - クラス のメソッドorg.opensaml.xml.security.BasicSecurityConfiguration
-
Get a digest method algorithm URI suitable for use as a Signature Reference DigestMethod value.
- getSignatureReferenceDigestMethod() - インタフェース のメソッドorg.opensaml.xml.security.SecurityConfiguration
-
Get a digest method algorithm URI suitable for use as a Signature Reference DigestMethod value.
- getSignatureReferenceID() - インタフェース のメソッドorg.opensaml.common.SignableSAMLObject
-
Gets the value of the ID attribute for this SAML object which will be used as its signature reference.
- getSignatureReferenceID() - クラス のメソッド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() - クラス のメソッド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() - クラス のメソッド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() - クラス のメソッド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() - クラス のメソッド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() - クラス のメソッド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() - クラス のメソッド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() - クラス のメソッド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() - クラス のメソッド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() - クラス のメソッド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() - クラス のメソッドorg.opensaml.saml2.metadata.provider.SignatureValidationFilter
-
Gets the trust engine used to validate signatures on incoming metadata.
- getSignedContent(HttpServletRequest) - クラス のメソッドorg.opensaml.common.binding.security.BaseSAMLSimpleSignatureSecurityPolicyRule
-
- getSignedContent(HttpServletRequest) - クラス のメソッドorg.opensaml.saml2.binding.security.SAML2HTTPPostSimpleSignRule
-
- getSignedContent(HttpServletRequest) - クラス のメソッドorg.opensaml.saml2.binding.security.SAML2HTTPRedirectDeflateSignatureRule
-
- getSigningCredential() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.relyingparty.saml.AbstractSAMLProfileConfigurationFactoryBean
-
Gets the credential used to sign assertions.
- getSigningCredential() - クラス のメソッドedu.internet2.middleware.shibboleth.common.relyingparty.provider.AbstractSAMLProfileConfiguration
-
Gets the credential that should be used to sign a message.
- getSigningCredential() - クラス のメソッドorg.opensaml.xml.signature.impl.SignatureImpl
-
Gets the signature signing credential.
- getSigningCredential() - インタフェース のメソッドorg.opensaml.xml.signature.Signature
-
Gets the signature signing credential.
- getSignRequests() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.relyingparty.saml.AbstractSAMLProfileConfigurationFactoryBean
-
Gets whether to sign protocol requests.
- getSignRequests() - クラス のメソッドedu.internet2.middleware.shibboleth.common.relyingparty.provider.AbstractSAMLProfileConfiguration
-
Gets whether to sign protocol requests.
- getSignResponses() - クラス のメソッドedu.internet2.middleware.shibboleth.common.relyingparty.provider.AbstractSAMLProfileConfiguration
-
Gets whether to sign protocol responses.
- getSignResponsesDefault() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.relyingparty.saml.AbstractSAMLProfileConfigurationBeanDefinitionParser
-
Gets the default value for the signResponses property.
- getSignResponsesDefault() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.relyingparty.saml.SAML1ArtifactResolutionProfileConfigurationBeanDefinitionParser
-
Gets the default value for the signResponses property.
- getSignResponsesDefault() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.relyingparty.saml.SAML1AttributeQueryProfileConfigurationBeanDefinitionParser
-
Gets the default value for the signResponses property.
- getSignResponsesDefault() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.relyingparty.saml.SAML2ArtifactResolutionProfileConfigurationBeanDefinitionParser
-
Gets the default value for the signResponses property.
- getSignResponsesDefault() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.relyingparty.saml.SAML2AttributeQueryProfileConfigurationBeanDefinitionParser
-
Gets the default value for the signResponses property.
- getSignResponsesDefault() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.relyingparty.saml.SAML2LogoutRequestProfileConfigurationBeanDefinitionParser
-
Gets the default value for the signResponses property.
- getSignResponsesDefault() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.relyingparty.saml.SAML2SSOProfileConfigurationBeanDefinitionParser
-
Gets the default value for the signResponses property.
- getSignResponsesDefault() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.relyingparty.saml.ShibbolethSSOProfileConfigurationBeanDefinitionParser
-
Gets the default value for the signResponses property.
- getSignResposnes() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.relyingparty.saml.AbstractSAMLProfileConfigurationFactoryBean
-
Gets whether to sign protocol responses.
- getSimpleCredential(SecretKey) - クラス のstaticメソッドorg.opensaml.xml.security.SecurityHelper
-
Get a simple, minimal credential containing a secret (symmetric) key.
- getSimpleCredential(PublicKey, PrivateKey) - クラス のstaticメソッドorg.opensaml.xml.security.SecurityHelper
-
Get a simple, minimal credential containing a public key, and optionally a private key.
- getSimpleCredential(X509Certificate, PrivateKey) - クラス のstaticメソッドorg.opensaml.xml.security.SecurityHelper
-
Get a simple, minimal credential containing an end-entity X.509 certificate, and optionally a private key.
- getSingleLogoutServices() - クラス のメソッドorg.opensaml.saml2.metadata.impl.SSODescriptorImpl
-
Gets a list of single logout services for this service.
- getSingleLogoutServices() - インタフェース のメソッドorg.opensaml.saml2.metadata.SSODescriptor
-
Gets a list of single logout services for this service.
- getSingleSignOnServices() - インタフェース のメソッドorg.opensaml.saml2.metadata.IDPSSODescriptor
-
Gets the list of single sign on services for this IDP.
- getSingleSignOnServices() - クラス のメソッドorg.opensaml.saml2.metadata.impl.IDPSSODescriptorImpl
-
Gets the list of single sign on services for this IDP.
- getSOAP11Actor() - クラス のメソッドorg.opensaml.saml2.ecp.impl.RelayStateImpl
-
Get the attribute value.
- getSOAP11Actor() - クラス のメソッドorg.opensaml.saml2.ecp.impl.RequestImpl
-
Get the attribute value.
- getSOAP11Actor() - クラス のメソッドorg.opensaml.saml2.ecp.impl.ResponseImpl
-
Get the attribute value.
- getSOAP11Actor() - インタフェース のメソッドorg.opensaml.ws.soap.soap11.ActorBearing
-
Get the attribute value.
- getSOAP11Actor() - クラス のメソッドorg.opensaml.ws.wssecurity.impl.EncryptedHeaderImpl
-
Get the attribute value.
- getSOAP11ActorAttribute(XMLObject) - クラス のstaticメソッドorg.opensaml.ws.soap.util.SOAPHelper
-
Gets the soap11:actor
attribute from a given SOAP object.
- getSOAP11EncodingStyles() - インタフェース のメソッドorg.opensaml.ws.soap.soap11.EncodingStyleBearing
-
Get the attribute value.
- getSOAP11EncodingStyles(XMLObject) - クラス のstaticメソッドorg.opensaml.ws.soap.util.SOAPHelper
-
Gets the list value of the soap11:encodingStyle
attribute from the given SOAP object.
- getSOAP11HeaderBlock(Envelope, QName, Set<String>, boolean) - クラス のstaticメソッドorg.opensaml.ws.soap.util.SOAPHelper
-
Get a header block from the SOAP 1.1 envelope.
- getSOAP11MustUnderstandAttribute(XMLObject) - クラス のstaticメソッドorg.opensaml.ws.soap.util.SOAPHelper
-
Get the soap11:mustUnderstand
attribute from a given SOAP object.
- getSOAP12EncodingStyle() - インタフェース のメソッドorg.opensaml.ws.soap.soap12.EncodingStyleBearing
-
Get the attribute value.
- getSOAP12EncodingStyleAttribute(XMLObject) - クラス のstaticメソッドorg.opensaml.ws.soap.util.SOAPHelper
-
Gets the soap12:encodingStyle
.
- getSOAP12MustUnderstandAttribute(XMLObject) - クラス のstaticメソッドorg.opensaml.ws.soap.util.SOAPHelper
-
Get the soap12:mustUnderstand
attribute from a given SOAP object.
- getSOAP12RelayAttribute(XMLObject) - クラス のstaticメソッドorg.opensaml.ws.soap.util.SOAPHelper
-
Get the soap12:relay
attribute from a given SOAP object.
- getSOAP12Role() - インタフェース のメソッドorg.opensaml.ws.soap.soap12.RoleBearing
-
Get the attribute value.
- getSOAP12Role() - クラス のメソッドorg.opensaml.ws.wssecurity.impl.EncryptedHeaderImpl
-
Get the attribute value.
- getSOAP12RoleAttribute(XMLObject) - クラス のstaticメソッドorg.opensaml.ws.soap.util.SOAPHelper
-
Gets the soap12:role
.
- getSoapAction() - クラス のメソッドorg.opensaml.ws.soap.client.http.HttpSOAPRequestParameters
-
Gets the HTTP SOAPAction header.
- getSOAPAction(MessageContext) - クラス のメソッドorg.opensaml.ws.soap.soap11.encoder.http.HTTPSOAP11Encoder
-
Determine the value of the SOAPAction HTTP header to send.
- getSoapAction() - クラス のメソッドorg.opensaml.ws.wsaddressing.impl.ProblemActionImpl
-
Get the SoapAction child element.
- getSoapAction() - インタフェース のメソッドorg.opensaml.ws.wsaddressing.ProblemAction
-
Get the SoapAction child element.
- getSOAPRequestParameters() - クラス のメソッドorg.opensaml.ws.soap.client.BasicSOAPMessageContext
-
Gets a set of binding/transport-specific request parameters.
- getSOAPRequestParameters() - インタフェース のメソッドorg.opensaml.ws.soap.client.SOAPMessageContext
-
Gets a set of binding/transport-specific request parameters.
- getSourceAttribute() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnector.ComputedIDDataConnectorFactoryBean
-
Gets the ID of the attribute whose first value is used when generating the computed ID.
- getSourceAttribute() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnector.StoredIDDataConnectorBeanFactory
-
Gets the ID of the attribute whose first value is used when generating the computed ID.
- getSourceAttributeID() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.attributeDefinition.BaseAttributeDefinition
-
Return the source attribute.
- getSourceAttributeId() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.dataConnector.ComputedIDDataConnector
-
Gets the ID of the attribute whose first value is used when generating the computed ID.
- getSourceAttributeId() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.dataConnector.StoredIDDataConnector
-
Gets the ID of the attribute whose first value is used when generating the computed ID.
- getSourceAttributeId() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.attributeDefinition.BaseAttributeDefinitionFactoryBean
-
Gets the ID of the attribute that serves as the source of information for the attribute definition.
- getSourceAttributes() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.attributeDefinition.TemplateAttributeDefinition
-
Get the source attribute IDs.
- getSourceAttributes() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.attributeDefinition.TemplateAttributeDefinitionFactoryBean
-
Get the source attribute IDs.
- getSourceID() - クラス のメソッドorg.opensaml.saml1.binding.artifact.SAML1ArtifactType0001
-
Gets the 20 byte source ID of the artifact.
- getSourceID() - クラス のメソッドorg.opensaml.saml2.binding.artifact.SAML2ArtifactType0004
-
Gets the 20 byte source ID of the artifact.
- getSourceLocation() - クラス のメソッドorg.opensaml.saml1.binding.artifact.SAML1ArtifactType0002
-
Gets the source location component of this artifact.
- getSourceLocation(SAMLMessageContext<RequestAbstractType, Response, NameIdentifier>) - クラス のメソッドorg.opensaml.saml1.binding.artifact.SAML1ArtifactType0002Builder
-
Gets the source location used to for the artifacts created by this encoder.
- getSourceValues() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.attributeDefinition.ValueMap
-
Gets the collection of source values.
- getSpAssertionConsumerService() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.authn.ShibbolethSSOLoginContext
-
Gets the service provider assertion consumer service URL.
- getSpAssertionConsumerService() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.saml1.ShibbolethSSOEndpointSelector
-
Gets the assertion consumer service URL provided by SP.
- getSpAssertionConsumerService() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.saml1.ShibbolethSSOProfileHandler.ShibbolethSSORequestContext
-
Gets the SP-provided assertion consumer service URL.
- getSPEntityDescriptor() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.ui.ServiceTagSupport
-
Get the EntityDescriptor for the relying party.
- getSPKIDatas() - クラス のメソッドorg.opensaml.xml.signature.impl.KeyInfoTypeImpl
-
Get the list of SPKIData child elements.
- getSPKIDatas() - インタフェース のメソッドorg.opensaml.xml.signature.KeyInfoType
-
Get the list of SPKIData child elements.
- getSPKISexps() - クラス のメソッドorg.opensaml.xml.signature.impl.SPKIDataImpl
-
Get the list of SPKISexp child elements
- getSPKISexps() - インタフェース のメソッドorg.opensaml.xml.signature.SPKIData
-
Get the list of SPKISexp child elements
- getSPNameQualifier() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.session.impl.ServiceInformationImpl
-
Gets the SP name qualifier for the name identifier.
- getSPNameQualifier() - インタフェース のメソッドedu.internet2.middleware.shibboleth.idp.session.ServiceInformation
-
Gets the SP name qualifier for the name identifier.
- getSPNameQualifier() - インタフェース のメソッドorg.opensaml.saml2.core.BaseID
-
Gets the SPNameQualifier value.
- getSPNameQualifier() - クラス のメソッドorg.opensaml.saml2.core.impl.AbstractNameIDType
-
Gets the SPNameQualifier value.
- getSPNameQualifier() - クラス のメソッドorg.opensaml.saml2.core.impl.BaseIDImpl
-
Gets the SPNameQualifier value.
- getSPNameQualifier() - クラス のメソッドorg.opensaml.saml2.core.impl.NameIDPolicyImpl
-
Gets the SPNameQualifier value.
- getSPNameQualifier() - インタフェース のメソッドorg.opensaml.saml2.core.NameIDPolicy
-
Gets the SPNameQualifier value.
- getSPNameQualifier() - インタフェース のメソッドorg.opensaml.saml2.core.NameIDType
-
Gets the SPNameQualifier value.
- getSPProvidedID() - クラス のメソッドorg.opensaml.saml2.core.impl.AbstractNameIDType
-
Gets the SPProvidedID of this NameID.
- getSPProvidedID() - インタフェース のメソッドorg.opensaml.saml2.core.NameIDType
-
Gets the SPProvidedID of this NameID.
- getSPSSODescriptor(String) - インタフェース のメソッドorg.opensaml.saml2.metadata.EntityDescriptor
-
Gets the first
SPSSODescriptor
role descriptor for this entity that supports the given protocol.
- getSPSSODescriptor(String) - クラス のメソッドorg.opensaml.saml2.metadata.impl.EntityDescriptorImpl
-
Gets the first
SPSSODescriptor
role descriptor for this entity that supports the given protocol.
- getSpTarget() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.authn.ShibbolethSSOLoginContext
-
Gets the service provider target URL.
- getSPUIInfo() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.ui.ServiceTagSupport
-
Traverse the SP's EntityDescriptor and pick out the UIInfo.
- getStatements() - インタフェース のメソッドorg.opensaml.saml1.core.Assertion
-
Return the List representing all the Statement
sub elements.
- getStatements(QName) - インタフェース のメソッドorg.opensaml.saml1.core.Assertion
-
Return the List representing all the Statement
sub elements with a given schema type or element name.
- getStatements() - クラス のメソッドorg.opensaml.saml1.core.impl.AssertionImpl
-
Return the List representing all the Statement
sub elements.
- getStatements(QName) - クラス のメソッドorg.opensaml.saml1.core.impl.AssertionImpl
-
Return the List representing all the Statement
sub elements with a given schema type or element name.
- getStatements() - インタフェース のメソッドorg.opensaml.saml2.core.Assertion
-
Gets the list of statements attached to this assertion.
- getStatements(QName) - インタフェース のメソッドorg.opensaml.saml2.core.Assertion
-
Gets the list of statements attached to this assertion that match a particular QName.
- getStatements() - クラス のメソッドorg.opensaml.saml2.core.impl.AssertionImpl
-
Gets the list of statements attached to this assertion.
- getStatements(QName) - クラス のメソッドorg.opensaml.saml2.core.impl.AssertionImpl
-
Gets the list of statements attached to this assertion that match a particular QName.
- getStaticAttributes() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnector.StaticDataConnectorFactoryBean
-
Gets the static attributes returned by the created data connector.
- getStatus() - クラス のメソッドorg.opensaml.saml1.core.impl.ResponseImpl
-
Return the object representing the Status (element).
- getStatus() - インタフェース のメソッドorg.opensaml.saml1.core.Response
-
Return the object representing the Status (element).
- getStatus() - クラス のメソッドorg.opensaml.saml2.core.impl.StatusResponseTypeImpl
-
Gets the Status of this response.
- getStatus() - インタフェース のメソッドorg.opensaml.saml2.core.StatusResponseType
-
Gets the Status of this response.
- getStatus() - クラス のメソッドorg.opensaml.xacml.ctx.impl.ResultTypeImpl
-
Returns the status in the result.
- getStatus() - インタフェース のメソッドorg.opensaml.xacml.ctx.ResultType
-
Returns the status in the result.
- getStatusCode() - クラス のメソッドorg.opensaml.saml1.core.impl.StatusCodeImpl
-
Gets the second level status code.
- getStatusCode() - クラス のメソッドorg.opensaml.saml1.core.impl.StatusImpl
-
Return the object representing the StatusCode (element).
- getStatusCode() - インタフェース のメソッドorg.opensaml.saml1.core.Status
-
Return the object representing the StatusCode (element).
- getStatusCode() - インタフェース のメソッドorg.opensaml.saml1.core.StatusCode
-
Gets the second level status code.
- getStatusCode() - クラス のメソッドorg.opensaml.saml2.core.impl.StatusCodeImpl
-
Gets the Status Code of this Status Code.
- getStatusCode() - クラス のメソッドorg.opensaml.saml2.core.impl.StatusImpl
-
Gets the Code of this Status.
- getStatusCode() - インタフェース のメソッドorg.opensaml.saml2.core.Status
-
Gets the Code of this Status.
- getStatusCode() - インタフェース のメソッドorg.opensaml.saml2.core.StatusCode
-
Gets the Status Code of this Status Code.
- getStatusCode() - クラス のメソッドorg.opensaml.ws.transport.http.HttpServletRequestAdapter
-
Gets the status code of the request.
- getStatusCode() - クラス のメソッドorg.opensaml.ws.transport.http.HttpServletResponseAdapter
-
Gets the status code of the request.
- getStatusCode() - インタフェース のメソッドorg.opensaml.ws.transport.http.HTTPTransport
-
Gets the status code of the request.
- getStatusCode() - クラス のメソッドorg.opensaml.xacml.ctx.impl.StatusCodeTypeImpl
-
Gets the status code.
- getStatusCode() - クラス のメソッドorg.opensaml.xacml.ctx.impl.StatusTypeImpl
-
Gets the status code of status.
- getStatusCode() - インタフェース のメソッドorg.opensaml.xacml.ctx.StatusCodeType
-
Gets the status code.
- getStatusCode() - インタフェース のメソッドorg.opensaml.xacml.ctx.StatusType
-
Gets the status code of status.
- getStatusDetail() - クラス のメソッドorg.opensaml.saml1.core.impl.StatusImpl
-
Return the object representing the StatusDetail (element).
- getStatusDetail() - インタフェース のメソッドorg.opensaml.saml1.core.Status
-
Return the object representing the StatusDetail (element).
- getStatusDetail() - クラス のメソッドorg.opensaml.saml2.core.impl.StatusImpl
-
Gets the Detail of this Status.
- getStatusDetail() - インタフェース のメソッドorg.opensaml.saml2.core.Status
-
Gets the Detail of this Status.
- getStatusDetail() - クラス のメソッドorg.opensaml.xacml.ctx.impl.StatusTypeImpl
-
Gets the status detail of status.
- getStatusDetail() - インタフェース のメソッドorg.opensaml.xacml.ctx.StatusType
-
Gets the status detail of status.
- getStatusMessage() - クラス のメソッドorg.opensaml.saml1.core.impl.StatusImpl
-
Return the object representing the StatusMessage (element).
- getStatusMessage() - インタフェース のメソッドorg.opensaml.saml1.core.Status
-
Return the object representing the StatusMessage (element).
- getStatusMessage() - クラス のメソッドorg.opensaml.saml2.core.impl.StatusImpl
-
Gets the Message of this Status.
- getStatusMessage() - インタフェース のメソッドorg.opensaml.saml2.core.Status
-
Gets the Message of this Status.
- getStatusMessage() - クラス のメソッドorg.opensaml.xacml.ctx.impl.StatusTypeImpl
-
Gets the status message of status.
- getStatusMessage() - インタフェース のメソッドorg.opensaml.xacml.ctx.StatusType
-
Gets the status message of status.
- getStorageService() - クラス のメソッドedu.internet2.middleware.shibboleth.common.profile.provider.AbstractShibbolethProfileHandler
-
Gets the storage service used to store profile data.
- getStorageService() - クラス のメソッドedu.internet2.middleware.shibboleth.common.util.EventingMapBasedStorageService.AddEntryEvent
-
Gets the storage service to which an item was added.
- getStorageService() - クラス のメソッドedu.internet2.middleware.shibboleth.common.util.EventingMapBasedStorageService.RemoveEntryEvent
-
Gets the storage service to which an item was removed.
- getStorageService(ServletContext) - クラス のstaticメソッドedu.internet2.middleware.shibboleth.idp.util.HttpServletHelper
-
- getStorageService(ServletContext, String) - クラス のstaticメソッドedu.internet2.middleware.shibboleth.idp.util.HttpServletHelper
-
- getStoredId(String, String, String, String) - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.dataConnector.StoredIDDataConnector
-
Gets the persistent ID stored in the database.
- getStoredIDStore() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.dataConnector.StoredIDDataConnector
-
Gets the data store used to manage stored IDs.
- getStringData() - クラス のメソッドorg.opensaml.xml.parse.ClasspathResolver.LSInputImpl
- getSubject() - クラス のメソッドedu.internet2.middleware.shibboleth.common.session.impl.AbstractSession
-
Gets the subject with which this session is associated.
- getSubject() - インタフェース のメソッドedu.internet2.middleware.shibboleth.common.session.Session
-
Gets the subject with which this session is associated.
- getSubject() - クラス のメソッドorg.opensaml.saml1.core.impl.SubjectQueryImpl
-
Get Subject child element
- getSubject() - クラス のメソッドorg.opensaml.saml1.core.impl.SubjectStatementImpl
- getSubject() - インタフェース のメソッドorg.opensaml.saml1.core.SubjectQuery
-
Get Subject child element
- getSubject() - インタフェース のメソッドorg.opensaml.saml1.core.SubjectStatement
-
- getSubject() - インタフェース のメソッドorg.opensaml.saml2.core.Assertion
-
Gets the Subject of this assertion.
- getSubject() - インタフェース のメソッドorg.opensaml.saml2.core.AuthnRequest
-
- getSubject() - クラス のメソッドorg.opensaml.saml2.core.impl.AssertionImpl
-
Gets the Subject of this assertion.
- getSubject() - クラス のメソッドorg.opensaml.saml2.core.impl.AuthnRequestImpl
-
- getSubject() - クラス のメソッドorg.opensaml.saml2.core.impl.SubjectQueryImpl
-
Gets the Subject of this request.
- getSubject() - インタフェース のメソッドorg.opensaml.saml2.core.SubjectQuery
-
Gets the Subject of this request.
- getSubjectAltNames() - クラス のメソッドorg.opensaml.ws.security.provider.CertificateNameOptions
-
Get the set of types of subject alternative names evaluate as derived issuer entity ID names.
- getSubjectAltNames() - クラス のメソッドorg.opensaml.xml.security.x509.X509KeyInfoGeneratorFactory
-
The set of types of subject alternative names to process.
- getSubjectAltNameTypes() - クラス のメソッドorg.opensaml.xml.security.x509.BasicX509CredentialNameEvaluator
-
The set of types of subject alternative names to process.
- getSubjectAttributeDesignator() - クラス のメソッドorg.opensaml.xacml.policy.impl.SubjectMatchTypeImpl
-
Gets the subject attribute designator for this match.
- getSubjectAttributeDesignator() - インタフェース のメソッドorg.opensaml.xacml.policy.SubjectMatchType
-
Gets the subject attribute designator for this match.
- getSubjectCategory() - クラス のメソッドorg.opensaml.xacml.ctx.impl.SubjectTypeImpl
-
Gets the subjectcategory of the subject.
- getSubjectCategory() - インタフェース のメソッドorg.opensaml.xacml.ctx.SubjectType
-
Gets the subjectcategory of the subject.
- getSubjectCategory() - クラス のメソッドorg.opensaml.xacml.policy.impl.SubjectAttributeDesignatorTypeImpl
-
Gets the category of the Subject.
- getSubjectCategory() - インタフェース のメソッドorg.opensaml.xacml.policy.SubjectAttributeDesignatorType
-
Gets the category of the Subject.
- getSubjectConfirmation() - クラス のメソッドorg.opensaml.saml1.core.impl.SubjectImpl
-
Gets the SubjectConfirmation of this Subject
- getSubjectConfirmation() - インタフェース のメソッドorg.opensaml.saml1.core.Subject
-
Gets the SubjectConfirmation of this Subject
- getSubjectConfirmationData() - クラス のメソッドorg.opensaml.saml1.core.impl.SubjectConfirmationImpl
-
Return the SubjectConfirmationData
- getSubjectConfirmationData() - インタフェース のメソッドorg.opensaml.saml1.core.SubjectConfirmation
-
Return the SubjectConfirmationData
- getSubjectConfirmationData() - クラス のメソッドorg.opensaml.saml2.core.impl.SubjectConfirmationImpl
-
Gets the data about how this subject was confirmed or constraints on the confirmation.
- getSubjectConfirmationData() - インタフェース のメソッドorg.opensaml.saml2.core.SubjectConfirmation
-
Gets the data about how this subject was confirmed or constraints on the confirmation.
- getSubjectConfirmations() - クラス のメソッドorg.opensaml.saml2.core.impl.SubjectImpl
-
Gets the confirmations made about this subject.
- getSubjectConfirmations() - インタフェース のメソッドorg.opensaml.saml2.core.Subject
-
Gets the confirmations made about this subject.
- getSubjectKeyIdentifier() - クラス のメソッドorg.opensaml.xml.security.x509.X509SubjectKeyIdentifierCriteria
-
Get the subject key identifier.
- getSubjectKeyIdentifier(X509Certificate) - クラス のstaticメソッドorg.opensaml.xml.security.x509.X509Util
-
Get the plain (non-DER encoded) value of the Subject Key Identifier extension of an X.509 certificate, if
present.
- getSubjectLocality() - インタフェース のメソッドorg.opensaml.saml1.core.AuthenticationStatement
-
Set the (single) SubjectLocality child element
- getSubjectLocality() - クラス のメソッドorg.opensaml.saml1.core.impl.AuthenticationStatementImpl
-
Set the (single) SubjectLocality child element
- getSubjectLocality() - インタフェース のメソッドorg.opensaml.saml2.core.AuthnStatement
-
Get the DNS domain and IP address of the system where the principal was authenticated.
- getSubjectLocality() - クラス のメソッドorg.opensaml.saml2.core.impl.AuthnStatementImpl
-
Get the DNS domain and IP address of the system where the principal was authenticated.
- getSubjectMatches() - クラス のメソッドorg.opensaml.xacml.policy.impl.SubjectTypeImpl
-
Gets the subject matches for this action.
- getSubjectMatches() - インタフェース のメソッドorg.opensaml.xacml.policy.SubjectType
-
Gets the subject matches for this action.
- getSubjectName(X509Certificate) - クラス のメソッドorg.opensaml.ws.security.provider.ClientCertAuthRule
-
Get subject name from a certificate, using the currently configured X500DNHandler and subject DN output format.
- getSubjectName(X509Certificate) - クラス のメソッドorg.opensaml.xml.security.x509.X509KeyInfoGeneratorFactory.X509KeyInfoGenerator
-
Get subject name from a certificate, using the currently configured X500DNHandler
and subject DN output format.
- getSubjectName() - クラス のメソッドorg.opensaml.xml.security.x509.X509SubjectNameCriteria
-
Get the subject name.
- getSubjectNameIdentifier() - クラス のメソッドorg.opensaml.common.binding.BasicSAMLMessageContext
-
Gets the subject's SAML name identifier.
- getSubjectNameIdentifier() - インタフェース のメソッドorg.opensaml.common.binding.SAMLMessageContext
-
Gets the subject's SAML name identifier.
- getSubjectNames(X509Certificate, Integer[]) - クラス のstaticメソッドorg.opensaml.xml.security.x509.X509Util
-
Gets the common name components of the issuer and all the subject alt names of a given type.
- getSubjectQuery() - クラス のメソッドorg.opensaml.saml1.core.impl.RequestImpl
-
Get the request SubjectQuery, AuthenticationQuery, AttributeQuery, or AuthorizationDecisionQuery
- getSubjectQuery() - インタフェース のメソッドorg.opensaml.saml1.core.Request
-
Get the request SubjectQuery, AuthenticationQuery, AttributeQuery, or AuthorizationDecisionQuery
- getSubjects() - クラス のメソッドorg.opensaml.xacml.ctx.impl.RequestTypeImpl
-
Gets the subjects from the request.
- getSubjects() - インタフェース のメソッドorg.opensaml.xacml.ctx.RequestType
-
Gets the subjects from the request.
- getSubjects() - クラス のメソッドorg.opensaml.xacml.policy.impl.SubjectsTypeImpl
-
Gets the subjects.
- getSubjects() - クラス のメソッドorg.opensaml.xacml.policy.impl.TargetTypeImpl
-
Gets the subjects of this target.
- getSubjects() - インタフェース のメソッドorg.opensaml.xacml.policy.SubjectsType
-
Gets the subjects.
- getSubjects() - インタフェース のメソッドorg.opensaml.xacml.policy.TargetType
-
Gets the subjects of this target.
- getSubjectStatements() - インタフェース のメソッドorg.opensaml.saml1.core.Assertion
-
Return the List representing all the SubjectStatement
sub elements.
- getSubjectStatements() - クラス のメソッドorg.opensaml.saml1.core.impl.AssertionImpl
-
Return the List representing all the SubjectStatement
sub elements.
- getSupportedAuthenticationMethods() - インタフェース のメソッドedu.internet2.middleware.shibboleth.idp.authn.LoginHandler
-
Gets the list of authentication methods this handler supports.
- getSupportedAuthenticationMethods() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.authn.provider.AbstractLoginHandler
-
Gets the list of authentication methods this handler supports.
- getSupportedIssuerBindings() - クラス のメソッドorg.opensaml.common.binding.AbstractEndpointSelector
-
Gets the list of bindings supported by the message issuer.
- getSupportedNameFormats(BaseSAMLProfileRequestContext) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.AbstractSAMLProfileHandler
-
Gets the name identifier formats to use when creating identifiers for the relying party.
- getSupportedOutboundBindings() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.AbstractSAMLProfileHandler
-
Gets the SAML message bindings that may be used by outbound messages.
- getSupportedProtocols() - クラス のメソッドorg.opensaml.saml2.metadata.impl.RoleDescriptorImpl
-
Gets an immutable list of protocol URIs supported by this role.
- getSupportedProtocols() - インタフェース のメソッドorg.opensaml.saml2.metadata.RoleDescriptor
-
Gets an immutable list of protocol URIs supported by this role.
- getSurName() - インタフェース のメソッドorg.opensaml.saml2.metadata.ContactPerson
-
Gets the surname for this person.
- getSurName() - クラス のメソッドorg.opensaml.saml2.metadata.impl.ContactPersonImpl
-
Gets the surname for this person.
- getSystemId() - クラス のメソッドorg.opensaml.xml.parse.ClasspathResolver.LSInputImpl
- getTarget() - クラス のメソッドorg.opensaml.xacml.policy.impl.PolicySetTypeImpl
-
Gets the target of this policy set.
- getTarget() - クラス のメソッドorg.opensaml.xacml.policy.impl.PolicyTypeImpl
-
Gets the target of this policy.
- getTarget() - クラス のメソッドorg.opensaml.xacml.policy.impl.RuleTypeImpl
-
Gets the target of this rule.
- getTarget() - インタフェース のメソッドorg.opensaml.xacml.policy.PolicySetType
-
Gets the target of this policy set.
- getTarget() - インタフェース のメソッドorg.opensaml.xacml.policy.PolicyType
-
Gets the target of this policy.
- getTarget() - インタフェース のメソッドorg.opensaml.xacml.policy.RuleType
-
Gets the target of this rule.
- getTarget() - インタフェース のメソッドorg.opensaml.xml.encryption.EncryptionProperty
-
Get the target URI attribute which specifies to which element this. property applies
- getTarget() - クラス のメソッドorg.opensaml.xml.encryption.impl.EncryptionPropertyImpl
-
Get the target URI attribute which specifies to which element this. property applies
- getTargetRule() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.filtering.provider.match.basic.NotMatchFunctor
-
Gets the match functor that will be the target of the logical NOT.
- getTargetRules() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.filtering.provider.match.basic.AndMatchFunctor
-
Gets the functors whose results will be ANDed.
- getTargetRules() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.filtering.provider.match.basic.OrMatchFunctor
-
Gets the functors whose results will be ORed.
- getTaskTimerRef(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.metadata.AbstractReloadingMetadataProviderBeanDefinitionParser
-
Gets the default task timer reference for the metadata provider.
- getTelephoneNumbers() - インタフェース のメソッドorg.opensaml.saml2.metadata.ContactPerson
-
Gets an immutable list of telephone numbers for this person.
- getTelephoneNumbers() - クラス のメソッドorg.opensaml.saml2.metadata.impl.ContactPersonImpl
-
Gets an immutable list of telephone numbers for this person.
- getTemplateEngine() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.dataConnector.LdapDataConnector
-
Gets the engine used to evaluate the query template.
- getTemplateEngine() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnector.LdapDataConnectorFactoryBean
-
Gets the template engine used to construct query filters.
- getTemplateEngine() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnector.RDBMSDataConnectorFactoryBean
-
Gets the template engine used to construct the SQL query from the query template.
- getTerminate() - クラス のメソッドorg.opensaml.saml2.core.impl.ManageNameIDRequestImpl
-
Get the Terminate of the request.
- getTerminate() - インタフェース のメソッドorg.opensaml.saml2.core.ManageNameIDRequest
-
Get the Terminate of the request.
- getTextContent() - クラス のメソッドorg.opensaml.saml2.core.impl.AuthnContextDeclImpl
-
Gets the text content for the DOM Element.
- getTextContent() - クラス のメソッドorg.opensaml.xml.schema.impl.XSAnyImpl
-
Gets the text content for the DOM Element.
- getTextContent() - インタフェース のメソッドorg.opensaml.xml.schema.XSAny
-
Gets the text content for the DOM Element.
- getTransforms() - クラス のメソッドorg.opensaml.common.impl.SAMLObjectContentReference
-
Gets the transforms applied to the content prior to digest generation.
- getTransforms() - インタフェース のメソッドorg.opensaml.xml.encryption.CipherReference
-
Get the Transforms child element, which describes which transformations to apply when dereferencing the data.
- getTransforms() - クラス のメソッドorg.opensaml.xml.encryption.impl.CipherReferenceImpl
-
Get the Transforms child element, which describes which transformations to apply when dereferencing the data.
- getTransforms() - クラス のメソッドorg.opensaml.xml.encryption.impl.TransformsImpl
-
Get the list of Transform child elements.
- getTransforms() - インタフェース のメソッドorg.opensaml.xml.encryption.Transforms
-
Get the list of Transform child elements.
- getTransforms() - クラス のメソッドorg.opensaml.xml.signature.impl.RetrievalMethodImpl
-
Get the Transforms child element
- getTransforms() - クラス のメソッドorg.opensaml.xml.signature.impl.TransformsImpl
-
Get the list of Transform child elements
- getTransforms() - インタフェース のメソッドorg.opensaml.xml.signature.RetrievalMethod
-
Get the Transforms child element
- getTransforms() - インタフェース のメソッドorg.opensaml.xml.signature.Transforms
-
Get the list of Transform child elements
- getTransforms() - クラス のメソッドorg.opensaml.xml.signature.URIContentReference
-
Gets the transforms applied to the content prior to digest generation.
- getTrustAnchors(PKIXValidationInformation) - クラス のメソッドorg.opensaml.xml.security.x509.CertPathPKIXTrustEvaluator
-
Creates the collection of trust anchors to use during validation.
- getTrustCredential() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnector.LdapDataConnectorFactoryBean
-
Gets the trust material used when connecting to the LDAP via SSL or TLS.
- getTrustedNames() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.StaticPKIXSignatureTrustEngineFactoryBean
-
Gets the set of trusted names.
- getTrustedNames() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.StaticPKIXX509CredentialTrustEngineFactoryBean
-
Gets the set of trusted names.
- getTrustedNames(KeyInfo) - クラス のメソッドedu.internet2.middleware.shibboleth.common.security.MetadataPKIXValidationInformationResolver
-
Extract trusted names from a KeyInfo element.
- getTrustEngine() - クラス のメソッドorg.opensaml.common.binding.security.BaseSAMLSimpleSignatureSecurityPolicyRule
-
Gets the engine used to validate the signature.
- getTrustEngine() - クラス のメソッドorg.opensaml.ws.security.provider.BaseTrustEngineRule
-
Gets the engine used to validate the untrusted token.
- getTrustEngines() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.relyingparty.RelyingPartyGroup
-
Gets the trust engines for the group.
- getTrustManager(SVNURL) - クラス のメソッドedu.internet2.middleware.shibboleth.common.resource.SVNBasicAuthenticationManager
- getType() - インタフェース のメソッドorg.opensaml.saml2.metadata.ContactPerson
-
Gets the type of contact this person.
- getType() - クラス のメソッドorg.opensaml.saml2.metadata.impl.ContactPersonImpl
-
Gets the type of contact this person.
- getType() - クラス のメソッドorg.opensaml.ws.wssecurity.impl.PasswordImpl
-
Returns the wsse:Password/@Type
attribute URI value.
- getType() - インタフェース のメソッドorg.opensaml.ws.wssecurity.Password
-
Returns the wsse:Password/@Type
attribute URI value.
- getType() - インタフェース のメソッドorg.opensaml.ws.wstrust.BinarySecret
-
Returns the wst:BinarySecret/@Type attribute value.
- getType() - クラス のメソッドorg.opensaml.ws.wstrust.impl.BinarySecretImpl
-
Returns the wst:BinarySecret/@Type attribute value.
- getType() - インタフェース のメソッドorg.opensaml.xml.encryption.EncryptedType
-
Gets the type information for the plaintext content.
- getType() - クラス のメソッドorg.opensaml.xml.encryption.impl.EncryptedTypeImpl
-
Gets the type information for the plaintext content.
- getType() - クラス のメソッドorg.opensaml.xml.signature.impl.RetrievalMethodImpl
-
Set the Type attribute value
- getType() - インタフェース のメソッドorg.opensaml.xml.signature.RetrievalMethod
-
Set the Type attribute value
- getTypeCode() - クラス のメソッドorg.opensaml.common.binding.artifact.AbstractSAMLArtifact
-
Gets the 2 byte type code for this artifact.
- getTypes() - クラス のメソッドorg.opensaml.xml.util.ValueTypeIndexedMap
-
Get the value types that are indexed.
- getUnderstoodHeaders() - クラス のメソッドorg.opensaml.saml1.binding.decoding.HTTPSOAP11Decoder
-
Gets the SOAP header names that are understood by the application.
- getUnderstoodHeaders() - クラス のメソッドorg.opensaml.saml2.binding.decoding.HTTPSOAP11Decoder
-
Gets the SOAP header names that are understood by the application.
- getUnfilteredAttributes() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.filtering.provider.ShibbolethFilteringContext
-
Gets the attributes being filtered.
- getUnknownAttributes() - クラス のメソッドedu.internet2.middleware.shibboleth.common.xmlobject.impl.ShibbolethMetadataKeyAuthorityImpl
-
Gets a mutable map of the attributes.
- getUnknownAttributes() - クラス のメソッドorg.opensaml.saml2.core.impl.AttributeImpl
-
Gets a mutable map of the attributes.
- getUnknownAttributes() - クラス のメソッドorg.opensaml.saml2.core.impl.AuthnContextDeclImpl
-
Gets a mutable map of the attributes.
- getUnknownAttributes() - クラス のメソッドorg.opensaml.saml2.core.impl.SubjectConfirmationDataImpl
-
Gets a mutable map of the attributes.
- getUnknownAttributes() - クラス のメソッドorg.opensaml.saml2.metadata.impl.AffiliationDescriptorImpl
-
Gets a mutable map of the attributes.
- getUnknownAttributes() - クラス のメソッドorg.opensaml.saml2.metadata.impl.ContactPersonImpl
-
Gets a mutable map of the attributes.
- getUnknownAttributes() - クラス のメソッドorg.opensaml.saml2.metadata.impl.EndpointImpl
-
Gets a mutable map of the attributes.
- getUnknownAttributes() - クラス のメソッドorg.opensaml.saml2.metadata.impl.EntityDescriptorImpl
-
Gets a mutable map of the attributes.
- getUnknownAttributes() - クラス のメソッドorg.opensaml.saml2.metadata.impl.OrganizationImpl
-
Gets a mutable map of the attributes.
- getUnknownAttributes() - クラス のメソッドorg.opensaml.saml2.metadata.impl.RoleDescriptorImpl
-
Gets a mutable map of the attributes.
- getUnknownAttributes() - クラス のメソッドorg.opensaml.ws.soap.common.AbstractExtensibleSOAPObject
-
Gets a mutable map of the attributes.
- getUnknownAttributes() - クラス のメソッドorg.opensaml.ws.wsaddressing.impl.AttributedQNameImpl
-
Gets a mutable map of the attributes.
- getUnknownAttributes() - クラス のメソッドorg.opensaml.ws.wsaddressing.impl.AttributedUnsignedLongImpl
-
Gets a mutable map of the attributes.
- getUnknownAttributes() - クラス のメソッドorg.opensaml.ws.wsaddressing.impl.AttributedURIImpl
-
Gets a mutable map of the attributes.
- getUnknownAttributes() - クラス のメソッドorg.opensaml.ws.wsaddressing.impl.EndpointReferenceTypeImpl
-
Gets a mutable map of the attributes.
- getUnknownAttributes() - クラス のメソッドorg.opensaml.ws.wsaddressing.impl.MetadataImpl
-
Gets a mutable map of the attributes.
- getUnknownAttributes() - クラス のメソッドorg.opensaml.ws.wsaddressing.impl.ProblemActionImpl
-
Gets a mutable map of the attributes.
- getUnknownAttributes() - クラス のメソッドorg.opensaml.ws.wsaddressing.impl.ReferenceParametersImpl
-
Gets a mutable map of the attributes.
- getUnknownAttributes() - クラス のメソッドorg.opensaml.ws.wsaddressing.impl.RelatesToImpl
-
Gets a mutable map of the attributes.
- getUnknownAttributes() - クラス のメソッドorg.opensaml.ws.wspolicy.impl.AppliesToImpl
-
Gets a mutable map of the attributes.
- getUnknownAttributes() - クラス のメソッドorg.opensaml.ws.wspolicy.impl.PolicyAttachmentImpl
-
Gets a mutable map of the attributes.
- getUnknownAttributes() - クラス のメソッドorg.opensaml.ws.wspolicy.impl.PolicyImpl
-
Gets a mutable map of the attributes.
- getUnknownAttributes() - クラス のメソッドorg.opensaml.ws.wspolicy.impl.PolicyReferenceImpl
-
Gets a mutable map of the attributes.
- getUnknownAttributes() - クラス のメソッドorg.opensaml.ws.wssecurity.impl.AttributedDateTimeImpl
-
Gets a mutable map of the attributes.
- getUnknownAttributes() - クラス のメソッドorg.opensaml.ws.wssecurity.impl.AttributedStringImpl
-
Gets a mutable map of the attributes.
- getUnknownAttributes() - クラス のメソッドorg.opensaml.ws.wssecurity.impl.AttributedURIImpl
-
Gets a mutable map of the attributes.
- getUnknownAttributes() - クラス のメソッドorg.opensaml.ws.wssecurity.impl.EmbeddedImpl
-
Gets a mutable map of the attributes.
- getUnknownAttributes() - クラス のメソッドorg.opensaml.ws.wssecurity.impl.ReferenceImpl
-
Gets a mutable map of the attributes.
- getUnknownAttributes() - クラス のメソッドorg.opensaml.ws.wssecurity.impl.SecurityImpl
-
Gets a mutable map of the attributes.
- getUnknownAttributes() - クラス のメソッドorg.opensaml.ws.wssecurity.impl.SecurityTokenReferenceImpl
-
Gets a mutable map of the attributes.
- getUnknownAttributes() - クラス のメソッドorg.opensaml.ws.wssecurity.impl.TimestampImpl
-
Gets a mutable map of the attributes.
- getUnknownAttributes() - クラス のメソッドorg.opensaml.ws.wssecurity.impl.TransformationParametersImpl
-
Gets a mutable map of the attributes.
- getUnknownAttributes() - クラス のメソッドorg.opensaml.ws.wssecurity.impl.UsernameTokenImpl
-
Gets a mutable map of the attributes.
- getUnknownAttributes() - クラス のメソッドorg.opensaml.ws.wstrust.impl.BinaryExchangeImpl
-
Gets a mutable map of the attributes.
- getUnknownAttributes() - クラス のメソッドorg.opensaml.ws.wstrust.impl.BinarySecretImpl
-
Gets a mutable map of the attributes.
- getUnknownAttributes() - クラス のメソッドorg.opensaml.ws.wstrust.impl.ClaimsImpl
-
Gets a mutable map of the attributes.
- getUnknownAttributes() - クラス のメソッドorg.opensaml.ws.wstrust.impl.EntropyImpl
-
Gets a mutable map of the attributes.
- getUnknownAttributes() - クラス のメソッドorg.opensaml.ws.wstrust.impl.RequestSecurityTokenImpl
-
Gets a mutable map of the attributes.
- getUnknownAttributes() - クラス のメソッドorg.opensaml.ws.wstrust.impl.RequestSecurityTokenResponseCollectionImpl
-
Gets a mutable map of the attributes.
- getUnknownAttributes() - クラス のメソッドorg.opensaml.ws.wstrust.impl.RequestSecurityTokenResponseImpl
-
Gets a mutable map of the attributes.
- getUnknownAttributes() - クラス のメソッドorg.opensaml.ws.wstrust.impl.SignChallengeTypeImpl
-
Gets a mutable map of the attributes.
- getUnknownAttributes() - クラス のメソッドorg.opensaml.xacml.ctx.impl.AttributeValueTypeImpl
-
Gets a mutable map of the attributes.
- getUnknownAttributes() - クラス のメソッドorg.opensaml.xacml.ctx.impl.ResourceContentTypeImpl
-
Gets a mutable map of the attributes.
- getUnknownAttributes() - クラス のメソッドorg.opensaml.xacml.policy.impl.AttributeValueTypeImpl
-
Gets a mutable map of the attributes.
- getUnknownAttributes() - クラス のメソッドorg.opensaml.xml.AbstractExtensibleXMLObject
-
Gets a mutable map of the attributes.
- getUnknownAttributes() - インタフェース のメソッドorg.opensaml.xml.AttributeExtensibleXMLObject
-
Gets a mutable map of the attributes.
- getUnknownAttributes() - クラス のメソッドorg.opensaml.xml.encryption.impl.EncryptionPropertyImpl
-
Gets a mutable map of the attributes.
- getUnknownAttributes() - クラス のメソッドorg.opensaml.xml.schema.impl.XSAnyImpl
-
Gets a mutable map of the attributes.
- getUnknownXMLObject() - インタフェース のメソッドorg.opensaml.ws.wstrust.CancelTarget
-
Get the unknown child element.
- getUnknownXMLObject() - インタフェース のメソッドorg.opensaml.ws.wstrust.DelegateTo
-
Get the unknown child element.
- getUnknownXMLObject() - インタフェース のメソッドorg.opensaml.ws.wstrust.Encryption
-
Get the unknown child element.
- getUnknownXMLObject() - クラス のメソッドorg.opensaml.ws.wstrust.impl.CancelTargetImpl
-
Get the unknown child element.
- getUnknownXMLObject() - クラス のメソッドorg.opensaml.ws.wstrust.impl.DelegateToImpl
-
Get the unknown child element.
- getUnknownXMLObject() - クラス のメソッドorg.opensaml.ws.wstrust.impl.EncryptionImpl
-
Get the unknown child element.
- getUnknownXMLObject() - クラス のメソッドorg.opensaml.ws.wstrust.impl.OnBehalfOfImpl
-
Get the unknown child element.
- getUnknownXMLObject() - クラス のメソッドorg.opensaml.ws.wstrust.impl.ParticipantTypeImpl
-
Get the unknown child element.
- getUnknownXMLObject() - クラス のメソッドorg.opensaml.ws.wstrust.impl.ProofEncryptionImpl
-
Get the unknown child element.
- getUnknownXMLObject() - クラス のメソッドorg.opensaml.ws.wstrust.impl.RenewTargetImpl
-
Get the unknown child element.
- getUnknownXMLObject() - クラス のメソッドorg.opensaml.ws.wstrust.impl.RequestedProofTokenImpl
-
Get the unknown child element.
- getUnknownXMLObject() - クラス のメソッドorg.opensaml.ws.wstrust.impl.RequestedSecurityTokenImpl
-
Get the unknown child element.
- getUnknownXMLObject() - クラス のメソッドorg.opensaml.ws.wstrust.impl.UseKeyImpl
-
Get the unknown child element.
- getUnknownXMLObject() - クラス のメソッドorg.opensaml.ws.wstrust.impl.ValidateTargetImpl
-
Get the unknown child element.
- getUnknownXMLObject() - インタフェース のメソッドorg.opensaml.ws.wstrust.OnBehalfOf
-
- getUnknownXMLObject() - インタフェース のメソッドorg.opensaml.ws.wstrust.ParticipantType
-
Get the unknown child element.
- getUnknownXMLObject() - インタフェース のメソッドorg.opensaml.ws.wstrust.ProofEncryption
-
Get the unknown child element.
- getUnknownXMLObject() - インタフェース のメソッドorg.opensaml.ws.wstrust.RenewTarget
-
Get the unknown child element.
- getUnknownXMLObject() - インタフェース のメソッドorg.opensaml.ws.wstrust.RequestedProofToken
-
Get the unknown child element.
- getUnknownXMLObject() - インタフェース のメソッドorg.opensaml.ws.wstrust.RequestedSecurityToken
-
Get the unknown child element.
- getUnknownXMLObject() - インタフェース のメソッドorg.opensaml.ws.wstrust.UseKey
-
Get the unknown child element.
- getUnknownXMLObject() - インタフェース のメソッドorg.opensaml.ws.wstrust.ValidateTarget
-
Get the unknown child element.
- getUnknownXMLObject() - クラス のメソッドorg.opensaml.xml.signature.impl.KeyValueImpl
-
Get the wildcard <any> XMLObject child element
- getUnknownXMLObject() - インタフェース のメソッドorg.opensaml.xml.signature.KeyValue
-
Get the wildcard <any> XMLObject child element
- getUnknownXMLObjects() - クラス のメソッドorg.opensaml.saml1.core.impl.AdviceImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
- getUnknownXMLObjects(QName) - クラス のメソッドorg.opensaml.saml1.core.impl.AdviceImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
- getUnknownXMLObjects() - クラス のメソッドorg.opensaml.saml1.core.impl.StatusDetailImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
- getUnknownXMLObjects(QName) - クラス のメソッドorg.opensaml.saml1.core.impl.StatusDetailImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
- getUnknownXMLObjects() - クラス のメソッドorg.opensaml.saml2.common.impl.ExtensionsImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
- getUnknownXMLObjects(QName) - クラス のメソッドorg.opensaml.saml2.common.impl.ExtensionsImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
- getUnknownXMLObjects() - クラス のメソッドorg.opensaml.saml2.core.impl.AuthnContextDeclImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
- getUnknownXMLObjects(QName) - クラス のメソッドorg.opensaml.saml2.core.impl.AuthnContextDeclImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
- getUnknownXMLObjects() - クラス のメソッドorg.opensaml.saml2.core.impl.StatusDetailImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
- getUnknownXMLObjects(QName) - クラス のメソッドorg.opensaml.saml2.core.impl.StatusDetailImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
- getUnknownXMLObjects() - クラス のメソッドorg.opensaml.saml2.core.impl.SubjectConfirmationDataImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
- getUnknownXMLObjects(QName) - クラス のメソッドorg.opensaml.saml2.core.impl.SubjectConfirmationDataImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
- getUnknownXMLObjects() - クラス のメソッドorg.opensaml.saml2.metadata.impl.EndpointImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
- getUnknownXMLObjects(QName) - クラス のメソッドorg.opensaml.saml2.metadata.impl.EndpointImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
- getUnknownXMLObjects() - クラス のメソッドorg.opensaml.ws.soap.common.AbstractExtensibleSOAPObject
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
- getUnknownXMLObjects(QName) - クラス のメソッドorg.opensaml.ws.soap.common.AbstractExtensibleSOAPObject
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
- getUnknownXMLObjects() - クラス のメソッドorg.opensaml.ws.wsaddressing.impl.EndpointReferenceTypeImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
- getUnknownXMLObjects(QName) - クラス のメソッドorg.opensaml.ws.wsaddressing.impl.EndpointReferenceTypeImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
- getUnknownXMLObjects() - クラス のメソッドorg.opensaml.ws.wsaddressing.impl.MetadataImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
- getUnknownXMLObjects(QName) - クラス のメソッドorg.opensaml.ws.wsaddressing.impl.MetadataImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
- getUnknownXMLObjects() - クラス のメソッドorg.opensaml.ws.wsaddressing.impl.ReferenceParametersImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
- getUnknownXMLObjects(QName) - クラス のメソッドorg.opensaml.ws.wsaddressing.impl.ReferenceParametersImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
- getUnknownXMLObjects() - クラス のメソッドorg.opensaml.ws.wspolicy.impl.AppliesToImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
- getUnknownXMLObjects(QName) - クラス のメソッドorg.opensaml.ws.wspolicy.impl.AppliesToImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
- getUnknownXMLObjects() - クラス のメソッドorg.opensaml.ws.wspolicy.impl.PolicyAttachmentImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
- getUnknownXMLObjects(QName) - クラス のメソッドorg.opensaml.ws.wspolicy.impl.PolicyAttachmentImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
- getUnknownXMLObjects() - クラス のメソッドorg.opensaml.ws.wssecurity.impl.EmbeddedImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
- getUnknownXMLObjects(QName) - クラス のメソッドorg.opensaml.ws.wssecurity.impl.EmbeddedImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
- getUnknownXMLObjects() - クラス のメソッドorg.opensaml.ws.wssecurity.impl.SecurityImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
- getUnknownXMLObjects(QName) - クラス のメソッドorg.opensaml.ws.wssecurity.impl.SecurityImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
- getUnknownXMLObjects() - クラス のメソッドorg.opensaml.ws.wssecurity.impl.SecurityTokenReferenceImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
- getUnknownXMLObjects(QName) - クラス のメソッドorg.opensaml.ws.wssecurity.impl.SecurityTokenReferenceImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
- getUnknownXMLObjects() - クラス のメソッドorg.opensaml.ws.wssecurity.impl.TimestampImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
- getUnknownXMLObjects(QName) - クラス のメソッドorg.opensaml.ws.wssecurity.impl.TimestampImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
- getUnknownXMLObjects() - クラス のメソッドorg.opensaml.ws.wssecurity.impl.TransformationParametersImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
- getUnknownXMLObjects(QName) - クラス のメソッドorg.opensaml.ws.wssecurity.impl.TransformationParametersImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
- getUnknownXMLObjects() - クラス のメソッドorg.opensaml.ws.wssecurity.impl.UsernameTokenImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
- getUnknownXMLObjects(QName) - クラス のメソッドorg.opensaml.ws.wssecurity.impl.UsernameTokenImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
- getUnknownXMLObjects() - クラス のメソッドorg.opensaml.ws.wstrust.impl.AuthenticatorImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
- getUnknownXMLObjects(QName) - クラス のメソッドorg.opensaml.ws.wstrust.impl.AuthenticatorImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
- getUnknownXMLObjects() - クラス のメソッドorg.opensaml.ws.wstrust.impl.ClaimsImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
- getUnknownXMLObjects(QName) - クラス のメソッドorg.opensaml.ws.wstrust.impl.ClaimsImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
- getUnknownXMLObjects() - クラス のメソッドorg.opensaml.ws.wstrust.impl.EntropyImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
- getUnknownXMLObjects(QName) - クラス のメソッドorg.opensaml.ws.wstrust.impl.EntropyImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
- getUnknownXMLObjects() - クラス のメソッドorg.opensaml.ws.wstrust.impl.KeyExchangeTokenImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
- getUnknownXMLObjects(QName) - クラス のメソッドorg.opensaml.ws.wstrust.impl.KeyExchangeTokenImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
- getUnknownXMLObjects() - クラス のメソッドorg.opensaml.ws.wstrust.impl.OnBehalfOfImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
- getUnknownXMLObjects(QName) - クラス のメソッドorg.opensaml.ws.wstrust.impl.OnBehalfOfImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
- getUnknownXMLObjects() - クラス のメソッドorg.opensaml.ws.wstrust.impl.ParticipantsImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
- getUnknownXMLObjects(QName) - クラス のメソッドorg.opensaml.ws.wstrust.impl.ParticipantsImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
- getUnknownXMLObjects() - クラス のメソッドorg.opensaml.ws.wstrust.impl.RequestSecurityTokenImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
- getUnknownXMLObjects(QName) - クラス のメソッドorg.opensaml.ws.wstrust.impl.RequestSecurityTokenImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
- getUnknownXMLObjects() - クラス のメソッドorg.opensaml.ws.wstrust.impl.RequestSecurityTokenResponseImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
- getUnknownXMLObjects(QName) - クラス のメソッドorg.opensaml.ws.wstrust.impl.RequestSecurityTokenResponseImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
- getUnknownXMLObjects() - クラス のメソッドorg.opensaml.ws.wstrust.impl.SignChallengeTypeImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
- getUnknownXMLObjects(QName) - クラス のメソッドorg.opensaml.ws.wstrust.impl.SignChallengeTypeImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
- getUnknownXMLObjects() - クラス のメソッドorg.opensaml.xacml.ctx.impl.AttributeValueTypeImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
- getUnknownXMLObjects(QName) - クラス のメソッドorg.opensaml.xacml.ctx.impl.AttributeValueTypeImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
- getUnknownXMLObjects() - クラス のメソッドorg.opensaml.xacml.ctx.impl.ResourceContentTypeImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
- getUnknownXMLObjects(QName) - クラス のメソッドorg.opensaml.xacml.ctx.impl.ResourceContentTypeImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
- getUnknownXMLObjects() - クラス のメソッドorg.opensaml.xacml.ctx.impl.StatusDetailTypeImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
- getUnknownXMLObjects(QName) - クラス のメソッドorg.opensaml.xacml.ctx.impl.StatusDetailTypeImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
- getUnknownXMLObjects() - クラス のメソッドorg.opensaml.xacml.policy.impl.AttributeValueTypeImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
- getUnknownXMLObjects(QName) - クラス のメソッドorg.opensaml.xacml.policy.impl.AttributeValueTypeImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
- getUnknownXMLObjects() - クラス のメソッドorg.opensaml.xml.AbstractElementExtensibleXMLObject
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
- getUnknownXMLObjects(QName) - クラス のメソッドorg.opensaml.xml.AbstractElementExtensibleXMLObject
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
- getUnknownXMLObjects() - インタフェース のメソッドorg.opensaml.xml.ElementExtensibleXMLObject
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
- getUnknownXMLObjects(QName) - インタフェース のメソッドorg.opensaml.xml.ElementExtensibleXMLObject
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
- getUnknownXMLObjects() - クラス のメソッドorg.opensaml.xml.encryption.impl.AgreementMethodImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
- getUnknownXMLObjects(QName) - クラス のメソッドorg.opensaml.xml.encryption.impl.AgreementMethodImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
- getUnknownXMLObjects() - クラス のメソッドorg.opensaml.xml.encryption.impl.EncryptionMethodImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
- getUnknownXMLObjects(QName) - クラス のメソッドorg.opensaml.xml.encryption.impl.EncryptionMethodImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
- getUnknownXMLObjects() - クラス のメソッドorg.opensaml.xml.encryption.impl.EncryptionPropertyImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
- getUnknownXMLObjects(QName) - クラス のメソッドorg.opensaml.xml.encryption.impl.EncryptionPropertyImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
- getUnknownXMLObjects() - クラス のメソッドorg.opensaml.xml.encryption.impl.ReferenceTypeImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
- getUnknownXMLObjects(QName) - クラス のメソッドorg.opensaml.xml.encryption.impl.ReferenceTypeImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
- getUnknownXMLObjects() - クラス のメソッドorg.opensaml.xml.schema.impl.XSAnyImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
- getUnknownXMLObjects(QName) - クラス のメソッドorg.opensaml.xml.schema.impl.XSAnyImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
- getUnknownXMLObjects() - クラス のメソッドorg.opensaml.xml.signature.impl.DigestMethodImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
- getUnknownXMLObjects(QName) - クラス のメソッドorg.opensaml.xml.signature.impl.DigestMethodImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
- getUnknownXMLObjects() - クラス のメソッドorg.opensaml.xml.signature.impl.PGPDataImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
- getUnknownXMLObjects(QName) - クラス のメソッドorg.opensaml.xml.signature.impl.PGPDataImpl
-
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
- getUnmarshaller(QName) - クラス のメソッドorg.opensaml.xml.io.UnmarshallerFactory
-
Gets the Unmarshaller for a particular element or null if no unmarshaller is registered for an element.
- getUnmarshaller(Element) - クラス のメソッドorg.opensaml.xml.io.UnmarshallerFactory
-
Retrieves the unmarshaller for the given element.
- getUnmarshallerFactory() - クラス のstaticメソッドorg.opensaml.xml.Configuration
-
Gets the XMLObject unmarshaller factory that has been configured with information from loaded configuration
files.
- getUnmarshallers() - クラス のメソッドorg.opensaml.xml.io.UnmarshallerFactory
-
Gets an immutable listing of all the Unarshallers currently registered.
- getUploadDirectory() - クラス のメソッドorg.opensaml.ESAPISecurityConfig
- getUploadTempDirectory() - クラス のメソッドorg.opensaml.ESAPISecurityConfig
- getUri() - インタフェース のメソッドorg.opensaml.saml1.core.Audience
-
Return the URI which makes up the Body
- getUri() - クラス のメソッドorg.opensaml.saml1.core.impl.AudienceImpl
-
Return the URI which makes up the Body
- getURI() - インタフェース のメソッドorg.opensaml.saml2.core.AuthenticatingAuthority
-
Gets the URI of this Authenticating Authority.
- getURI() - クラス のメソッドorg.opensaml.saml2.core.impl.AuthenticatingAuthorityImpl
-
Gets the URI of this Authenticating Authority.
- getURI() - クラス のメソッドorg.opensaml.samlext.saml2mdui.impl.LocalizedURIImpl
-
Gets the URI.
- getURI() - インタフェース のメソッドorg.opensaml.samlext.saml2mdui.LocalizedURI
-
Gets the URI.
- getURI() - クラス のメソッドorg.opensaml.ws.wspolicy.impl.PolicyReferenceImpl
-
Returns the wsp:PolicyReference/@URI attribute value.
- getURI() - インタフェース のメソッドorg.opensaml.ws.wspolicy.PolicyReference
-
Returns the wsp:PolicyReference/@URI attribute value.
- getURI() - クラス のメソッドorg.opensaml.ws.wssecurity.impl.ReferenceImpl
-
Returns the wsse:Reference/@URI attribute value.
- getURI() - インタフェース のメソッドorg.opensaml.ws.wssecurity.Reference
-
Returns the wsse:Reference/@URI attribute value.
- getURI() - インタフェース のメソッドorg.opensaml.xml.encryption.CipherReference
-
Get the URI attribute that describes from where to deference the encrypted data.
- getURI() - クラス のメソッドorg.opensaml.xml.encryption.impl.CipherReferenceImpl
-
Get the URI attribute that describes from where to deference the encrypted data.
- getURI() - クラス のメソッドorg.opensaml.xml.encryption.impl.ReferenceTypeImpl
-
Get the URI attribute which indicates the referent of this reference.
- getURI() - インタフェース のメソッドorg.opensaml.xml.encryption.ReferenceType
-
Get the URI attribute which indicates the referent of this reference.
- getURI() - クラス のメソッドorg.opensaml.xml.signature.impl.RetrievalMethodImpl
-
Get the URI attribute value
- getURI() - インタフェース のメソッドorg.opensaml.xml.signature.RetrievalMethod
-
Get the URI attribute value
- getURIComparator() - クラス のメソッドorg.opensaml.common.binding.decoding.BaseSAMLMessageDecoder
-
- getURL() - クラス のメソッドorg.opensaml.saml2.metadata.impl.OrganizationURLImpl
-
Gets the URL of the organization.
- getURL() - インタフェース のメソッドorg.opensaml.saml2.metadata.OrganizationURL
-
Gets the URL of the organization.
- getURL() - クラス のメソッドorg.opensaml.samlext.saml2mdui.impl.LogoImpl
-
Gets the URL.
- getURL() - インタフェース のメソッドorg.opensaml.samlext.saml2mdui.Logo
-
Gets the URL.
- getURLs() - クラス のメソッドorg.opensaml.saml2.metadata.impl.OrganizationImpl
-
Gets a list of URLs for this organization.
- getURLs() - インタフェース のメソッドorg.opensaml.saml2.metadata.Organization
-
Gets a list of URLs for this organization.
- getUsage() - クラス のメソッドorg.opensaml.xml.security.criteria.UsageCriteria
-
Get the key usage criteria.
- getUsageType() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.AbstractCredentialFactoryBean
-
Gets the usage type of the credential.
- getUsageType() - クラス のメソッドorg.opensaml.xml.security.credential.AbstractCredential
-
Gets usage type of this credential.
- getUsageType() - インタフェース のメソッドorg.opensaml.xml.security.credential.Credential
-
Gets usage type of this credential.
- getUse() - クラス のメソッドorg.opensaml.saml2.metadata.impl.KeyDescriptorImpl
-
Gets the use of this key.
- getUse() - インタフェース のメソッドorg.opensaml.saml2.metadata.KeyDescriptor
-
Gets the use of this key.
- getUseQueryResourceAsEntityId() - クラス のメソッド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.
- getUsername(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.resource.SVNResourceBeanDefinitionParser
-
- getUsername() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.authn.provider.UsernamePasswordCredential
-
Gets the username of the subject.
- getUsername() - クラス のメソッドorg.opensaml.util.URLBuilder
-
Gets the user name component of the URL.
- getUsername() - クラス のメソッドorg.opensaml.ws.wssecurity.impl.UsernameTokenImpl
-
Returns the <wsse:Username> child element.
- getUsername() - インタフェース のメソッドorg.opensaml.ws.wssecurity.UsernameToken
-
Returns the <wsse:Username> child element.
- getUsernameParameterName() - クラス のメソッドorg.opensaml.ESAPISecurityConfig
- getUserSession() - インタフェース のメソッドedu.internet2.middleware.shibboleth.common.profile.ProfileRequestContext
-
Gets the current user session, if there is one.
- getUserSession() - クラス のメソッドedu.internet2.middleware.shibboleth.common.profile.provider.BaseSAMLProfileRequestContext
-
Gets the current user session, if there is one.
- getUserSession() - クラス のメソッドedu.internet2.middleware.shibboleth.common.session.LoginEvent
-
Gets the session for the user logging in.
- getUserSession() - クラス のメソッドedu.internet2.middleware.shibboleth.common.session.LogoutEvent
-
Gets the session for the user logging out.
- getUserSession(InTransport) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.AbstractSAMLProfileHandler
-
Gets the user's session, if there is one.
- getUserSession(String) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.AbstractSAMLProfileHandler
-
Gets the user's session based on their principal name.
- getUserSession(Cookie, HttpServletRequest, HttpServletResponse) - クラス のメソッドedu.internet2.middleware.shibboleth.idp.session.IdPSessionFilter
-
Gets the user session associated with a session cookie.
- getUserSession(HttpServletRequest) - クラス のstaticメソッドedu.internet2.middleware.shibboleth.idp.util.HttpServletHelper
-
Gets the user session from the request.
- getUsesStoredProcedure() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.dataConnector.RDBMSDataConnector
-
Gets whether queries made use stored procedures.
- getUseStartTLS() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnector.LdapDataConnectorFactoryBean
-
Gets whether to use StartTLS when connecting to the LDAP.
- getValidationImplementation() - クラス のメソッドorg.opensaml.ESAPISecurityConfig
- getValidationPattern(String) - クラス のメソッドorg.opensaml.ESAPISecurityConfig
- getValidators() - クラス のメソッドorg.opensaml.xml.AbstractValidatingSignableXMLObject
-
Gets the list of validators for this XMLObject or null if there is no list.
- getValidators() - クラス のメソッドorg.opensaml.xml.validation.AbstractValidatingXMLObject
-
Gets the list of validators for this XMLObject or null if there is no list.
- getValidators() - インタフェース のメソッドorg.opensaml.xml.validation.ValidatingXMLObject
-
Gets the list of validators for this XMLObject or null if there is no list.
- getValidators(QName) - クラス のメソッドorg.opensaml.xml.validation.ValidatorSuite
-
Gets an immutable list of validators for a given XMLObject target.
- getValidatorSuite(String) - クラス のstaticメソッドorg.opensaml.xml.Configuration
-
Gets a configured ValidatorSuite by its ID.
- getValidatorSuiteConfiguration(String) - クラス のstaticメソッドorg.opensaml.xml.Configuration
-
推奨されていません。
this method is deprecated with no replacement
- getValidDSChildNames() - クラス のstaticメソッドorg.opensaml.xml.signature.validator.KeyInfoTypeSchemaValidator
-
Get the QNames corresponding to the valid KeyInfo children
defined in the XML Signature namespace.
- getValidDSChildNames() - クラス のstaticメソッドorg.opensaml.xml.signature.validator.PGPDataSchemaValidator
-
Get the QNames corresponding to the valid children
defined in the XML Signature namespace.
- getValidDSChildNames() - クラス のstaticメソッドorg.opensaml.xml.signature.validator.X509DataSchemaValidator
-
Get the QNames corresponding to the valid children
defined in the XML Signature namespace.
- getValidUntil() - インタフェース のメソッドorg.opensaml.saml2.common.TimeBoundSAMLObject
-
Gets the date until which this descriptor is valid.
- getValidUntil() - クラス のメソッドorg.opensaml.saml2.metadata.impl.AffiliationDescriptorImpl
-
Gets the date until which this descriptor is valid.
- getValidUntil() - クラス のメソッドorg.opensaml.saml2.metadata.impl.EntitiesDescriptorImpl
-
Gets the date until which this descriptor is valid.
- getValidUntil() - クラス のメソッドorg.opensaml.saml2.metadata.impl.EntityDescriptorImpl
-
Gets the date until which this descriptor is valid.
- getValidUntil() - クラス のメソッドorg.opensaml.saml2.metadata.impl.RoleDescriptorImpl
-
Gets the date until which this descriptor is valid.
- getValidUntil(XMLObject) - クラス のメソッドorg.opensaml.saml2.metadata.provider.RequiredValidUntilFilter
-
Gets the validUntil time of the metadata, if present.
- getValue() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.filtering.provider.match.saml.AbstractEntityAttributeExactMatchFunctor
-
Gets the value of the entity attribute the entity must have.
- getValue() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.provider.ScopedAttributeValue
-
Gets the value of the attribute.
- getValue() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.attributeDefinition.ValueMap.SourceValue
-
Gets the value string.
- getValue() - クラス のメソッドedu.internet2.middleware.shibboleth.common.util.EventingMapBasedStorageService.AddEntryEvent
-
Gets the added item.
- getValue() - クラス のメソッドedu.internet2.middleware.shibboleth.common.util.EventingMapBasedStorageService.RemoveEntryEvent
-
Gets the removed item.
- getValue() - クラス のメソッドedu.internet2.middleware.shibboleth.common.xmlobject.impl.ShibbolethMetadataScopeImpl
-
Gets the string.
- getValue() - クラス のメソッドedu.internet2.middleware.shibboleth.common.xmlobject.impl.ShibbolethScopedValueImpl
-
Get the attribute value.
- getValue() - インタフェース のメソッドedu.internet2.middleware.shibboleth.common.xmlobject.ShibbolethScopedValue
-
Get the attribute value.
- getValue() - クラス のメソッドorg.opensaml.saml1.core.impl.RespondWithImpl
-
Gets the QName content of the element.
- getValue() - クラス のメソッドorg.opensaml.saml1.core.impl.StatusCodeImpl
-
Gets the value of the status code.
- getValue() - インタフェース のメソッドorg.opensaml.saml1.core.StatusCode
-
Gets the value of the status code.
- getValue() - クラス のメソッドorg.opensaml.saml2.core.impl.AbstractNameIDType
-
Gets the value of this type.
- getValue() - クラス のメソッドorg.opensaml.saml2.core.impl.StatusCodeImpl
-
Gets the Value of this Status Code.
- getValue() - インタフェース のメソッドorg.opensaml.saml2.core.NameIDType
-
Gets the value of this type.
- getValue() - インタフェース のメソッドorg.opensaml.saml2.core.StatusCode
-
Gets the Value of this Status Code.
- getValue() - クラス のメソッドorg.opensaml.samlext.saml1md.impl.SourceIDImpl
-
Gets the string.
- getValue() - クラス のメソッドorg.opensaml.samlext.saml2mdquery.impl.ActionNamespaceImpl
-
Gets the URI content of the element.
- getValue() - インタフェース のメソッドorg.opensaml.ws.wsaddressing.AttributedUnsignedLong
-
Gets the element's value.
- getValue() - クラス のメソッドorg.opensaml.ws.wsaddressing.impl.AttributedUnsignedLongImpl
-
Gets the element's value.
- getValue() - インタフェース のメソッドorg.opensaml.ws.wsfed.Address
-
Gets the end point reference address.
- getValue() - クラス のメソッドorg.opensaml.ws.wsfed.impl.AddressImpl
-
Gets the end point reference address.
- getValue() - クラス のメソッドorg.opensaml.ws.wssecurity.impl.AttributedDateTimeImpl
-
Gets the string.
- getValue() - クラス のメソッドorg.opensaml.ws.wssecurity.impl.AttributedStringImpl
-
Gets the string.
- getValue() - クラス のメソッドorg.opensaml.ws.wssecurity.impl.AttributedURIImpl
-
Gets the URI content of the element.
- getValue() - クラス のメソッドorg.opensaml.ws.wssecurity.impl.SignatureConfirmationImpl
-
Returns the Value attribute value.
- getValue() - インタフェース のメソッドorg.opensaml.ws.wssecurity.SignatureConfirmation
-
Returns the Value attribute value.
- getValue() - クラス のメソッドorg.opensaml.ws.wstrust.impl.DelegatableImpl
-
Returns the XSBooleanValue value.
- getValue() - クラス のメソッドorg.opensaml.ws.wstrust.impl.ForwardableImpl
-
Returns the XSBooleanValue value.
- getValue() - インタフェース のメソッドorg.opensaml.xacml.ctx.AttributeValueType
-
Gets the text content of the element.
- getValue() - クラス のメソッドorg.opensaml.xacml.ctx.impl.AttributeValueTypeImpl
-
Gets the text content of the element.
- getValue() - クラス のメソッドorg.opensaml.xacml.ctx.impl.ResourceContentTypeImpl
-
Gets the text value of this element.
- getValue() - クラス のメソッドorg.opensaml.xacml.ctx.impl.StatusCodeTypeImpl
-
Gets the value of the attribute named value of the status element.
- getValue() - クラス のメソッドorg.opensaml.xacml.ctx.impl.StatusMessageTypeImpl
-
Gets the string.
- getValue() - インタフェース のメソッドorg.opensaml.xacml.ctx.ResourceContentType
-
Gets the text value of this element.
- getValue() - インタフェース のメソッドorg.opensaml.xacml.ctx.StatusCodeType
-
Gets the value of the attribute named value of the status element.
- getValue() - インタフェース のメソッドorg.opensaml.xacml.policy.AttributeValueType
-
Gets the text content of the element.
- getValue() - クラス のメソッドorg.opensaml.xacml.policy.impl.AttributeValueTypeImpl
-
Gets the text content of the element.
- getValue() - クラス のメソッドorg.opensaml.xacml.policy.impl.DescriptionTypeImpl
-
Gets the string.
- getValue() - クラス のメソッドorg.opensaml.xml.schema.impl.XSBase64BinaryImpl
-
Gets the base64-encoded binary value.
- getValue() - クラス のメソッドorg.opensaml.xml.schema.impl.XSBooleanImpl
-
Returns the XSBooleanValue value.
- getValue() - クラス のメソッドorg.opensaml.xml.schema.impl.XSDateTimeImpl
-
Gets the dateTime value.
- getValue() - クラス のメソッドorg.opensaml.xml.schema.impl.XSIntegerImpl
-
Gets the integer.
- getValue() - クラス のメソッドorg.opensaml.xml.schema.impl.XSQNameImpl
-
Gets the QName content of the element.
- getValue() - クラス のメソッドorg.opensaml.xml.schema.impl.XSStringImpl
-
Gets the string.
- getValue() - クラス のメソッドorg.opensaml.xml.schema.impl.XSURIImpl
-
Gets the URI content of the element.
- getValue() - インタフェース のメソッドorg.opensaml.xml.schema.XSBase64Binary
-
Gets the base64-encoded binary value.
- getValue() - インタフェース のメソッドorg.opensaml.xml.schema.XSBoolean
-
Returns the XSBooleanValue value.
- getValue() - クラス のメソッドorg.opensaml.xml.schema.XSBooleanValue
-
Gets the boolean value.
- getValue() - インタフェース のメソッドorg.opensaml.xml.schema.XSDateTime
-
Gets the dateTime value.
- getValue() - インタフェース のメソッドorg.opensaml.xml.schema.XSInteger
-
Gets the integer.
- getValue() - インタフェース のメソッドorg.opensaml.xml.schema.XSQName
-
Gets the QName content of the element.
- getValue() - インタフェース のメソッドorg.opensaml.xml.schema.XSString
-
Gets the string.
- getValue() - インタフェース のメソッドorg.opensaml.xml.schema.XSURI
-
Gets the URI content of the element.
- getValue() - クラス のメソッドorg.opensaml.xml.signature.impl.X509CertificateImpl
-
Gets the base64-encoded binary value.
- getValue() - クラス のメソッドorg.opensaml.xml.signature.impl.X509CRLImpl
-
Gets the base64-encoded binary value.
- getValue() - クラス のメソッドorg.opensaml.xml.signature.impl.X509SerialNumberImpl
-
Gets the integer.
- getValue() - インタフェース のメソッドorg.opensaml.xml.signature.X509SerialNumber
-
Gets the integer.
- getValueBigInt() - インタフェース のメソッドorg.opensaml.xml.signature.CryptoBinary
-
Convenience method to get the value of the element as a BigInteger type.
- getValueBigInt() - クラス のメソッドorg.opensaml.xml.signature.impl.CryptoBinaryImpl
-
Convenience method to get the value of the element as a BigInteger type.
- getValueComparator() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.BaseAttribute
-
Gets the comparator used to sort values.
- getValueComparator() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.provider.BasicAttribute
-
Gets the comparator used to sort values.
- getValueMaps() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.attributeDefinition.MappedAttributeDefinition
-
Get the value maps.
- getValueMaps() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.attributeDefinition.MappedAttributeDefinitionFactoryBean
-
Gets the value maps.
- getValueRegex() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.filtering.provider.match.saml.AbstractEntityAttributeRegexMatchFunctor
-
Gets the value of the entity attribute the entity must have.
- getValues() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.BaseAttribute
-
Gets the values of the attribute.
- getValues() - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.provider.BasicAttribute
-
Gets the values of the attribute.
- getValuesFromAllDependencies(ShibbolethResolutionContext, String) - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.AbstractResolutionPlugIn
-
Get values from dependencies.
- getValuesFromAllDependencies(ShibbolethResolutionContext) - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.attributeDefinition.BaseAttributeDefinition
-
Get values from dependencies.
- getValuesFromAttributeDependency(ShibbolethResolutionContext, String) - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.AbstractResolutionPlugIn
-
Get values from attribute dependencies.
- getValuesFromConnectorDependency(ShibbolethResolutionContext, String, String) - クラス のメソッドedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.AbstractResolutionPlugIn
-
Get values from data connectors.
- getValueType() - インタフェース のメソッドorg.opensaml.ws.wssecurity.BinarySecurityToken
-
Returns the ValueType attribute URI value.
- getValueType() - インタフェース のメソッドorg.opensaml.ws.wssecurity.Embedded
-
Returns the ValueType attribute URI value.
- getValueType() - クラス のメソッドorg.opensaml.ws.wssecurity.impl.BinarySecurityTokenImpl
-
Returns the ValueType attribute URI value.
- getValueType() - クラス のメソッドorg.opensaml.ws.wssecurity.impl.EmbeddedImpl
-
Returns the ValueType attribute URI value.
- getValueType() - クラス のメソッドorg.opensaml.ws.wssecurity.impl.KeyIdentifierImpl
-
Returns the ValueType attribute URI value.
- getValueType() - クラス のメソッドorg.opensaml.ws.wssecurity.impl.ReferenceImpl
-
Returns the ValueType attribute URI value.
- getValueType() - インタフェース のメソッドorg.opensaml.ws.wssecurity.KeyIdentifier
-
Returns the ValueType attribute URI value.
- getValueType() - インタフェース のメソッドorg.opensaml.ws.wssecurity.Reference
-
Returns the ValueType attribute URI value.
- getValueType() - インタフェース のメソッドorg.opensaml.ws.wstrust.BinaryExchange
-
Returns the ValueType attribute URI value.
- getValueType() - クラス のメソッドorg.opensaml.ws.wstrust.impl.BinaryExchangeImpl
-
Returns the ValueType attribute URI value.
- getVariableDefinitions() - クラス のメソッドorg.opensaml.xacml.policy.impl.PolicyTypeImpl
-
Gets the variable definition for this policy.
- getVariableDefinitions() - インタフェース のメソッドorg.opensaml.xacml.policy.PolicyType
-
Gets the variable definition for this policy.
- getVariableId() - クラス のメソッドorg.opensaml.xacml.policy.impl.VariableDefinitionTypeImpl
-
Gets the ID of this defined variable.
- getVariableId() - クラス のメソッドorg.opensaml.xacml.policy.impl.VariableReferenceTypeImpl
-
Gets the ID of the referenced variable.
- getVariableId() - インタフェース のメソッドorg.opensaml.xacml.policy.VariableDefinitionType
-
Gets the ID of this defined variable.
- getVariableId() - インタフェース のメソッドorg.opensaml.xacml.policy.VariableReferenceType
-
Gets the ID of the referenced variable.
- getVelocityEngine() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.attribute.resolver.attributeDefinition.TemplateAttributeDefinitionFactoryBean
-
Get velocity engine instance.
- getVelocityEngine() - クラス のメソッドedu.internet2.middleware.shibboleth.idp.profile.saml2.SLOProfileHandler
-
Gets the VelocityEngine to use.
- getVerificationDepth() - クラス のメソッドorg.opensaml.xml.security.x509.BasicPKIXValidationInformation
-
Gets the maximum allowable trust chain verification depth.
- getVerificationDepth() - インタフェース のメソッドorg.opensaml.xml.security.x509.PKIXValidationInformation
-
Gets the maximum allowable trust chain verification depth.
- getVerifyDepth() - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.security.PKIXValidationInformationFactoryBean
-
Get the max verify depth represented by this info set.
- getVerifyDepth() - クラス のメソッドedu.internet2.middleware.shibboleth.common.xmlobject.impl.ShibbolethMetadataKeyAuthorityImpl
-
Get the VerifyDepth attribute value.
- getVerifyDepth() - インタフェース のメソッドedu.internet2.middleware.shibboleth.common.xmlobject.ShibbolethMetadataKeyAuthority
-
Get the VerifyDepth attribute value.
- getVersion() - クラス のstaticメソッドedu.internet2.middleware.shibboleth.common.Version
-
Gets the version of the library.
- getVersion() - クラス のstaticメソッドedu.internet2.middleware.shibboleth.idp.Version
-
Gets the version of the IdP.
- getVersion() - インタフェース のメソッドorg.opensaml.saml2.core.Assertion
-
Gets the SAML Version of this assertion.
- getVersion() - クラス のメソッドorg.opensaml.saml2.core.impl.AssertionImpl
-
Gets the SAML Version of this assertion.
- getVersion() - クラス のメソッドorg.opensaml.saml2.core.impl.RequestAbstractTypeImpl
-
Gets the SAML Version of this request.
- getVersion() - クラス のメソッドorg.opensaml.saml2.core.impl.StatusResponseTypeImpl
-
Gets the SAML Version of this response.
- getVersion() - インタフェース のメソッドorg.opensaml.saml2.core.RequestAbstractType
-
Gets the SAML Version of this request.
- getVersion() - インタフェース のメソッドorg.opensaml.saml2.core.StatusResponseType
-
Gets the SAML Version of this response.
- getVersion() - クラス のstaticメソッドorg.opensaml.Version
-
Gets the version of the library.
- getVersion() - クラス のメソッドorg.opensaml.ws.transport.http.HttpServletRequestAdapter
-
Gets the HTTP version used to receive the message.
- getVersion() - クラス のメソッドorg.opensaml.ws.transport.http.HttpServletResponseAdapter
-
Gets the HTTP version used to receive the message.
- getVersion() - インタフェース のメソッドorg.opensaml.ws.transport.http.HTTPTransport
-
Gets the HTTP version used to receive the message.
- getVersion() - クラス のstaticメソッドorg.opensaml.ws.Version
-
Gets the version of the library.
- getVersion() - インタフェース のメソッドorg.opensaml.xacml.policy.IdReferenceType
-
Gets the version of the reference.
- getVersion() - クラス のメソッドorg.opensaml.xacml.policy.impl.IdReferenceTypeImpl
-
Gets the version of the reference.
- getVersion() - クラス のメソッドorg.opensaml.xacml.policy.impl.PolicySetTypeImpl
-
Gets the XACML version of this policy set.
- getVersion() - クラス のメソッドorg.opensaml.xacml.policy.impl.PolicyTypeImpl
-
Gets the XACML version of this policy.
- getVersion() - インタフェース のメソッドorg.opensaml.xacml.policy.PolicySetType
-
Gets the XACML version of this policy set.
- getVersion() - インタフェース のメソッドorg.opensaml.xacml.policy.PolicyType
-
Gets the XACML version of this policy.
- getVersion() - クラス のstaticメソッドorg.opensaml.xml.Version
-
Gets the version of the library.
- getWantAssertionsSigned() - クラス のメソッドorg.opensaml.saml2.metadata.impl.SPSSODescriptorImpl
-
Gets whether this service wants assertions signed.
- getWantAssertionsSigned() - インタフェース のメソッドorg.opensaml.saml2.metadata.SPSSODescriptor
-
Gets whether this service wants assertions signed.
- getWantAssertionsSigned() - クラス のメソッドorg.opensaml.samlext.saml2mdquery.impl.QueryDescriptorTypeImpl
-
Gets whether assertions to this endpoint should be signed.
- getWantAssertionsSigned() - インタフェース のメソッドorg.opensaml.samlext.saml2mdquery.QueryDescriptorType
-
Gets whether assertions to this endpoint should be signed.
- getWantAssertionsSignedXSBoolean() - クラス のメソッドorg.opensaml.saml2.metadata.impl.SPSSODescriptorImpl
-
Gets whether this service wants assertions signed.
- getWantAssertionsSignedXSBoolean() - インタフェース のメソッドorg.opensaml.saml2.metadata.SPSSODescriptor
-
Gets whether this service wants assertions signed.
- getWantAssertionsSignedXSBoolean() - クラス のメソッドorg.opensaml.samlext.saml2mdquery.impl.QueryDescriptorTypeImpl
-
Gets whether assertions to this endpoint should be signed.
- getWantAssertionsSignedXSBoolean() - インタフェース のメソッドorg.opensaml.samlext.saml2mdquery.QueryDescriptorType
-
Gets whether assertions to this endpoint should be signed.
- getWantAuthnRequestsSigned() - インタフェース のメソッドorg.opensaml.saml2.metadata.IDPSSODescriptor
-
Checks if the IDP SSO service wants authentication requests signed.
- getWantAuthnRequestsSigned() - クラス のメソッドorg.opensaml.saml2.metadata.impl.IDPSSODescriptorImpl
-
Checks if the IDP SSO service wants authentication requests signed.
- getWantAuthnRequestsSignedXSBoolean() - インタフェース のメソッドorg.opensaml.saml2.metadata.IDPSSODescriptor
-
Checks if the IDP SSO service wants authentication requests signed.
- getWantAuthnRequestsSignedXSBoolean() - クラス のメソッドorg.opensaml.saml2.metadata.impl.IDPSSODescriptorImpl
-
Checks if the IDP SSO service wants authentication requests signed.
- getWidth() - クラス のメソッドorg.opensaml.samlext.saml2mdui.impl.LogoImpl
-
Get the width of the logo.
- getWidth() - インタフェース のメソッドorg.opensaml.samlext.saml2mdui.Logo
-
Get the width of the logo.
- getWorkingCopyDirectory(Element) - クラス のメソッドedu.internet2.middleware.shibboleth.common.config.resource.SVNResourceBeanDefinitionParser
-
- getWorkingDirectory() - クラス のメソッドorg.opensaml.ESAPISecurityConfig
- getWrappedRequest() - クラス のメソッドorg.opensaml.ws.transport.http.HttpServletRequestAdapter
-
Gets the adapted request.
- getWrappedResponse() - クラス のメソッドorg.opensaml.ws.transport.http.HttpServletResponseAdapter
-
Gets the adapted response.
- getWSAIsReferenceParameter(XMLObject) - クラス のstaticメソッドorg.opensaml.ws.wsaddressing.util.WSAddressingHelper
-
Get the wsa:IsReferenceParameter
attribute from a given SOAP object.
- getWSP12PolicyURIs() - インタフェース のメソッドorg.opensaml.ws.wspolicy.PolicyURIsBearing
-
Get the attribute value.
- getWSSE11TokenType() - インタフェース のメソッドorg.opensaml.ws.wssecurity.TokenTypeBearing
-
Returns the @wsse11:TokenType
attribute value.
- getWSSE11TokenType(XMLObject) - クラス のstaticメソッドorg.opensaml.ws.wssecurity.util.WSSecurityHelper
-
Gets the wsse11:TokenType
attribute from a given SOAP object.
- getWSSEUsages() - クラス のメソッドorg.opensaml.ws.wssecurity.impl.SecurityTokenReferenceImpl
-
Returns the list of wsse:@Usage
attributes value.
- getWSSEUsages() - インタフェース のメソッドorg.opensaml.ws.wssecurity.UsageBearing
-
Returns the list of wsse:@Usage
attributes value.
- getWSSEUsages(XMLObject) - クラス のstaticメソッドorg.opensaml.ws.wssecurity.util.WSSecurityHelper
-
Gets the list value of the wsse:Usage
attribute from the given SOAP object.
- getWSUId() - クラス のメソッドorg.opensaml.ws.wspolicy.impl.PolicyImpl
-
Returns the @wsu:Id
attribute value.
- getWSUId() - インタフェース のメソッドorg.opensaml.ws.wssecurity.IdBearing
-
Returns the @wsu:Id
attribute value.
- getWSUId() - クラス のメソッドorg.opensaml.ws.wssecurity.impl.AttributedDateTimeImpl
-
Returns the @wsu:Id
attribute value.
- getWSUId() - クラス のメソッドorg.opensaml.ws.wssecurity.impl.AttributedStringImpl
-
Returns the @wsu:Id
attribute value.
- getWSUId() - クラス のメソッドorg.opensaml.ws.wssecurity.impl.AttributedURIImpl
-
Returns the @wsu:Id
attribute value.
- getWSUId() - クラス のメソッドorg.opensaml.ws.wssecurity.impl.EncryptedHeaderImpl
-
Returns the @wsu:Id
attribute value.
- getWSUId() - クラス のメソッドorg.opensaml.ws.wssecurity.impl.SecurityTokenReferenceImpl
-
Returns the @wsu:Id
attribute value.
- getWSUId() - クラス のメソッドorg.opensaml.ws.wssecurity.impl.SignatureConfirmationImpl
-
Returns the @wsu:Id
attribute value.
- getWSUId() - クラス のメソッドorg.opensaml.ws.wssecurity.impl.TimestampImpl
-
Returns the @wsu:Id
attribute value.
- getWSUId() - クラス のメソッドorg.opensaml.ws.wssecurity.impl.UsernameTokenImpl
-
Returns the @wsu:Id
attribute value.
- getWSUId(XMLObject) - クラス のstaticメソッドorg.opensaml.ws.wssecurity.util.WSSecurityHelper
-
Gets the wsu:Id
attribute from a given SOAP object.
- getX500DNHandler() - クラス のメソッドorg.opensaml.ws.security.provider.CertificateNameOptions
-
Get the handler responsible for serializing X.500 names to strings from certificate-derived
X500Principal
instances.
- getX500DNHandler() - クラス のメソッドorg.opensaml.xml.security.keyinfo.provider.InlineX509DataProvider
-
Get the handler which process X.500 distinguished names.
- getX500DNHandler() - クラス のメソッドorg.opensaml.xml.security.x509.BasicX509CredentialNameEvaluator
-
Get the handler which process X.500 distinguished names.
- getX500DNHandler() - クラス のメソッドorg.opensaml.xml.security.x509.CertPathPKIXTrustEvaluator
-
Get the handler which process X.500 distinguished names.
- getX500DNHandler() - クラス のメソッドorg.opensaml.xml.security.x509.X509KeyInfoGeneratorFactory
-
Get the handler which process X.500 distinguished names.
- getX500IssuerDNFormat() - クラス のメソッドorg.opensaml.xml.security.x509.X509KeyInfoGeneratorFactory
-
Get the output format specifier for X.500 issuer names.
- getX500SubjectDNFormat() - クラス のメソッドorg.opensaml.ws.security.provider.CertificateNameOptions
-
Get the the format specifier for serializaing X.500 subject names to strings.
- getX500SubjectDNFormat() - クラス のメソッドorg.opensaml.xml.security.x509.X509KeyInfoGeneratorFactory
-
Get the output format specifier for X.500 subject names.
- getX509CertFactory() - クラス のstaticメソッドorg.opensaml.xml.security.keyinfo.KeyInfoHelper
-
Get the Java certificate factory singleton.
- getX509Certificates(KeyInfo) - クラス のメソッドedu.internet2.middleware.shibboleth.common.security.MetadataPKIXValidationInformationResolver
-
Extract certificates from a KeyInfo element.
- getX509Certificates() - クラス のメソッドorg.opensaml.xml.signature.impl.X509DataImpl
-
Get the list of X509Certificate child elements.
- getX509Certificates() - インタフェース のメソッドorg.opensaml.xml.signature.X509Data
-
Get the list of X509Certificate child elements.
- getX509CredentialNameEvaluator() - クラス のメソッドorg.opensaml.xml.security.x509.PKIXX509CredentialTrustEngine
-
Get the X509CredentialNameEvaluator instance used to evalute a credential
against trusted names.
- getX509CredentialNameEvaluator() - クラス のメソッドorg.opensaml.xml.signature.impl.PKIXSignatureTrustEngine
-
Get the X509CredentialNameEvaluator instance used to evalute a credential
against trusted names.
- getX509CRLs(KeyInfo) - クラス のメソッドedu.internet2.middleware.shibboleth.common.security.MetadataPKIXValidationInformationResolver
-
Extract CRL's from a KeyInfo element.
- getX509CRLs() - クラス のメソッドorg.opensaml.xml.signature.impl.X509DataImpl
-
Get the list of X509CRL child elements.
- getX509CRLs() - インタフェース のメソッドorg.opensaml.xml.signature.X509Data
-
Get the list of X509CRL child elements.
- getX509Datas() - クラス のメソッドorg.opensaml.xml.signature.impl.KeyInfoTypeImpl
-
Get the list of X509Data child elements.
- getX509Datas() - インタフェース のメソッドorg.opensaml.xml.signature.KeyInfoType
-
Get the list of X509Data child elements.
- getX509IssuerName() - クラス のメソッドorg.opensaml.xml.signature.impl.X509IssuerSerialImpl
-
Get the X509IssuerName child element.
- getX509IssuerName() - インタフェース のメソッドorg.opensaml.xml.signature.X509IssuerSerial
-
Get the X509IssuerName child element.
- getX509IssuerSerials() - クラス のメソッドorg.opensaml.xml.signature.impl.X509DataImpl
-
Get the list of X509IssuerSerial child elements.
- getX509IssuerSerials() - インタフェース のメソッドorg.opensaml.xml.signature.X509Data
-
Get the list of X509IssuerSerial child elements.
- getX509SerialNumber() - クラス のメソッドorg.opensaml.xml.signature.impl.X509IssuerSerialImpl
-
Get the X509SerialNumber child element.
- getX509SerialNumber() - インタフェース のメソッドorg.opensaml.xml.signature.X509IssuerSerial
-
Get the X509SerialNumber child element.
- getX509SKIs() - クラス のメソッドorg.opensaml.xml.signature.impl.X509DataImpl
-
Get the list of X509SKI child elements.
- getX509SKIs() - インタフェース のメソッドorg.opensaml.xml.signature.X509Data
-
Get the list of X509SKI child elements.
- getX509SubjectNames() - クラス のメソッドorg.opensaml.xml.signature.impl.X509DataImpl
-
Get the list of X509SubjectName child elements.
- getX509SubjectNames() - インタフェース のメソッドorg.opensaml.xml.signature.X509Data
-
Get the list of X509SubjectName child elements.
- getXMLBase() - インタフェース のメソッドorg.opensaml.xml.BaseBearing
-
Returns the @xml:base
attribute value.
- getXMLBase(XMLObject) - クラス のstaticメソッドorg.opensaml.xml.util.XMLAttributeHelper
-
Gets the xml:base
attribute from a given XML object.
- getXMLId() - インタフェース のメソッドorg.opensaml.xml.IdBearing
-
Returns the @xml:id
attribute value.
- getXMLId(XMLObject) - クラス のstaticメソッドorg.opensaml.xml.util.XMLAttributeHelper
-
Gets the xml:id
attribute from a given XML object.
- getXMLLang() - クラス のメソッドorg.opensaml.samlext.saml2mdui.impl.KeywordsImpl
-
Returns the @xml:lang
attribute value.
- getXMLLang() - クラス のメソッドorg.opensaml.samlext.saml2mdui.impl.LocalizedNameImpl
-
Returns the @xml:lang
attribute value.
- getXMLLang() - クラス のメソッドorg.opensaml.samlext.saml2mdui.impl.LocalizedURIImpl
-
Returns the @xml:lang
attribute value.
- getXMLLang() - クラス のメソッドorg.opensaml.samlext.saml2mdui.impl.LogoImpl
-
Returns the @xml:lang
attribute value.
- getXMLLang() - インタフェース のメソッドorg.opensaml.xml.LangBearing
-
Returns the @xml:lang
attribute value.
- getXMLLang(XMLObject) - クラス のstaticメソッドorg.opensaml.xml.util.XMLAttributeHelper
-
Gets the xml:lang
attribute from a given XML object.
- getXMLObjects() - クラス のメソッドorg.opensaml.ws.wspolicy.impl.OperatorContentTypeImpl
-
Get the complete modifiable list of XMLObject children.
- getXMLObjects(QName) - クラス のメソッドorg.opensaml.ws.wspolicy.impl.OperatorContentTypeImpl
-
Get the modifiable sublist of XMLObject children which match the specified
type or element name.
- getXMLObjects() - インタフェース のメソッドorg.opensaml.ws.wspolicy.OperatorContentType
-
Get the complete modifiable list of XMLObject children.
- getXMLObjects(QName) - インタフェース のメソッドorg.opensaml.ws.wspolicy.OperatorContentType
-
Get the modifiable sublist of XMLObject children which match the specified
type or element name.
- getXMLObjects() - クラス のメソッドorg.opensaml.xml.signature.impl.KeyInfoTypeImpl
-
Get the list of all XMLObject children.
- getXMLObjects(QName) - クラス のメソッドorg.opensaml.xml.signature.impl.KeyInfoTypeImpl
-
Get the list of XMLObject children whose type or element QName matches the specified QName.
- getXMLObjects() - クラス のメソッドorg.opensaml.xml.signature.impl.SPKIDataImpl
-
Get the list of all XMLObject children
- getXMLObjects(QName) - クラス のメソッドorg.opensaml.xml.signature.impl.SPKIDataImpl
-
Get the list of XMLObject children whose type or element
QName matches the specified QName
- getXMLObjects(QName) - クラス のメソッドorg.opensaml.xml.signature.impl.TransformImpl
-
Get the list of XMLObject children that match a particular QName
- getXMLObjects() - クラス のメソッドorg.opensaml.xml.signature.impl.X509DataImpl
-
Get the list of all XMLObject children.
- getXMLObjects(QName) - クラス のメソッドorg.opensaml.xml.signature.impl.X509DataImpl
-
Get the list of XMLObject children whose type or element QName matches the specified QName.
- getXMLObjects() - インタフェース のメソッドorg.opensaml.xml.signature.KeyInfoType
-
Get the list of all XMLObject children.
- getXMLObjects(QName) - インタフェース のメソッドorg.opensaml.xml.signature.KeyInfoType
-
Get the list of XMLObject children whose type or element QName matches the specified QName.
- getXMLObjects() - インタフェース のメソッドorg.opensaml.xml.signature.SPKIData
-
Get the list of all XMLObject children
- getXMLObjects(QName) - インタフェース のメソッドorg.opensaml.xml.signature.SPKIData
-
Get the list of XMLObject children whose type or element
QName matches the specified QName
- getXMLObjects(QName) - インタフェース のメソッドorg.opensaml.xml.signature.Transform
-
Get the list of XMLObject children that match a particular QName
- getXMLObjects() - インタフェース のメソッドorg.opensaml.xml.signature.X509Data
-
Get the list of all XMLObject children.
- getXMLObjects(QName) - インタフェース のメソッドorg.opensaml.xml.signature.X509Data
-
Get the list of XMLObject children whose type or element QName matches the specified QName.
- getXMLSignature() - クラス のメソッドorg.opensaml.xml.signature.impl.SignatureImpl
-
Get the Apache XML Security signature instance held by this object.
- getXMLSpace() - インタフェース のメソッドorg.opensaml.xml.SpaceBearing
-
Returns the @xml:space
attribute value.
- getXMLSpace(XMLObject) - クラス のstaticメソッドorg.opensaml.xml.util.XMLAttributeHelper
-
Gets the xml:space
attribute from a given XML object.
- getXPaths() - クラス のメソッドorg.opensaml.xml.signature.impl.TransformImpl
-
Get the list of XPath child elements
- getXPaths() - インタフェース のメソッドorg.opensaml.xml.signature.Transform
-
Get the list of XPath child elements
- getXPathVersion() - インタフェース のメソッドorg.opensaml.xacml.policy.DefaultsType
-
Gets the XPath version for this type.
- getXPathVersion() - クラス のメソッドorg.opensaml.xacml.policy.impl.DefaultsTypeImpl
-
Gets the XPath version for this type.
- getXSIType(Element) - クラス のstaticメソッドorg.opensaml.xml.util.XMLHelper
-
Gets the XSI type for a given element if it has one.
- getY() - インタフェース のメソッドorg.opensaml.xml.signature.DSAKeyValue
-
Get the Y child element.
- getY() - クラス のメソッドorg.opensaml.xml.signature.impl.DSAKeyValueImpl
-
Get the Y child element.
- GHPP_NS_URI - インタフェース のstatic変数org.opensaml.saml2.core.Action
-
Get/Head/Put/Post action namespace.
- GImpl - org.opensaml.xml.signature.implのクラス
-
Concrete implementation of
G
- GImpl(String, String, String) - クラス のコンストラクタorg.opensaml.xml.signature.impl.GImpl
-
Constructor
- GivenName - org.opensaml.saml2.metadataのインタフェース
-
SAML 2.0 Metadata GivenName
- GivenNameBuilder - org.opensaml.saml2.metadata.implのクラス
-
- GivenNameBuilder() - クラス のコンストラクタorg.opensaml.saml2.metadata.impl.GivenNameBuilder
-
Constructor
- GivenNameImpl - org.opensaml.saml2.metadata.implのクラス
-
- GivenNameImpl(String, String, String) - クラス のコンストラクタorg.opensaml.saml2.metadata.impl.GivenNameImpl
-
Constructor
- GivenNameMarshaller - org.opensaml.saml2.metadata.implのクラス
-
A thread safe Marshaller for
GivenName
objects.
- GivenNameMarshaller() - クラス のコンストラクタorg.opensaml.saml2.metadata.impl.GivenNameMarshaller
-
- GivenNameSchemaValidator - org.opensaml.saml2.metadata.validatorのクラス
-
- GivenNameSchemaValidator() - クラス のコンストラクタorg.opensaml.saml2.metadata.validator.GivenNameSchemaValidator
-
Constructor
- GivenNameUnmarshaller - org.opensaml.saml2.metadata.implのクラス
-
A thread-safe Unmarshaller for
GivenName
objects.
- GivenNameUnmarshaller() - クラス のコンストラクタorg.opensaml.saml2.metadata.impl.GivenNameUnmarshaller
-
- GLOBAL_TIMEOUT_REASON - インタフェース のstatic変数org.opensaml.saml2.core.LogoutRequest
-
Global timeout logout reason.
- GLOBAL_TIMEOUT_URI - インタフェース のstatic変数org.opensaml.saml2.core.LogoutResponse
-
URI for global timeout logout reason.
- GSS_KERBEROS_AP_REQ - クラス のstatic変数org.opensaml.ws.wssecurity.WSSecurityConstants
-
WS-Security - Kerberos Token Profile - GSS_Kerberosv5_AP_REQ.
- GSS_KERBEROS_AP_REQ_1510 - クラス のstatic変数org.opensaml.ws.wssecurity.WSSecurityConstants
-
WS-Security - Kerberos Token Profile - GSS_Kerberosv5_AP_REQ1510.
- GZIP - クラス のstatic変数org.opensaml.xml.util.Base64
-
Specify that data should be gzip-compressed.