Class AuthenticationUtil
package: net.jxta.myjxta.util
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
authenticate(View v, PeerGroup pg)
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
authenticate(View v, PeerGroup pg, MyJXTA m)
public static PeerGroup
public static PeerGroup
getTLSPeerGroup(PeerGroup pg)
public static boolean
public static boolean
isAuthenticated(PeerGroup pg)
Field Detail
AUTHENTICATION
private final static String AUTHENTICATION = STRING_AUTHENTICATOR

INTERACTIVE_AUTHENTICATOR
private final static String INTERACTIVE_AUTHENTICATOR = "InteractiveAuthentication"

JXTA_TLS_TRANSPORT
private final static String JXTA_TLS_TRANSPORT = "jxtatls"

LOG
private final static Logger LOG = Logger.getLogger(AuthenticationUtil.class.getName())

STRINGS
private final static ResourceBundle STRINGS = Resources.getStrings()

STRING_AUTHENTICATOR
private final static String STRING_AUTHENTICATOR = "StringAuthentication"
Method Detail
authenticate
public static boolean authenticate(View v, Group g)

authenticate
public static boolean authenticate(View v, PeerGroup pg, MyJXTA m)

authenticate
public static boolean authenticate(View v, PeerGroup pg)

authenticate
public static boolean authenticate(View v, PeerGroup pg, String keyStorePassword, String identityPassword, boolean join)

authenticate
public static boolean authenticate(View v, PeerGroup pg, String keyStorePassword, String identityPassword)

authenticate
public static boolean authenticate(View v, Group g, MyJXTA m)

getTLSPeerGroup
public static PeerGroup getTLSPeerGroup(PeerGroup pg)

getTLSPeerGroup
public static PeerGroup getTLSPeerGroup(Group g)

isAuthenticated
public static boolean isAuthenticated(PeerGroup pg)

isAuthenticated
public static boolean isAuthenticated(Group g)