|
Openfire 3.6.0 Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jivesoftware.openfire.ldap.LdapAuthorizationMapping
public class LdapAuthorizationMapping
Provider for authorization mapping using LDAP. If the authenticated principal did not request a username, provide one via LDAP. Specify the lookup field in the system properties. An entry in that file would look like the following:
Constructor Summary | |
---|---|
LdapAuthorizationMapping()
|
Method Summary | |
---|---|
String |
description()
Returns a description of the Policy |
String |
map(String principal)
Returns true if the principal is explicity authorized to the JID |
String |
name()
Returns the short name of the Policy |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LdapAuthorizationMapping()
Method Detail |
---|
public String map(String principal)
AuthorizationMapping
map
in interface AuthorizationMapping
principal
- The autheticated principal requesting authorization.
public String name()
name
in interface AuthorizationMapping
public String description()
description
in interface AuthorizationMapping
|
Openfire 3.6.0 Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |