net.drijf.javaone
Interface RoleMapping

All Known Implementing Classes:
RoleMappingImpl

public interface RoleMapping

This interface defines how to map a name to a role.

Author:
Otto Moerbeek

Method Summary
 Role getRole(java.lang.String alias)
          Return the role associated with a name.
 

Method Detail

getRole

public Role getRole(java.lang.String alias)
Return the role associated with a name.