public interface JACCRoleMapper
| Modifier and Type | Field and Description |
|---|---|
static String |
CLASS_NAME |
static String |
HANDLER_KEY |
| Modifier and Type | Method and Description |
|---|---|
boolean |
arePrincipalsInRole(String pcid,
Principal[] principals,
String roleName) |
Set<String> |
getDeclaredRoles(String pcid) |
Set<Principal> |
getPrincipalsInRole(String pcid,
String roleName) |
Set<String> |
getRolesOfPrincipals(String pcid,
Principal[] principals) |
BitSet |
getRolesOfPrincipals(String pcid,
String[] roles,
Principal[] principals) |
BitSet |
getRolesOfSubject(String pcid,
String[] roles,
Subject s) |
Set<String> |
getRolesOfSubject(String pcid,
Subject s) |
boolean |
isSubjectInRole(String pcid,
Subject s,
String roleName) |
static final String HANDLER_KEY
static final String CLASS_NAME
boolean isSubjectInRole(String pcid, Subject s, String roleName) throws SecurityException
SecurityExceptionboolean arePrincipalsInRole(String pcid, Principal[] principals, String roleName) throws SecurityException
SecurityExceptionSet<String> getRolesOfSubject(String pcid, Subject s) throws SecurityException, UnsupportedOperationException
Set<String> getRolesOfPrincipals(String pcid, Principal[] principals) throws SecurityException, UnsupportedOperationException
BitSet getRolesOfSubject(String pcid, String[] roles, Subject s) throws SecurityException, UnsupportedOperationException
BitSet getRolesOfPrincipals(String pcid, String[] roles, Principal[] principals) throws SecurityException, UnsupportedOperationException
Set<Principal> getPrincipalsInRole(String pcid, String roleName) throws SecurityException, UnsupportedOperationException
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.