|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RemoteEntityFactory
An interface for the creation of RemoteEntity objects based on their
real OSUser counterparts. This factory should perform extra steps to ensure that the remote entities are complete in
their representation, such as masking or hiding email addresses in RemoteUser objects depending on system state.
| Method Summary | |
|---|---|
RemoteGroup |
createGroup(com.atlassian.crowd.embedded.api.Group group)
Returns a RemoteGroup based on the OSUser implementation. |
RemoteUser |
createUser(com.atlassian.crowd.embedded.api.User user)
Returns a RemoteUser based on the OSUser implementation. |
| Method Detail |
|---|
RemoteUser createUser(com.atlassian.crowd.embedded.api.User user)
user - real user; must not be null.
RemoteGroup createGroup(com.atlassian.crowd.embedded.api.Group group)
group - real group; must not be null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||