|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectExtendedWadlServerResource
fr.cnes.sitools.common.resource.AbstractSitoolsResource
fr.cnes.sitools.common.SitoolsResource
fr.cnes.sitools.security.authorization.AbstractAuthorizationResource
public abstract class AbstractAuthorizationResource
Abstract Resource class for Authorizations management
Field Summary |
---|
Fields inherited from class fr.cnes.sitools.common.SitoolsResource |
---|
DEFAULT_MEDIATYPE |
Constructor Summary | |
---|---|
AbstractAuthorizationResource()
Default constructor |
Method Summary | |
---|---|
void |
configure(com.thoughtworks.xstream.XStream xstream,
Response response)
XStream configuration for Response object mapping |
void |
doInit()
Initiate the resource |
AuthorizationApplication |
getAuthorizationApplication()
Get the application associated to the resource |
java.lang.String |
getResId()
Get the resource ID |
AuthorizationStore |
getStore()
Get the store associated to the application |
Methods inherited from class fr.cnes.sitools.common.resource.AbstractSitoolsResource |
---|
getMediaType, sitoolsDescribe |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractAuthorizationResource()
Method Detail |
---|
public void doInit()
SitoolsResource
public final void configure(com.thoughtworks.xstream.XStream xstream, Response response)
configure
in class SitoolsResource
xstream
- XStreamresponse
- Responsepublic final java.lang.String getResId()
public final AuthorizationStore getStore()
public final AuthorizationApplication getAuthorizationApplication()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |