Uses of Interface
org.opensaml.saml.common.SAMLObject
-
Packages that use SAMLObject Package Description org.opensaml.saml.common Base classes for working with SAML as Java objects.org.opensaml.saml.common.binding Classes related to SAML binding operations.org.opensaml.saml.common.binding.artifact Classes supporting SAML artifact use.org.opensaml.saml.common.messaging.context Context classes for SAML-based messaging function.org.opensaml.saml.common.messaging.soap Support classes for SAML SOAP message operations.org.opensaml.saml.common.profile Classes supporting general SAML profile behavior.org.opensaml.saml.common.profile.logic Functions and predicates supporting common SAML profile behavior.org.opensaml.saml.ext.idpdisco Interfaces for SAML 2 Metadata Extension Identity Provider Discovery.org.opensaml.saml.ext.reqattr Interface for SAML V2.0 Protocol Extension For Requesting Attributes Per Request.org.opensaml.saml.ext.saml1md Interfaces for SAML 2 Metadata Profile for SAML 1.x.org.opensaml.saml.ext.saml2alg Interfaces for SAML v2.0 Metadata Profile for Algorithm Support Version 1.0.org.opensaml.saml.ext.saml2aslo Interfaces for SAML 2 Protocol Extension for Async Logout.org.opensaml.saml.ext.saml2cb Interfaces for SAML 2 Channel Binding Extensions.org.opensaml.saml.ext.saml2delrestrict Interfaces for SAML 2 Condition for Delegation Restriction.org.opensaml.saml.ext.saml2mdattr Interfaces for SAML 2 Metadata Extension for Entity Attributes.org.opensaml.saml.ext.saml2mdquery Interfaces for SAML 2 Metadata Profile for Standalone Query Requesters.org.opensaml.saml.ext.saml2mdreqinit Interfaces for SAML 2 Metadata Extension for SSO Service Provider Request Initiation.org.opensaml.saml.ext.saml2mdrpi The package to define the SAML V2.0 Metadata Extensions for Registration and Publication Information Version 1.0.org.opensaml.saml.ext.saml2mdui Interfaces for SAML 2 Metadata Extensions for Login UI and Discovery.org.opensaml.saml.ext.samlec Interfaces for SAML-EC GSS-API Mechanism.org.opensaml.saml.ext.samlpthrpty Interfaces for SAML 2 Metadata Extension for Third-Party Request Protocol Extension.org.opensaml.saml.saml1.core Interfaces for SAML 1.0 and 1.1 types and elements.org.opensaml.saml.saml2.common Interfaces for elements and attributes used in multiple SAML 2.0 specification.org.opensaml.saml.saml2.core Interfaces for SAML 2.0 core and protocol interfaces.org.opensaml.saml.saml2.ecp Interfaces for SAML 2 ECP Elements.org.opensaml.saml.saml2.encryption Classes for encrypting and decrypting SAML.org.opensaml.saml.saml2.metadata Concrete definitions of the objects described in saml-metadata-2.0-os work. -
-
Uses of SAMLObject in org.opensaml.saml.common
Classes in org.opensaml.saml.common with type parameters of type SAMLObject Modifier and Type Class Description classAbstractSAMLObjectBuilder<SAMLObjectType extends SAMLObject>Base builder forSAMLObjects.interfaceSAMLObjectBuilder<SAMLObjectType extends SAMLObject>Builder for SAMLObjects.Subinterfaces of SAMLObject in org.opensaml.saml.common Modifier and Type Interface Description interfaceSignableSAMLObjectA signable SAMLObject.Classes in org.opensaml.saml.common that implement SAMLObject Modifier and Type Class Description classAbstractSignableSAMLObjectAbstract SAMLObject implementation that also implementsSignableXMLObject. -
Uses of SAMLObject in org.opensaml.saml.common.binding
Methods in org.opensaml.saml.common.binding with parameters of type SAMLObject Modifier and Type Method Description static voidSAMLBindingSupport. setSAML1ResponseRecipient(SAMLObject outboundMessage, String endpointURL)Sets the destination attribute on the outbound message if it is aResponseAbstractTypemessage.static voidSAMLBindingSupport. setSAML2Destination(SAMLObject outboundMessage, String endpointURL)Sets the destination attribute on an outbound message if it is either aRequestAbstractTypeor aStatusResponseTypemessage. -
Uses of SAMLObject in org.opensaml.saml.common.binding.artifact
Fields in org.opensaml.saml.common.binding.artifact declared as SAMLObject Modifier and Type Field Description private SAMLObjectBasicSAMLArtifactMapEntry. messageSAML message mapped to the artifact.Methods in org.opensaml.saml.common.binding.artifact that return SAMLObject Modifier and Type Method Description SAMLObjectBasicSAMLArtifactMapEntry. getSamlMessage()Gets SAML message the artifact maps to.SAMLObjectSAMLArtifactMap.SAMLArtifactMapEntry. getSamlMessage()Gets SAML message the artifact maps to.Methods in org.opensaml.saml.common.binding.artifact with parameters of type SAMLObject Modifier and Type Method Description SAMLArtifactMap.SAMLArtifactMapEntrySAMLArtifactMap.SAMLArtifactMapEntryFactory. newEntry(String artifact, String issuerId, String relyingPartyId, SAMLObject samlMessage)Factory method which produces aSAMLArtifactMap.SAMLArtifactMapEntry.voidSAMLArtifactMap. put(String artifact, String relyingPartyId, String issuerId, SAMLObject samlMessage)Creates a mapping between a given artifact and the SAML message to which it maps.Constructors in org.opensaml.saml.common.binding.artifact with parameters of type SAMLObject Constructor Description BasicSAMLArtifactMapEntry(String samlArtifact, String issuerId, String relyingPartyId, SAMLObject samlMessage)Constructor.ExpiringSAMLArtifactMapEntry(String samlArtifact, String issuerId, String relyingPartyId, SAMLObject samlMessage)Constructor. -
Uses of SAMLObject in org.opensaml.saml.common.messaging.context
Fields in org.opensaml.saml.common.messaging.context declared as SAMLObject Modifier and Type Field Description private SAMLObjectSAMLSubjectNameIdentifierContext. nameIDThe SAML name identifier represented by this context.Methods in org.opensaml.saml.common.messaging.context that return SAMLObject Modifier and Type Method Description SAMLObjectSAMLSubjectNameIdentifierContext. getSubjectNameIdentifier()Gets the subject name identifier represented by the context, which is guaranteed to be either a SAML 1NameIdentifieror a SAML 2NameID.protected SAMLObjectSAMLSubjectNameIdentifierContext. resolveNameIdentifier()Dynamically resolve the name identifier from the SAML protocol message held inMessageContext.getMessage(), if it exists.protected SAMLObjectSAMLMessageInfoContext. resolveSAMLMessage()Resolve the SAML message from the message context.protected SAMLObjectSAMLPeerEntityContext. resolveSAMLMessage()Resolve the SAML message from the message context.protected SAMLObjectSAMLSubjectNameIdentifierContext. resolveSAMLMessage()Resolve the SAML message from the message context.Methods in org.opensaml.saml.common.messaging.context with parameters of type SAMLObject Modifier and Type Method Description voidSAMLSubjectNameIdentifierContext. setSubjectNameIdentifier(SAMLObject newNameID)Sets the name identifier, which must be either a SAML 1NameIdentifieror a SAML 2NameIDor null. -
Uses of SAMLObject in org.opensaml.saml.common.messaging.soap
Classes in org.opensaml.saml.common.messaging.soap with type parameters of type SAMLObject Modifier and Type Class Description classSAMLSOAPClientContextBuilder<InboundMessageType extends SAMLObject,OutboundMessageType extends SAMLObject>BuilderInOutOperationContextinstances for SAML SOAP client use cases.classSAMLSOAPClientContextBuilder<InboundMessageType extends SAMLObject,OutboundMessageType extends SAMLObject>BuilderInOutOperationContextinstances for SAML SOAP client use cases.Fields in org.opensaml.saml.common.messaging.soap declared as SAMLObject Modifier and Type Field Description private OutboundMessageTypeSAMLSOAPClientContextBuilder. outboundMessageThe outbound message. -
Uses of SAMLObject in org.opensaml.saml.common.profile
Classes in org.opensaml.saml.common.profile with type parameters of type SAMLObject Modifier and Type Class Description classAbstractNameIdentifierGenerator<NameIdType extends SAMLObject>Abstract base class for simple implementations ofNameIdentifierGenerator.interfaceFormatSpecificNameIdentifierGenerator<NameIdType extends SAMLObject>Specialized type ofNameIdentifierGeneratorthat is locked to a specific Format of identifier.interfaceNameIdentifierGenerator<NameIdType extends SAMLObject>Interface for a component that produces SAMLNameIdentifierand/orNameIDobjects for inclusion in assertion subjects. -
Uses of SAMLObject in org.opensaml.saml.common.profile.logic
Fields in org.opensaml.saml.common.profile.logic with type parameters of type SAMLObject Modifier and Type Field Description private Function<ProfileRequestContext,SAMLObject>AbstractNameIDPolicyPredicate. objectLookupStrategyObject lookup function.Method parameters in org.opensaml.saml.common.profile.logic with type arguments of type SAMLObject Modifier and Type Method Description voidAbstractNameIDPolicyPredicate. setObjectLookupStrategy(Function<ProfileRequestContext,SAMLObject> strategy)Set the lookup strategy used to locate the object to evaluate. -
Uses of SAMLObject in org.opensaml.saml.ext.idpdisco
Subinterfaces of SAMLObject in org.opensaml.saml.ext.idpdisco Modifier and Type Interface Description interfaceDiscoveryResponseSAML Identity Provider Discovery Protocol DiscoveryResponse. -
Uses of SAMLObject in org.opensaml.saml.ext.reqattr
Subinterfaces of SAMLObject in org.opensaml.saml.ext.reqattr Modifier and Type Interface Description interfaceRequestedAttributesSAML V2.0 Protocol Extension For Requesting Attributes Per Request. -
Uses of SAMLObject in org.opensaml.saml.ext.saml1md
Subinterfaces of SAMLObject in org.opensaml.saml.ext.saml1md Modifier and Type Interface Description interfaceSourceIDSAML 1 Metadata extension SourceID. -
Uses of SAMLObject in org.opensaml.saml.ext.saml2alg
Subinterfaces of SAMLObject in org.opensaml.saml.ext.saml2alg Modifier and Type Interface Description interfaceDigestMethodSAML v2.0 Metadata Profile for Algorithm Support Version 1.0 DigestMethod SAMLObject.interfaceSigningMethodSAML v2.0 Metadata Profile for Algorithm Support Version 1.0 SigningMethod SAMLObject. -
Uses of SAMLObject in org.opensaml.saml.ext.saml2aslo
Subinterfaces of SAMLObject in org.opensaml.saml.ext.saml2aslo Modifier and Type Interface Description interfaceAsynchronousSAML 2.0 Protocol extension Asynchronous. -
Uses of SAMLObject in org.opensaml.saml.ext.saml2cb
Subinterfaces of SAMLObject in org.opensaml.saml.ext.saml2cb Modifier and Type Interface Description interfaceChannelBindingsSAML 2.0 Channel Bindings Extensions ChannelBinding element. -
Uses of SAMLObject in org.opensaml.saml.ext.saml2delrestrict
Subinterfaces of SAMLObject in org.opensaml.saml.ext.saml2delrestrict Modifier and Type Interface Description interfaceDelegateSAML 2.0 Condition for Delegation Restriction - Delegate element.interfaceDelegationRestrictionTypeSAML 2.0 Condition for Delegation Restriction - DelegationRestrictionType complex type. -
Uses of SAMLObject in org.opensaml.saml.ext.saml2mdattr
Subinterfaces of SAMLObject in org.opensaml.saml.ext.saml2mdattr Modifier and Type Interface Description interfaceEntityAttributesSAML V2.0 Metadata Extension for Entity Attributes EntityAttributes SAML object.Methods in org.opensaml.saml.ext.saml2mdattr that return types with arguments of type SAMLObject Modifier and Type Method Description List<SAMLObject>EntityAttributes. getEntityAttributesChildren()Gets a fully mutable list of the child objects of this extension. -
Uses of SAMLObject in org.opensaml.saml.ext.saml2mdquery
Subinterfaces of SAMLObject in org.opensaml.saml.ext.saml2mdquery Modifier and Type Interface Description interfaceActionNamespaceSAML 2.0 Metadata extension ActionNamespace.interfaceAttributeQueryDescriptorTypeSAML 2.0 Metadata extension AttributeQueryDescriptorType.interfaceAuthnQueryDescriptorTypeSAML 2.0 Metadata extension AuthnQueryDescriptorType.interfaceAuthzDecisionQueryDescriptorTypeSAML 2.0 Metadata extension AuthzDecisionQueryDescriptorType.interfaceQueryDescriptorTypeSAML 2.0 Metadata extension QueryDescriptorType. -
Uses of SAMLObject in org.opensaml.saml.ext.saml2mdreqinit
Subinterfaces of SAMLObject in org.opensaml.saml.ext.saml2mdreqinit Modifier and Type Interface Description interfaceRequestInitiatorInterfaces for SAML 2 Metadata Extension for SSO Service Provider Request Initiation - RequestInitiator element. -
Uses of SAMLObject in org.opensaml.saml.ext.saml2mdrpi
Subinterfaces of SAMLObject in org.opensaml.saml.ext.saml2mdrpi Modifier and Type Interface Description interfacePublicationRepresentation of the<mdrpi:Publication>element.interfacePublicationInfoRepresentation of the<mdrpi:PublicationInfo>element.interfacePublicationPathRepresentation of the<mdrpi:PublicationPath>element.interfaceRegistrationInfoRepresentation of the<mdrpi:RegistrationInfo>element.interfaceRegistrationPolicyRepresentation of the<mdrpi:RegistrationPolicy>element.interfaceUsagePolicyRepresentation of the<mdrpi:UsagePolicy>element. -
Uses of SAMLObject in org.opensaml.saml.ext.saml2mdui
Subinterfaces of SAMLObject in org.opensaml.saml.ext.saml2mdui Modifier and Type Interface Description interfaceDescriptionDisplayName.interfaceDiscoHintsSee IdP Discovery and Login UI Metadata Extension Profile.interfaceDisplayNameDisplayName.interfaceDomainHintDomainHint.interfaceGeolocationHintGeolocationHint.interfaceInformationURLInformationURL.interfaceIPHintIPHint.interfaceKeywordsDisplayName.interfaceLogoLocalized logo type.interfacePrivacyStatementURLPrivacyStatementURL.interfaceUIInfoSee IdP Discovery and Login UI Metadata Extension Profile. -
Uses of SAMLObject in org.opensaml.saml.ext.samlec
Subinterfaces of SAMLObject in org.opensaml.saml.ext.samlec Modifier and Type Interface Description interfaceEncTypeSAML-EC GSS-API EncType element.interfaceGeneratedKeySAML-EC GSS-API GeneratedKey element.interfaceSessionKeySAML-EC GSS-API SessionKey element. -
Uses of SAMLObject in org.opensaml.saml.ext.samlpthrpty
Subinterfaces of SAMLObject in org.opensaml.saml.ext.samlpthrpty Modifier and Type Interface Description interfaceRespondToSAML 2.0 Protocol Third-party extension RespondTo. -
Uses of SAMLObject in org.opensaml.saml.saml1.core
Subinterfaces of SAMLObject in org.opensaml.saml.saml1.core Modifier and Type Interface Description interfaceActionInterface describing how a SAML1.1Actionelement behaves.interfaceAdviceThis interface defines how the object representing a SAML 1Adviceelement behaves.interfaceAssertionThis interface defines how the object representing a SAML 1Assertionelement behaves.interfaceAssertionArtifactThis interface is for the SAML1AssertionArtifactelement.interfaceAssertionIDReferenceThis interface defines how the object representing a SAML 1AssertionIDReferenceelement behaves.interfaceAttributeThis interface defines how the object representing a SAML 1Attributeelement behaves.interfaceAttributeDesignatorThis interface defines how the object representing a SAML 1AttributeDesignatorelement behaves.interfaceAttributeQueryDescription of the behaviour of theAttributeQueryelement.interfaceAttributeStatementThis interface defines how the object representing a SAML 1AttributeStatementelement behaves.interfaceAttributeValueThis interface defines how the object representing a SAML 1AttributeValueelement behaves.interfaceAudienceThis interface describes how an object representing a SAML1Audienceelement will behave.interfaceAudienceRestrictionConditionThis interface describes how ab object representing a SAML1AudienceRestrictionConditionelement will behave.interfaceAuthenticationQueryDescription of the behaviour of theAuthenticationQueryelement.interfaceAuthenticationStatementThis interface defines how the object representing a SAML1AuthenticationStatmentelement behaves.interfaceAuthorityBindingInterface to define how aAuthorityBindingelement behaves.interfaceAuthorizationDecisionQueryDescription of the behaviour of theAuthorizationDecisionQueryelement.interfaceAuthorizationDecisionStatementThis interface defines how the object representing a SAML1AuthorizationDecisionStatementelement behaves.interfaceConditionThis interface describes how a object representing a SAML1Conditionelement will behave.interfaceConditionsThis interface defines how the object representing a SAML1Conditionselement behaves.interfaceConfirmationMethodThis interface defines how the object representing a SAML1ConfirmationMethodelement behaves.interfaceDoNotCacheConditionThis interface describes how ab object representing a SAML1DoNotCacheConditionelement will behave.interfaceEvidenceInterface describing how a SAML1.1Evidenceelement behaves.interfaceEvidentiaryMarker interface for element types that can constitute evidence within aEvidenceobject.interfaceNameIdentifierInterface to define how a NameIdentifier element behaves.interfaceQueryThis interface is for the SAML1Queryextention point.interfaceRequestThis interface defines how the SAML1Requestobjects behave.interfaceRequestAbstractTypeThis interface describes the base class for types derived fromRequestAbstractType.interfaceRespondWithThis interface defines how the (deprecated) RespondWith element would behave.interfaceResponseThis interface defines how the object representing a SAML1Responseelement behaves.interfaceResponseAbstractTypeThis interface defines the base class for type derived from the SAML1ResponseAbstractType.interfaceStatementThis interface defines how the object representing a SAML1Statementelement behaves.interfaceStatusThis interface defines how the object representing a SAML 1Statuselement behaves.interfaceStatusCodeThis interface defines how the object representing a SAML 1StatusCodeelement behaves.interfaceStatusDetailInterface to describe how aStatusDetailelement behaves.interfaceStatusMessageThis interface defines how the object representing a SAML1StatusMessageelement behaves.interfaceSubjectInterface to describe how theSubjectelements work.interfaceSubjectConfirmationInterface to define how a SubjectConfirmation element behaves.interfaceSubjectConfirmationDataThis interface defines how the object representing a SAML1SubjectConfirmationDataelement behaves.interfaceSubjectLocalityInterface to define how a SubjectLocality element behaves.interfaceSubjectQueryThis interface is for the SAML1SubjectQueryextention point.interfaceSubjectStatementInterface to descibe how the anchor point SubjectStatement would work. -
Uses of SAMLObject in org.opensaml.saml.saml2.common
Subinterfaces of SAMLObject in org.opensaml.saml.saml2.common Modifier and Type Interface Description interfaceCacheableSAMLObjectA functional interface for SAMLElements that provide cache duration information.interfaceTimeBoundSAMLObjectA functional interface for SAMLElements that are bounded with a "validUntil" attribute. -
Uses of SAMLObject in org.opensaml.saml.saml2.core
Subinterfaces of SAMLObject in org.opensaml.saml.saml2.core Modifier and Type Interface Description interfaceActionSAML 2.0 Core Action.interfaceAdviceSAML 2.0 Core Advice.interfaceArtifactSAML 2.0 Core Artifact.interfaceArtifactResolveSAML 2.0 Core ArtifactResolve.interfaceArtifactResponseSAML 2.0 Core ArtifactResponse.interfaceAssertionSAML 2.0 Core Assertion.interfaceAssertionIDRefSAML 2.0 Core AssertionIDRef.interfaceAssertionIDRequestSAML 2.0 Core AssertionIDRequest.interfaceAssertionURIRefSAML 2.0 Core AssertionURIRef.interfaceAttributeSAML 2.0 Core Attribute.interfaceAttributeQuerySAML 2.0 AttributeQuery.interfaceAttributeStatementSAML 2.0 Core AttributeStatement.interfaceAttributeValueThis interface defines how the object representing a SAML 2AttributeValueelement behaves.interfaceAudienceSAML 2.0 Core Audience.interfaceAudienceRestrictionSAML 2.0 Core AudienceRestriction.interfaceAuthenticatingAuthoritySAML 2.0 Core AuthenticatingAuthority.interfaceAuthnContextSAML 2.0 Core AuthnContext.interfaceAuthnContextClassRefSAML 2.0 Core AuthnContextClassRef.interfaceAuthnContextDeclSAML 2.0 Core AuthnContextDecl.interfaceAuthnContextDeclRefSAML 2.0 Core AuthnContextDeclRef.interfaceAuthnQuerySAML 2.0 AuthnQuery.interfaceAuthnRequestSAML 2.0 Core AuthnRequest.interfaceAuthnStatementSAML 2.0 Core AuthnStatement.interfaceAuthzDecisionQuerySAML 2.0 AuthzDecisionQuery.interfaceAuthzDecisionStatementSAML 2.0 Core AuthzDecisionStatement.interfaceBaseIDSAML 2.0 Core BaseID.interfaceConditionSAML 2.0 Core Condition.interfaceConditionsSAML 2.0 Core Conditions.interfaceEncryptedAssertionSAML 2.0 Core EncryptedAssertion.interfaceEncryptedAttributeSAML 2.0 Core EncryptedAttribute.interfaceEncryptedElementTypeSAML 2.0 Core EncryptedElementType.interfaceEncryptedIDSAML 2.0 Core EncryptedID.interfaceEvidenceSAML 2.0 Core Evidence.interfaceEvidentiaryMarker interface for element types that can constitute evidence within aEvidenceobject.interfaceExtensionsSAML 2.0 Core Extensions.interfaceGetCompleteSAML 2.0 Core GetComplete.interfaceIDPEntrySAML 2.0 Core IDPEntry.interfaceIDPListSAML 2.0 Core IDPList.interfaceIssuerSAML 2.0 Core Issuer.interfaceKeyInfoConfirmationDataTypeSAML 2.0 Core KeyInfoConfirmationDataType.interfaceLogoutRequestSAML 2.0 Core LogoutRequest.interfaceLogoutResponseSAML 2.0 Core LogoutResponse.interfaceManageNameIDRequestSAML 2.0 Core ManageNameIDRequest.interfaceManageNameIDResponseSAML 2.0 Core ManageNameIDResponse.interfaceNameIDSAML 2.0 Core NameID.interfaceNameIDMappingRequestSAML 2.0 Core NameIDMappingRequest.interfaceNameIDMappingResponseSAML 2.0 Core NameIDMappingResponse .interfaceNameIDPolicySAML 2.0 Core NameIDPolicy.interfaceNewEncryptedIDSAML 2.0 Core NewEncryptedID.interfaceNewIDSAML 2.0 Core NewID.interfaceOneTimeUseSAML 2.0 Core OneTimeUse.interfaceProxyRestrictionSAML 2.0 Core ProxyRestriction.interfaceRequestAbstractTypeSAML 2.0 Core RequestAbstractType.interfaceRequestedAuthnContextSAML 2.0 Core RequestedAuthnContext.interfaceRequesterIDSAML 2.0 Core RequesterID.interfaceResponseSAML 2.0 Core Response.interfaceScopingSAML 2.0 Core Scoping.interfaceSessionIndexSAML 2.0 Core SessionIndex.interfaceStatementSAML 2.0 Core Statement.interfaceStatusSAML 2.0 Core Status.interfaceStatusCodeSAML 2.0 Core StatusCode.interfaceStatusDetailSAML 2.0 Core StatusDetail.interfaceStatusMessageSAML 2.0 Core StatusMessage.interfaceStatusResponseTypeSAML 2.0 Core StatusResponseType.interfaceSubjectSAML 2.0 Core Subject.interfaceSubjectConfirmationSAML 2.0 Core SubjectConfirmation.interfaceSubjectConfirmationDataSAML 2.0 Core SubjectConfirmationData.interfaceSubjectLocalitySAML 2.0 Core SubjectLocality.interfaceSubjectQuerySAML 2.0 Core SubjectQuery.interfaceTerminateSAML 2.0 Core Terminate.Methods in org.opensaml.saml.saml2.core that return SAMLObject Modifier and Type Method Description SAMLObjectArtifactResponse. getMessage()Gets the protocol message from the artifact response.Methods in org.opensaml.saml.saml2.core with parameters of type SAMLObject Modifier and Type Method Description voidArtifactResponse. setMessage(SAMLObject message)Sets the protocol message from the artifact response. -
Uses of SAMLObject in org.opensaml.saml.saml2.ecp
Subinterfaces of SAMLObject in org.opensaml.saml.saml2.ecp Modifier and Type Interface Description interfaceRelayStateSAML 2.0 ECP RelayState SOAP header.interfaceRequestSAML 2.0 ECP Request SOAP header.interfaceRequestAuthenticatedSAML 2.0 ECP RequestAuthenticated SOAP header.interfaceResponseSAML 2.0 ECP Response SOAP header.interfaceSubjectConfirmationSAML 2.0 ECP SubjectConfirmation SOAP header. -
Uses of SAMLObject in org.opensaml.saml.saml2.encryption
Methods in org.opensaml.saml.saml2.encryption that return SAMLObject Modifier and Type Method Description SAMLObjectDecrypter. decrypt(EncryptedID encryptedID)Decrypt the specified EncryptedID.private SAMLObjectDecrypter. decryptData(EncryptedElementType encElement)Decrypt the specified instance of EncryptedElementType, and return it as an instance of the specified QName. -
Uses of SAMLObject in org.opensaml.saml.saml2.metadata
Subinterfaces of SAMLObject in org.opensaml.saml.saml2.metadata Modifier and Type Interface Description interfaceAdditionalMetadataLocationSAML 2.0 Metadata AdditionalMetadataLocation.interfaceAffiliateMemberSAML 2.0 Metadata AffiliateMember.interfaceAffiliationDescriptorSAML 2.0 Metadata AffiliationDescriptorType.interfaceArtifactResolutionServiceSAML 2.0 Metadata ArtifactResolutionService.interfaceAssertionConsumerServiceSAML 2.0 Metadata AssertionConsumerService.interfaceAssertionIDRequestServiceSAML 2.0 Metadata AssertionIDRequestService.interfaceAttributeAuthorityDescriptorSAML 2.0 Metadata AttributeAuthorityDescriptor.interfaceAttributeConsumingServiceSAML 2.0 Metadata AttributeAuthorityDescriptor.interfaceAttributeProfileSAML 2.0 Metadata AttributeProfile.interfaceAttributeServiceSAML 2.0 Metadata AttributeService.interfaceAuthnAuthorityDescriptorSAML 2.0 Metadata AuthnAuthorityDescriptor.interfaceAuthnQueryServiceSAML 2.0 Metadata AuthnQueryService.interfaceAuthzServiceSAML 2.0 Metadata AuthzService.interfaceCompanySAML 2.0 Metadata Company.interfaceContactPersonSAML 2.0 Metadata ContactPerson.interfaceEmailAddressSAML 2.0 Metadata EmailAddress.interfaceEncryptionMethodSAML 2.0 Metadata EncryptionMethod.interfaceEndpointSAML 2.0 Metadata Endpoint data type interface.interfaceEntitiesDescriptorSAML 2.0 Metadata EntitiesDescriptor.interfaceEntityDescriptorSAML 2.0 Metadata EntityDescriptor.interfaceExtensionsSAML 2.0 Metadata Extensions.interfaceGivenNameSAML 2.0 Metadata GivenName.interfaceIDPSSODescriptorSAML 2.0 Metadata IDPSSODescriptorType.interfaceIndexedEndpointSAML 2.0 Metadata IndexedEndpoint.interfaceKeyDescriptorSAML 2.0 Metadata KeyDescriptor.interfaceLocalizedNameLocalizedName.interfaceLocalizedURILocalizedURI.interfaceManageNameIDServiceSAML 2.0 Metadata ManageNameIDService.interfaceNameIDFormatSAML 2.0 Metadata NameIDFormat.interfaceNameIDMappingServiceSAML 2.0 Metadata NameIDMappingService.interfaceOrganizationSAML 2.0 Metadata Organization.interfaceOrganizationDisplayNameSAML 2.0 Metadata OrganizationDisplayName.interfaceOrganizationNameSAML 2.0 Metadata OrganizationName.interfaceOrganizationURLSAML 2.0 Metadata OrganizationURL.interfacePDPDescriptorSAML 2.0 Metadata PDPDescriptor.interfaceRequestedAttributeSAML 2.0 Metadata RequestedAttribute.interfaceRoleDescriptorSAML 2.0 Metadata RoleDescriptor.interfaceServiceDescriptionSAML 2.0 Metadata ServiceDescription.interfaceServiceNameSAML 2.0 Metadata ServiceName.interfaceSingleLogoutServiceSAML 2.0 Metadata SingleLogoutService.interfaceSingleSignOnServiceSAML 2.0 Metadata SingleSignOnService.interfaceSPSSODescriptorSAML 2.0 Metadata SPSSODescriptorType.interfaceSSODescriptorSAML 2.0 Metadata SSODescriptor.interfaceSurNameSAML 2.0 Metadata SurName.interfaceTelephoneNumberSAML 2.0 Metadata TelephoneNumber.
-