Uses of Class
de.xima.fc.mdl.auth.authorization.ProfileAttributeDescriptor
Packages that use ProfileAttributeDescriptor
Package
Description
-
Uses of ProfileAttributeDescriptor in de.xima.fc.gui.bean.user
Methods in de.xima.fc.gui.bean.user that return ProfileAttributeDescriptorMethods in de.xima.fc.gui.bean.user with parameters of type ProfileAttributeDescriptorModifier and TypeMethodDescriptionClientAuthorizationBean.getAttributeIcon
(ProfileAttributeDescriptor attribute) ClientAuthorizationBean.getAttributeIconTitle
(ProfileAttributeDescriptor attribute) ClientAuthorizationBean.getValueIcon
(ProfileAttributeDescriptor attribute, String value) ClientAuthorizationBean.getValueIconTitle
(ProfileAttributeDescriptor attribute, String value) Method parameters in de.xima.fc.gui.bean.user with type arguments of type ProfileAttributeDescriptorModifier and TypeMethodDescriptionvoid
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 ProfileAttributeDescriptorModifier and TypeMethodDescriptionstatic 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 ProfileAttributeDescriptorModifier and TypeMethodDescriptionstatic ProfileAttributeDescriptor
ProfileAttributeDescriptor.customAttribute
(String type, String name) ProfileAttributeCondition.getAttribute()
static ProfileAttributeDescriptor
ProfileAttributeDescriptor.jsonPathAttribute
(String name) Methods in de.xima.fc.mdl.auth.authorization with parameters of type ProfileAttributeDescriptorModifier and TypeMethodDescriptionvoid
ProfileAttributeCondition.setAttribute
(ProfileAttributeDescriptor attribute) -
Uses of ProfileAttributeDescriptor in de.xima.fc.security.authorization.filter
Methods in de.xima.fc.security.authorization.filter that return ProfileAttributeDescriptorModifier and TypeMethodDescription@NotNull ProfileAttributeDescriptor
PluginProfileFilterAttribute.getAttribute()
Returns the attribute of the profile * which will be evaluated on a given profile during filter client authorization.