|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.safehaus.triplesec.guardian.ldif.LdifConnectionDriver
public class LdifConnectionDriver
A simple LDIF file based driver for guardian.
| Constructor Summary | |
|---|---|
LdifConnectionDriver()
|
|
| Method Summary | |
|---|---|
boolean |
accept(java.lang.String url)
Implement this method to return true if and only if this driver can connect to the specified url |
ApplicationPolicy |
newStore(java.lang.String url,
java.util.Properties info)
Implement this method to connect to the ApplicationPolicy
with the specified url and return the connected ApplicationPolicy. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LdifConnectionDriver()
| Method Detail |
|---|
public boolean accept(java.lang.String url)
ConnectionDriver
accept in interface ConnectionDriverurl - the URL to connect to
public ApplicationPolicy newStore(java.lang.String url,
java.util.Properties info)
throws GuardianException
ConnectionDriverApplicationPolicy
with the specified url and return the connected ApplicationPolicy.
newStore in interface ConnectionDriverurl - the URL to connect toinfo - the extra information a user specified
ApplicationPolicy
GuardianException - if failed to connect
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||