Uses of Interface
org.opensaml.saml.saml2.core.LogoutRequest
Packages that use LogoutRequest
Package
Description
Implementations of SAML 2.0 core specification types and elements.
Implementations of SAML 2.0 profile behavior.
-
Uses of LogoutRequest in org.opensaml.saml.saml2.core.impl
Classes in org.opensaml.saml.saml2.core.impl that implement LogoutRequestMethods in org.opensaml.saml.saml2.core.impl that return LogoutRequestModifier and TypeMethodDescriptionLogoutRequestBuilder.buildObject()Builds a SAMLObject using the default name and namespace information provided SAML specifications.LogoutRequestBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name. -
Uses of LogoutRequest in org.opensaml.saml.saml2.profile.impl
Methods in org.opensaml.saml.saml2.profile.impl with parameters of type LogoutRequestModifier and TypeMethodDescriptionprivate voidDecryptNameIDs.processLogoutRequest(ProfileRequestContext profileRequestContext, LogoutRequest request) Decrypt anyEncryptedIDfound in a LogoutRequest and replace it with the result.private voidEncryptNameIDs.processLogoutRequest(LogoutRequest request) Encrypt aNameIDfound in a LogoutRequest and replace it with the result. -
Uses of LogoutRequest in org.opensaml.saml.saml2.testing
Methods in org.opensaml.saml.saml2.testing that return LogoutRequestModifier and TypeMethodDescriptionstatic LogoutRequestSAML2ActionTestingSupport.buildLogoutRequest(NameID name) Builds anLogoutRequest.