p2ps.group
Interface AuthorizationTypes


public interface AuthorizationTypes

Standard authorization types for joining P2PS groups.

Version:
$Revision: 295 $
Author:
Ian Wang

Field Summary
static java.lang.String CERTIFICATE_AUTHORIZATION
          Authorization based on certificate signed by group certificate authority.
 

Field Detail

CERTIFICATE_AUTHORIZATION

public static final java.lang.String CERTIFICATE_AUTHORIZATION
Authorization based on certificate signed by group certificate authority. In order to join the group a certificate request must be sent to the membership pipe. If the peer is authorized a signed certificate is returned, otherwise a string explaining the rejection might be returned.

See Also:
Constant Field Values