|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.edc.server.spi.authorization.ExternalAuthPropertyDTO
public class ExternalAuthPropertyDTO
The ExternalAuthPropertyDTO class is used by the implementation to define custom properties and return
the values to the Rights Management service during the
getProviderProperties()
method.
| Constructor Summary | |
|---|---|
ExternalAuthPropertyDTO()
This is the default constructor. |
|
ExternalAuthPropertyDTO(String name,
String value)
A constructor that accepts name and value properties. |
|
| Method Summary | |
|---|---|
String |
getName()
Retrieves the property name. |
String |
getValue()
Retrieves the property value. |
void |
setName(String name)
Sets the property name. |
void |
setValue(String value)
Sets the property value. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExternalAuthPropertyDTO()
public ExternalAuthPropertyDTO(String name,
String value)
name - A java.lang.String containing the name of the property.value - A java.lang.String containing the value of the property.| Method Detail |
|---|
public String getValue()
java.lang.String containing the property value.public void setValue(String value)
value - A java.lang.String containing the value to which to set the property.public String getName()
java.lang.String containing the property name.public void setName(String name)
name - The name to which to set the property.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||