OpenID-Connect-Java-Spring-.../perun-oidc-server/src/main/java/cz/muni/ics/oidc/PerunConstants.java

12 lines
265 B
Java

package cz.muni.ics.oidc;
public interface PerunConstants {
String REGISTRAR_TARGET_NEW = "targetnew";
String REGISTRAR_TARGET_EXISTING = "targetexisting";
String REGISTRAR_TARGET_EXTENDED = "targetextended";
String REGISTRAR_PARAM_VO = "vo";
}