mirror of https://github.com/jacekkow/keycloak-protocol-cas

github-actions
2023-04-19 e391edfd289f68fa625631e43b96f1c9bef51e0b
1
2
3
4
5
6
7
8
9
10
11
package org.keycloak.protocol.cas.representations;
 
public interface SAMLCASConstants {
 
    String AUTH_METHOD_PASSWORD = "urn:oasis:names:tc:SAML:1.0:am:password";
 
    String FORMAT_EMAIL_ADDRESS = "urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress";
 
    String FORMAT_UNSPECIFIED = "urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified";
 
}