|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResourceType | |
|---|---|
| com.cafesoft.cams.access | Cams access control service support. |
| com.cafesoft.cams.access.url | Cams URL Resource Request Package |
| Uses of ResourceType in com.cafesoft.cams.access |
|---|
| Fields in com.cafesoft.cams.access declared as ResourceType | |
|---|---|
protected ResourceType |
AbstractPermission.type
The ResourceType of the Permission. |
protected ResourceType |
AbstractResourceRequest.type
ResourceType of the ResourceRequest. |
| Methods in com.cafesoft.cams.access that return ResourceType | |
|---|---|
ResourceType |
Permission.getResourceType()
Get the ResourceType. |
ResourceType |
AbstractPermission.getResourceType()
Get the ResourceType. |
ResourceType |
AbstractResourceRequest.getResourceType()
Get the ResourceType. |
ResourceType |
ResourceRequest.getResourceType()
Get the ResourceType. |
ResourceType |
ResourceTypeRegistry.getResourceType(String typeName)
Get the requested ResourceType from the registry. |
ResourceType[] |
ResourceTypeRegistry.getResourceTypes()
Get all registered ResourceTypes. |
| Methods in com.cafesoft.cams.access with parameters of type ResourceType | |
|---|---|
Permission |
PermissionFactory.createPermission(ResourceType type,
String pattern,
boolean ignoreCase,
String[] actions,
AccessControlRule acr)
Create a Permission with an associated AccessControlRule. |
Permission |
PermissionFactory.createPermission(ResourceType type,
String pattern,
boolean ignoreCase,
String[] actions,
String securityDomainName)
Create a Permission with an associated SecurityDomain delegate. |
ResourceRequest |
ResourceRequestFactory.createResourceRequest(ResourceType type,
String id,
String actions)
Create a ResourceRequest. |
ResourceRequestFactory |
ResourceTypeRegistry.getResourceRequestFactory(ResourceType type)
Get the ResourceRequestFactory. |
| Constructors in com.cafesoft.cams.access with parameters of type ResourceType | |
|---|---|
AbstractPermission(ResourceType type)
Create a new AbstractPermission. |
|
AbstractPermission(ResourceType type,
ResourcePattern rp,
String[] actions)
Create a new AbstractPermission. |
|
AbstractResourceRequest(ResourceType type,
String id,
String actions)
Create a new AbstractResourceRequest object. |
|
| Uses of ResourceType in com.cafesoft.cams.access.url |
|---|
| Methods in com.cafesoft.cams.access.url with parameters of type ResourceType | |
|---|---|
ResourceRequest |
UrlResourceRequestFactory.createResourceRequest(ResourceType type,
String id,
String actions)
Create a ResourceRequest. |
| Constructors in com.cafesoft.cams.access.url with parameters of type ResourceType | |
|---|---|
UrlResourceRequest(Map schemeMap,
ResourceType type,
String id,
String actions,
boolean removePathParams)
Create a new UrlResourceRequest object. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||