Uses of Interface
org.uberfire.ext.security.management.api.UserManager.UserAttribute
-
Packages that use UserManager.UserAttribute Package Description org.uberfire.ext.security.management.api org.uberfire.ext.security.management.impl -
-
Uses of UserManager.UserAttribute in org.uberfire.ext.security.management.api
Methods in org.uberfire.ext.security.management.api that return types with arguments of type UserManager.UserAttribute Modifier and Type Method Description Collection<UserManager.UserAttribute>UserManagerSettings. getSupportedAttributes()This method is used to provide all the supported user attributes supported by the specific manager implementation. -
Uses of UserManager.UserAttribute in org.uberfire.ext.security.management.impl
Classes in org.uberfire.ext.security.management.impl that implement UserManager.UserAttribute Modifier and Type Class Description classUserAttributeImplDefault portable User attribute implementation class.Methods in org.uberfire.ext.security.management.impl that return types with arguments of type UserManager.UserAttribute Modifier and Type Method Description Collection<UserManager.UserAttribute>UserManagerSettingsImpl. getSupportedAttributes()Constructor parameters in org.uberfire.ext.security.management.impl with type arguments of type UserManager.UserAttribute Constructor Description UserManagerSettingsImpl(Map<Capability,CapabilityStatus> capabilities, Collection<UserManager.UserAttribute> supportedAttributes)
-