|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.adobe.idp.dsc.registry.service.CreateServiceInfo
public class CreateServiceInfo
This class allows you to retrieve and set the information related to a service.
Constructor Summary | |
---|---|
CreateServiceInfo()
|
Method Summary | |
---|---|
boolean |
getAnonymousOverride()
Determines whether clients will be able to anonymously access operations that are specified as anonymous. |
java.lang.String |
getCategoryId()
Retrieves the category identifier that will be applied to the service object. |
java.lang.String |
getId()
Retrieves the identifier to use for this service. |
boolean |
getSecurityEnabled()
Determines whether security is enabled and the anonymous flag is honored. |
void |
setAnonymousOverride(boolean aVal)
Sets whether clients will be able to anonymously access operations that are specified as anonymous. |
void |
setCategoryId(java.lang.String aId)
Sets the category identifier that will be applied to the service object. |
void |
setId(java.lang.String aId)
Sets the identifier to use for this service. |
void |
setSecurityEnabled(boolean aVal)
Sets whether security is enabled and the anonymous flag is honored. |
java.lang.String |
toString()
Creates a string containing the service information. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CreateServiceInfo()
Method Detail |
---|
public void setId(java.lang.String aId)
aId
- The identifier to use for this service.public java.lang.String getId()
public void setCategoryId(java.lang.String aId)
aId
- The category identifier that will be applied to the service object.public java.lang.String getCategoryId()
public void setAnonymousOverride(boolean aVal)
aVal
- true
if clients will be able to anonymously access operations that are specified as anonymous,
false
otherwise.public boolean getAnonymousOverride()
true
if clients will be able to anonymously access operations that are specified as anonymous,
false
otherwise.public void setSecurityEnabled(boolean aVal)
aVal
- true
if security is enabled and the anonymous flag is honored, false
otherwise.public boolean getSecurityEnabled()
true
if security is enabled and the anonymous flag is honored, false
otherwise.public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |