|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IConnectHandlerPolicy
Connect policy typically implemented by servers
Method Summary | |
---|---|
java.security.PermissionCollection |
checkConnect(java.lang.Object address,
ID fromID,
ID targetID,
java.lang.String targetGroup,
java.lang.Object connectData)
Check connect request |
Methods inherited from interface org.eclipse.ecf.core.security.IContainerPolicy |
---|
refresh |
Method Detail |
---|
java.security.PermissionCollection checkConnect(java.lang.Object address, ID fromID, ID targetID, java.lang.String targetGroup, java.lang.Object connectData) throws java.lang.Exception
address
- the address for the remote clientfromID
- the ID of the container making the connect requesttargetID
- the ID of the container responding to that connect requesttargetGroup
- the target name of the group that is being connected toconnectData
- arbitrary data associated with the join request
java.lang.Exception
- thrown if connect should not be allowed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |