Tabnine Logo
SPSSODescriptor.getWantAssertionsSigned
Code IndexAdd Tabnine to your IDE (free)

How to use
getWantAssertionsSigned
method
in
org.opensaml.saml.saml2.metadata.SPSSODescriptor

Best Java code snippets using org.opensaml.saml.saml2.metadata.SPSSODescriptor.getWantAssertionsSigned (Showing top 4 results out of 315)

origin: line/armeria

assertThat(sp.getWantAssertionsSigned()).isTrue();
origin: org.apereo.cas/cas-server-support-saml-idp-core

public boolean isWantAssertionsSigned() {
  return this.ssoDescriptor.getWantAssertionsSigned();
}
origin: org.pac4j/pac4j-saml

@VisibleForTesting
Boolean wantsAssertionsSigned(SAML2MessageContext context) {
  if (context == null) return wantsAssertionsSigned;
  SPSSODescriptor spDescriptor = context.getSPSSODescriptor();
  if (spDescriptor == null) return wantsAssertionsSigned;
  return spDescriptor.getWantAssertionsSigned();
}
origin: spring-projects/spring-security-saml

provider.setManageNameIDService(getEndpoints(desc.getManageNameIDServices()));
provider.setAuthnRequestsSigned(desc.isAuthnRequestsSigned());
provider.setWantAssertionsSigned(desc.getWantAssertionsSigned());
provider.setAssertionConsumerService(getEndpoints(desc.getAssertionConsumerServices()));
provider.setRequestedAttributes(getRequestAttributes(desc));
org.opensaml.saml.saml2.metadataSPSSODescriptorgetWantAssertionsSigned

Javadoc

Gets whether this service wants assertions signed.

Popular methods of SPSSODescriptor

  • getAssertionConsumerServices
    Gets an list of assertion consumer service Endpoints for this service.
  • getKeyDescriptors
  • getNameIDFormats
  • getSingleLogoutServices
  • setAuthnRequestsSigned
    Sets whether this service signs AuthN requests.
  • setWantAssertionsSigned
    Sets whether this service wants assertions signed.
  • addSupportedProtocol
  • getAttributeConsumingServices
    Gets an list of attribute consuming service descriptors for this service.
  • isAuthnRequestsSigned
    Gets whether this service signs AuthN requests.
  • getExtensions
  • getCacheDuration
  • getDefaultAttributeConsumingService
    Gets the default attribute consuming service. The selection algorithm used is: 1. Select the first s
  • getCacheDuration,
  • getDefaultAttributeConsumingService,
  • getEndpoints,
  • getOrganization,
  • getSupportedProtocols,
  • getValidUntil,
  • getArtifactResolutionServices,
  • getContactPersons,
  • getDefaultAssertionConsumerService

Popular in Java

  • Making http post requests using okhttp
  • getContentResolver (Context)
  • getSystemService (Context)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • Menu (java.awt)
  • BigInteger (java.math)
    An immutable arbitrary-precision signed integer.FAST CRYPTOGRAPHY This implementation is efficient f
  • List (java.util)
    An ordered collection (also known as a sequence). The user of this interface has precise control ove
  • Executors (java.util.concurrent)
    Factory and utility methods for Executor, ExecutorService, ScheduledExecutorService, ThreadFactory,
  • JButton (javax.swing)
  • JCheckBox (javax.swing)
  • Top PhpStorm plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now