|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.edc.server.spi.authorization.ExternalAuthResultDTO
public class ExternalAuthResultDTO
The ExternalAuthResultDTO class is used by the
ExternalAuthorizer interface to return the result as part of the
evaluate() method.
| Constructor Summary | |
|---|---|
ExternalAuthResultDTO()
|
|
| Method Summary | |
|---|---|
Long |
getExiprationDate()
Retrieves the expiration time set by the external authorizer implementation. |
ArrayList |
getPermissions()
Retrieves the permissions set by the external authorizer implementation. |
void |
setExiprationDate(Long exiprationDate)
Sets the expiration date. |
void |
setPermissions(ArrayList permissions)
Sets a list of allowable permissions. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExternalAuthResultDTO()
| Method Detail |
|---|
public Long getExiprationDate()
public void setExiprationDate(Long exiprationDate)
evaluate() method.
exiprationDate - The value of the expiration date.public ArrayList getPermissions()
java.util.ArrayList of allowable permissions.public void setPermissions(ArrayList permissions)
permissions - An java.util.ArrayList of permissions.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||