Package nl.gx.webmanager.authorization
Interface ApplicationKey
-
- All Superinterfaces:
HtmlObjectWrapper
public interface ApplicationKey extends HtmlObjectWrapper
Represents an Application Key belonging to a User.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getValue()
Get the value of the key.void
setValue(String Value)
Set the value of the key.-
Methods inherited from interface nl.gx.webmanager.authorization.HtmlObjectWrapper
getId, getUuid
-
-