Class SAML2MetadataEndpoint
- java.lang.Object
-
- org.apache.syncope.sra.security.saml2.SAML2MetadataEndpoint
-
@RestController @RequestMapping("/saml2/metadata") @ConditionalOnProperty(prefix="sra", name="am-type", havingValue="SAML2") public class SAML2MetadataEndpoint extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
METADATA_URL
-
Constructor Summary
Constructors Constructor Description SAML2MetadataEndpoint(org.pac4j.saml.client.SAML2Client saml2Client)
-
-
-
Field Detail
-
METADATA_URL
public static final String METADATA_URL
- See Also:
- Constant Field Values
-
-
Method Detail
-
metadata
@GetMapping(produces="application/xml") @ResponseBody public reactor.core.publisher.Mono<ResponseEntity<String>> metadata()
-
-