Class Defaults
- java.lang.Object
-
- com.c4_soft.springaddons.security.oauth2.test.Defaults
-
public class Defaults extends Object
- Author:
- Jérôme Wacongne <ch4mp#64;c4-soft.com>
-
-
Field Summary
Fields Modifier and Type Field Description static StringAUTH_NAMEstatic String[]AUTHORITIESstatic StringBEARER_TOKEN_VALUEstatic Set<org.springframework.security.core.GrantedAuthority>GRANTED_AUTHORITIESstatic StringJWT_VALUEstatic String[]SCOPESstatic StringSUBJECT
-
Constructor Summary
Constructors Constructor Description Defaults()
-
-
-
Field Detail
-
SUBJECT
public static final String SUBJECT
- See Also:
- Constant Field Values
-
AUTH_NAME
public static final String AUTH_NAME
- See Also:
- Constant Field Values
-
SCOPES
public static final String[] SCOPES
-
AUTHORITIES
public static final String[] AUTHORITIES
-
BEARER_TOKEN_VALUE
public static final String BEARER_TOKEN_VALUE
- See Also:
- Constant Field Values
-
JWT_VALUE
public static final String JWT_VALUE
- See Also:
- Constant Field Values
-
GRANTED_AUTHORITIES
public static final Set<org.springframework.security.core.GrantedAuthority> GRANTED_AUTHORITIES
-
-