Uses of Class
org.oa4mp.server.loader.oauth2.claims.BasicClaimsSourceImpl
-
Packages that use BasicClaimsSourceImpl Package Description edu.uiuc.ncsa.myproxy.oa4mp.oauth2.claims -
-
Uses of BasicClaimsSourceImpl in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.claims
Subclasses of BasicClaimsSourceImpl in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.claims Modifier and Type Class Description class
CodeClaimSource
Created by Jeff Gaynor
on 2/8/23 at 12:33 PMclass
FSClaimSource
A claim source backed by a file system.class
HTTPHeaderClaimsSource
This is for the specific case that claims are passed through the headers.class
LDAPClaimsSource
Created by Jeff Gaynor
on 4/26/16 at 3:32 PMclass
NCSALDAPClaimSource
AnLDAPClaimsSource
for the NCSA.class
TestClaimSource
This is to test creating claim sources using the introspection abilities of OA4MP.
-