|
Jive Forums API (5.5.8) Developer Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jivesoftware.forum.webservices.WSConstants.AccessType
public static class WSConstants.AccessType
Used to distinguish what kind of access is allowed on the server.
| Field Summary | |
|---|---|
static WSConstants.AccessType |
ALL
Access type that specifies that any user including anonymous users can connect to web services. |
static WSConstants.AccessType |
REGISTERED
Access type that will allow only registered users to connect to web services. |
static WSConstants.AccessType |
SPECIFIC_GROUPS
Access type that will only allow a list of specific groups to connect to web services. |
static WSConstants.AccessType |
SPECIFIC_USERS
Access type that will only allow a list of specific users to connect to web services. |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
static WSConstants.AccessType |
getAccessType(java.lang.String name)
Returns the access type that matches the access type name. |
java.lang.String |
getName()
|
int |
hashCode()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final WSConstants.AccessType ALL
public static final WSConstants.AccessType REGISTERED
public static final WSConstants.AccessType SPECIFIC_USERS
public static final WSConstants.AccessType SPECIFIC_GROUPS
| Method Detail |
|---|
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String getName()
public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic static WSConstants.AccessType getAccessType(java.lang.String name)
WSConstants#ALL is returned.
name - The name of type
|
Jive Forums Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||