|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectelectric.uddi.server.UDDIAdmin
UDDIAdmin.
Field Summary |
Constructor Summary | |
UDDIAdmin(UDDIServer server,
UDDIDictionary users)
|
Method Summary | |
void |
checkLimits(User user)
|
void |
checkPublish(User user)
|
void |
deleteUser(java.lang.String name)
Delete the User with the specified name. |
void |
deleteUser(User user)
|
void |
deleteUsers()
Delete all users. |
void |
discardAuthorization(Authorization authorization,
java.lang.String version)
Discard authorization for the caller. |
Authorization |
getAuthorization(java.lang.String name,
java.lang.String password,
java.lang.String version)
Get authorization for the specified user and password. |
User |
getPublisher(Authorization authorization)
|
User |
getUser(java.lang.String name)
Return the User with the specified name. |
User[] |
getUsers()
Return an array of all the users. |
User |
saveUser(User user)
Save the user to the registry. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UDDIAdmin(UDDIServer server, UDDIDictionary users)
server
- users
- Method Detail |
public Authorization getAuthorization(java.lang.String name, java.lang.String password, java.lang.String version) throws UDDIException
name
- The user name.password
- The password.version
- The version of the request.
UDDIException
- if a UDDI error occurs.public void discardAuthorization(Authorization authorization, java.lang.String version) throws UDDIException
authorization
- The caller's authorization.version
- The version of the request.
UDDIException
- if a UDDI error occurs.public User[] getUsers() throws UDDIException
IAdmin
getUsers
in interface IAdmin
UDDIException
public void checkLimits(User user) throws UDDIException
user
-
UDDIException
public User getUser(java.lang.String name) throws UDDIException
getUser
in interface IAdmin
name
- The user name.
UDDIException
- if a UDDI error occurs.public void deleteUser(java.lang.String name) throws UDDIException
deleteUser
in interface IAdmin
name
- The user name
UDDIException
- if a UDDI error occurs.public void deleteUsers() throws UDDIException
deleteUsers
in interface IAdmin
UDDIException
- if a UDDI error occurs.public void deleteUser(User user) throws UDDIException
user
-
UDDIException
public User saveUser(User user) throws UDDIException
saveUser
in interface IAdmin
user
- The user to save.
UDDIException
- if a UDDI error occurs.public User getPublisher(Authorization authorization) throws UDDIException
authorization
-
UDDIException
public void checkPublish(User user) throws UDDIException
user
-
UDDIException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |