|
Wildfire 3.2.4 Javadoc | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jivesoftware.wildfire.sasl.AbstractAuthorizationProvider
org.jivesoftware.wildfire.sasl.DefaultAuthorizationProvider
public class DefaultAuthorizationProvider
Provider for authorization using the default storage database. Checks if the authenticated principal is in the user's list of authorized principals.
| Constructor Summary | |
|---|---|
DefaultAuthorizationProvider()
|
|
| Method Summary | |
|---|---|
void |
addAuthorized(String username,
Collection<String> principals)
Add a Collection of users authorized to use the named user. |
void |
addAuthorized(String username,
String principal)
Add a single authorized principal to use the named user. |
boolean |
authorize(String username,
String principal)
Returns true if the principal is explicity authorized to the JID |
String |
description()
Returns a description of the Policy |
Collection<String> |
getAuthorized(String username)
Returns a String Collection of principals that are authorized to use the named user. |
boolean |
isWritable()
Returns true. |
String |
name()
Returns the short name of the Policy |
void |
setAuthorized(String username,
Collection<String> principals)
Set the users authorized to use the named user. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultAuthorizationProvider()
| Method Detail |
|---|
public boolean authorize(String username,
String principal)
authorize in interface AuthorizationProviderauthorize in class AbstractAuthorizationProviderusername - The username requested.principal - The principal requesting the username.
public Collection<String> getAuthorized(String username)
getAuthorized in class AbstractAuthorizationProviderusername - The username.
public boolean isWritable()
isWritable in class AbstractAuthorizationProvider
public void addAuthorized(String username,
String principal)
throws UnsupportedOperationException
addAuthorized in class AbstractAuthorizationProviderusername - The username.principal - The principal authorized to use the named user.
UnsupportedOperationException - If this AuthorizationProvider cannot be updated.
public void addAuthorized(String username,
Collection<String> principals)
throws UnsupportedOperationException
addAuthorized in class AbstractAuthorizationProviderusername - The username.principals - The Collection of principals authorized to use the named user.
UnsupportedOperationException - If this AuthorizationProvider cannot be updated.
public void setAuthorized(String username,
Collection<String> principals)
throws UnsupportedOperationException
setAuthorized in class AbstractAuthorizationProviderusername - The username.principals - The Collection of principals authorized to use the named user.
UnsupportedOperationException - If this AuthorizationProvider cannot be updated.public String name()
name in class AbstractAuthorizationProviderpublic String description()
description in class AbstractAuthorizationProvider
|
Wildfire 3.2.4 Javadoc | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||