com.jaspersoft.jasperserver.api.metadata.user.service
Interface ProfileAttributeService
- All Known Implementing Classes:
- ProfileAttributeServiceImpl
public interface ProfileAttributeService
- Author:
- sbirney
getProfileAttribute
ProfileAttribute getProfileAttribute(ExecutionContext context,
ProfileAttribute attr)
getProfileAttributesForPrincipal
java.util.List getProfileAttributesForPrincipal(ExecutionContext context,
java.lang.Object principal)
newProfileAttribute
ProfileAttribute newProfileAttribute(ExecutionContext context)
putProfileAttribute
void putProfileAttribute(ExecutionContext context,
ProfileAttribute attr)
getUserAuthorityService
UserAuthorityService getUserAuthorityService()
- Returns:
- Returns the userService.
setUserAuthorityService
void setUserAuthorityService(UserAuthorityService userService)
- Parameters:
userService
- The userService to set.
Copyright © 2007. All Rights Reserved.