|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InvalidSubjectDescriptorException | |
|---|---|
| uk.ac.soton.itinnovation.grid.pbac2.pdp | |
| uk.ac.soton.itinnovation.grid.pbac2.pdp.dynamic | |
| uk.ac.soton.itinnovation.grid.types | |
| Uses of InvalidSubjectDescriptorException in uk.ac.soton.itinnovation.grid.pbac2.pdp |
|---|
| Methods in uk.ac.soton.itinnovation.grid.pbac2.pdp that throw InvalidSubjectDescriptorException | |
|---|---|
void |
PDP.check(String resourceID,
SubjectDescription subjectDesc,
String action)
Checks if the request is granted. |
boolean |
PDP.getHasRole(String resourceID,
SubjectDescription subjectDesc,
String role)
Check whether the given subject has the named role in 'resourceID'. |
String[] |
PDP.getProcessRolesForSubject(String resourceID,
SubjectDescription subjectDesc)
Get the list of roles of which this subject is a member. |
String[] |
PDP.getResources(String resourceTypeID,
SubjectDescription subjectDesc,
String processState)
Get the list of resources in which the given subject has membership of some role. |
String |
PDP.lockAndCheck(String resourceID,
SubjectDescription subjectDesc,
String action)
Locks the resource and checks if the request is granted. |
| Uses of InvalidSubjectDescriptorException in uk.ac.soton.itinnovation.grid.pbac2.pdp.dynamic |
|---|
| Methods in uk.ac.soton.itinnovation.grid.pbac2.pdp.dynamic that throw InvalidSubjectDescriptorException | |
|---|---|
void |
PDPImpl.check(String resourceID,
SubjectDescription subjectDesc,
String action)
|
boolean |
PDPImpl.getHasRole(String resourceID,
SubjectDescription subjectDesc,
String role)
|
String[] |
PDPImpl.getProcessRolesForSubject(String resourceID,
SubjectDescription subjectDesc)
|
String[] |
PDPImpl.getResources(String resourceTypeID,
SubjectDescription subjectDesc,
String processState)
|
String |
PDPImpl.lockAndCheck(String resourceID,
SubjectDescription subjectSpec,
String action)
|
| Uses of InvalidSubjectDescriptorException in uk.ac.soton.itinnovation.grid.types |
|---|
| Methods in uk.ac.soton.itinnovation.grid.types that throw InvalidSubjectDescriptorException | |
|---|---|
void |
ParsedSubjectDescription.securityTokensChanged()
|
void |
SubjectDescription.setAdditionalSecurityTokens(AdditionalSecurityToken[] additionalSecurityTokens)
Set any additional tokens. |
| Constructors in uk.ac.soton.itinnovation.grid.types that throw InvalidSubjectDescriptorException | |
|---|---|
ParsedSubjectDescription(SubjectDescription source)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||