Uses of Class
de.xima.fc.mdl.auth.authorization.ProfileAttributeDescriptor
- 
Packages that use ProfileAttributeDescriptor Package Description de.xima.fc.gui.bean.user de.xima.fc.gui.common.converter de.xima.fc.mdl.auth.authorization de.xima.fc.security.authorization.filter  - 
- 
Uses of ProfileAttributeDescriptor in de.xima.fc.gui.bean.user
Methods in de.xima.fc.gui.bean.user that return ProfileAttributeDescriptor Modifier and Type Method Description ProfileAttributeDescriptorClientAuthorizationBean. getAttribute(Object obj)Methods in de.xima.fc.gui.bean.user with parameters of type ProfileAttributeDescriptor Modifier and Type Method Description IGuiIconClientAuthorizationBean. getAttributeIcon(ProfileAttributeDescriptor attribute)StringClientAuthorizationBean. getAttributeIconTitle(ProfileAttributeDescriptor attribute)IGuiIconClientAuthorizationBean. getValueIcon(ProfileAttributeDescriptor attribute, String value)StringClientAuthorizationBean. getValueIconTitle(ProfileAttributeDescriptor attribute, String value)Method parameters in de.xima.fc.gui.bean.user with type arguments of type ProfileAttributeDescriptor Modifier and Type Method Description voidClientAuthorizationBean. onAttributeSelect(org.primefaces.event.SelectEvent<ProfileAttributeDescriptor> event) - 
Uses of ProfileAttributeDescriptor in de.xima.fc.gui.common.converter
Methods in de.xima.fc.gui.common.converter that return ProfileAttributeDescriptor Modifier and Type Method Description static ProfileAttributeDescriptorProfileAttributeDescriptorConverter. getAsObject(String value) - 
Uses of ProfileAttributeDescriptor in de.xima.fc.mdl.auth.authorization
Methods in de.xima.fc.mdl.auth.authorization that return ProfileAttributeDescriptor Modifier and Type Method Description static ProfileAttributeDescriptorProfileAttributeDescriptor. customAttribute(String type, String name)ProfileAttributeDescriptorProfileAttributeCondition. getAttribute()static ProfileAttributeDescriptorProfileAttributeDescriptor. jsonPathAttribute(String name)Methods in de.xima.fc.mdl.auth.authorization with parameters of type ProfileAttributeDescriptor Modifier and Type Method Description voidProfileAttributeCondition. setAttribute(ProfileAttributeDescriptor attribute) - 
Uses of ProfileAttributeDescriptor in de.xima.fc.security.authorization.filter
Methods in de.xima.fc.security.authorization.filter that return ProfileAttributeDescriptor Modifier and Type Method Description @NotNull ProfileAttributeDescriptorPluginProfileFilterAttribute. getAttribute()Returns the attribute of the profile * which will be evaluated on a given profile during filter client authorization. 
 -