public interface UsersI extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
add(String account)
Add an entry for the user.
|
BwPrincipal |
getAlways(String val)
Find the user with the given account name.
|
BwPrincipal |
getPrincipal(String val)
Find the principal with the given account path.
|
List<String> |
getPrincipalHrefs(int start,
int count)
Get a partial list of principal hrefs.
|
BwPrincipal |
getPublicUser() |
BwPrincipal |
getUser(String val)
Find the user with the given account name.
|
void |
initPrincipal(BwPrincipal principal)
Set up collections and principal home.
|
void |
logon(BwPrincipal val)
Can be called after init to flag the arrival of a user.
|
void |
remove(BwPrincipal pr)
Remove a principal.
|
void |
update(BwPrincipal principal)
Update a principal.
|
BwPrincipal getUser(String val) throws CalFacadeException
val - String user idCalFacadeExceptionBwPrincipal getAlways(String val) throws CalFacadeException
val - String user idCalFacadeExceptionBwPrincipal getPrincipal(String val) throws CalFacadeException
val - String principal hierarchy pathCalFacadeExceptionvoid add(String account) throws CalFacadeException
account - CalFacadeExceptionvoid update(BwPrincipal principal) throws CalFacadeException
principal - CalFacadeExceptionvoid remove(BwPrincipal pr) throws CalFacadeException
pr - CalFacadeExceptionvoid logon(BwPrincipal val) throws CalFacadeException
val - principal logging onCalFacadeExceptionvoid initPrincipal(BwPrincipal principal) throws CalFacadeException
principal - CalFacadeExceptionBwPrincipal getPublicUser()
List<String> getPrincipalHrefs(int start, int count) throws CalFacadeException
start - Position to startcount - Number we wantCalFacadeExceptionCopyright © 2019 Bedework. All rights reserved.