All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.ocap.system.RegisteredApiUserPermission.html Maven / Gradle / Ivy

There is a newer version: 1.3.1
Show newest version






RegisteredApiUserPermission














org.ocap.system
Class RegisteredApiUserPermission

java.lang.Object
  extended by java.security.Permission
      extended by java.security.BasicPermission
          extended by org.ocap.system.RegisteredApiUserPermission
All Implemented Interfaces:
java.io.Serializable, java.security.Guard

public final class RegisteredApiUserPermission
extends java.security.BasicPermission

The RegisteredApiUserPermission class represents permission for an application to use a specific registered API. When granted one of these permissions is created for each registered API the application is given access to based on a "registeredapi.user" entry in the application's PRF and where the name matches an ocap_j_registered_api_descriptor.

See Also:
Serialized Form

Constructor Summary
RegisteredApiUserPermission(java.lang.String name)
          Creates a new RegisteredApiUserPermission with the specified name.
RegisteredApiUserPermission(java.lang.String name, java.lang.String actions)
          Creates a new RegisteredApiUserPermission with the specified name.
 
Method Summary
 
Methods inherited from class java.security.BasicPermission
equals, getActions, hashCode, implies, newPermissionCollection
 
Methods inherited from class java.security.Permission
checkGuard, getName, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RegisteredApiUserPermission

public RegisteredApiUserPermission(java.lang.String name)
Creates a new RegisteredApiUserPermission with the specified name.

Parameters:
name - The name of the registered API.

RegisteredApiUserPermission

public RegisteredApiUserPermission(java.lang.String name,
                                   java.lang.String actions)
Creates a new RegisteredApiUserPermission with the specified name.

Parameters:
name - The name of the registered API.
actions - This parameter is ignored.






© 2015 - 2024 Weber Informatics LLC | Privacy Policy