|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.moximedia.ows.Registrations
Handles script level registration.
| Constructor Summary | |
Registrations()
Creates a new instance of Registration |
|
| Method Summary | |
void |
add(Registration item)
Adds an authentication item to the collection. |
Registration |
get(java.lang.String name)
Gets the authentication item for the named script. |
boolean |
has(java.lang.String name)
Returns an indicator of whether the named script requires registration. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Registrations()
| Method Detail |
public void add(Registration item)
item - The registration ruleset for the script.public Registration get(java.lang.String name)
name - The script name.
public boolean has(java.lang.String name)
name - The script name.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||