Package io.jans.configapi.util
Class AttributeNames
- java.lang.Object
-
- io.jans.configapi.util.AttributeNames
-
public class AttributeNames extends Object
- Author:
- Mougang T.Gasmyr
-
-
Field Summary
Fields Modifier and Type Field Description static String
DATA_TYPE
static String
DESCRIPTION
static String
DISPLAY_NAME
static String
GRANT_TYPES
static String
ID
static String
INUM
static String
NAME
static String
REDIRECT_URIS
static String
SCOPES
-
-
-
Field Detail
-
INUM
public static final String INUM
- See Also:
- Constant Field Values
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
DISPLAY_NAME
public static final String DISPLAY_NAME
- See Also:
- Constant Field Values
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
DESCRIPTION
public static final String DESCRIPTION
- See Also:
- Constant Field Values
-
SCOPES
public static final String SCOPES
- See Also:
- Constant Field Values
-
GRANT_TYPES
public static final String GRANT_TYPES
- See Also:
- Constant Field Values
-
DATA_TYPE
public static final String DATA_TYPE
- See Also:
- Constant Field Values
-
REDIRECT_URIS
public static final String REDIRECT_URIS
- See Also:
- Constant Field Values
-
-