|
|||||||||
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.ModifyServiceInfo
public class ModifyServiceInfo
This class allows you to retrieve and set modifiable service information.
Constructor Summary | |
---|---|
ModifyServiceInfo()
|
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 service identifier. |
boolean |
getSecurityEnabled()
Determines whether security is enabled and the anonymous flag is honored. |
boolean |
isAnonymousOverrideSet()
Determines whether the property specifying whether clients will be able to anonymously access operations that are specified as anonymous has been set. |
boolean |
isCategoryIdSet()
Determines whether the category identifier has been set for this object. |
boolean |
isSecurityEnabledSet()
Determines whether the property specifying whether security is enabled has been set. |
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 service identifier. |
void |
setSecurityEnabled(boolean aVal)
Sets whether security is enabled and the anonymous flag is honored. |
java.lang.String |
toString()
Creates a string containing the modifiable service information. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ModifyServiceInfo()
Method Detail |
---|
public void setId(java.lang.String aId)
aId
- The service identifier.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 boolean isCategoryIdSet()
true
if the category identifier has been set for this object,
false
otherwise.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 boolean isAnonymousOverrideSet()
true
if the property has been set,
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 boolean isSecurityEnabledSet()
true
if the property specifying whether security is enabled has been set,
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 |