Package org.cilogon.oauth2.servlet.util
Class CILogonConstants
- java.lang.Object
-
- org.cilogon.oauth2.servlet.util.CILogonConstants
-
public class CILogonConstants extends Object
Created by Jeff Gaynor
on 3/14/12 at 3:37 PM
-
-
Field Summary
Fields Modifier and Type Field Description static String
CILOGON_INFO
Additional user information to be appended to the myproxy cert request.static String
COMPUTE_FNAL
static String
LOA_OPENID
static String
LOA_SILVER
-
Constructor Summary
Constructors Constructor Description CILogonConstants()
-
-
-
Field Detail
-
CILOGON_INFO
public static final String CILOGON_INFO
Additional user information to be appended to the myproxy cert request.- See Also:
- Constant Field Values
-
COMPUTE_FNAL
public static final String COMPUTE_FNAL
- See Also:
- Constant Field Values
-
LOA_SILVER
public static final String LOA_SILVER
- See Also:
- Constant Field Values
-
LOA_OPENID
public static final String LOA_OPENID
- See Also:
- Constant Field Values
-
-