Interface Check
-
- All Known Implementing Classes:
AbstractCheck,AccessObjectTypeCheck,AccessObjectUriCheck,OperationCheck,StatementObjectUriCheck,StatementPredicateUriCheck,StatementSubjectUriCheck,SubjectRoleCheck,SubjectTypeCheck
public interface Check
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddValue(String value)booleancheck(AuthorizationRequest ar)AttributegetAttributeType()longgetComputationalCost()StringgetConfiguration()CheckTypegetType()StringgetUri()AttributeValueSetgetValues()voidsetConfiguration(String configuration)voidsetType(CheckType valueOf)voidsetUri(String uri)
-
-
-
Method Detail
-
setUri
void setUri(String uri)
-
getUri
String getUri()
-
check
boolean check(AuthorizationRequest ar)
-
getAttributeType
Attribute getAttributeType()
-
getType
CheckType getType()
-
getValues
AttributeValueSet getValues()
-
addValue
void addValue(String value)
-
setType
void setType(CheckType valueOf)
-
getComputationalCost
long getComputationalCost()
-
setConfiguration
void setConfiguration(String configuration)
-
getConfiguration
String getConfiguration()
-
-