Package org.oa4mp.delegation.server
Interface OA2Scopes
-
public interface OA2ScopesCreated by Jeff Gaynor
on 2/6/15 at 2:04 PM
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classOA2Scopes.ScopeUtilUtility that checks if a given scope is allowed by the protocol.
-
Field Summary
Fields Modifier and Type Field Description static String[]basicScopesThese are the basic scopes supported by the OA4MP OIDC protocol.static StringEDU_PERSON_ORC_IDstatic String[]nonPublicScopesstatic StringSCOPE_ADDRESSstatic StringSCOPE_CILOGON_INFOstatic StringSCOPE_EMAILstatic StringSCOPE_MYPROXYstatic StringSCOPE_OFFLINE_ACCESSstatic StringSCOPE_OPENIDstatic StringSCOPE_PHONEstatic StringSCOPE_PROFILEstatic StringSCOPE_TOKEN_MANAGERstatic StringSCOPE_USER_INFO
-
-
-
Field Detail
-
SCOPE_ADDRESS
static final String SCOPE_ADDRESS
- See Also:
- Constant Field Values
-
SCOPE_EMAIL
static final String SCOPE_EMAIL
- See Also:
- Constant Field Values
-
SCOPE_MYPROXY
static final String SCOPE_MYPROXY
- See Also:
- Constant Field Values
-
SCOPE_OFFLINE_ACCESS
static final String SCOPE_OFFLINE_ACCESS
- See Also:
- Constant Field Values
-
SCOPE_OPENID
static final String SCOPE_OPENID
- See Also:
- Constant Field Values
-
SCOPE_PHONE
static final String SCOPE_PHONE
- See Also:
- Constant Field Values
-
SCOPE_PROFILE
static final String SCOPE_PROFILE
- See Also:
- Constant Field Values
-
EDU_PERSON_ORC_ID
static final String EDU_PERSON_ORC_ID
- See Also:
- Constant Field Values
-
SCOPE_CILOGON_INFO
static final String SCOPE_CILOGON_INFO
- See Also:
- Constant Field Values
-
SCOPE_USER_INFO
static final String SCOPE_USER_INFO
- See Also:
- Constant Field Values
-
SCOPE_TOKEN_MANAGER
static final String SCOPE_TOKEN_MANAGER
- See Also:
- Constant Field Values
-
basicScopes
static final String[] basicScopes
These are the basic scopes supported by the OA4MP OIDC protocol.
-
nonPublicScopes
static final String[] nonPublicScopes
-
-