|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.jira.rpc.soap.util.RemoteEntityFactoryImpl
public class RemoteEntityFactoryImpl
Default implementation of the RemoteEntityFactory interface. Provides email address protection to prevent
information leakage in RPC land.
| Constructor Summary | |
|---|---|
RemoteEntityFactoryImpl(com.atlassian.jira.util.EmailFormatter emailFormatter,
com.atlassian.jira.security.groups.GroupManager groupManager)
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RemoteEntityFactoryImpl(com.atlassian.jira.util.EmailFormatter emailFormatter,
com.atlassian.jira.security.groups.GroupManager groupManager)
| Method Detail |
|---|
public RemoteUser createUser(com.atlassian.crowd.embedded.api.User user)
RemoteEntityFactory
createUser in interface RemoteEntityFactoryuser - real user; must not be null.
public RemoteGroup createGroup(com.atlassian.crowd.embedded.api.Group group)
RemoteEntityFactory
createGroup in interface RemoteEntityFactorygroup - real group; must not be null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||