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 ProfileAttributeDescriptor
ClientAuthorizationBean. getAttribute(Object obj)
Methods in de.xima.fc.gui.bean.user with parameters of type ProfileAttributeDescriptor Modifier and Type Method Description IGuiIcon
ClientAuthorizationBean. getAttributeIcon(ProfileAttributeDescriptor attribute)
String
ClientAuthorizationBean. getAttributeIconTitle(ProfileAttributeDescriptor attribute)
IGuiIcon
ClientAuthorizationBean. getValueIcon(ProfileAttributeDescriptor attribute, String value)
String
ClientAuthorizationBean. 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 void
ClientAuthorizationBean. 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 ProfileAttributeDescriptor
ProfileAttributeDescriptorConverter. 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 ProfileAttributeDescriptor
ProfileAttributeDescriptor. customAttribute(String type, String name)
ProfileAttributeDescriptor
ProfileAttributeCondition. getAttribute()
static ProfileAttributeDescriptor
ProfileAttributeDescriptor. jsonPathAttribute(String name)
Methods in de.xima.fc.mdl.auth.authorization with parameters of type ProfileAttributeDescriptor Modifier and Type Method Description void
ProfileAttributeCondition. 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 ProfileAttributeDescriptor
PluginProfileFilterAttribute. getAttribute()
Returns the attribute of the profile * which will be evaluated on a given profile during filter client authorization.
-