|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface ServiceInfo
Interface for a service information object associated with credentials.
| Method Summary | |
|---|---|
void |
addServiceAlias(java.lang.String alias)
Adds a service alias name. |
void |
addServiceTag(java.lang.String tag)
Adds a service tag. |
boolean |
equals(java.lang.Object obj)
Compares this object with the passing object. |
DistinguishedName |
getBuDN()
Returns the distinguished name of parent container. |
java.lang.String |
getId()
Returns the object global id. |
java.util.Collection<java.lang.String> |
getServiceAlias()
Returns the collection of service aliases. |
java.lang.String |
getServiceName()
Returns the service name. |
java.util.Collection<java.lang.String> |
getServiceTag()
Returns the collection of service tags. |
java.lang.String |
getServiceType()
Returns the service profile name. |
java.lang.String |
getServiceUID()
Returns the unique resource identifier of the service information. |
boolean |
isCredentialService()
Returns true if the object is an instance of CredentialService; Otherwise, returns false. |
void |
setServiceAlias(java.util.Collection<java.lang.String> aliases)
Sets the service aliases. |
void |
setServiceName(java.lang.String name)
Sets the service name. |
void |
setServiceTag(java.util.Collection<java.lang.String> tags)
Sets the service tags. |
void |
setServiceType(java.lang.String type)
Sets the service profile name. |
void |
setServiceUID(java.lang.String serviceUID)
Sets the unique resource identifier of the service information. |
| Method Detail |
|---|
java.lang.String getId()
java.lang.String getServiceUID()
java.lang.String getServiceType()
java.lang.String getServiceName()
DistinguishedName getBuDN()
void setServiceType(java.lang.String type)
type - The service profile name.void setServiceName(java.lang.String name)
name - The service name.void addServiceAlias(java.lang.String alias)
alias - The service alias name.void addServiceTag(java.lang.String tag)
tag - The service tag.void setServiceUID(java.lang.String serviceUID)
String - value of unique resource identifier.java.util.Collection<java.lang.String> getServiceAlias()
java.util.Collection<java.lang.String> getServiceTag()
void setServiceAlias(java.util.Collection<java.lang.String> aliases)
aliases - The Collection of service aliases.void setServiceTag(java.util.Collection<java.lang.String> tags)
tags - The Collection of service tags.boolean equals(java.lang.Object obj)
equals in class java.lang.Objectboolean isCredentialService()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||