Uses of Class
org.openiam.idm.srvc.audit.constant.AuditTarget
-
Packages that use AuditTarget Package Description org.openiam.idm.srvc.audit.constant -
-
Uses of AuditTarget in org.openiam.idm.srvc.audit.constant
Methods in org.openiam.idm.srvc.audit.constant that return AuditTarget Modifier and Type Method Description static AuditTarget
AuditTarget. valueOf(String name)
Returns the enum constant of this type with the specified name.static AuditTarget[]
AuditTarget. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openiam.idm.srvc.audit.constant with parameters of type AuditTarget Modifier and Type Method Description boolean
AuditAction. containsTarget(AuditTarget target)
-