tyrex.security.ldap

Class LDAPRealm

public class LDAPRealm extends RolesRealm

Version: $Revision: 1.6 $ $Date: 2001/03/19 17:39:02 $

Author: Assaf Arkin

Field Summary
static StringDEFAULT_REALM_NAME
Constructor Summary
LDAPRealm(String realmName, String url, String dnMask, String rolesRDN)
Method Summary
StringgetDN(String name)
StringgetLDAPHost()
intgetLDAPPort()
StringgetLDAPUrl()
booleanisDefaultRealm()
voidstore(String authDN, String password)

Field Detail

DEFAULT_REALM_NAME

public static final String DEFAULT_REALM_NAME

Constructor Detail

LDAPRealm

LDAPRealm(String realmName, String url, String dnMask, String rolesRDN)

Method Detail

getDN

public String getDN(String name)

getLDAPHost

public String getLDAPHost()

getLDAPPort

public int getLDAPPort()

getLDAPUrl

public String getLDAPUrl()

isDefaultRealm

public boolean isDefaultRealm()

store

public void store(String authDN, String password)
Original code is Copyright (c) 1999-2001, Intalio, Inc. All Rights Reserved. Contributions by MetaBoss team are Copyright (c) 2003-2005, Softaris Pty. Ltd. All Rights Reserved.