Searched refs:privilegeType (Results 1 - 1 of 1) sorted by relevance

/forgerock/openam-v13/openam-entitlements/src/main/java/com/sun/identity/entitlement/xacml3/
H A DXACMLExportImport.java277 private final String privilegeType; field in class:XACMLExportImport.ImportStepImpl
279 public ImportStepImpl(IPrivilegeManager<T> manager, DiffStatus diffStatus, T privilege, String privilegeType) { argument
283 this.privilegeType = privilegeType;
298 message("Import: {0} {1} {2}", diffStatus.name(), privilegeType, privilege.getName());

Completed in 27 milliseconds