|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectelectric.uddi.admin.User
User represents a UDDI user.
| Field Summary | |
boolean |
admin
|
int |
maxAssertions
|
int |
maxBindings
|
int |
maxBusinesses
|
int |
maxMessageSize
|
int |
maxServices
|
int |
maxTModels
|
java.lang.String |
name
|
java.lang.String |
password
|
boolean |
publish
|
| Constructor Summary | |
User()
Construct a User with no initial values. |
|
User(java.lang.String name,
java.lang.String password)
Construct a User with the specified name and password. |
|
| Method Summary | |
boolean |
equals(java.lang.Object object)
Return true if the object is a User with the same name. |
boolean |
getAdmin()
Return true if I have administration rights. |
int |
getMaxAssertions()
Return the maximum number of publisher assertions. |
int |
getMaxBindings()
Return the maximum number of bindings. |
int |
getMaxBusinesses()
Return the maximum number of businesses. |
int |
getMaxMessageSize()
Return the maximum message size. |
int |
getMaxServices()
Return the maximum number of services. |
int |
getMaxTModels()
Return the maximum number of TModels. |
java.lang.String |
getName()
Return my name. |
java.lang.String |
getPassword()
Return my password. |
boolean |
getPublish()
Return true if I have publication rights. |
void |
setAdmin(boolean flag)
Set my administrator permission. |
void |
setMaxAssertions(int maxAssertions)
Set the maximum number of publisher assertions. |
void |
setMaxBindings(int maxBindings)
Set the maximum number of bindings. |
void |
setMaxBusinesses(int maxBusinesses)
Set the maximum number of businesses. |
void |
setMaxMessageSize(int maxMessageSize)
Set the maximum message size. |
void |
setMaxServices(int maxServices)
Set the maximum number of services. |
void |
setMaxTModels(int maxTModels)
Set the maximum number of TModels. |
void |
setName(java.lang.String name)
Set my name. |
void |
setPassword(java.lang.String password)
Set my password. |
void |
setPublish(boolean flag)
Set my publish permission. |
java.lang.String |
toString()
Return my description. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public java.lang.String name
public java.lang.String password
public boolean publish
public boolean admin
public int maxBusinesses
public int maxServices
public int maxBindings
public int maxTModels
public int maxAssertions
public int maxMessageSize
| Constructor Detail |
public User()
public User(java.lang.String name,
java.lang.String password)
name - The initial name.password - The initial password.| Method Detail |
public java.lang.String toString()
public boolean equals(java.lang.Object object)
object - The object to match.public void setName(java.lang.String name)
name - My new name.public java.lang.String getName()
getName in interface INamedpublic void setPassword(java.lang.String password)
password - My new password.public java.lang.String getPassword()
public void setPublish(boolean flag)
flag - If true, allow me to publish.public boolean getPublish()
public void setAdmin(boolean flag)
flag - If true, allow me to administer.public boolean getAdmin()
public int getMaxBusinesses()
public void setMaxBusinesses(int maxBusinesses)
maxBusinesses - The new value.public int getMaxServices()
public void setMaxServices(int maxServices)
maxServices - The new value.public int getMaxBindings()
public void setMaxBindings(int maxBindings)
maxBindings - The new value.public int getMaxTModels()
public void setMaxTModels(int maxTModels)
maxTModels - The new value.public int getMaxAssertions()
public void setMaxAssertions(int maxAssertions)
maxAssertions - The new value.public int getMaxMessageSize()
public void setMaxMessageSize(int maxMessageSize)
maxMessageSize - The new value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||