public interface AuthorizedUserDao extends Dao<AuthorizedUserEntity,Long>
UserEntity objects in the
data store.| Modifier and Type | Method and Description |
|---|---|
AuthorizedUserEntity |
getByAttributePrincipal(org.jasig.cas.client.authentication.AttributePrincipal principal) |
AuthorizedUserEntity |
getByUsername(String username)
Get a user object, given the user name.
|
AuthorizedUserEntity getByAttributePrincipal(org.jasig.cas.client.authentication.AttributePrincipal principal)
AuthorizedUserEntity getByUsername(String username)
username - The name of the user to retrieve.Copyright © 2012–2016 Emory University. All rights reserved.