Uses of Class
org.openiam.am.srvc.constants.AmAttributes
-
Packages that use AmAttributes Package Description org.openiam.am.srvc.constants org.openiam.esb.core.service org.openiam.esb.core.service.impl -
-
Uses of AmAttributes in org.openiam.am.srvc.constants
Methods in org.openiam.am.srvc.constants that return AmAttributes Modifier and Type Method Description static AmAttributes
AmAttributes. valueOf(String name)
Returns the enum constant of this type with the specified name.static AmAttributes[]
AmAttributes. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AmAttributes in org.openiam.esb.core.service
Method parameters in org.openiam.esb.core.service with type arguments of type AmAttributes Modifier and Type Method Description String
AuthAttributeProcessor. process(String reflectionKey, EnumMap<AmAttributes,Object> objectMap)
-
Uses of AmAttributes in org.openiam.esb.core.service.impl
Method parameters in org.openiam.esb.core.service.impl with type arguments of type AmAttributes Modifier and Type Method Description String
AuthAttributeProcessorImpl. process(String reflectionKey, EnumMap<AmAttributes,Object> objectMap)
-