Class SAML2MetadataEndpoint


  • @RestController
    @RequestMapping("/saml2/metadata")
    @ConditionalOnProperty(prefix="sra",
                           name="am-type",
                           havingValue="SAML2")
    public class SAML2MetadataEndpoint
    extends Object
    • Constructor Detail

      • SAML2MetadataEndpoint

        public SAML2MetadataEndpoint​(org.pac4j.saml.client.SAML2Client saml2Client)
    • Method Detail

      • metadata

        @GetMapping(produces="application/xml")
        @ResponseBody
        public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<String>> metadata()