|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SecurityContext | |
uk.org.ogsadai.activity | Contains the core interfaces and classes of the Activity Framework. |
uk.org.ogsadai.common | This package provides a set of common classes and interfaces supporting all the other OGSA-DAI components. |
uk.org.ogsadai.common.properties | This package provides classes and interfaces provide for the use of properties, both those where the property value is static and those where its value is provided on-demand via callbacks. |
uk.org.ogsadai.dataresource | Provides the data service resource layer of OGSA-DAI and also the core data data resource accessors. |
uk.org.ogsadai.engine | Contains the core classes and interfaces of the engine component which is chiefly responsible for processing requests and building responses. |
uk.org.ogsadai.examples.authorization | |
uk.org.ogsadai.service.authorization | Interfaces and classes to control access to data service resources and activities. |
uk.org.ogsadai.service.wsrf.dataservice.impl | This package provides classes implementing OGSA-DAI WSRF-compliant data services. |
Uses of SecurityContext in uk.org.ogsadai.activity |
Methods in uk.org.ogsadai.activity that return SecurityContext | |
SecurityContext |
ActivityContext.getSecurityContext()
Gets the security context associated with the request. |
Methods in uk.org.ogsadai.activity with parameters of type SecurityContext | |
void |
ActivityFactoryImpl.setSecurityContext(SecurityContext sec)
|
Uses of SecurityContext in uk.org.ogsadai.common |
Methods in uk.org.ogsadai.common that return SecurityContext | |
SecurityContext |
SecurityContextProvider.getSecurityContext()
Returns security-related information. |
Uses of SecurityContext in uk.org.ogsadai.common.properties |
Fields in uk.org.ogsadai.common.properties declared as SecurityContext | |
protected SecurityContext |
Property.mSecurityContext
Security context for property access authorisation |
Methods in uk.org.ogsadai.common.properties with parameters of type SecurityContext | |
void |
DynamicProperty.setSecurityContext(SecurityContext sec)
|
void |
Property.setSecurityContext(SecurityContext sec)
Set the security context for authorising property accessing and updating. |
void |
PropertyCallback.setSecurityContext(SecurityContext sec)
Set a security context to be used if authorisation needs to be done when get/setting the value. |
Uses of SecurityContext in uk.org.ogsadai.dataresource |
Fields in uk.org.ogsadai.dataresource declared as SecurityContext | |
protected SecurityContext |
MetaDataExtractor.mSecurityContext
|
Methods in uk.org.ogsadai.dataresource with parameters of type SecurityContext | |
protected java.lang.Object |
SimpleXMLDBMetaDataExtractor.getMetaData(SecurityContext securityContext,
javax.xml.namespace.QName name)
|
void |
StatusOfDataServices.setSecurityContext(SecurityContext sec)
Set the security context |
void |
MetaDataExtractor.setSecurityContext(SecurityContext sc)
|
protected abstract java.lang.Object |
MetaDataExtractor.getMetaData(SecurityContext securityContext,
javax.xml.namespace.QName name)
Gets the meta data using the given security context to access the data resource. |
Uses of SecurityContext in uk.org.ogsadai.engine |
Fields in uk.org.ogsadai.engine declared as SecurityContext | |
private SecurityContext |
RequestContext.mSecurityContext
Security credentials associated with a request. |
Methods in uk.org.ogsadai.engine that return SecurityContext | |
SecurityContext |
RequestContext.getSecurityContext()
Gets the security context associated with a request. |
Methods in uk.org.ogsadai.engine with parameters of type SecurityContext | |
void |
RequestContext.setSecurityContext(SecurityContext securityContext)
Sets the security context associated with a request. |
Constructors in uk.org.ogsadai.engine with parameters of type SecurityContext | |
RequestContext(SecurityContext securityContext)
Constructs an invocation context for the specified security context. |
Uses of SecurityContext in uk.org.ogsadai.examples.authorization |
Methods in uk.org.ogsadai.examples.authorization with parameters of type SecurityContext | |
boolean |
UpdateableFileAuthorizer.authorizeResource(java.lang.String resourceID,
SecurityContext context)
|
boolean |
UpdateableFileAuthorizer.authorizeActivity(java.lang.String resourceID,
Activity activity,
SecurityContext context)
|
boolean |
SimpleFileAuthorizer.authorizeResource(java.lang.String resourceID,
SecurityContext context)
Authorizes access to a resource based on an access control list. |
boolean |
SimpleFileAuthorizer.authorizeActivity(java.lang.String resourceID,
Activity activity,
SecurityContext context)
Authorizes access to an activity based on an access control list. |
Uses of SecurityContext in uk.org.ogsadai.service.authorization |
Methods in uk.org.ogsadai.service.authorization with parameters of type SecurityContext | |
boolean |
NullAuthorizer.authorizeResource(java.lang.String resource,
SecurityContext context)
Always returns true . |
boolean |
NullAuthorizer.authorizeActivity(java.lang.String resourceID,
Activity activity,
SecurityContext context)
Always returns true . |
boolean |
AccessAuthorizer.authorizeResource(java.lang.String resourceID,
SecurityContext context)
Authorizes access to the given resource within the specified security context. |
boolean |
AccessAuthorizer.authorizeActivity(java.lang.String resourceID,
Activity activity,
SecurityContext context)
Authorizes access for the given activity and resource in the specified security context. |
Uses of SecurityContext in uk.org.ogsadai.service.wsrf.dataservice.impl |
Methods in uk.org.ogsadai.service.wsrf.dataservice.impl that return SecurityContext | |
SecurityContext |
DataServiceImpl.getSecurityContext()
Return a security context. |
Methods in uk.org.ogsadai.service.wsrf.dataservice.impl with parameters of type SecurityContext | |
private void |
DataServiceImpl.authorizeResource(DataServiceResource resource,
SecurityContext context)
Authorizes a resource for access within the given security context. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |