Annotation Type AuthorizedBy
-
@Retention(RUNTIME) @Target({TYPE,METHOD}) public @interface AuthorizedBy
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description String
attribute
String
attributeValue
String[]
attributeValueIn
Class<? extends sailpoint.authorization.Authorizer>
authorizerClass
String
authorizerRule
String[]
capabilitiesList
String
capability
String
population
String
right
String[]
rightsList
boolean
systemAdmin
-
-
-
-
attributeValue
String attributeValue
- Default:
- ""
-
-
-
attributeValueIn
String[] attributeValueIn
- Default:
- {}
-
-
-
authorizerClass
Class<? extends sailpoint.authorization.Authorizer> authorizerClass
- Default:
- sailpoint.authorization.Authorizer.class
-
-
-
authorizerRule
String authorizerRule
- Default:
- ""
-
-
-
capabilitiesList
String[] capabilitiesList
- Default:
- {}
-
-
-
capability
String capability
- Default:
- ""
-
-
-
population
String population
- Default:
- ""
-
-
-
rightsList
String[] rightsList
- Default:
- {}
-
-
-
systemAdmin
boolean systemAdmin
- Default:
- false
-
-