Uses of Interface
com.tremolosecurity.proxy.az.CustomAuthorization
Packages that use CustomAuthorization
Package
Description
-
Uses of CustomAuthorization in com.tremolosecurity.az
Classes in com.tremolosecurity.az that implement CustomAuthorization -
Uses of CustomAuthorization in com.tremolosecurity.config.util
Methods in com.tremolosecurity.config.util that return types with arguments of type CustomAuthorizationModifier and TypeMethodDescriptionConfigManager.getCustomAuthorizations()Returns a map of custom authorization implementations and namesUnisonConfigManagerImpl.getCustomAuthorizations() -
Uses of CustomAuthorization in com.tremolosecurity.customaz
Classes in com.tremolosecurity.customaz that implement CustomAuthorization -
Uses of CustomAuthorization in com.tremolosecurity.provisioning.az
Classes in com.tremolosecurity.provisioning.az that implement CustomAuthorization -
Uses of CustomAuthorization in com.tremolosecurity.provisioning.util
Methods in com.tremolosecurity.provisioning.util with parameters of type CustomAuthorizationModifier and TypeMethodDescriptionstatic booleanAzUtils.loadCustomApprovers(Approvals approval, String emailTemplate, ConfigManager cfg, org.hibernate.Session session, String constraint, boolean sendNotification, CustomAuthorization caz, String[] customParams, List<Object> objToSave) -
Uses of CustomAuthorization in com.tremolosecurity.proxy.az
Classes in com.tremolosecurity.proxy.az that implement CustomAuthorizationMethods in com.tremolosecurity.proxy.az that return CustomAuthorizationMethods in com.tremolosecurity.proxy.az with parameters of type CustomAuthorizationModifier and TypeMethodDescriptionstatic voidAzRule.replaceCustomAuthorization(String name, CustomAuthorization caz) voidAzRule.setCustomAuthorization(CustomAuthorization caz) -
Uses of CustomAuthorization in com.tremolosecurity.unison.freeipa
Classes in com.tremolosecurity.unison.freeipa that implement CustomAuthorization -
Uses of CustomAuthorization in com.tremolosecurity.unison.proxy.auth.github
Classes in com.tremolosecurity.unison.proxy.auth.github that implement CustomAuthorization