com.terracotta.management.user
Interface UserInfo

All Superinterfaces:
Serializable
All Known Implementing Classes:
DfltUserInfo

public interface UserInfo
extends Serializable

An interface for information that defines users of the management application.

Author:
brandony

Method Summary
 String getPasswordHash()
          Gets the stringified representation of this user's hashed password.
 Set<UserRole> getRoles()
          Gets the set of roles associated with this user.
 String getUsername()
          Gets the primary principal associated with this user.
 

Method Detail

getUsername

String getUsername()
Gets the primary principal associated with this user.

Returns:
username

getPasswordHash

String getPasswordHash()
Gets the stringified representation of this user's hashed password.

Returns:
passwordHash

getRoles

Set<UserRole> getRoles()
Gets the set of roles associated with this user.

Returns:
roles


Copyright © 2013 Terracotta, Inc.. All Rights Reserved.