com.adobe.idp.dsc.registry.service
Class CreateServiceInfo

java.lang.Object
  extended by com.adobe.idp.dsc.registry.service.CreateServiceInfo
All Implemented Interfaces:
java.io.Serializable

public class CreateServiceInfo
extends java.lang.Object
implements java.io.Serializable

This class allows you to retrieve and set the information related to a service.

See Also:
Serialized Form

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

CreateServiceInfo

public CreateServiceInfo()
Method Detail

setId

public void setId(java.lang.String aId)
Sets the identifier to use for this service.

Parameters:
aId - The identifier to use for this service.

getId

public java.lang.String getId()
Retrieves the identifier to use for this service.

Returns:
The identifier to use for this service.

setCategoryId

public void setCategoryId(java.lang.String aId)
Sets the category identifier that will be applied to the service object.

Parameters:
aId - The category identifier that will be applied to the service object.

getCategoryId

public java.lang.String getCategoryId()
Retrieves the category identifier that will be applied to the service object.

Returns:
The category identifier that will be applied to the service object.

setAnonymousOverride

public void setAnonymousOverride(boolean aVal)
Sets whether clients will be able to anonymously access operations that are specified as anonymous. Those operations not flagged as anonymous by the developer will not be accessible anonymously.

Parameters:
aVal - true if clients will be able to anonymously access operations that are specified as anonymous, false otherwise.

getAnonymousOverride

public boolean getAnonymousOverride()
Determines whether clients will be able to anonymously access operations that are specified as anonymous. Those operations not flagged as anonymous by the developer will not be accessible anonymously.

Returns:
true if clients will be able to anonymously access operations that are specified as anonymous, false otherwise.

setSecurityEnabled

public void setSecurityEnabled(boolean aVal)
Sets whether security is enabled and the anonymous flag is honored.

Parameters:
aVal - true if security is enabled and the anonymous flag is honored, false otherwise.

getSecurityEnabled

public boolean getSecurityEnabled()
Determines whether security is enabled and the anonymous flag is honored.

Returns:
true if security is enabled and the anonymous flag is honored, false otherwise.

toString

public java.lang.String toString()
Creates a string containing the service information.

Overrides:
toString in class java.lang.Object
Returns:
A string containing the service information.


[an error occurred while processing this directive] [an error occurred while processing this directive]