public class AuthenticationUtil
Version:
$Id: AuthenticationUtil.java,v 1.6 2005/05/04 01:38:24 gonzo Exp $
Author:
james todd [gonzo at jxta dot org]
| Field Summary |
private final static String |
|
private final static String |
|
private final static String |
|
private final static Logger |
|
private final static ResourceBundle |
|
private final static String |
|
| Method Summary |
public static boolean |
|
public static boolean |
|
public static boolean |
|
public static boolean |
authenticate(View v, PeerGroup pg, String keyStorePassword, String identityPassword) |
public static boolean |
authenticate(View v, PeerGroup pg, String keyStorePassword, String identityPassword, boolean join) |
public static boolean |
|
public static PeerGroup |
|
public static PeerGroup |
|
public static boolean |
|
public static boolean |
|
private final static String AUTHENTICATION = STRING_AUTHENTICATOR
INTERACTIVE_AUTHENTICATOR
private final static String INTERACTIVE_AUTHENTICATOR = "InteractiveAuthentication"
private final static String JXTA_TLS_TRANSPORT = "jxtatls"
private final static Logger LOG = Logger.getLogger(AuthenticationUtil.class.getName())
private final static ResourceBundle STRINGS = Resources.getStrings()
private final static String STRING_AUTHENTICATOR = "StringAuthentication"
public static boolean authenticate(View v, Group g)
public static boolean authenticate(View v, PeerGroup pg, MyJXTA m)
public static boolean authenticate(View v, PeerGroup pg)
public static boolean authenticate(View v, PeerGroup pg, String keyStorePassword, String identityPassword, boolean join)
public static boolean authenticate(View v, PeerGroup pg, String keyStorePassword, String identityPassword)
public static PeerGroup getTLSPeerGroup(PeerGroup pg)
public static PeerGroup getTLSPeerGroup(Group g)
public static boolean isAuthenticated(PeerGroup pg)
public static boolean isAuthenticated(Group g)