gpt4 book ai didi

org.springframework.security.saml.websso.WebSSOProfileConsumerHoKImpl类的使用及代码示例

转载 作者:知者 更新时间:2024-03-21 04:01:05 25 4
gpt4 key购买 nike

本文整理了Java中org.springframework.security.saml.websso.WebSSOProfileConsumerHoKImpl类的一些代码示例,展示了WebSSOProfileConsumerHoKImpl类的具体用法。这些代码示例主要来源于Github/Stackoverflow/Maven等平台,是从一些精选项目中提取出来的代码,具有较强的参考意义,能在一定程度帮忙到你。WebSSOProfileConsumerHoKImpl类的具体详情如下:
包路径:org.springframework.security.saml.websso.WebSSOProfileConsumerHoKImpl
类名称:WebSSOProfileConsumerHoKImpl

WebSSOProfileConsumerHoKImpl介绍

[英]Class implements processing of the SAML Holder-of-Key Browser SSO profile as per http://docs.oasis-open.org/security/saml/Post2.0/sstc-saml-holder-of-key-browser-sso-cs-02.pdf.
[中]类实现对密钥浏览器SSO配置文件的SAML持有者的处理,如http://docs.oasis-open.org/security/saml/Post2.0/sstc-saml-holder-of-key-browser-sso-cs-02.pdf.

代码示例

代码示例来源:origin: com.netflix.genie/genie-web

/**
 * SAML 2.0 Holder-of-Key Web SSO profile.
 *
 * @return the HoK profile
 * @see WebSSOProfileConsumerHoKImpl
 */
@Bean
public WebSSOProfileConsumerHoKImpl hokWebSSOProfile() {
  return new WebSSOProfileConsumerHoKImpl();
}

代码示例来源:origin: ulisesbocchio/spring-boot-security-saml

/**
 * Metadata manager provides information about all available IDP and SP entities.
 *
 * @param metadata metadata manager
 */
@Override
@Autowired(required = false)
public void setMetadata(MetadataManager metadata) {
  super.setMetadata(metadata);
}

代码示例来源:origin: org.springframework.security.extensions/spring-security-saml2-core

String userAgentCertificate = getUserAgentBase64Certificate(context);
        verifyEndpoint(context.getLocalEntityEndpoint(), data.getRecipient());
      } catch (SAMLException e) {
        log.debug("HoK SubjectConfirmation invalidated by recipient assertion consumer URL, found {}", data.getRecipient());

代码示例来源:origin: vdenotaris/spring-boot-security-saml-sample

@Bean
public WebSSOProfileConsumerHoKImpl hokWebSSOprofileConsumer() {
  return new WebSSOProfileConsumerHoKImpl();
}

代码示例来源:origin: com.netflix.genie/genie-web

/**
 * SAML 2.0 Holder-of-Key WebSSO Assertion Consumer.
 *
 * @return The holder of key consumer implementation
 * @see WebSSOProfileConsumerHoKImpl
 */
@Bean
public WebSSOProfileConsumerHoKImpl hokWebSSOprofileConsumer() {
  return new WebSSOProfileConsumerHoKImpl();
}

代码示例来源:origin: metatron-app/metatron-discovery

@Bean
public WebSSOProfileConsumerHoKImpl hokWebSSOProfile() {
 return new WebSSOProfileConsumerHoKImpl();
}

代码示例来源:origin: metatron-app/metatron-discovery

@Bean
public WebSSOProfileConsumerHoKImpl hokWebSSOprofileConsumer() {
 return new WebSSOProfileConsumerHoKImpl();
}

代码示例来源:origin: ulisesbocchio/spring-boot-security-saml-samples

@Bean
public WebSSOProfileConsumerHoKImpl hokWebSSOprofileConsumer() {
  return new WebSSOProfileConsumerHoKImpl();
}

代码示例来源:origin: vdenotaris/spring-boot-security-saml-sample

@Bean
public WebSSOProfileConsumerHoKImpl hokWebSSOProfile() {
  return new WebSSOProfileConsumerHoKImpl();
}

代码示例来源:origin: OpenConext/Mujina

@Bean
public WebSSOProfileConsumerHoKImpl hokWebSSOprofileConsumer() {
 return new WebSSOProfileConsumerHoKImpl();
}

代码示例来源:origin: ulisesbocchio/spring-boot-security-saml

@VisibleForTesting
  protected WebSSOProfileConsumerHoKImpl createDefaultWebSSOProfileConsumerHoK() {
    return new WebSSOProfileConsumerHoKImpl();
  }
}

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com