| Name | Description | Type | Package | Framework |
| AllPermission | The AllPermission is a permission that implies all other permissions. | Class | java.security | Java SE |
|
| AudioPermission | The AudioPermission class represents access rights to the audio system resources. | Class | javax.sound.sampled | Java SE |
|
| AuthPermission | This class is for authentication permissions. | Class | javax.security.auth | Java SE |
|
| AWTPermission | This class is for AWT permissions. | Class | java.awt | Java SE |
|
| AclEntryPermission | enum AclEntryPermissionDefines the permissions for use with the permissions component of an ACL | Class | java.nio.file.attribute | Java SE |
|
| BasicPermission | The BasicPermission class extends the Permission class, and can be used as the base class for permissions that want to | Class | java.security | Java SE |
|
| DelegationPermission | This class is used to restrict the usage of the Kerberos delegation model, ie: forwardable and proxiable tickets. | Class | javax.security.auth.kerberos | Java SE |
|
| FilePermission | This class represents access to a file or directory. | Class | java.io | Java SE |
|
| JAXBPermission | This class is for JAXB permissions. | Class | javax.xml.bind | Java SE |
|
| LinkPermission | The Permission class for link creation operations. | Class | java.nio.file | Java SE |
|
| LoggingPermission | The permission which the SecurityManager will check when code that is running with a SecurityManager calls one of the logging | Class | java.util.logging | Java SE |
|
| ManagementPermission | The permission which the SecurityManager will check when code that is running with a SecurityManager calls methods defined | Class | java.lang.management | Java SE |
|
| MBeanPermission | Permission controlling access to MBeanServer operations. | Class | javax.management | Java SE |
|
| MBeanServerPermission | A Permission to perform actions related to MBeanServers. | Class | javax.management | Java SE |
|
| MBeanTrustPermission | This permission represents trust in a signer or codebase. | Class | javax.management | Java SE |
|
| NetPermission | This class is for various network permissions. | Class | java.net | Java SE |
|
| NO_PERMISSION | Exception thrown when an invocation failed because the caller has insufficient privileges. | Class | org.omg.CORBA | Java SE |
|
| NoPermissionException | This exception is thrown when attempting to perform an operation for which the client has no permission. | Class | javax.naming | Java SE |
|
| PagesPerMinute | the nominal number of pages per minute to the nearest whole number which may be generated by this printer (e. | Class | javax.print.attribute.standard | Java SE |
|
| PagesPerMinuteColor | indicates the nominal number of pages per minute to the nearest whole number which may be generated by this printer when printing color (e. | Class | javax.print.attribute.standard | Java SE |
|
| Permission | Abstract class for representing access to a system resource. | Class | java.security | Java SE |
|
| PermissionCollection | Abstract class representing a collection of Permission objects. | Class | java.security | Java SE |
|
| Permissions | This class represents a heterogeneous collection of Permissions. | Class | java.security | Java SE |
|
| PosixFilePermissions | This class consists exclusively of static methods that operate on sets of PosixFilePermission objects. | Class | java.nio.file.attribute | Java SE |
|
| PrivateCredentialPermission | This class is used to protect access to private Credentials belonging to a particular Subject. | Class | javax.security.auth | Java SE |
|
| PropertyPermission | This class is for property permissions. | Class | java.util | Java SE |
|
| ProviderMismatchException | Unchecked exception thrown when an attempt is made to invoke a method on an object created by one file system provider with a parameter created by a | Class | java.nio.file | Java SE |
|
| PosixFilePermission | enum PosixFilePermissionDefines the bits for use with the permissions attribute. | Class | java.nio.file.attribute | Java SE |
|
| Permission | This interface represents a permission, such as that used to grant a particular type of access to a resource. | Interface | java.security.acl | Java SE |
|
| ReflectPermission | The Permission class for reflective operations. | Class | java.lang.reflect | Java SE |
|
| RMIClassLoader | RMIClassLoader comprises static methods to support dynamic class loading with RMI. | Class | java.rmi.server | Java SE |
|
| RMIClassLoaderSpi | RMIClassLoaderSpi is the service provider interface for In particular, an RMIClassLoaderSpi instance provides an | Class | java.rmi.server | Java SE |
|
| RMIConnectionImpl | code will not usually reference this class. | Class | javax.management.remote.rmi | Java SE |
|
| RMIConnector | A connection to a remote RMI connector. | Class | javax.management.remote.rmi | Java SE |
|
| RMIConnectorServer | A JMX API connector server that creates RMI-based connections from remote clients. | Class | javax.management.remote.rmi | Java SE |
|
| RMIIIOPServerImpl | An RMIServerImpl that is exported through IIOP and that creates client connections as RMI objects exported through IIOP. | Class | javax.management.remote.rmi | Java SE |
|
| RMIJRMPServerImpl | An RMIServer object that is exported through JRMP and that creates client connections as RMI objects exported through JRMP. | Class | javax.management.remote.rmi | Java SE |
|
| RMISecurityException | An RMISecurityException signals that a security exception has occurred during the execution of one of | Class | java.rmi | Java SE |
|
| RMISecurityManager | RMISecurityManager implements a policy identical to the policy implemented by SecurityManager. | Class | java.rmi | Java SE |
|
| RMIServerImpl | An RMI object representing a connector server. | Class | javax.management.remote.rmi | Java SE |
|
| RMISocketFactory | An RMISocketFactory instance is used by the RMI runtime in order to obtain client and server sockets for RMI calls. | Class | java.rmi.server | Java SE |
|
| RuntimePermission | This class is for runtime permissions. | Class | java.lang | Java SE |
|
| RMIClientSocketFactory | An RMIClientSocketFactory instance is used by the RMI runtime in order to obtain client sockets for RMI calls. | Interface | java.rmi.server | Java SE |
|
| RMIConnection | RMI object used to forward an MBeanServer request from a client to its MBeanServer implementation on the server side. | Interface | javax.management.remote.rmi | Java SE |
|
| RMICustomMaxStreamFormat | Generated by the IDL-to-Java compiler (portable), version 3. | Interface | org.omg.IOP | Java SE |
|
| RMIFailureHandler | An RMIFailureHandler can be registered via the RMISocketFactory. | Interface | java.rmi.server | Java SE |
|
| RMIServer | RMI object used to establish connections to an RMI connector. | Interface | javax.management.remote.rmi | Java SE |
|
| RMIServerSocketFactory | An RMIServerSocketFactory instance is used by the RMI runtime in order to obtain server sockets for RMI calls. | Interface | java.rmi.server | Java SE |
|
| SecurityPermission | This class is for security permissions. | Class | java.security | Java SE |
|
| SerializablePermission | This class is for Serializable permissions. | Class | java.io | Java SE |
|
| ServicePermission | This class is used to protect Kerberos services and the credentials necessary to access those services. | Class | javax.security.auth.kerberos | Java SE |
|
| SocketPermission | This class represents access to a network via sockets. | Class | java.net | Java SE |
|
| SQLPermission | The permission for which the SecurityManager will check when code that is running an application with a | Class | java.sql | Java SE |
|
| SSLPermission | This class is for various network permissions. | Class | javax.net.ssl | Java SE |
|
| SslRMIClientSocketFactory | An SslRMIClientSocketFactory instance is used by the RMI runtime in order to obtain client sockets for RMI calls via SSL. | Class | javax.rmi.ssl | Java SE |
|
| SslRMIServerSocketFactory | An SslRMIServerSocketFactory instance is used by the RMI runtime in order to obtain server sockets for RMI calls via SSL. | Class | javax.rmi.ssl | Java SE |
|
| StackFramePermission | Permission to access StackWalker. | Class | java.lang | Java SE |
|
| SubjectDelegationPermission | Permission required by an authentication identity to perform operations on behalf of an authorization identity. | Class | javax.management.remote | Java SE |
|
| TAG_RMI_CUSTOM_MAX_STREAM_FORMAT | Generated by the IDL-to-Java compiler (portable), version 3. | Interface | org.omg.IOP | Java SE |
|
| UnresolvedPermission | The UnresolvedPermission class is used to hold Permissions that were unresolved when the Policy was initialized. | Class | java.security | Java SE |
|
| URLPermission | Represents permission to access a resource or set of resources defined by a given url, and for a given set of user-settable request methods | Class | java.net | Java SE |
|
| WebServicePermission | This class defines web service permissions. | Class | javax.xml.ws | Java SE |
|
| EJBMethodPermission | Class for EJB method permissions. | Class | javax.security.jacc | Java EE |
|
| EJBRoleRefPermission | Class for EJB isCallerInRole (String reference) permissions. | Class | javax.security.jacc | Java EE |
|
| JAXBPermission | This class is for JAXB permissions. | Class | javax.xml.bind | Java EE |
|
| PermitAll | Specifies that all security roles are allowed to invoke the specified method(s) i. | Class | javax.annotation.security | Java EE |
|
| PermittedTaglibsTLV | A TagLibraryValidator class to allow a TLD to restrict what taglibs (in addition to itself) may be imported on a page where it's | Class | javax.servlet.jsp.jstl.tlv | Java EE |
|
| SecurityPermission | The SecurityPermission annotation can be used by the developer, as part of the Connector annotation, to specify the extended security permissions | Class | javax.resource.spi | Java EE |
|
| WebResourcePermission | Class for Servlet web resource permissions. | Class | javax.security.jacc | Java EE |
|
| WebRoleRefPermission | Class for Servlet isUserInRole (String reference) permissions. | Class | javax.security.jacc | Java EE |
|
| WebServicePermission | This class defines web service permissions. | Class | javax.xml.ws | Java EE |
|
| WebUserDataPermission | Class for Servlet Web user data permissions. | Class | javax.security.jacc | Java EE |
|
| XATerminator | The XATerminator interface is used for transaction completion and crash recovery flows. | Interface | javax.resource.spi | Java EE |
|
| FlowBuilder .UnterminatedFlowBuilder | A builder for continuing a flow from a decision state. | Class | org.springframework.batch.core.job.builder.FlowBuilder | Spring Batch |
|
| TimeoutTerminationPolicy | Termination policy that times out after a fixed period. | Class | org.springframework.batch.repeat.policy | Spring Batch |
|
| RmiOutboundGatewayParser | Parser for the element of the 'rmi' namespace. | Class | org.springframework.integration.rmi.config | Spring Integration |
|
| RmiOutboundGateway | An outbound Messaging Gateway for RMI-based remoting. | Class | org.springframework.integration.rmi | Spring Integration |
|
| RmiNamespaceHandler | Namespace handler for Spring Integration's rmi namespace. | Class | org.springframework.integration.rmi.config | Spring Integration |
|
| RmiInboundGatewayParser | Parser for the element of the 'rmi' namespace. | Class | org.springframework.integration.rmi.config | Spring Integration |
|
| RmiInboundGateway | An inbound Messaging Gateway for RMI-based remoting. | Class | org.springframework.integration.rmi | Spring Integration |
|
| MessageTransformingHandler | A reply-producing MessageHandler that delegates to aTransformer instance to modify the received Message | Class | org.springframework.integration.transformer | Spring Integration |
|
| MessageTransformingChannelInterceptor | A ChannelInterceptor which invokes a Transformerwhen either sending-to or receiving-from a channel. | Class | org.springframework.integration.transformer | Spring Integration |
|
| ByteArraySingleTerminatorSerializer | Reads data in an InputStream to a byte[]; data must be terminated by a singlebyte (not included in resulting byte[]). | Class | org.springframework.integration.ip.tcp.serializer | Spring Integration |
|
| NoPermissionException | | Class | org.springframework | Spring LDAP |
|
| JndiRmiClientInterceptor | MethodInterceptor for accessing RMI services from JNDI. | Class | org.springframework.remoting.rmi | Spring MVC |
|
| JndiRmiProxyFactoryBean | FactoryBean for RMI proxies from JNDI. | Class | org.springframework.remoting.rmi | Spring MVC |
|
| JndiRmiServiceExporter | Service exporter which binds RMI services to JNDI. | Class | org.springframework.remoting.rmi | Spring MVC |
|
| PermissionDeniedDataAccessException | Exception thrown when the underlying resource denied a permissionto access a specific element, such as a specific database table. | Class | org.springframework.dao | Spring MVC |
|
| RmiBasedExporter | Convenient superclass for RMI-based remote exporters. | Class | org.springframework.remoting.rmi | Spring MVC |
|
| RmiClientInterceptor | MethodInterceptor for accessing conventionalRMI services or RMI invokers. | Class | org.springframework.remoting.rmi | Spring MVC |
|
| RmiClientInterceptorUtils | Factored-out methods for performing invocations within an RMI client. | Class | org.springframework.remoting.rmi | Spring MVC |
|
| RmiInvocationHandler | Interface for RMI invocation handlers instances on the server,wrapping exported services. | Interface | org.springframework.remoting.rmi | Spring MVC |
|
| RmiProxyFactoryBean | FactoryBean for RMI proxies, supporting both conventional RMI servicesand RMI invokers. | Class | org.springframework.remoting.rmi | Spring MVC |
|
| RmiRegistryFactoryBean | FactoryBean that locates a Registry andexposes it for bean references. | Class | org.springframework.remoting.rmi | Spring MVC |
|
| RmiServiceExporter | RMI exporter that exposes the specified service as RMI object with the specified name. | Class | org.springframework.remoting.rmi | Spring MVC |
|
| AbstractPermission | | Class | apidocs.org | Spring Security |
|
| AclPermissionCacheOptimizer | | Class | apidocs.org | Spring Security |
|
| AclPermissionEvaluator | | Class | apidocs.org | Spring Security |
|
| BasePermission | | Class | apidocs.org | Spring Security |
|
| CumulativePermission | | Class | apidocs.org | Spring Security |
|
| DefaultPermissionFactory | | Class | apidocs.org | Spring Security |
|
| DefaultPermissionGrantingStrategy | | Class | apidocs.org | Spring Security |
|
| DenyAllPermissionEvaluator | | Class | apidocs.org | Spring Security |
|
| Permission | | Interface | apidocs.org | Spring Security |
|
| PermissionCacheOptimizer | | Interface | apidocs.org | Spring Security |
|
| PermissionEvaluator | | Interface | apidocs.org | Spring Security |
|
| PermissionFactory | | Interface | apidocs.org | Spring Security |
|
| PermissionGrantingStrategy | | Interface | apidocs.org | Spring Security |
|
| PermissionDeniedFlowExecutionAccessException | Thrown when access to a flow execution was denied by a repository. | Class | org.springframework.webflow.execution.repository | Spring Webflow |
|
| PayloadTransformingInterceptor | Interceptor that transforms the payload of WebServiceMessages using XSLT stylesheet. | Class | org.springframework.ws.server.endpoint.interceptor | Spring WebService |
|
| EncoderDecoderMixins | Provides mixins for encoder/decoder options. | Class | org.springframework.xd.tcp.encdec | Spring XD |
|
| EncoderDecoderMixins .BufferSizeMixin | Adds a bufferSize option (default 2048), to be used alongside a decoder/encoder (or both) option. | Class | org.springframework.xd.tcp.encdec.EncoderDecoderMixins | Spring XD |
|
| EncoderDecoderMixins .DecoderMixin | Adds an decoder option (default CRLF) and activates a profile named after the chosen decoder. | Class | org.springframework.xd.tcp.encdec.EncoderDecoderMixins | Spring XD |
|
| EncoderDecoderMixins .EncoderMixin | Adds an encoder option (default CRLF) and activates a profile named after the chosen encoder. | Class | org.springframework.xd.tcp.encdec.EncoderDecoderMixins | Spring XD |
|
| EncoderDecoderMixins .Encoding | | Class | org.springframework.xd.tcp.encdec.EncoderDecoderMixins | Spring XD |
|
| MailServerMixin | Typical options for configuring connection to a mail server. | Class | org.springframework.xd.mail | Spring XD |
|
| PeriodicTriggerMixin | Mixin for options that include a periodic fixed-delay trigger. | Class | org.springframework.xd.module.options.mixins | Spring XD |
|
| TwitterMixin | Options common to twitter source modulesAuthor:David Turanski | Class | org.springframework.integration.x.twitter | Spring XD |
|
| AddPermissionRequest | | Class | amazonaws.services | Amazon AWS |
|
| AddPermissionRequest | | Class | amazonaws.services | Amazon AWS |
|
| AddPermissionRequest | | Class | amazonaws.services | Amazon AWS |
|
| AddPermissionResult | | Class | amazonaws.services | Amazon AWS |
|
| BucketPermissionException | | Class | amazonaws.services | Amazon AWS |
|
| ChildWorkflowExecutionTerminatedEventAttributes | | Class | amazonaws.services | Amazon AWS |
|
| ChildWorkflowTerminatedException | | Class | amazonaws.services | Amazon AWS |
|
| CreateVolumePermission | | Class | amazonaws.services | Amazon AWS |
|
| CreateVolumePermissionModifications | | Class | amazonaws.services | Amazon AWS |
|
| DescribePermissionsRequest | | Class | amazonaws.services | Amazon AWS |
|
| DescribePermissionsResult | | Class | amazonaws.services | Amazon AWS |
|
| DescribeTerminationPolicyTypesRequest | | Class | amazonaws.services | Amazon AWS |
|
| DescribeTerminationPolicyTypesResult | | Class | amazonaws.services | Amazon AWS |
|
| ExcessCapacityTerminationPolicy | | Class | amazonaws.services | Amazon AWS |
|
| IdempotentParameterMismatchException | | Class | amazonaws.services | Amazon AWS |
|
| InsufficientPermissionsException | | Class | amazonaws.services | Amazon AWS |
|
| IpPermission | | Class | amazonaws.services | Amazon AWS |
|
| KeyPairMismatchException | | Class | amazonaws.services | Amazon AWS |
|
| LaunchPermission | | Class | amazonaws.services | Amazon AWS |
|
| LaunchPermissionModifications | | Class | amazonaws.services | Amazon AWS |
|
| OperationNotPermittedException | | Class | amazonaws.services | Amazon AWS |
|
| OperationNotPermittedException | | Class | amazonaws.services | Amazon AWS |
|
| Permission | | Class | amazonaws.services | Amazon AWS |
|
| Permission | | Class | amazonaws.services | Amazon AWS |
|
| Permission | | Class | amazonaws.services | Amazon AWS |
|
| PermissionGroup | | Class | amazonaws.services | Amazon AWS |
|
| RemovePermissionRequest | | Class | amazonaws.services | Amazon AWS |
|
| RemovePermissionRequest | | Class | amazonaws.services | Amazon AWS |
|
| RemovePermissionRequest | | Class | amazonaws.services | Amazon AWS |
|
| ExternalComponentConfiguration .Permission | The XMPP entity is allowed to connect to the server. | Class | org.jivesoftware.openfire.component.ExternalComponentConfiguration | Echo |
|
| ExternalComponentManager .PermissionPolicy | Any XMPP entity is allowed to connect to the server except for those listed in the not allowed list. | Class | org.jivesoftware.openfire.component.ExternalComponentManager | Echo |
|
| RemoteServerConfiguration .Permission | The XMPP entity is allowed to connect to the server. | Class | org.jivesoftware.openfire.server.RemoteServerConfiguration | Echo |
|
| RemoteServerManager .PermissionPolicy | Any XMPP entity is allowed to connect to the server except for those listed in the not allowed list. | Class | org.jivesoftware.openfire.server.RemoteServerManager | Echo |
|
| XDataFormImpl | A concrete DataForm capable of sending itself to a writer and recover its state from an XMPP stanza. | Class | org.jivesoftware.openfire.forms.spi | Echo |
|
| ExprInvokePermission | BasicPermission subclass that defines a permission token for invoking methods within Expr. | Class | ariba.util.expr | Ariba Web |
|
| BaseTurbinePermission | This class was autogenerated by Torque on: [Tue Nov 04 15:53:51 CET 2008] | Class | org.apache.turbine.services.security.torque.om | Apache Turbine |
|
| BaseTurbinePermissionPeer | This class was autogenerated by Torque on: [Tue Nov 04 15:53:51 CET 2008] | Class | org.apache.turbine.services.security.torque.om | Apache Turbine |
|
| BaseTurbineRolePermission | This class was autogenerated by Torque on: [Tue Nov 04 15:53:51 CET 2008] | Class | org.apache.turbine.services.security.torque.om | Apache Turbine |
|
| BaseTurbineRolePermissionPeer | This class was autogenerated by Torque on: [Tue Nov 04 15:53:51 CET 2008] | Class | org.apache.turbine.services.security.torque.om | Apache Turbine |
|
| Permission | This class represents the permissions that a Role has to access certain pages/functions within the system. | Interface | org.apache.turbine.om.security | Apache Turbine |
|
| PermissionPeer | This class handles all the database access for the PERMISSION table. | Class | org.apache.turbine.om.security.peer | Apache Turbine |
|
| PermissionPeerManager | This class capsulates all direct Peer access for the Permission entities. | Class | org.apache.turbine.services.security.torque | Apache Turbine |
|
| PermissionPeerManagerConstants | Constants for configuring the various columns and bean properties security. | Interface | org.apache.turbine.services.security.torque | Apache Turbine |
|
| PermissionSet | This class represents a set of Permissions. | Class | org.apache.turbine.util.security | Apache Turbine |
|
| RolePermissionPeer | This class handles all database access for the ROLE_PERMISSION table. | Class | org.apache.turbine.om.security.peer | Apache Turbine |
|
| TorquePermission | This class represents a permission given to a Role associated with the current Session. | Class | org.apache.turbine.services.security.torque | Apache Turbine |
|
| TurbinePermission | This class represents the permissions that a Role has to access certain pages/functions within the system. | Class | org.apache.turbine.om.security | Apache Turbine |
|
| TurbinePermission | The skeleton for this class was autogenerated by Torque on: [Tue Nov 04 15:53:51 CET 2008] | Class | org.apache.turbine.services.security.torque.om | Apache Turbine |
|
| TurbinePermissionMapBuilder | This class was autogenerated by Torque on: [Tue Nov 04 15:53:51 CET 2008] | Class | org.apache.turbine.services.security.torque.om.map | Apache Turbine |
|
| TurbinePermissionPeer | The skeleton for this class was autogenerated by Torque on: [Tue Nov 04 15:53:51 CET 2008] | Class | org.apache.turbine.services.security.torque.om | Apache Turbine |
|
| TurbineRolePermission | The skeleton for this class was autogenerated by Torque on: [Tue Nov 04 15:53:51 CET 2008] | Class | org.apache.turbine.services.security.torque.om | Apache Turbine |
|
| TurbineRolePermissionMapBuilder | This class was autogenerated by Torque on: [Tue Nov 04 15:53:51 CET 2008] | Class | org.apache.turbine.services.security.torque.om.map | Apache Turbine |
|
| TurbineRolePermissionPeer | The skeleton for this class was autogenerated by Torque on: [Tue Nov 04 15:53:51 CET 2008] | Class | org.apache.turbine.services.security.torque.om | Apache Turbine |
|
| ComponentRequestHandlerTerminator | Terminator for the ComponentRequestHandler pipeline, that feeds out into the ComponentEventRequestHandler and PageRenderRequestHandler | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
|
| FormInjector | A way to add new content to an existing Form. | Class | org.apache.tapestry5.corelib.components | Apache Tapestry |
|
| MarkupRendererTerminator | Terminator for the [@link MarkupRenderer} pipeline, which exists to invoke PageRenderQueue. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
|
| PartialMarkupRendererTerminator | Terminator for the PartialMarkupRenderer pipeline, which ultimately invokes PageRenderQueue. | Class | org.apache.tapestry5.internal.services | Apache Tapestry |
|
| DefaultObjectTypeDeterminer | This ObjectTypeDeterminer looks at the Class-conversion. | Class | com.opensymphony.xwork2.conversion.impl | Apache Struts |
|
| MockObjectTypeDeterminer | Mocks the function of an ObjectTypeDeterminer for testing purposes. | Class | com.opensymphony.xwork2.mock | Apache Struts |
|
| ObjectTypeDeterminer | Determines what the key and and element class of a Map or Collection should be. | Interface | com.opensymphony.xwork2.conversion | Apache Struts |
|
| AbstractSourcePermission | This class is an abstract implementation of a source permissionVersion:CVS $Id: AbstractSourcePermission. | Class | org.apache.cocoon.components.source.helpers | Apache Cocoon |
|
| FormInstance | | Class | org.apache.cocoon.forms.flow.java | Apache Cocoon |
|
| GroupSourcePermission | This class represents a source permission for groupsVersion:CVS $Id: GroupSourcePermission. | Class | org.apache.cocoon.components.source.helpers | Apache Cocoon |
|
| PrincipalSourcePermission | This class represents a source permission for usersVersion:CVS $Id: PrincipalSourcePermission. | Class | org.apache.cocoon.components.source.helpers | Apache Cocoon |
|
| SimpleFormInstanceExtractionTransformer | | Class | org.apache.cocoon.transformation | Apache Cocoon |
|
| SimpleFormInstanceExtractionTransformer .ElementData | Constructor SummarySimpleFormInstanceExtractionTransformer. | Class | org.apache.cocoon.transformation.SimpleFormInstanceExtractionTransformer | Apache Cocoon |
|
| SourcePermission | This interface represents a permission for a sourceVersion:CVS $Id: SourcePermission. | Interface | org.apache.cocoon.components.source.helpers | Apache Cocoon |
|
| ActionPermissionResolver | An ActionPermissionResolver will inspect an Action and return Permissions that must be granted to a Subject in order for the | Interface | org.apache.activemq.shiro.authz | Apache ActiveMQ |
|
| ActiveMQPermissionResolver | WildcardPermissionResolver that can create case-sensitive (or case-insensitive) WildcardPermission instances as expected for ActiveMQ. | Class | org.apache.activemq.shiro.authz | Apache ActiveMQ |
|
| ActiveMQWildcardPermission | | Class | org.apache.activemq.shiro.authz | Apache ActiveMQ |
|
| DestinationActionPermissionResolver | A DestinationActionPermissionResolver inspects DestinationActions and returns one or more WildcardPermissions that must be granted to a Subject in order for that Subject to | Class | org.apache.activemq.shiro.authz | Apache ActiveMQ |
|
| DeterministicTaskRunner | | Class | org.apache.activemq.thread | Apache ActiveMQ |
|
| DtoInformixJDBCAdapter | Java class for anonymous complex type. | Class | org.apache.activemq.schema.core | Apache ActiveMQ |
|
| DtoInformixJDBCAdapter .Statements | Java class for anonymous complex type. | Class | org.apache.activemq.schema.core.DtoInformixJDBCAdapter | Apache ActiveMQ |
|
| InformixJDBCAdapter | JDBC Adapter for Informix database. | Class | org.apache.activemq.store.jdbc.adapter | Apache ActiveMQ |
|
| SimpleCachedLDAPAuthorizationMap .PermissionType | | Class | org.apache.activemq.security.SimpleCachedLDAPAuthorizationMap | Apache ActiveMQ |
|
| EarlyTerminatingCollector | A wrapper Collector that throws EarlyTerminatingCollectorException) once a specified maximum number of documents are collected. | Class | org.apache.solr.search | Apache Solr Lucene |
|
| EarlyTerminatingCollectorException | Thrown by EarlyTerminatingCollector when the maximum to abort the scoring / collection process early, when the specified maximum number | Class | org.apache.solr.search | Apache Solr Lucene |
|
| BeginTagBadlyTerminatedException | | Class | com.uwyn.rife.template.exceptions | Rife |
|
| MismatchedTerminationTagException | | Class | com.uwyn.rife.template.exceptions | Rife |
|
| MissingTerminationTagsException | | Class | com.uwyn.rife.template.exceptions | Rife |
|
| TagBadlyTerminatedException | | Class | com.uwyn.rife.template.exceptions | Rife |
|
| TagNotTerminatedException | | Class | com.uwyn.rife.template.exceptions | Rife |
|
| TerminatingUnopenedTagException | | Class | com.uwyn.rife.template.exceptions | Rife |
|
| RequestPermissionException | Exception thrown when the RequestBuilder attempts to make a request to a URL which violates the Same-Origin Security | Class | com.google.gwt.http.client | Google WebToolkit (GWT) |
|
| StoerWagnerMinimumCut | Wagner minimum cut algorithm. | Class | org.jgrapht.alg | JGraph |
|
| TransformingFlatnessGraphics | subclassed to pass certain operations thru the transformer before the base class method is applied | Class | edu.uci.ics.jung.visualization.transform.shape | SourceForge Jung |
|
| TransformingGraphics | subclassed to pass certain operations thru the transformer before the base class method is applied | Class | edu.uci.ics.jung.visualization.transform.shape | SourceForge Jung |
|
| TransformingImageVertexIconRenderer | | Class | edu.uci.ics.jung.visualization.jai | SourceForge Jung |
|
| UniformInOut | Assigns weights to directed edges (the edge of the vertex/edge pair) depending on whether the vertex is the edge's source or its destination. | Class | edu.uci.ics.jung.algorithms.scoring.util | SourceForge Jung |
|
| HibernatePermission | | Class | org.hibernate.secure.internal | Hibernate ORM |
|
| ImplicitNumericExpressionTypeDeterminer | | Class | org.hibernate.ejb.criteria.predicate | Hibernate ORM |
|
| InformixDialect | Seems to work with Informix Dynamic Server Version 7. | Class | org.hibernate.dialect | Hibernate ORM |
|
| JACCPermissions | Copied from JBoss org. | Class | org.hibernate.secure.internal | Hibernate ORM |
|
| JtaPlatformInitiator | | Class | org.hibernate.service.jta.platform.internal | Hibernate ORM |
|
| TenantIdentifierMismatchException | Indicates that tenant identifiers did not match in cases where CurrentTenantIdentifierResolver. | Class | org.hibernate.context | Hibernate ORM |
|
| TestingJtaPlatformImpl | A test-specific implementation of the JtaPlatform contract for testing JTA-based functionality. | Class | org.hibernate.testing.jta | Hibernate ORM |
|
| TransformingClassLoader | | Class | org.hibernate.bytecode.internal.javassist | Hibernate ORM |
|
| AclEntryPermission | enum AclEntryPermissionDefines the permissions for use with the permissions component of an ACL | Class | nio.file.attribute | Code Trails |
|
| AllPermission | The AllPermission is a permission that implies all other permissions. | Class | security | Code Trails |
|
| AllPermissionCollection | | Class | security | Code Trails |
|
| AllPermissionsImpl | This class implements the principal interface for the set of all permissions. | Class | security.acl | Code Trails |
|
| AttachPermission | When a SecurityManager set, this is the permission which will be checked when code invokes VirtalMachine. | Class | sun.tools.attach | Code Trails |
|
| AudioPermission | The AudioPermission class represents access rights to the audio system resources. | Class | sound.sampled | Code Trails |
|
| AuthPermission | This class is for authentication permissions. | Class | security.auth | Code Trails |
|
| AWTPermission | This class is for AWT permissions. | Class | awt | Code Trails |
|
| AWTPermissionFactory | A factory object for AWTPermission objects. | Class | awt | Code Trails |
|
| BasicPermission | The BasicPermission class extends the Permission class, and can be used as the base class for permissions that want to | Class | security | Code Trails |
|
| BasicPermissionCollection | | Class | security | Code Trails |
|
| BridgePermission | Permission class used to protect access to the sun. | Class | corba | Code Trails |
|
| CardPermission | A permission for Smart Card operations. | Class | smartcardio | Code Trails |
|
| CardTerminal | A Smart Card terminal, sometimes refered to as a Smart Card Reader. | Class | smartcardio | Code Trails |
|
| CardTerminals | The set of terminals supported by a TerminalFactory. | Class | smartcardio | Code Trails |
|
| CardTerminals .State | It is used as a parameter to the CardTerminals. | Class | smartcardio.CardTerminals | Code Trails |
|
| CryptoAllPermission | | Class | crypto | Code Trails |
|
| CryptoAllPermissionCollection | | Class | crypto | Code Trails |
|
| CryptoPermission | | Class | crypto | Code Trails |
|
| CryptoPermissionCollection | | Class | crypto | Code Trails |
|
| CryptoPermissions | | Class | crypto | Code Trails |
|
| CryptoPolicyParser .CryptoPermissionEntry | Each crypto permission entry in the policy configuration file is represented by a CryptoPermissionEntry object. | Class | crypto.CryptoPolicyParser | Code Trails |
|
| DataTransferer .RMI | A class that provides access to java. | Class | awt.datatransfer.DataTransferer | Code Trails |
|
| DelegationPermission | This class is used to restrict the usage of the Kerberos delegation model, ie: forwardable and proxiable tickets. | Class | security.auth.kerberos | Code Trails |
|
| FormImpl | See Also:Serialized FormFields inherited from interface org. | Class | org.barracudamvc.contrib.sam.xmlform.dtd | Barracuda |
|
| AccessPermission | An access permission for a resource. | Class | domain | Content Control |
|
| Permission | | Class | api.types | Content Control |
|
| UserMigration | Migrate users from CCC6. | Class | migration | Content Control |
|
| DeterministicCodeOptimizer | Factors out deterministic expressions to final static fields. | Class | org.apache.calcite.linq4j.tree | Calcite |
|
| NonDeterministic | Specifies that function is NOT deterministic (i. | Class | org.apache.calcite.linq4j.function | Calcite |
|
| TaskIdsPermitsBarrier | This barrier is used when we don't know how many events are we waiting on from the start. | Class | org.apache.giraph.utils | Giraph |
|
| AuthorizationPermission | enum AuthorizationPermissionAuthorizationPermission. | Class | org.infinispan.security | Infinispan |
|
| CachePermission | | Class | org.infinispan.security | Infinispan |
|
| CachePermissionCollection | CachePermissionCollection. | Class | org.infinispan.security | Infinispan |
|
| RegexExtractorInterceptorMillisSerializer | Serializer that converts the passed in value into milliseconds using the specified formatting pattern | Class | org.apache.flume.interceptor | Flume |
|
| RawBytesTerminated | An DataType that encodes variable-length values encoded using Bytes. | Class | org.apache.hadoop.hbase.types | HBase |
|
| RawStringTerminated | An DataType that encodes variable-length values encoded using Bytes. | Class | org.apache.hadoop.hbase.types | HBase |
|
| TerminatedWrapper | Wraps an existing DataType implementation as a terminated version of itself. | Class | org.apache.hadoop.hbase.types | HBase |
|
| JmxRemoteLifecycleListener .RmiClientLocalhostSocketFactory | | Class | | TOMCAT |
|
| JmxRemoteLifecycleListener .RmiServerBindSocketFactory | | Class | | TOMCAT |
|
| JmxRemoteLifecycleListener .SslRmiServerBindSocketFactory | | Class | | TOMCAT |
|
| JndiPermission | Java SecurityManager Permission class for JNDI name based file resources The JndiPermission extends the BasicPermission. | Class | | TOMCAT |
|
| AdminPermissions | This class contains system-wide weblogic. | Class | weblogic.security.acl | Oracle WebLogic |
|
| PermissionImpl | A straightforward implementation of the Permission interface, which represents a permission, such as that used to grant a | Class | weblogic.security.acl | Oracle WebLogic |
|
| PoolPermissionsSQLException | This exception is generated when an application request to get a connection fails a (security) authentication or authorization | Class | weblogic.jdbc.extensions | Oracle WebLogic |
|
| RMISecurityException | Class for handling RMI security exceptions. | Class | weblogic.rmi | Oracle WebLogic |
|
| RMISecurityManager | WebLogic implements this class for compatibility with java. | Class | weblogic.rmi | Oracle WebLogic |
|
| CurrentUserMiddleNameCalculator | Middle name of the current user. | Class | org.openxava.calculators | Open Xava |
|
| RMIProvider | A basic RMI ProviderAuthor:Davanum Srinivas (dims@yahoo. | Class | org.apache.axis.providers.java | Apache Axis |
|
| WSDDJavaRMIProvider | | Class | org.apache.axis.deployment.wsdd.providers | Apache Axis |
|
| AccumuloProxy .AsyncClient .grantSystemPermission_call | | Class | org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient | Apache Accumulo |
|
| AccumuloProxy .AsyncClient .grantTablePermission_call | | Class | org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient | Apache Accumulo |
|
| AccumuloProxy .AsyncClient .hasSystemPermission_call | | Class | org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient | Apache Accumulo |
|
| AccumuloProxy .AsyncClient .hasTablePermission_call | | Class | org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient | Apache Accumulo |
|
| AccumuloProxy .AsyncClient .revokeSystemPermission_call | | Class | org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient | Apache Accumulo |
|
| AccumuloProxy .AsyncClient .revokeTablePermission_call | | Class | org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient | Apache Accumulo |
|
| AccumuloProxy .AsyncProcessor .grantSystemPermission | | Class | org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncProcessor | Apache Accumulo |
|
| AccumuloProxy .AsyncProcessor .grantTablePermission | | Class | org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncProcessor | Apache Accumulo |
|
| AccumuloProxy .AsyncProcessor .hasSystemPermission | | Class | org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncProcessor | Apache Accumulo |
|
| AccumuloProxy .AsyncProcessor .hasTablePermission | | Class | org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncProcessor | Apache Accumulo |
|
| AccumuloProxy .AsyncProcessor .revokeSystemPermission | | Class | org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncProcessor | Apache Accumulo |
|
| AccumuloProxy .AsyncProcessor .revokeTablePermission | | Class | org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncProcessor | Apache Accumulo |
|
| AccumuloProxy .grantSystemPermission_args | | Class | org.apache.accumulo.proxy.thrift.AccumuloProxy | Apache Accumulo |
|
| AccumuloProxy .grantSystemPermission_args ._Fields | The set of fields this struct contains, along with convenience methods for finding and manipulating them. | Class | org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_args | Apache Accumulo |
|
| AccumuloProxy .grantSystemPermission_result | | Class | org.apache.accumulo.proxy.thrift.AccumuloProxy | Apache Accumulo |
|
| AccumuloProxy .grantSystemPermission_result ._Fields | The set of fields this struct contains, along with convenience methods for finding and manipulating them. | Class | org.apache.accumulo.proxy.thrift.AccumuloProxy.grantSystemPermission_result | Apache Accumulo |
|
| AccumuloProxy .grantTablePermission_args | | Class | org.apache.accumulo.proxy.thrift.AccumuloProxy | Apache Accumulo |
|
| AccumuloProxy .grantTablePermission_args ._Fields | The set of fields this struct contains, along with convenience methods for finding and manipulating them. | Class | org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_args | Apache Accumulo |
|
| AccumuloProxy .grantTablePermission_result | | Class | org.apache.accumulo.proxy.thrift.AccumuloProxy | Apache Accumulo |
|
| AccumuloProxy .grantTablePermission_result ._Fields | The set of fields this struct contains, along with convenience methods for finding and manipulating them. | Class | org.apache.accumulo.proxy.thrift.AccumuloProxy.grantTablePermission_result | Apache Accumulo |
|
| AccumuloProxy .hasSystemPermission_args | | Class | org.apache.accumulo.proxy.thrift.AccumuloProxy | Apache Accumulo |
|
| AccumuloProxy .hasSystemPermission_args ._Fields | The set of fields this struct contains, along with convenience methods for finding and manipulating them. | Class | org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_args | Apache Accumulo |
|
| AccumuloProxy .hasSystemPermission_result | | Class | org.apache.accumulo.proxy.thrift.AccumuloProxy | Apache Accumulo |
|
| AccumuloProxy .hasSystemPermission_result ._Fields | The set of fields this struct contains, along with convenience methods for finding and manipulating them. | Class | org.apache.accumulo.proxy.thrift.AccumuloProxy.hasSystemPermission_result | Apache Accumulo |
|
| AccumuloProxy .hasTablePermission_args | | Class | org.apache.accumulo.proxy.thrift.AccumuloProxy | Apache Accumulo |
|
| AccumuloProxy .hasTablePermission_args ._Fields | The set of fields this struct contains, along with convenience methods for finding and manipulating them. | Class | org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_args | Apache Accumulo |
|
| AccumuloProxy .hasTablePermission_result | | Class | org.apache.accumulo.proxy.thrift.AccumuloProxy | Apache Accumulo |
|
| AccumuloProxy .hasTablePermission_result ._Fields | The set of fields this struct contains, along with convenience methods for finding and manipulating them. | Class | org.apache.accumulo.proxy.thrift.AccumuloProxy.hasTablePermission_result | Apache Accumulo |
|
| AccumuloProxy .Processor .grantSystemPermission | | Class | org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor | Apache Accumulo |
|
| AccumuloProxy .Processor .grantTablePermission | | Class | org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor | Apache Accumulo |
|
| AccumuloProxy .Processor .hasSystemPermission | | Class | org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor | Apache Accumulo |
|
| AccumuloProxy .Processor .hasTablePermission | | Class | org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor | Apache Accumulo |
|
| AccumuloProxy .Processor .revokeSystemPermission | | Class | org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor | Apache Accumulo |
|
| AccumuloProxy .Processor .revokeTablePermission | | Class | org.apache.accumulo.proxy.thrift.AccumuloProxy.Processor | Apache Accumulo |
|
| AccumuloProxy .revokeSystemPermission_args | | Class | org.apache.accumulo.proxy.thrift.AccumuloProxy | Apache Accumulo |
|
| AccumuloProxy .revokeSystemPermission_args ._Fields | The set of fields this struct contains, along with convenience methods for finding and manipulating them. | Class | org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_args | Apache Accumulo |
|
| AccumuloProxy .revokeSystemPermission_result | | Class | org.apache.accumulo.proxy.thrift.AccumuloProxy | Apache Accumulo |
|
| AccumuloProxy .revokeSystemPermission_result ._Fields | The set of fields this struct contains, along with convenience methods for finding and manipulating them. | Class | org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeSystemPermission_result | Apache Accumulo |
|
| AccumuloProxy .revokeTablePermission_args | | Class | org.apache.accumulo.proxy.thrift.AccumuloProxy | Apache Accumulo |
|
| AccumuloProxy .revokeTablePermission_args ._Fields | The set of fields this struct contains, along with convenience methods for finding and manipulating them. | Class | org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_args | Apache Accumulo |
|
| AccumuloProxy .revokeTablePermission_result | | Class | org.apache.accumulo.proxy.thrift.AccumuloProxy | Apache Accumulo |
|
| AccumuloProxy .revokeTablePermission_result ._Fields | The set of fields this struct contains, along with convenience methods for finding and manipulating them. | Class | org.apache.accumulo.proxy.thrift.AccumuloProxy.revokeTablePermission_result | Apache Accumulo |
|
| ChangePermissions | | Class | org.apache.accumulo.test.randomwalk.concurrent | Apache Accumulo |
|
| CheckPermission | | Class | org.apache.accumulo.test.randomwalk.concurrent | Apache Accumulo |
|
| ClientService .AsyncClient .grantNamespacePermission_call | | Class | org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient | Apache Accumulo |
|
| ClientService .AsyncClient .grantSystemPermission_call | | Class | org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient | Apache Accumulo |
|
| ClientService .AsyncClient .grantTablePermission_call | | Class | org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient | Apache Accumulo |
|
| ClientService .AsyncClient .hasNamespacePermission_call | | Class | org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient | Apache Accumulo |
|
| ClientService .AsyncClient .hasSystemPermission_call | | Class | org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient | Apache Accumulo |
|
| ClientService .AsyncClient .hasTablePermission_call | | Class | org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient | Apache Accumulo |
|
| ClientService .AsyncClient .revokeNamespacePermission_call | | Class | org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient | Apache Accumulo |
|
| ClientService .AsyncClient .revokeSystemPermission_call | | Class | org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient | Apache Accumulo |
|
| ClientService .AsyncClient .revokeTablePermission_call | | Class | org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncClient | Apache Accumulo |
|
| ClientService .AsyncProcessor .grantNamespacePermission | | Class | org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessor | Apache Accumulo |
|
| ClientService .AsyncProcessor .grantSystemPermission | | Class | org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessor | Apache Accumulo |
|
| ClientService .AsyncProcessor .grantTablePermission | | Class | org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessor | Apache Accumulo |
|
| ClientService .AsyncProcessor .hasNamespacePermission | | Class | org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessor | Apache Accumulo |
|
| ClientService .AsyncProcessor .hasSystemPermission | | Class | org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessor | Apache Accumulo |
|
| ClientService .AsyncProcessor .hasTablePermission | | Class | org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessor | Apache Accumulo |
|
| ClientService .AsyncProcessor .revokeNamespacePermission | | Class | org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessor | Apache Accumulo |
|
| ClientService .AsyncProcessor .revokeSystemPermission | | Class | org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessor | Apache Accumulo |
|
| ClientService .AsyncProcessor .revokeTablePermission | | Class | org.apache.accumulo.core.client.impl.thrift.ClientService.AsyncProcessor | Apache Accumulo |
|
| ClientService .grantNamespacePermission_args | | Class | org.apache.accumulo.core.client.impl.thrift.ClientService | Apache Accumulo |
|
| ClientService .grantNamespacePermission_args ._Fields | The set of fields this struct contains, along with convenience methods for finding and manipulating them. | Class | org.apache.accumulo.core.client.impl.thrift.ClientService.grantNamespacePermission_args | Apache Accumulo |
|
| ClientService .grantNamespacePermission_result | | Class | org.apache.accumulo.core.client.impl.thrift.ClientService | Apache Accumulo |
|
| ClientService .grantNamespacePermission_result ._Fields | The set of fields this struct contains, along with convenience methods for finding and manipulating them. | Class | org.apache.accumulo.core.client.impl.thrift.ClientService.grantNamespacePermission_result | Apache Accumulo |
|
| ClientService .grantSystemPermission_args | | Class | org.apache.accumulo.core.client.impl.thrift.ClientService | Apache Accumulo |
|
| ClientService .grantSystemPermission_args ._Fields | The set of fields this struct contains, along with convenience methods for finding and manipulating them. | Class | org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_args | Apache Accumulo |
|
| ClientService .grantSystemPermission_result | | Class | org.apache.accumulo.core.client.impl.thrift.ClientService | Apache Accumulo |
|
| ClientService .grantSystemPermission_result ._Fields | The set of fields this struct contains, along with convenience methods for finding and manipulating them. | Class | org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_result | Apache Accumulo |
|
| ClientService .grantTablePermission_args | | Class | org.apache.accumulo.core.client.impl.thrift.ClientService | Apache Accumulo |
|
| ClientService .grantTablePermission_args ._Fields | The set of fields this struct contains, along with convenience methods for finding and manipulating them. | Class | org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_args | Apache Accumulo |
|
| ClientService .grantTablePermission_result | | Class | org.apache.accumulo.core.client.impl.thrift.ClientService | Apache Accumulo |
|
| ClientService .grantTablePermission_result ._Fields | The set of fields this struct contains, along with convenience methods for finding and manipulating them. | Class | org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_result | Apache Accumulo |
|
| ClientService .hasNamespacePermission_args | | Class | org.apache.accumulo.core.client.impl.thrift.ClientService | Apache Accumulo |
|
| ClientService .hasNamespacePermission_args ._Fields | The set of fields this struct contains, along with convenience methods for finding and manipulating them. | Class | org.apache.accumulo.core.client.impl.thrift.ClientService.hasNamespacePermission_args | Apache Accumulo |
|
| ClientService .hasNamespacePermission_result | | Class | org.apache.accumulo.core.client.impl.thrift.ClientService | Apache Accumulo |
|
| ClientService .hasNamespacePermission_result ._Fields | The set of fields this struct contains, along with convenience methods for finding and manipulating them. | Class | org.apache.accumulo.core.client.impl.thrift.ClientService.hasNamespacePermission_result | Apache Accumulo |
|
| ClientService .hasSystemPermission_args | | Class | org.apache.accumulo.core.client.impl.thrift.ClientService | Apache Accumulo |
|
| ClientService .hasSystemPermission_args ._Fields | The set of fields this struct contains, along with convenience methods for finding and manipulating them. | Class | org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_args | Apache Accumulo |
|
| ClientService .hasSystemPermission_result | | Class | org.apache.accumulo.core.client.impl.thrift.ClientService | Apache Accumulo |
|
| ClientService .hasSystemPermission_result ._Fields | The set of fields this struct contains, along with convenience methods for finding and manipulating them. | Class | org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_result | Apache Accumulo |
|
| ClientService .hasTablePermission_args | | Class | org.apache.accumulo.core.client.impl.thrift.ClientService | Apache Accumulo |
|
| ClientService .hasTablePermission_args ._Fields | The set of fields this struct contains, along with convenience methods for finding and manipulating them. | Class | org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_args | Apache Accumulo |
|
| ClientService .hasTablePermission_result | | Class | org.apache.accumulo.core.client.impl.thrift.ClientService | Apache Accumulo |
|
| ClientService .hasTablePermission_result ._Fields | The set of fields this struct contains, along with convenience methods for finding and manipulating them. | Class | org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_result | Apache Accumulo |
|
| ClientService .Processor .grantNamespacePermission | | Class | org.apache.accumulo.core.client.impl.thrift.ClientService.Processor | Apache Accumulo |
|
| ClientService .Processor .grantSystemPermission | | Class | org.apache.accumulo.core.client.impl.thrift.ClientService.Processor | Apache Accumulo |
|
| ClientService .Processor .grantTablePermission | | Class | org.apache.accumulo.core.client.impl.thrift.ClientService.Processor | Apache Accumulo |
|
| ClientService .Processor .hasNamespacePermission | | Class | org.apache.accumulo.core.client.impl.thrift.ClientService.Processor | Apache Accumulo |
|
| ClientService .Processor .hasSystemPermission | | Class | org.apache.accumulo.core.client.impl.thrift.ClientService.Processor | Apache Accumulo |
|
| ClientService .Processor .hasTablePermission | | Class | org.apache.accumulo.core.client.impl.thrift.ClientService.Processor | Apache Accumulo |
|
| ClientService .Processor .revokeNamespacePermission | | Class | org.apache.accumulo.core.client.impl.thrift.ClientService.Processor | Apache Accumulo |
|
| ClientService .Processor .revokeSystemPermission | | Class | org.apache.accumulo.core.client.impl.thrift.ClientService.Processor | Apache Accumulo |
|
| ClientService .Processor .revokeTablePermission | | Class | org.apache.accumulo.core.client.impl.thrift.ClientService.Processor | Apache Accumulo |
|
| ClientService .revokeNamespacePermission_args | | Class | org.apache.accumulo.core.client.impl.thrift.ClientService | Apache Accumulo |
|
| ClientService .revokeNamespacePermission_args ._Fields | The set of fields this struct contains, along with convenience methods for finding and manipulating them. | Class | org.apache.accumulo.core.client.impl.thrift.ClientService.revokeNamespacePermission_args | Apache Accumulo |
|
| ClientService .revokeNamespacePermission_result | | Class | org.apache.accumulo.core.client.impl.thrift.ClientService | Apache Accumulo |
|
| ClientService .revokeNamespacePermission_result ._Fields | The set of fields this struct contains, along with convenience methods for finding and manipulating them. | Class | org.apache.accumulo.core.client.impl.thrift.ClientService.revokeNamespacePermission_result | Apache Accumulo |
|
| ClientService .revokeSystemPermission_args | | Class | org.apache.accumulo.core.client.impl.thrift.ClientService | Apache Accumulo |
|
| ClientService .revokeSystemPermission_args ._Fields | The set of fields this struct contains, along with convenience methods for finding and manipulating them. | Class | org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_args | Apache Accumulo |
|
| ClientService .revokeSystemPermission_result | | Class | org.apache.accumulo.core.client.impl.thrift.ClientService | Apache Accumulo |
|
| ClientService .revokeSystemPermission_result ._Fields | The set of fields this struct contains, along with convenience methods for finding and manipulating them. | Class | org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_result | Apache Accumulo |
|
| ClientService .revokeTablePermission_args | | Class | org.apache.accumulo.core.client.impl.thrift.ClientService | Apache Accumulo |
|
| ClientService .revokeTablePermission_args ._Fields | The set of fields this struct contains, along with convenience methods for finding and manipulating them. | Class | org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_args | Apache Accumulo |
|
| ClientService .revokeTablePermission_result | | Class | org.apache.accumulo.core.client.impl.thrift.ClientService | Apache Accumulo |
|
| ClientService .revokeTablePermission_result ._Fields | The set of fields this struct contains, along with convenience methods for finding and manipulating them. | Class | org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_result | Apache Accumulo |
|
| NamespacePermission | enum NamespacePermissionAccumulo namespace permissions. | Class | org.apache.accumulo.core.security | Apache Accumulo |
|
| NamespacePermissionsCommand | | Class | org.apache.accumulo.core.util.shell.commands | Apache Accumulo |
|
| PermissionHandler | This interface is used for the system which will be used for getting a users permissions. | Interface | org.apache.accumulo.server.security.handler | Apache Accumulo |
|
| RemoveEntriesForMissingFiles | Remove file entries for map files that don't exist. | Class | org.apache.accumulo.server.util | Apache Accumulo |
|
| SystemPermission | enum SystemPermissionAccumulo system permissions. | Class | org.apache.accumulo.core.security | Apache Accumulo |
|
| SystemPermission | enum SystemPermissionEnum Constant Summary | Class | org.apache.accumulo.proxy.thrift | Apache Accumulo |
|
| SystemPermissionsCommand | | Class | org.apache.accumulo.core.util.shell.commands | Apache Accumulo |
|
| TablePermission | enum TablePermissionAccumulo table permissions. | Class | org.apache.accumulo.core.security | Apache Accumulo |
|
| TablePermission | enum TablePermissionEnum Constant Summary | Class | org.apache.accumulo.proxy.thrift | Apache Accumulo |
|
| TablePermissionsCommand | | Class | org.apache.accumulo.core.util.shell.commands | Apache Accumulo |
|
| TransformingIterator | The TransformingIterator allows portions of a key (except for the row) to be transformed. | Class | org.apache.accumulo.core.iterators.user | Apache Accumulo |
|
| UserPermissionsCommand | | Class | org.apache.accumulo.core.util.shell.commands | Apache Accumulo |
|
| AddressTerminated | Used for remote death watch. | Class | akka.actor | Akka |
|
| AddressTerminated$ | | Class | akka.actor | Akka |
|
| AddressTerminatedTopic | | Class | akka.event | Akka |
|
| AddressTerminatedTopic$ | Watchers of remote actor references register themselves as subscribers of AddressTerminated notifications. | Class | akka.event | Akka |
|
| ChildrenContainer .TerminatedChildrenContainer$ | This is the empty container which is installed after the last child has terminated while stopping; it is necessary to distinguish from the normal | Class | akka.actor.dungeon.ChildrenContainer | Akka |
|
| ChildrenContainer .TerminatingChildrenContainer | Waiting state: there are outstanding termination requests (i. | Class | akka.actor.dungeon.ChildrenContainer | Akka |
|
| ChildrenContainer .TerminatingChildrenContainer$ | | Class | akka.actor.dungeon.ChildrenContainer | Akka |
|
| ChildrenContainer .Termination$ | | Class | akka.actor.dungeon.ChildrenContainer | Akka |
|
| Main .Terminator | | Class | akka.Main | Akka |
|
| Reachability .Terminated$ | | Class | akka.cluster.Reachability | Akka |
|
| ReliableProxy .ProxyTerminated | ProxyTerminated is sent to transition subscribers during postStop. | Class | akka.contrib.pattern.ReliableProxy | Akka |
|
| ReliableProxy .ProxyTerminated$ | | Class | akka.contrib.pattern.ReliableProxy | Akka |
|
| SystemGuardian .RegisterTerminationHook$ | For the purpose of orderly shutdown it's possible to register interest in the termination of systemGuardian | Class | akka.actor.SystemGuardian | Akka |
|
| SystemGuardian .TerminationHook$ | | Class | akka.actor.SystemGuardian | Akka |
|
| SystemGuardian .TerminationHookDone$ | | Class | akka.actor.SystemGuardian | Akka |
|
| Terminate | | Class | akka.dispatch.sysmsg | Akka |
|
| Terminate | | Class | akka.remote.testconductor | Akka |
|
| Terminate$ | | Class | akka.dispatch.sysmsg | Akka |
|
| Terminate$ | | Class | akka.remote.testconductor | Akka |
|
| Terminated | When Death Watch is used, the watcher will receive a Terminated(watched) message when watched is terminated. | Class | akka.actor | Akka |
|
| Terminated | Lifecycle signal that is fired when an Actor that was watched has terminated. | Class | akka.typed | Akka |
|
| Terminated$ | | Class | akka.actor | Akka |
|
| Terminated$ | | Class | akka.typed | Akka |
|
| TerminateMsg | | Class | akka.remote.testconductor | Akka |
|
| TerminateMsg$ | | Class | akka.remote.testconductor | Akka |
|
| Nondeterministic | A non-deterministic UDF is one that can produce different results when invoked on the same input. | Class | org.apache.pig.builtin | Apache Pig |
|
| TerminatingAccumulator | This is an interface which, if implemented, allows an Accumulator function to signal that it can terminate early. | Interface | org.apache.pig | Apache Pig |
|
| PlatformInfo | | Class | cascading.flow.planner | Cascading |
|
| FsPermission | A class for file/directory permissions. | Class | org.apache.hadoop.fs.permission | Apache Hadoop |
|
| AskPermissionToCommitOutput | | Class | org.apache.spark.scheduler | Apache Spark |
|
| GroupPermissionsDesc | The base create permissions for ddl objects. | Class | org.apache.hive.hcatalog.templeton | Apache Hive |
|
| TerminalOperator | Terminal Operator Base Class. | Class | org.apache.hadoop.hive.ql.exec | Apache Hive |
|
| JBossRMIClassLoader | An implementation of RMIClassLoaderSpi to workaround the proxy ClassCastException problem in 1. | Class | org.jboss.system | JBoss System |
|
| JDBCInformixCreateCommand | Create command for Informix that uses the driver's getSerial method to retrieve SERIAL values. | Class | org.jboss.ejb.plugins.cmp.jdbc.keygen | JBoss Server |
|
| RMIAdaptor | RMI Interface for the server side Connector which is nearly the same as the MBeanServer Interface but | Interface | org.jboss.jmx.adaptor.rmi | JBoss Server |
|
| RMIAdaptorExt | An RMI interface extension of the standard MBeanServerConnectionVersion:$Revision: 1. | Interface | org.jboss.jmx.adaptor.rmi | JBoss Server |
|
| RMIAdaptorImpl | RMI Interface for the server side Connector which is nearly the same as the MBeanServer Interface but | Class | org.jboss.jmx.adaptor.rmi | JBoss Server |
|
| RMIAdaptorService | A JMX RMI Adapter service. | Class | org.jboss.jmx.adaptor.rmi | JBoss Server |
|
| RMIAdaptorServiceMBean | | Interface | org.jboss.jmx.adaptor.rmi | JBoss Server |
|
| RMIClientNotificationListener | Client-side RMI Listener to receive the message and send to the clients listener. | Class | org.jboss.jmx.connector.notification | JBoss Server |
|
| RMIClientNotificationListenerInterface | This Interface defines the methods in the RMI Stub transferred to the server-side. | Interface | org.jboss.jmx.connector.notification | JBoss Server |
|
| RMIConnectorImpl | | Class | org.jboss.jmx.connector.rmi | JBoss Server |
|
| RMIConnectorImplMBean | Fields inherited from interface org. | Interface | org.jboss.jmx.connector.rmi | JBoss Server |
|
| RMINotificationListener | An RMIfied version of the javax. | Interface | org.jboss.jmx.adaptor.rmi | JBoss Server |
|
| RMINotificationListener | Notification Listener Implementation registered as MBean on the remote JMX Server and the added as | Class | org.jboss.jmx.connector.notification | JBoss Server |
|
| RMINotificationListenerMBean | Methods inherited from interface org. | Interface | org.jboss.jmx.connector.notification | JBoss Server |
|
| RMIRemoteMBeanProxy | A factory for producing MBean proxies that run on a distant node and access the server through RMI. | Class | org.jboss.jmx.adaptor.rmi | JBoss Server |
|
| FormInputTag | Static widget for the Spring tagAuthor:Richard Kennard | Class | org.metawidget.statically.spring.widgetbuilder | MetaWidget |
|
| TerminatingPatternRule | If this rule matches, terminate the processing of other rules. | Class | org.eclipse.jetty.rewrite.handler | Jetty |
|
| TerminatingRegexRule | If this rule matches, terminate the processing of other rules. | Class | org.eclipse.jetty.rewrite.handler | Jetty |
|
| ComponentPermissions | | Class | org.apache.geronimo.security.jacc | Apache Geronimo |
|
| GeronimoSecurityPermission | | Class | org.apache.geronimo.security | Apache Geronimo |
|
| RMI_IIOPResource | Represents the JSR-77 type with the same nameMethods inherited from interface org. | Interface | org.apache.geronimo.management | Apache Geronimo |
|
| RMIClassLoaderSpiImpl | An implementation of RMIClassLoaderSpi which provides normilzation of codebase URLs and delegates to the default RMIClassLoaderSpi. | Class | org.apache.geronimo.kernel.rmi | Apache Geronimo |
|
| RMIClassLoaderSpiImpl .ClassLoaderServerAware | | Interface | org.apache.geronimo.kernel.rmi.RMIClassLoaderSpiImpl | Apache Geronimo |
|
| RMIRegistryService | Thin GBean wrapper around the RMI Registry. | Class | org.apache.geronimo.kernel.rmi | Apache Geronimo |
|
| RMIStubHandler | This class is the InvocationHandler for instances of POAStub. | Class | org.apache.geronimo.yoko | Apache Geronimo |
|
| RMIStubHandlerFactory | of RMIStubHandlers to Stub instances. | Class | org.apache.geronimo.yoko | Apache Geronimo |
|
| InformixDataSource | The Informix implementation for DataSources in Excalibur. | Class | org.apache.avalon.excalibur.datasource | Apache Avalon |
|
| AbstractResetTransformInteractor | This class represents an interactor which reset the rendering transform of the associated document. | Class | org.apache.batik.swing.gvt | Apache FOP Batik |
|
| ParserMinimalBase | | Class | com.fasterxml.jackson.core.base | FasterXML |
|
| Terminal | | Class | org.boon | FastJson |
|
| Terminal .Escape | | Class | org.boon.Terminal | FastJson |
|
| TerminalLogger | | Class | org.boon.logging | FastJson |
|
| TerminalTokens | | Interface | org.eclipse.jdt.internal.compiler.parser | ECJ |
|
| PermittedOptions | | Class | io.vertx.ext.web.handler.sockjs | Vertx |
|
| EntityPermissionChecker | Entity permission checksConstructor SummaryEntityPermissionChecker() | Class | org.jboss.seam.security | JBoss Seam |
|
| JpaPermissionStore | A permission store implementation that uses JPA as its persistence mechanism. | Class | org.jboss.seam.security.permission | JBoss Seam |
|
| Permission | Specifies an allowable permission action for the target class, and allows for an optional bit mask value for mapping the permission action to a persistent store | Class | org.jboss.seam.annotations.security.permission | JBoss Seam |
|
| Permission | Represents a single permission for a particular target, action and recipient combination. | Class | org.jboss.seam.security.permission | JBoss Seam |
|
| PermissionCheck | Meta-annotation that designates an annotation as being a permission action, requiring a security check prior to invoking the annotated method or class | Class | org.jboss.seam.annotations.security | JBoss Seam |
|
| PermissionCheck | Used to assert permission requirements into a WorkingMemory when evaluating a @Restrict expression. | Class | org.jboss.seam.security.permission | JBoss Seam |
|
| PermissionDiscriminator | Flags an entity field or method as representing the discriminator column in a permission table that contains permissions for both roles and users. | Class | org.jboss.seam.annotations.security.permission | JBoss Seam |
|
| PermissionManager | Permission management component, used to grant or revoke permissions on specific objects or of specific permission types to particular users or roles. | Class | org.jboss.seam.security.permission | JBoss Seam |
|
| PermissionMapper | Maps permission checks to resolver chainsAuthor:Shane BryzakSee Also:Serialized Form | Class | org.jboss.seam.security.permission | JBoss Seam |
|
| PermissionMetadata | Permission actions can either be persisted as a comma-separated list of values, or as a bit-masked numerical value where certain bits represent specific actions for that class. | Class | org.jboss.seam.security.permission | JBoss Seam |
|
| PermissionResolver | | Interface | org.jboss.seam.security.permission | JBoss Seam |
|
| PermissionSearch | See Also:Serialized FormConstructor SummaryPermissionSearch() | Class | org.jboss.seam.security.permission.action | JBoss Seam |
|
| PermissionStore | Permission store interface. | Interface | org.jboss.seam.security.permission | JBoss Seam |
|
| PersistentPermissionResolver | Resolves dynamically-assigned permissions, mapped to a user or a role, and kept in persistent storage, such as a relational database. | Class | org.jboss.seam.security.permission | JBoss Seam |
|
| RuleBasedPermissionResolver | A permission resolver that uses a Drools rule base to perform permission checksAuthor:Shane BryzakSee Also:Serialized Form | Class | org.jboss.seam.security.permission | JBoss Seam |
|
| GroovyCodeSourcePermission | Permission required to explicitly specify a codebase for a groovy script whose codebase cannot be determined. | Class | groovy.security | Groovy |
|
| NumberNumberMinus | | Class | org.codehaus.groovy.runtime.dgmimpl | Groovy |
|
| DeterministicCorefAnnotator | In other words, this depends on: POSTaggerAnnotator, NERCombinerAnnotator (or equivalent), and ParserAnnotator. | Class | edu.stanford.nlp.pipeline | Stanford Parser |
|
| DeterministicCorefSieve | Base class for a Coref Sieve. | Class | edu.stanford.nlp.dcoref.sievepasses | Stanford Parser |
|
| DeterministicCorefSieve | Base class for a Coref Sieve. | Class | edu.stanford.nlp.hcoref.sieve | Stanford Parser |
|
| QuasiDeterminizer | QuasiDeterminizer performing quasi-determinization on TransducerGraphs. | Class | edu.stanford.nlp.fsm | Stanford Parser |
|
| TransformingTreebank | This class wraps another Treebank, and will vend trees that have been through a TreeTransformer. | Class | edu.stanford.nlp.trees | Stanford Parser |
|
| JodaTimePermission | JodaTimePermission is used for securing global method calls in the Joda-Time library. | Class | org.joda.time | Joda Time |
|
| Terminal | | Class | org.primefaces.component.terminal | PrimeFaces |
|
| Terminal .PropertyKeys | | Class | org.primefaces.component.terminal.Terminal | PrimeFaces |
|
| TerminalHandler | | Class | org.primefaces.component.terminal | PrimeFaces |
|
| TerminalRenderer | | Class | org.primefaces.component.terminal | PrimeFaces |
|
| Terminus | | Class | org.apache.qpid.proton.amqp.messaging | Apache Qpid |
|
| TerminusDurability | enum TerminusDurabilityEnum Constant Summary | Class | org.apache.qpid.proton.amqp.messaging | Apache Qpid |
|
| TerminusExpiryPolicy | enum TerminusExpiryPolicyEnum Constant Summary | Class | org.apache.qpid.proton.amqp.messaging | Apache Qpid |
|
| TransformingComparator | Decorates another Comparator with transformation behavior. | Class | org.apache.commons.collections4.comparators | Apache Commons |
|
| TransformIterator | Decorates an iterator such that each element returned is transformed. | Class | org.apache.commons.collections4.iterators | Apache Commons |
|
| DumpArchiveEntry .PERMISSION | | Class | org.apache.commons.compress.archivers.dump.DumpArchiveEntry | Apache Commons |
|
| DaemonPermission | Represents the permissions to control and query the status of a Daemon. | Class | org.apache.commons.daemon | Apache Commons |
|
| JexlSandbox .Permissions | Contains the white or black lists for properties and methods for a given class. | Class | org.apache.commons.jexl3.introspection.JexlSandbox | Apache Commons |
|
| FieldHermiteInterpolator | Polynomial interpolator using both sample values and sample derivatives. | Class | org.apache.commons.math3.analysis.interpolation | Apache Commons |
|
| HermiteInterpolator | Polynomial interpolator using both sample values and sample derivatives. | Class | org.apache.commons.math3.analysis.interpolation | Apache Commons |
|
| HermiteRuleFactory | Factory that creates a Gauss-type quadrature rule using Hermite polynomials | Class | org.apache.commons.math3.analysis.integration.gauss | Apache Commons |
|
| UniformIntegerDistribution | | Class | org.apache.commons.math3.distribution | Apache Commons |
|
| DotTerminatedMessageReader | DotTerminatedMessageReader is a class used to read messages from a server that are terminated by a single dot followed by a | Class | org.apache.commons.net.io | Apache Commons |
|
| DotTerminatedMessageWriter | DotTerminatedMessageWriter is a class used to write messages to a server that are terminated by a single dot followed by a | Class | org.apache.commons.net.io | Apache Commons |
|
| TerminalTypeOptionHandler | | Class | org.apache.commons.net.telnet | Apache Commons |
|
| OgnlInvokePermission | BasicPermission subclass that defines a permission token for invoking methods within OGNL. | Class | org.apache.commons.ognl | Apache Commons |
|
| PermissionCacheEntry | | Class | org.apache.commons.ognl.internal.entry | Apache Commons |
|
| PermissionCacheEntryFactory | | Class | org.apache.commons.ognl.internal.entry | Apache Commons |
|
| PosixPermissions | | Class | org.apache.commons.vfs2.util | Apache Commons |
|
| PosixPermissions .Type | Group right executable. | Class | org.apache.commons.vfs2.util.PosixPermissions | Apache Commons |
|
| TimeoutConfigurableRMISocketFactory | This can be injected into the the remote cache server as follows: jcs. | Class | org.apache.commons.jcs.auxiliary.remote.server | Apache Commons |
|
| AnyTypePermission | Permission for any type and null. | Class | com.thoughtworks.xstream.security | XStream |
|
| ArrayTypePermission | Permission for any array type. | Class | com.thoughtworks.xstream.security | XStream |
|
| CGLIBProxyTypePermission | Permission for any array type. | Class | com.thoughtworks.xstream.security | XStream |
|
| ExplicitTypePermission | Explicit permission for a type with a name matching one in the provided list. | Class | com.thoughtworks.xstream.security | XStream |
|
| InterfaceTypePermission | Permission for any interface type. | Class | com.thoughtworks.xstream.security | XStream |
|
| NoPermission | Wrapper to negate another type permission. | Class | com.thoughtworks.xstream.security | XStream |
|
| NoTypePermission | No permission for any type. | Class | com.thoughtworks.xstream.security | XStream |
|
| NullPermission | Permission for null or XStream's null replacement type. | Class | com.thoughtworks.xstream.security | XStream |
|
| PrimitiveTypePermission | Permission for any primitive type and its boxed counterpart (incl. | Class | com.thoughtworks.xstream.security | XStream |
|
| ProxyTypePermission | Permission for any array type. | Class | com.thoughtworks.xstream.security | XStream |
|
| RegExpTypePermission | Permission for any type with a name matching one of the provided regular expressions. | Class | com.thoughtworks.xstream.security | XStream |
|
| TypeHierarchyPermission | Permission for a type hierarchy with a name matching one in the provided list. | Class | com.thoughtworks.xstream.security | XStream |
|
| TypePermission | Definition of a type permission. | Interface | com.thoughtworks.xstream.security | XStream |
|
| WildcardTypePermission | Permission for any type with a name matching one of the provided wildcard expressions. | Class | com.thoughtworks.xstream.security | XStream |
|
| HitTermInfo | | Class | net.sf.jasperreports.search | Sourceforge Jasper Reports |
|
| PdfPermissionsEnum | enum PdfPermissionsEnumAuthor:sanda zaharia (shertage@users. | Class | net.sf.jasperreports.export.type | Sourceforge Jasper Reports |
|
| RmiAnnotationItem | This class contais data for an Annotation ItemAuthor:serboSee Also:Serialized FormSource Code:RmiAnnotationItem. | Class | hep.aida.ref.remote.rmi.data | FreeHep |
|
| RmiAxis | This class contains information for the IAxisAuthor:serboSee Also:Serialized FormSource Code:RmiAxis. | Class | hep.aida.ref.remote.rmi.data | FreeHep |
|
| RmiClient | | Interface | hep.aida.ref.remote.rmi.interfaces | FreeHep |
|
| RmiClientImpl | | Class | hep.aida.ref.remote.rmi.client | FreeHep |
|
| RmiCloud1DConverter | | Class | hep.aida.ref.remote.rmi.converters | FreeHep |
|
| RmiCloud1DData | This class contains data for IHistogram1DAuthor:serboSee Also:Serialized FormSource Code:RmiCloud1DData. | Class | hep.aida.ref.remote.rmi.data | FreeHep |
|
| RmiCloud2DConverter | | Class | hep.aida.ref.remote.rmi.converters | FreeHep |
|
| RmiCloud2DData | This class contains data for IHistogram1DAuthor:serboSee Also:Serialized FormSource Code:RmiCloud2DData. | Class | hep.aida.ref.remote.rmi.data | FreeHep |
|
| RmiConverter | | Class | hep.aida.ref.remote.rmi.converters | FreeHep |
|
| RmiDataPointSetConverter | | Class | hep.aida.ref.remote.rmi.converters | FreeHep |
|
| RmiDataPointSetData | This class contains data for IHistogram1DAuthor:serboSee Also:Serialized FormSource Code:RmiDataPointSetData. | Class | hep.aida.ref.remote.rmi.data | FreeHep |
|
| RmiHist1DConverter | | Class | hep.aida.ref.remote.rmi.converters | FreeHep |
|
| RmiHist1DData | This class contains data for IHistogram1DAuthor:serboSee Also:Serialized FormSource Code:RmiHist1DData. | Class | hep.aida.ref.remote.rmi.data | FreeHep |
|
| RmiHist2DConverter | | Class | hep.aida.ref.remote.rmi.converters | FreeHep |
|
| RmiHist2DData | This class contains data for IHistogram1DAuthor:serboSee Also:Serialized FormSource Code:RmiHist2DData. | Class | hep.aida.ref.remote.rmi.data | FreeHep |
|
| RmiMutableStore | | Class | hep.aida.ref.remote.rmi.client | FreeHep |
|
| RmiProfile1DConverter | | Class | hep.aida.ref.remote.rmi.converters | FreeHep |
|
| RmiRemoteClient | This class is implementation of AidaTreeClient interface, based on functionality of the RemoteClient class. | Class | hep.aida.ref.remote.rmi.client | FreeHep |
|
| RmiRemoteServer | This is a wraper class that allows separation of RMi transport layer and internal hep. | Class | hep.aida.ref.remote.rmi.client | FreeHep |
|
| RmiRemoteUtils | | Class | hep.aida.ref.remote.rmi | FreeHep |
|
| RmiServant | | Interface | hep.aida.ref.remote.rmi.interfaces | FreeHep |
|
| RmiServantImpl | | Class | hep.aida.ref.remote.rmi.server | FreeHep |
|
| RmiServer | | Interface | hep.aida.ref.remote.rmi.interfaces | FreeHep |
|
| RmiServerImpl | | Class | hep.aida.ref.remote.rmi.server | FreeHep |
|
| RmiStoreFactory | | Class | hep.aida.ref.remote.rmi.client | FreeHep |
|
| RmiTableConverter | | Class | hep.aida.ref.remote.rmi.converters | FreeHep |
|
| RmiTableData | This class contains data for ITableAuthor:serboSee Also:Serialized FormSource Code:RmiTableData. | Class | hep.aida.ref.remote.rmi.data | FreeHep |
|
| ARBTextureFilterMinmax | Native bindings to the ARB_texture_filter_minmax extension. | Class | org.lwjgl.opengl | LWJGL |
|
| EXTTextureFilterMinmax | Native bindings to the EXT_texture_filter_minmax extension. | Class | org.lwjgl.opengl | LWJGL |
|
| EXTTextureFilterMinmax | Native bindings to the EXT_texture_filter_minmax extension. | Class | org.lwjgl.opengles | LWJGL |
|
| KHRMipmapImage | Native bindings to the khr_mipmap_image extension. | Class | org.lwjgl.opencl | LWJGL |
|
| KHRTerminateContext | Native bindings to the khr_terminate_context extension. | Class | org.lwjgl.opencl | LWJGL |
|
| MESADRMImage | Native bindings to the MESA_drm_image extension. | Class | org.lwjgl.egl | LWJGL |
|
| NVFramebufferMixedSamples | Native bindings to the NV_framebuffer_mixed_samples extension. | Class | org.lwjgl.opengl | LWJGL |
|
| NVFramebufferMixedSamples | Native bindings to the NV_framebuffer_mixed_samples extension. | Class | org.lwjgl.opengles | LWJGL |
|
| PlatformInfo | This class provides information about the runtime platform. | Class | ch.qos.logback.classic.spi | LogBack |
|
| DataSpaceMapUtils .IRMDSTransformInfo | | Class | org.apache.poi.poifs.crypt.DataSpaceMapUtils | Apache POI |
|
| DataSpaceMapUtils .TransformInfoHeader | | Class | org.apache.poi.poifs.crypt.DataSpaceMapUtils | Apache POI |
|
| SprmIterator | This class is used to iterate through a list of sprms from a Word 97/2000/XPVersion:1. | Class | org.apache.poi.hwpf.sprm | Apache POI |
|
| PlatformInfo | This class provides information about the runtime platform. | Class | ch.qos.logback.classic.spi | Logback Api |
|
| TransformInterpolator | TransformInterpolator is an abstract class that extends Interpolator to provide common methods used by various transform | Class | javax.media.j3d | Java3D |
|
| AllPermission | A n a l l A l l P e r m i s s i o n i n s t a n c e i s o n e t h a t a l w a y s i m p l i e s a n y o t h e r p e r m i s s i o n ; t h a t i s , i t s i m p l i e s m e t h o d a l w a y s r e t u r n s t r u e . | Class | org.apache.shiro.authz.permission | Apache Shiro |
|
| Terminal | | Interface | com.vaadin.terminal | Vaadin |
|
| Terminal .ErrorEvent | | Interface | com.vaadin.terminal.Terminal | Vaadin |
|
| Terminal .ErrorListener | | Interface | com.vaadin.terminal.Terminal | Vaadin |
|
| DomainPermission | P r o v i d e s a b a s e P e r m i s s i o n c l a s s f r o m w h i c h t y p e - s a f e / d o m a i n - s p e c i f i c s u b c l a s s e s m a y e x t e n d . | Class | org.apache.shiro.authz.permission | Apache Shiro |
|
| HasPermissionTag | S i n c e : 0 . | Class | org.apache.shiro.web.tags | Apache Shiro |
|
| HttpMethodPermissionFilter | A f i l t e r t h a t t r a n s l a t e s a n H T T P R e q u e s t ' s M e t h o d ( e g G E T , P O S T , e t c ) i n t o a n c o r r e s p o n d i n g a c t i o n ( v e r b ) a n d u s e s t h a t v e r b t o c o n s t r u c t a p e r m i s s i o n t h a t w i l l b e c h e c k e d t o d e t e r m i n e | Class | org.apache.shiro.web.filter.authz | Apache Shiro |
|
| InvalidPermissionStringException | T h r o w n b y P e r m i s s i o n R e s o l v e r . | Class | org.apache.shiro.authz.permission | Apache Shiro |
|
| LacksPermissionTag | S i n c e : 0 . | Class | org.apache.shiro.web.tags | Apache Shiro |
|
| Permission | A P e r m i s s i o n r e p r e s e n t s t h e a b i l i t y t o p e r f o r m a n a c t i o n o r a c c e s s a r e s o u r c e . | Interface | org.apache.shiro.authz | Apache Shiro |
|
| PermissionAnnotationHandler | C h e c k s t o s e e i f a @ R e q u i r e s P e r m i s s i o n s a n n o t a t i o n i s d e c l a r e d , a n d i f s o , p e r f o r m s a p e r m i s s i o n c h e c k t o s e e i f t h e c a l l i n g S u b j e c t i s a l l o w e d c o n t i n u e d | Class | org.apache.shiro.authz.aop | Apache Shiro |
|
| PermissionAnnotationMethodInterceptor | C h e c k s t o s e e i f a @ R e q u i r e s P e r m i s s i o n s a n n o t a t i o n i s d e c l a r e d , a n d i f s o , p e r f o r m s a p e r m i s s i o n c h e c k t o s e e i f t h e c a l l i n g S u b j e c t i s a l l o w e d t o c a l l t h e m e t h o d . | Class | org.apache.shiro.authz.aop | Apache Shiro |
|
| PermissionResolver | A P e r m i s i s o n R e s o l v e r r e s o l v e s a S t r i n g v a l u e a n d c o n v e r t s i t i n t o a P e r m i s s i o n i n s t a n c e . | Interface | org.apache.shiro.authz.permission | Apache Shiro |
|
| PermissionResolverAware | I n t e r f a c e i m p l e m e n t e d b y a c o m p o n e n t t h a t w i s h e s t o u s e a n y a p p l i c a t i o n - c o n f i g u r e d P e r m i s s i o n R e s o l v e r t h a t m i g h t a l r e a d y e x i s t i n s t e a d o f p o t e n t i a l l y c r e a t i n g o n e i t s e l f . | Interface | org.apache.shiro.authz.permission | Apache Shiro |
|
| PermissionsAuthorizationFilter | F i l t e r t h a t a l l o w s a c c e s s i f t h e c u r r e n t u s e r h a s t h e p e r m i s s i o n s s p e c i f i e d b y t h e m a p p e d v a l u e , o r d e n i e s a c c e s s i f t h e u s e r d o e s n o t h a v e a l l o f t h e p e r m i s s i o n s s p e c i f i e d . | Class | org.apache.shiro.web.filter.authz | Apache Shiro |
|
| PermissionTag | S i n c e : 0 . | Class | org.apache.shiro.web.tags | Apache Shiro |
|
| PermissionUtils | U t i l i t y c l a s s t o h e l p w i t h S t r i n g - t o - P e r m i s s i o n o b j e c t r e s o l u t i o n . | Class | org.apache.shiro.util | Apache Shiro |
|
| RequiresPermissions | R e q u i r e s t h e c u r r e n t e x e c u t o r ' s S u b j e c t t o i m p l y a p a r t i c u l a r p e r m i s s i o n i n o r d e r t o e x e c u t e t h e a n n o t a t e d m e t h o d . | Class | org.apache.shiro.authz.annotation | Apache Shiro |
|
| RolePermissionResolver | A R o l e P e r m i s s i o n R e s o l v e r r e s o l v e s a S t r i n g v a l u e a n d c o n v e r t s i t i n t o a C o l l e c t i o n o f P e r m i s s i o n i n s t a n c e s . | Interface | org.apache.shiro.authz.permission | Apache Shiro |
|
| RolePermissionResolverAware | I n t e r f a c e i m p l e m e n t e d b y a c o m p o n e n t t h a t w i s h e s t o u s e a n y a p p l i c a t i o n - c o n f i g u r e d R o l e P e r m i s s i o n R e s o l v e r t h a t m i g h t a l r e a d y e x i s t i n s t e a d o f p o t e n t i a l l y c r e a t i n g o n e i t s e l f . | Interface | org.apache.shiro.authz.permission | Apache Shiro |
|
| WildcardPermission | A W i l d c a r d P e r m i s s i o n i s a v e r y f l e x i b l e p e r m i s s i o n c o n s t r u c t s u p p o r t i n g m u l t i p l e l e v e l s o f p e r m i s s i o n m a t c h i n g . | Class | org.apache.shiro.authz.permission | Apache Shiro |
|
| WildcardPermissionResolver | P e r m i s s i o n R e s o l v e r i m p l e m e n t a t i o n t h a t r e t u r n s a n e w W i l d c a r d P e r m i s s i o n b a s e d o n t h e i n p u t s t r i n g . | Class | org.apache.shiro.authz.permission | Apache Shiro |
|
| AccountPermission | | Interface | com.liferay.portal.service.permission | Liferay Portal |
|
| AccountPermissionUtil | | Class | com.liferay.portal.service.permission | Liferay Portal |
|
| AlloyPermission | | Class | com.liferay.util.bridges.alloy | Liferay Portal |
|
| BasePermissionPropagator | | Class | com.liferay.portal.security.permission | Liferay Portal |
|
| BaseSearchResultPermissionFilter | | Class | com.liferay.portal.kernel.search | Liferay Portal |
|
| CheckMemberAccessPermission | | Class | com.liferay.portal.kernel.security.pacl.permission | Liferay Portal |
|
| CommonPermission | | Interface | com.liferay.portal.service.permission | Liferay Portal |
|
| CommonPermissionUtil | | Class | com.liferay.portal.service.permission | Liferay Portal |
|
| DefaultSearchResultPermissionFilter | | Class | com.liferay.portal.kernel.search | Liferay Portal |
|
| DeterminateKeyGenerator | S e e h t t p : / / i s s u e s . | Class | com.liferay.portal.kernel.util | Liferay Portal |
|
| ExpandoColumnPermission | | Interface | com.liferay.portlet.expando.service.permission | Liferay Portal |
|
| ExpandoColumnPermissionUtil | | Class | com.liferay.portlet.expando.service.permission | Liferay Portal |
|
| FileShortcutPermissionException | S e e A l s o : S e r i a l i z e d F o r m C o n s t r u c t o r S u m m a r y F i l e S h o r t c u t P e r m i s s i o n E x c e p t i o n ( ) | Class | com.liferay.portlet.documentlibrary | Liferay Portal |
|
| GroupPermission | | Interface | com.liferay.portal.service.permission | Liferay Portal |
|
| GroupPermissionUtil | | Class | com.liferay.portal.service.permission | Liferay Portal |
|
| LayoutBranchPermission | | Interface | com.liferay.portal.service.permission | Liferay Portal |
|
| LayoutBranchPermissionUtil | | Class | com.liferay.portal.service.permission | Liferay Portal |
|
| LayoutPermission | | Interface | com.liferay.portal.service.permission | Liferay Portal |
|
| LayoutPermissionException | S e e A l s o : S e r i a l i z e d F o r m C o n s t r u c t o r S u m m a r y L a y o u t P e r m i s s i o n E x c e p t i o n ( ) | Class | com.liferay.portal | Liferay Portal |
|
| LayoutPermissionUtil | | Class | com.liferay.portal.service.permission | Liferay Portal |
|
| LayoutPrototypePermission | | Interface | com.liferay.portal.service.permission | Liferay Portal |
|
| LayoutPrototypePermissionUtil | | Class | com.liferay.portal.service.permission | Liferay Portal |
|
| LayoutSetBranchPermission | | Interface | com.liferay.portal.service.permission | Liferay Portal |
|
| LayoutSetBranchPermissionUtil | | Class | com.liferay.portal.service.permission | Liferay Portal |
|
| LayoutSetPrototypePermission | | Interface | com.liferay.portal.service.permission | Liferay Portal |
|
| LayoutSetPrototypePermissionUtil | | Class | com.liferay.portal.service.permission | Liferay Portal |
|
| MDRPermission | | Interface | com.liferay.portlet.mobiledevicerules.service.permission | Liferay Portal |
|
| MDRPermissionUtil | | Class | com.liferay.portlet.mobiledevicerules.service.permission | Liferay Portal |
|
| MDRRuleGroupInstancePermission | | Interface | com.liferay.portlet.mobiledevicerules.service.permission | Liferay Portal |
|
| MDRRuleGroupInstancePermissionUtil | | Class | com.liferay.portlet.mobiledevicerules.service.permission | Liferay Portal |
|
| MDRRuleGroupPermission | | Interface | com.liferay.portlet.mobiledevicerules.service.permission | Liferay Portal |
|
| MDRRuleGroupPermissionUtil | | Class | com.liferay.portlet.mobiledevicerules.service.permission | Liferay Portal |
|
| NoSuchResourceBlockPermissionException | S e e A l s o : S e r i a l i z e d F o r m C o n s t r u c t o r S u m m a r y N o S u c h R e s o u r c e B l o c k P e r m i s s i o n E x c e p t i o n ( ) | Class | com.liferay.portal | Liferay Portal |
|
| NoSuchResourcePermissionException | S e e A l s o : S e r i a l i z e d F o r m C o n s t r u c t o r S u m m a r y N o S u c h R e s o u r c e P e r m i s s i o n E x c e p t i o n ( ) | Class | com.liferay.portal | Liferay Portal |
|
| NoSuchResourceTypePermissionException | S e e A l s o : S e r i a l i z e d F o r m C o n s t r u c t o r S u m m a r y N o S u c h R e s o u r c e T y p e P e r m i s s i o n E x c e p t i o n ( ) | Class | com.liferay.portal | Liferay Portal |
|
| OrganizationPermission | | Interface | com.liferay.portal.service.permission | Liferay Portal |
|
| OrganizationPermissionUtil | | Class | com.liferay.portal.service.permission | Liferay Portal |
|
| PasswordPolicyPermission | | Interface | com.liferay.portal.service.permission | Liferay Portal |
|
| PasswordPolicyPermissionUtil | | Class | com.liferay.portal.service.permission | Liferay Portal |
|
| Permission | | Interface | com.liferay.portal.model | Liferay Portal |
|
| PermissionChecker | | Interface | com.liferay.portal.security.permission | Liferay Portal |
|
| PermissionCheckerBag | | Interface | com.liferay.portal.security.permission | Liferay Portal |
|
| PermissionCheckerFactory | | Interface | com.liferay.portal.security.permission | Liferay Portal |
|
| PermissionCheckerFactoryUtil | | Class | com.liferay.portal.security.permission | Liferay Portal |
|
| PermissionConversionFilter | | Interface | com.liferay.portal.security.permission | Liferay Portal |
|
| PermissionConverter | | Interface | com.liferay.portal.security.permission | Liferay Portal |
|
| PermissionConverterUtil | | Class | com.liferay.portal.security.permission | Liferay Portal |
|
| PermissionDisplay | | Class | com.liferay.portal.model | Liferay Portal |
|
| PermissionedModel | | Interface | com.liferay.portal.model | Liferay Portal |
|
| PermissionedModelLocalService | | Interface | com.liferay.portal.service | Liferay Portal |
|
| PermissionPropagator | | Interface | com.liferay.portal.security.permission | Liferay Portal |
|
| PermissionService | P r o v i d e s t h e r e m o t e s e r v i c e i n t e r f a c e f o r P e r m i s s i o n . | Interface | com.liferay.portal.service | Liferay Portal |
|
| PermissionServiceUtil | P r o v i d e s t h e r e m o t e s e r v i c e u t i l i t y f o r P e r m i s s i o n . | Class | com.liferay.portal.service | Liferay Portal |
|
| PermissionServiceWrapper | P r o v i d e s a w r a p p e r f o r P e r m i s s i o n S e r v i c e . | Class | com.liferay.portal.service | Liferay Portal |
|
| PermissionThreadLocal | | Class | com.liferay.portal.security.permission | Liferay Portal |
|
| PortalFilePermission | | Class | com.liferay.portal.kernel.security.pacl.permission | Liferay Portal |
|
| PortalFilePermission .PACL | | Interface | com.liferay.portal.kernel.security.pacl.permission.PortalFilePermission | Liferay Portal |
|
| PortalHookPermission | S e e A l s o : S e r i a l i z e d F o r m N e s t e d C l a s s S u m m a r y | Class | com.liferay.portal.kernel.security.pacl.permission | Liferay Portal |
|
| PortalHookPermission .PACL | | Interface | com.liferay.portal.kernel.security.pacl.permission.PortalHookPermission | Liferay Portal |
|
| PortalMessageBusPermission | S e e A l s o : S e r i a l i z e d F o r m N e s t e d C l a s s S u m m a r y | Class | com.liferay.portal.kernel.security.pacl.permission | Liferay Portal |
|
| PortalMessageBusPermission .PACL | | Interface | com.liferay.portal.kernel.security.pacl.permission.PortalMessageBusPermission | Liferay Portal |
|
| PortalPermission | | Interface | com.liferay.portal.service.permission | Liferay Portal |
|
| PortalPermissionUtil | | Class | com.liferay.portal.service.permission | Liferay Portal |
|
| PortalRuntimePermission | S e e A l s o : S e r i a l i z e d F o r m N e s t e d C l a s s S u m m a r y | Class | com.liferay.portal.kernel.security.pacl.permission | Liferay Portal |
|
| PortalRuntimePermission .PACL | | Interface | com.liferay.portal.kernel.security.pacl.permission.PortalRuntimePermission | Liferay Portal |
|
| PortalServicePermission | S e e A l s o : S e r i a l i z e d F o r m N e s t e d C l a s s S u m m a r y | Class | com.liferay.portal.kernel.security.pacl.permission | Liferay Portal |
|
| PortalServicePermission .PACL | | Interface | com.liferay.portal.kernel.security.pacl.permission.PortalServicePermission | Liferay Portal |
|
| PortalSocketPermission | | Class | com.liferay.portal.kernel.security.pacl.permission | Liferay Portal |
|
| PortalSocketPermission .PACL | | Interface | com.liferay.portal.kernel.security.pacl.permission.PortalSocketPermission | Liferay Portal |
|
| PortletPermission | | Interface | com.liferay.portal.service.permission | Liferay Portal |
|
| PortletPermissionUtil | | Class | com.liferay.portal.service.permission | Liferay Portal |
|
| ResourceBlockPermission | T h e e x t e n d e d m o d e l i n t e r f a c e f o r t h e R e s o u r c e B l o c k P e r m i s s i o n s e r v i c e . | Interface | com.liferay.portal.model | Liferay Portal |
|
| ResourceBlockPermissionActionableDynamicQuery | C o n s t r u c t o r S u m m a r y R e s o u r c e B l o c k P e r m i s s i o n A c t i o n a b l e D y n a m i c Q u e r y ( ) M e t h o d s i n h e r i t e d f r o m c l a s s c o m . | Class | com.liferay.portal.service.persistence | Liferay Portal |
|
| ResourceBlockPermissionLocalService | P r o v i d e s t h e l o c a l s e r v i c e i n t e r f a c e f o r R e s o u r c e B l o c k P e r m i s s i o n . | Interface | com.liferay.portal.service | Liferay Portal |
|
| ResourceBlockPermissionLocalServiceUtil | P r o v i d e s t h e l o c a l s e r v i c e u t i l i t y f o r R e s o u r c e B l o c k P e r m i s s i o n . | Class | com.liferay.portal.service | Liferay Portal |
|
| ResourceBlockPermissionLocalServiceWrapper | P r o v i d e s a w r a p p e r f o r R e s o u r c e B l o c k P e r m i s s i o n L o c a l S e r v i c e . | Class | com.liferay.portal.service | Liferay Portal |
|
| ResourceBlockPermissionModel | T h e b a s e m o d e l i n t e r f a c e f o r t h e R e s o u r c e B l o c k P e r m i s s i o n s e r v i c e . | Interface | com.liferay.portal.model | Liferay Portal |
|
| ResourceBlockPermissionPersistence | T h e p e r s i s t e n c e i n t e r f a c e f o r t h e r e s o u r c e b l o c k p e r m i s s i o n s e r v i c e . | Interface | com.liferay.portal.service.persistence | Liferay Portal |
|
| ResourceBlockPermissionsContainer | M a n a g e s a l i s t o f t h e r o l e s w i t h p e r m i s s i o n t o a c c e s s a r e s o u r c e b l o c k a n d t h e a c t i o n s t h e y c a n p e r f o r m . | Class | com.liferay.portal.model | Liferay Portal |
|
| ResourceBlockPermissionSoap | T h i s c l a s s i s u s e d b y S O A P r e m o t e s e r v i c e s . | Class | com.liferay.portal.model | Liferay Portal |
|
| ResourceBlockPermissionUtil | T h e p e r s i s t e n c e u t i l i t y f o r t h e r e s o u r c e b l o c k p e r m i s s i o n s e r v i c e . | Class | com.liferay.portal.service.persistence | Liferay Portal |
|
| ResourceBlockPermissionWrapper | T h i s c l a s s i s a w r a p p e r f o r R e s o u r c e B l o c k P e r m i s s i o n . | Class | com.liferay.portal.model | Liferay Portal |
|
| ResourcePermission | T h e e x t e n d e d m o d e l i n t e r f a c e f o r t h e R e s o u r c e P e r m i s s i o n s e r v i c e . | Interface | com.liferay.portal.model | Liferay Portal |
|
| ResourcePermissionActionableDynamicQuery | C o n s t r u c t o r S u m m a r y R e s o u r c e P e r m i s s i o n A c t i o n a b l e D y n a m i c Q u e r y ( ) M e t h o d s i n h e r i t e d f r o m c l a s s c o m . | Class | com.liferay.portal.service.persistence | Liferay Portal |
|
| ResourcePermissionConstants | | Class | com.liferay.portal.model | Liferay Portal |
|
| ResourcePermissionFinder | | Interface | com.liferay.portal.service.persistence | Liferay Portal |
|
| ResourcePermissionFinderUtil | | Class | com.liferay.portal.service.persistence | Liferay Portal |
|
| ResourcePermissionLocalService | P r o v i d e s t h e l o c a l s e r v i c e i n t e r f a c e f o r R e s o u r c e P e r m i s s i o n . | Interface | com.liferay.portal.service | Liferay Portal |
|
| ResourcePermissionLocalServiceUtil | P r o v i d e s t h e l o c a l s e r v i c e u t i l i t y f o r R e s o u r c e P e r m i s s i o n . | Class | com.liferay.portal.service | Liferay Portal |
|
| ResourcePermissionLocalServiceWrapper | P r o v i d e s a w r a p p e r f o r R e s o u r c e P e r m i s s i o n L o c a l S e r v i c e . | Class | com.liferay.portal.service | Liferay Portal |
|
| ResourcePermissionModel | T h e b a s e m o d e l i n t e r f a c e f o r t h e R e s o u r c e P e r m i s s i o n s e r v i c e . | Interface | com.liferay.portal.model | Liferay Portal |
|
| ResourcePermissionPersistence | T h e p e r s i s t e n c e i n t e r f a c e f o r t h e r e s o u r c e p e r m i s s i o n s e r v i c e . | Interface | com.liferay.portal.service.persistence | Liferay Portal |
|
| ResourcePermissionService | P r o v i d e s t h e r e m o t e s e r v i c e i n t e r f a c e f o r R e s o u r c e P e r m i s s i o n . | Interface | com.liferay.portal.service | Liferay Portal |
|
| ResourcePermissionServiceUtil | P r o v i d e s t h e r e m o t e s e r v i c e u t i l i t y f o r R e s o u r c e P e r m i s s i o n . | Class | com.liferay.portal.service | Liferay Portal |
|
| ResourcePermissionServiceWrapper | P r o v i d e s a w r a p p e r f o r R e s o u r c e P e r m i s s i o n S e r v i c e . | Class | com.liferay.portal.service | Liferay Portal |
|
| ResourcePermissionSoap | T h i s c l a s s i s u s e d b y S O A P r e m o t e s e r v i c e s , s p e c i f i c a l l y c o m . | Class | com.liferay.portal.model | Liferay Portal |
|
| ResourcePermissionUtil | T h e p e r s i s t e n c e u t i l i t y f o r t h e r e s o u r c e p e r m i s s i o n s e r v i c e . | Class | com.liferay.portal.service.persistence | Liferay Portal |
|
| ResourcePermissionWrapper | T h i s c l a s s i s a w r a p p e r f o r R e s o u r c e P e r m i s s i o n . | Class | com.liferay.portal.model | Liferay Portal |
|
| ResourceTypePermission | T h e e x t e n d e d m o d e l i n t e r f a c e f o r t h e R e s o u r c e T y p e P e r m i s s i o n s e r v i c e . | Interface | com.liferay.portal.model | Liferay Portal |
|
| ResourceTypePermissionActionableDynamicQuery | C o n s t r u c t o r S u m m a r y R e s o u r c e T y p e P e r m i s s i o n A c t i o n a b l e D y n a m i c Q u e r y ( ) M e t h o d s i n h e r i t e d f r o m c l a s s c o m . | Class | com.liferay.portal.service.persistence | Liferay Portal |
|
| ResourceTypePermissionFinder | | Interface | com.liferay.portal.service.persistence | Liferay Portal |
|
| ResourceTypePermissionFinderUtil | | Class | com.liferay.portal.service.persistence | Liferay Portal |
|
| ResourceTypePermissionLocalService | P r o v i d e s t h e l o c a l s e r v i c e i n t e r f a c e f o r R e s o u r c e T y p e P e r m i s s i o n . | Interface | com.liferay.portal.service | Liferay Portal |
|
| ResourceTypePermissionLocalServiceUtil | P r o v i d e s t h e l o c a l s e r v i c e u t i l i t y f o r R e s o u r c e T y p e P e r m i s s i o n . | Class | com.liferay.portal.service | Liferay Portal |
|
| ResourceTypePermissionLocalServiceWrapper | P r o v i d e s a w r a p p e r f o r R e s o u r c e T y p e P e r m i s s i o n L o c a l S e r v i c e . | Class | com.liferay.portal.service | Liferay Portal |
|
| ResourceTypePermissionModel | T h e b a s e m o d e l i n t e r f a c e f o r t h e R e s o u r c e T y p e P e r m i s s i o n s e r v i c e . | Interface | com.liferay.portal.model | Liferay Portal |
|
| ResourceTypePermissionPersistence | T h e p e r s i s t e n c e i n t e r f a c e f o r t h e r e s o u r c e t y p e p e r m i s s i o n s e r v i c e . | Interface | com.liferay.portal.service.persistence | Liferay Portal |
|
| ResourceTypePermissionSoap | T h i s c l a s s i s u s e d b y S O A P r e m o t e s e r v i c e s . | Class | com.liferay.portal.model | Liferay Portal |
|
| ResourceTypePermissionUtil | T h e p e r s i s t e n c e u t i l i t y f o r t h e r e s o u r c e t y p e p e r m i s s i o n s e r v i c e . | Class | com.liferay.portal.service.persistence | Liferay Portal |
|
| ResourceTypePermissionWrapper | T h i s c l a s s i s a w r a p p e r f o r R e s o u r c e T y p e P e r m i s s i o n . | Class | com.liferay.portal.model | Liferay Portal |
|
| RolePermission | | Interface | com.liferay.portal.service.permission | Liferay Portal |
|
| RolePermissionsException | S e e A l s o : S e r i a l i z e d F o r m C o n s t r u c t o r S u m m a r y R o l e P e r m i s s i o n s E x c e p t i o n ( ) | Class | com.liferay.portal | Liferay Portal |
|
| RolePermissionUtil | | Class | com.liferay.portal.service.permission | Liferay Portal |
|
| SearchPermissionChecker | | Interface | com.liferay.portal.kernel.search | Liferay Portal |
|
| SearchResultPermissionFilter | | Interface | com.liferay.portal.kernel.search | Liferay Portal |
|
| SocialActivityPermission | | Interface | com.liferay.portlet.social.service.permission | Liferay Portal |
|
| SocialActivityPermissionUtil | | Class | com.liferay.portlet.social.service.permission | Liferay Portal |
|
| SocialRequestPermission | | Interface | com.liferay.portlet.social.service.permission | Liferay Portal |
|
| SocialRequestPermissionUtil | | Class | com.liferay.portlet.social.service.permission | Liferay Portal |
|
| StagingPermission | | Interface | com.liferay.portal.kernel.staging.permission | Liferay Portal |
|
| StagingPermissionUtil | | Class | com.liferay.portal.kernel.staging.permission | Liferay Portal |
|
| SubscriptionPermission | C h e c k s p e r m i s s i o n s w i t h r e s p e c t t o s u b s c r i p t i o n s . | Interface | com.liferay.portal.service.permission | Liferay Portal |
|
| SubscriptionPermissionUtil | P r o v i d e s t h e u t i l i t y f o r S u b s c r i p t i o n P e r m i s s i o n , c h e c k i n g p e r m i s s i o n s w i t h r e s p e c t t o s u b s c r i p t i o n s . | Class | com.liferay.portal.service.permission | Liferay Portal |
|
| TeamPermission | | Interface | com.liferay.portal.service.permission | Liferay Portal |
|
| TeamPermissionUtil | | Class | com.liferay.portal.service.permission | Liferay Portal |
|
| TrashPermissionException | | Class | com.liferay.portal | Liferay Portal |
|
| UserGroupPermission | | Interface | com.liferay.portal.service.permission | Liferay Portal |
|
| UserGroupPermissionUtil | | Class | com.liferay.portal.service.permission | Liferay Portal |
|
| UserGroupRolePermission | | Interface | com.liferay.portal.service.permission | Liferay Portal |
|
| UserGroupRolePermissionUtil | | Class | com.liferay.portal.service.permission | Liferay Portal |
|
| UserPermission | | Interface | com.liferay.portal.service.permission | Liferay Portal |
|
| UserPermissionCheckerBag | | Interface | com.liferay.portal.security.permission | Liferay Portal |
|
| UserPermissionUtil | | Class | com.liferay.portal.service.permission | Liferay Portal |
|
| WorkflowPermission | | Interface | com.liferay.portal.kernel.workflow.permission | Liferay Portal |
|
| WorkflowPermissionUtil | | Class | com.liferay.portal.kernel.workflow.permission | Liferay Portal |
|
| AdaptPermission | A bundle's authority to adapt an object to a type. | Class | org.osgi.framework | OSGI |
|
| AdminPermission | A bundle's authority to perform specific privileged administrative operations on or to get sensitive information about a bundle. | Class | org.osgi.framework | OSGI |
|
| AlertPermission | Indicates the callers authority to send alerts to management servers, identified by their principal names. | Class | org.osgi.service.dmt.security | OSGI |
|
| ApplicationAdminPermission | This class implements permissions for manipulating applications and their ApplicationAdminPermission can be targeted to applications that matches the | Class | org.osgi.service.application | OSGI |
|
| BundlePermission | A bundle's authority to require or provide a bundle or to receive or attach A bundle symbolic name defines a unique fully qualified name. | Class | org.osgi.framework | OSGI |
|
| CapabilityPermission | A bundle's authority to provide or require a capability. | Class | org.osgi.framework | OSGI |
|
| ConditionalPermissionAdmin | Framework service to administer Conditional Permissions. | Interface | org.osgi.service.condpermadmin | OSGI |
|
| ConditionalPermissionInfo | A list of Permissions guarded by a list of conditions with an access decision. | Interface | org.osgi.service.condpermadmin | OSGI |
|
| ConditionalPermissionUpdate | Update the Conditional Permission Table. | Interface | org.osgi.service.condpermadmin | OSGI |
|
| ConfigurationPermission | Indicates a bundle's authority to configure bundles or be updated by Configuration Admin. | Class | org.osgi.service.cm | OSGI |
|
| CoordinationPermission | A bundle's authority to create or use a Coordination. | Class | org.osgi.service.coordinator | OSGI |
|
| DeploymentAdminPermission | DeploymentAdminPermission controls access to the Deployment Admin service. | Class | org.osgi.service.deploymentadmin | OSGI |
|
| DeploymentCustomizerPermission | The DeploymentCustomizerPermission permission gives the right to Resource Processors to access a bundle's (residing in a Deployment Package) | Class | org.osgi.service.deploymentadmin.spi | OSGI |
|
| DmtPermission | Controls access to management objects in the Device Management Tree (DMT). | Class | org.osgi.service.dmt.security | OSGI |
|
| DmtPrincipalPermission | Indicates the callers authority to create DMT sessions on behalf of a remote management server. | Class | org.osgi.service.dmt.security | OSGI |
|
| EndpointPermission | A bundle's authority to export, import or read an Endpoint. | Class | org.osgi.service.remoteserviceadmin | OSGI |
|
| MonitorPermission | Indicates the callers authority to publish, read or reset StatusVariables, to switch event sending on or off or to start | Class | org.osgi.service.monitor | OSGI |
|
| PackagePermission | A bundle's authority to import or export a package. | Class | org.osgi.framework | OSGI |
|
| PermissionAdmin | The Permission Admin service allows management agents to manage the permissions of bundles. | Interface | org.osgi.service.permissionadmin | OSGI |
|
| PermissionInfo | Permission representation used by the Permission Admin service. | Class | org.osgi.service.permissionadmin | OSGI |
|
| ServicePermission | A bundle's authority to register or get a service. | Class | org.osgi.framework | OSGI |
|
| SubsystemPermission | A bundle's authority to perform specific privileged administrative operations on or to get sensitive information about a subsystem. | Class | org.osgi.service.subsystem | OSGI |
|
| TopicPermission | A bundle's authority to publish or subscribe to event on a topic. | Class | org.osgi.service.event | OSGI |
|
| UserAdminPermission | Permission to configure and access the Role objects managed by a User This class represents access to the Role objects managed by a User | Class | org.osgi.service.useradmin | OSGI |
|
| WirePermission | Permission for the scope of a Wire object. | Class | org.osgi.service.wireadmin | OSGI |
|
| TerminatableRunnable | | Class | org.mariadb.jdbc.internal.failover.thread | MariaDB |
|
| BasicTerminal | | Class | com.sshtools.server.vshell.terminal | Maverick |
|
| PermissionDeniedException | Thrown when the file system denies access to a user whom does not have permission to gain access to a file system object. | Class | com.maverick.sshd.platform | Maverick |
|
| Permissions | | Class | com.maverick.sshd | Maverick |
|
| PermissionType | | Interface | com.maverick.sshd | Maverick |
|
| ShellPermission | enum ShellPermissionEnum Constant Summary | Class | com.sshtools.server.vshell | Maverick |
|
| Terminal | | Interface | com.sshtools.server.vshell.terminal | Maverick |
|
| Terminal | Representation of the input terminal for a platform. | Class | jline | Maverick |
|
| TerminalOutput | | Class | com.sshtools.server.vshell.terminal | Maverick |
|
| TerminalOutputFactory | | Class | com.sshtools.server.vshell.terminal | Maverick |
|
| UnixTerminal | Terminal that is used for unix platforms. | Class | jline | Maverick |
|
| UnsupportedTerminal | A no-op unsupported terminal. | Class | jline | Maverick |
|
| VFSPermissionHandler | By default the VirtualFileSystem provides access to all files and folders but this interface can be implemented to provide for custom permission | Interface | com.maverick.sshd.vfs | Maverick |
|
| WindowsTerminal | Terminal implementation for Microsoft Windows. | Class | jline | Maverick |
|
| AlgorithmTerminationException | An exception that originated from an algorithm during termination. | Class | org.moeaframework | MOEA |
|
| AccessPermission | Represents permission to call a method. | Class | net.jini | Apache River ( Jini ) |
|
| ActivatorPermission | Represents permissions that can be used to express the access control policy for the activator, the remote object handling object activation, | Class | com.sun.jini | Apache River ( Jini ) |
|
| AuthenticationPermission | Represents permission to use the private credentials of subjects for the purpose of authenticating as any subset of the local principals specified | Class | net.jini | Apache River ( Jini ) |
|
| ClientPermissionChecker | client subjects based on whether or not they have been granted a particularSince:2. | Class | com.sun.jini | Apache River ( Jini ) |
|
| ContextPermission | Represents permissions used to express the access control policy for elements commonly found in the context collections available from | Class | net.jini.io | Apache River ( Jini ) |
|
| DiscoveryPermission | Permission for using LookupDiscovery. | Class | net.jini | Apache River ( Jini ) |
|
| DownloadPermission | Permission that must be granted to the CodeSource of a downloaded class in order for the class to be defined using RMIClassLoader. | Class | net.jini | Apache River ( Jini ) |
|
| ExecOptionPermission | Represents permission to use a specific option or options in the command for creating an activation group. | Class | com.sun.jini | Apache River ( Jini ) |
|
| ExecPermission | Represents permission to execute a command to create an activation group. | Class | com.sun.jini | Apache River ( Jini ) |
|
| ExportPermission | Defines runtime permissions for Exporter implementations. | Class | net.jini | Apache River ( Jini ) |
|
| FiddlerPermission | Special purpose permission class, specific to the Fiddler implementation of the lookup discovery service, that can be used | Class | com.sun.jini | Apache River ( Jini ) |
|
| GrantPermission | Permission required to dynamically grant permissions by security policy providers which implement the DynamicPolicy interface. | Class | net.jini | Apache River ( Jini ) |
|
| InstantiatorPermission | Represents permissions that can be used to express the access control policy for the ActivationInstantiator remote | Class | com.sun.jini | Apache River ( Jini ) |
|
| MahaloPermission | Represents permissions that can be used to express the access control policy for the Mahalo server exported with a | Class | com.sun.jini | Apache River ( Jini ) |
|
| MercuryPermission | Represents permissions that can be used to express the access control policy for the Mercury server exported with a | Class | com.sun.jini | Apache River ( Jini ) |
|
| MonitorPermission | Represents permissions that can be used to express the access control policy for the ActivationMonitor remote object exported with | Class | com.sun.jini | Apache River ( Jini ) |
|
| NormPermission | Represents permissions that can be used to express the access control policy for the a Norm server exported with a BasicJeriExporter. | Class | com.sun.jini | Apache River ( Jini ) |
|
| OutriggerPermission | Permission that can be used to express the access control policy for an instance of an Outrigger server exported with a BasicJeriExporter. | Class | com.sun.jini | Apache River ( Jini ) |
|
| RegistrarPermission | Permission that can be used to express the access control policy for an instance of the Reggie lookup service exported with a BasicJeriExporter. | Class | com.sun.jini | Apache River ( Jini ) |
|
| ServerMinPrincipal | Represents a constraint on the server, such that if the server authenticates itself, then it must authenticate itself as at least all of | Class | net.jini.core | Apache River ( Jini ) |
|
| SharedActivationPolicyPermission | Permission class used by the package. | Class | com.sun.jini | Apache River ( Jini ) |
|
| SystemPermission | Represents permissions that can be used to express the access control policy for the ActivationSystem remote | Class | com.sun.jini | Apache River ( Jini ) |
|
| ThreadPoolPermission | Permission to use internal thread pools (see GetThreadPoolAction). | Class | com.sun.jini | Apache River ( Jini ) |
|
| UmbrellaGrantPermission | Permission that is specially intepreted by PolicyFileProvider as shorthand for a GrantPermission | Class | net.jini.security | Apache River ( Jini ) |
|
| DaemonRmiInterface | Describe your class here. | Interface | org.apache.oodt.cas.pushpull.daemon | Apache OODT |
|
| MajorMinorVersionTypeHandler | Handler metadata element values whose original format is: \d{1,2}. | Class | org.apache.oodt.cas.filemgr.structs.type.examples | Apache OODT |
|
| RmiCache | An RMI client to the RmiCacheServer, implementing an RMI front end . | Class | org.apache.oodt.cas.filemgr.ingest | Apache OODT |
|
| RmiCacheFactory | Constructs new RmiCaches. | Class | org.apache.oodt.cas.filemgr.ingest | Apache OODT |
|
| RmiCacheServer | | Class | org.apache.oodt.cas.filemgr.ingest | Apache OODT |
|
| RmiCacheServerFactory | Constructs new RmiCacheServers. | Class | org.apache.oodt.cas.filemgr.ingest | Apache OODT |
|
| RmiCommunicationChannelClient | | Class | org.apache.oodt.cas.catalog.server.channel.rmi | Apache OODT |
|
| RmiCommunicationChannelClientInterface | | Interface | org.apache.oodt.cas.catalog.server.channel.rmi | Apache OODT |
|
| RmiCommunicationChannelClientMBean | | Interface | org.apache.oodt.cas.catalog.server.channel.rmi | Apache OODT |
|
| RmiCommunicationChannelServer | | Class | org.apache.oodt.cas.catalog.server.channel.rmi | Apache OODT |
|
| RMIContext | Context for binding and looking up distributed objects in RMI. | Class | org.apache.oodt.commons.object.jndi | Apache OODT |
|
| CustomPermission | | Class | org.usergrid.security.shiro | Apache UserGrid |
|
| CustomPermissionResolver | | Class | org.usergrid.security.shiro | Apache UserGrid |
|
| AbstractRMInterceptor | Interceptor responsible for implementing exchange of RM protocol messages, aggregating RM metadata in the application message and processing of | Class | org.apache.cxf.ws.rm | Apache CXF |
|
| CXFPermissions | | Class | org.apache.cxf.common | Apache CXF |
|
| OAuthPermission | Provides the complete information about a given opaque permission. | Class | org.apache.cxf.rs.security.oauth.data | Apache CXF |
|
| OAuthPermission | Provides the complete information about a given opaque permission. | Class | org.apache.cxf.rs.security.oauth2.common | Apache CXF |
|
| Permission | Base permission description which is visible to authorization handlers | Class | org.apache.cxf.rs.security.oauth.data | Apache CXF |
|
| Permission | Base permission descriptionSee Also:OAuthAuthorizationData, | Class | org.apache.cxf.rs.security.oauth2.common | Apache CXF |
|
| RMInInterceptor | | Class | org.apache.cxf.ws.rm | Apache CXF |
|
| SamlFormInHandler | | Class | org.apache.cxf.rs.security.saml | Apache CXF |
|
| SequenceTerminationPolicyType | Java class for SequenceTerminationPolicyType complex type. | Class | org.apache.cxf.ws.rm.manager | Apache CXF |
|
| TerminateSequenceResponseType | Java class for TerminateSequenceResponseType complex type. | Class | org.apache.cxf.ws.rm.v200702 | Apache CXF |
|
| TerminateSequenceType | Java class for TerminateSequenceType complex type. | Class | org.apache.cxf.ws.rm.v200502 | Apache CXF |
|
| TerminateSequenceType | Java class for TerminateSequenceType complex type. | Class | org.apache.cxf.ws.rm.v200502wsa15 | Apache CXF |
|
| TerminateSequenceType | Java class for TerminateSequenceType complex type. | Class | org.apache.cxf.ws.rm.v200702 | Apache CXF |
|
| TransformInInterceptor | Creates an XMLStreamReader from the InputStream on the Message. | Class | org.apache.cxf.interceptor.transform | Apache CXF |
|
| UnacceptableInitialTerminationTimeFault | This class was generated by Apache CXF 3. | Class | org.oasis_open.docs.wsn.bw_2 | Apache CXF |
|
| UnacceptableInitialTerminationTimeFaultType | Java class for UnacceptableInitialTerminationTimeFaultType complex type. | Class | org.oasis_open.docs.wsn.b_2 | Apache CXF |
|
| UnacceptableTerminationTimeFault | This class was generated by Apache CXF 3. | Class | org.oasis_open.docs.wsn.bw_2 | Apache CXF |
|
| UnacceptableTerminationTimeFaultType | Java class for UnacceptableTerminationTimeFaultType complex type. | Class | org.oasis_open.docs.wsn.b_2 | Apache CXF |
|
| AbstractCompiledPermissions | AbstractCompiledPermissions. | Class | org.apache.jackrabbit.core.security.authorization | Apache JackRabbit |
|
| AbstractCompiledPermissions .Result | Result of permission (and optionally privilege) evaluation for a given path. | Class | org.apache.jackrabbit.core.security.authorization | Apache JackRabbit |
|
| CheckPermissionTest | Tests if Session. | Class | org.apache.jackrabbit.test.api | Apache JackRabbit |
|
| CompiledPermissions | CompiledPermissions represents the evaluation of an AccessControlPolicy that applies for a given set of | Interface | org.apache.jackrabbit.core.security.authorization | Apache JackRabbit |
|
| ConnectToRmiServer | | Class | org.apache.jackrabbit.standalone.cli.ext | Apache JackRabbit |
|
| HasPermissionTest | Tests if Session. | Class | org.apache.jackrabbit.test.api | Apache JackRabbit |
|
| Permission | | Class | org.apache.jackrabbit.core.security.authorization | Apache JackRabbit |
|
| RepositoryAccessServlet .RMIClientFactoryDelegater | | Class | org.apache.jackrabbit.j2ee | Apache JackRabbit |
|
| RepositoryStartupServlet .RMIRemoteFactoryDelegater | | Class | org.apache.jackrabbit.j2ee | Apache JackRabbit |
|
| RMIConfig | The RMI config hold information about RMI connection details. | Class | org.apache.jackrabbit.j2ee | Apache JackRabbit |
|
| RMIRemoteBindingServlet | Servlet that binds a repository from a servlet context attribute in RMI. | Class | org.apache.jackrabbit.servlet.remote | Apache JackRabbit |
|
| RMIRemoteRepository | Proxy for a remote repository bound in RMI. | Class | org.apache.jackrabbit.rmi.repository | Apache JackRabbit |
|
| RMIRemoteRepositoryFactory | Factory that looks up a remote repository from an RMI registry. | Class | org.apache.jackrabbit.rmi.repository | Apache JackRabbit |
|
| RMIRemoteRepositoryServlet | Servlet that makes a repository from RMI available as an attribute in the servlet context. | Class | org.apache.jackrabbit.servlet.remote | Apache JackRabbit |
|
| RmiRepositoryFactory | | Class | org.apache.jackrabbit.rmi.repository | Apache JackRabbit |
|
| ConsumeToDynamicTerminatorDecodingState | DecodingState which consumes all bytes until a fixed (ASCII) character is reached. | Class | org.apache.mina.filter.codec.statemachine | Apache Mina |
|
| ConsumeToTerminatorDecodingState | DecodingState which consumes all bytes until a fixed (ASCII) character is reached. | Class | org.apache.mina.filter.codec.statemachine | Apache Mina |
|
| Permissions | | Class | org.jboss.weld.util | JBoss Weld |
|
| WeldTerminalListener | | Class | org.jboss.weld.servlet | JBoss Weld |
|
| CheckIndex .Status .TermIndexStatus | Status from testing term index. | Class | org.apache.lucene.index.CheckIndex.Status | Apache Lucene |
|
| CollectionTerminatedException | Throw this exception in LeafCollector. | Class | org.apache.lucene.search | Apache Lucene |
|
| PrefixCodedTerms .TermIterator | An iterator over the list of terms stored in a PrefixCodedTerms. | Class | org.apache.lucene.index.PrefixCodedTerms | Apache Lucene |
|
| TooComplexToDeterminizeException | This exception is thrown when determinizing an automaton would result in one has too many states. | Class | org.apache.lucene.util.automaton | Apache Lucene |
|
| FieldTermStack .TermInfo | Single term with its position/offsets in the document and IDF weight. | Class | org.apache.lucene.search.vectorhighlight.FieldTermStack | Apache Lucene |
|
| EarlyTerminatingSortingCollector | A Collector that early terminates collection of documents on a per-segment basis, if the segment was sorted according to the given | Class | org.apache.lucene.search | Apache Lucene |
|
| GetTermInfo | Utility to get document frequency and total number of occurrences (sum of the tf for each doc) of a term. | Class | org.apache.lucene.misc | Apache Lucene |
|
| EventBusTerminal | Interface describing a mechanism that connects Event Bus clusters. | Interface | org.axonframework.eventhandling | Axon |
|
| SpringAMQPTerminal | EventBusTerminal implementation that uses an AMQP 0. | Class | org.axonframework.eventhandling.amqp.spring | Axon |
|
| TerminalBeanDefinitionParser | BeanDefinitionParser that parses elements into a SpringAMQPTerminal instance. | Class | org.axonframework.contextsupport.spring.amqp | Axon |
|
| OCommandExecutorSQLPermissionAbstract | SQL GRANT command: Grant a privilege to a database role. | Class | com.orientechnologies.orient.core.sql | Orientdb |
|
| OQueryOperatorMinor | | Class | com.orientechnologies.orient.core.sql.operator | Orientdb |
|
| OQueryOperatorMinorEquals | MINOR EQUALS operator. | Class | com.orientechnologies.orient.core.sql.operator | Orientdb |
|
| OQueryOperatorMinus | | Class | com.orientechnologies.orient.core.sql.operator.math | Orientdb |
|
| DeterministicCorefAnnotator | In other words, this depends on: POSTaggerAnnotator, NERCombinerAnnotator (or equivalent), and ParserAnnotator. | Class | edu.stanford.nlp.pipeline | JavaNlp |
|
| DeterministicCorefSieve | Base class for a Coref Sieve. | Class | edu.stanford.nlp.dcoref.sievepasses | JavaNlp |
|
| DeterministicCorefSieve | Base class for a Coref Sieve. | Class | edu.stanford.nlp.hcoref.sieve | JavaNlp |
|
| QuasiDeterminizer | QuasiDeterminizer performing quasi-determinization on TransducerGraphs. | Class | edu.stanford.nlp.fsm | JavaNlp |
|
| TransformingTreebank | This class wraps another Treebank, and will vend trees that have been through a TreeTransformer. | Class | edu.stanford.nlp.trees | JavaNlp |
|
| KKRMIAdminEngBase | | Class | com.konakartadmin.rmi | KonaKart |
|
| KKRMIAdminEngServerBase | KonaKart RMI Server-side Engine Base for the Admin Engine Implements the server side part of the RMI Admin Engine. | Class | com.konakartadmin.rmi | KonaKart |
|
| KKRMIAdminEngServerStaticData | | Class | com.konakartadmin.rmi | KonaKart |
|
| KKRMIAdminServer | KonaKart RMI Server for the Admin Engine. | Class | com.konakartadmin.rmi | KonaKart |
|
| KKRMIEng | | Class | com.konakart.rmi | KonaKart |
|
| KKRMIEngBase | | Class | com.konakart.rmi | KonaKart |
|
| KKRMIEngServer | The KonaKart RMI Server-Side Engine - Generated by CreateKK_RMI_EngServerSee Also:Serialized Form | Class | com.konakart.rmi | KonaKart |
|
| KKRMIEngServerBase | KonaKart RMI Server-side Engine Base for the Application Engine Implements the server side part of the RMI Application Engine. | Class | com.konakart.rmi | KonaKart |
|
| KKRMIEngServerIf | | Interface | com.konakart.rmi | KonaKart |
|
| KKRMIEngServerStaticData | Static Data held for each engine by the KKRMIEngServer. | Class | com.konakart.rmi | KonaKart |
|
| KKRMIServer | KonaKart RMI Server for the Application Engine. | Class | com.konakart.rmi | KonaKart |
|
| IndeterminateValue | Provides 4 values for indeterminate positions. | Class | org.opengis.temporal | GeoTools |
|
| TimeIndeterminateValueTypeBinding | Binding object for the type http://www. | Class | org.geotools.gml4wcs.bindings | GeoTools |
|
| ExternalComponentConfiguration .Permission | The XMPP entity is allowed to connect to the server. | Class | org.jivesoftware.openfire.component.ExternalComponentConfiguration | OpenFire |
|
| ExternalComponentManager .PermissionPolicy | Any XMPP entity is allowed to connect to the server except for those listed in the not allowed list. | Class | org.jivesoftware.openfire.component.ExternalComponentManager | OpenFire |
|
| RemoteServerConfiguration .Permission | The XMPP entity is allowed to connect to the server. | Class | org.jivesoftware.openfire.server.RemoteServerConfiguration | OpenFire |
|
| RemoteServerManager .PermissionPolicy | Any XMPP entity is allowed to connect to the server except for those listed in the not allowed list. | Class | org.jivesoftware.openfire.server.RemoteServerManager | OpenFire |
|
| XDataFormImpl | A concrete DataForm capable of sending itself to a writer and recover its state from an XMPP stanza. | Class | org.jivesoftware.openfire.forms.spi | OpenFire |
|
| ConfigurableRMIClientSocketFactory | Default socket timeouts are unlikely to be suitable for cache replication. | Class | net.sf.ehcache.distribution | EHCache |
|
| ManualRMICacheManagerPeerProvider | A provider of Peer RMI addresses based off manual configuration. | Class | net.sf.ehcache.distribution | EHCache |
|
| MulticastRMICacheManagerPeerProvider | A peer provider which discovers peers using Multicast. | Class | net.sf.ehcache.distribution | EHCache |
|
| MulticastRMICacheManagerPeerProvider .CachePeerEntry | Entry containing a looked up CachePeer and dateConstructor SummaryMulticastRMICacheManagerPeerProvider. | Class | net.sf.ehcache.distribution.MulticastRMICacheManagerPeerProvider | EHCache |
|
| RMIAsynchronousCacheReplicator | Listens to CacheManager and Cache events and propagates those to CachePeer peers of the Cache asynchronously. | Class | net.sf.ehcache.distribution | EHCache |
|
| RMIBootstrapCacheLoader | Loads Elements from a random Cache PeerVersion:$Id: RMIBootstrapCacheLoader. | Class | net.sf.ehcache.distribution | EHCache |
|
| RMIBootstrapCacheLoaderFactory | A factory to create a configured RMIBootstrapCacheLoaderVersion:$Id: RMIBootstrapCacheLoaderFactory. | Class | net.sf.ehcache.distribution | EHCache |
|
| RMICacheManagerPeerListener | A cache server which exposes available cache operations remotely through RMI. | Class | net.sf.ehcache.distribution | EHCache |
|
| RMICacheManagerPeerListenerFactory | Builds a listener based on RMI. | Class | net.sf.ehcache.distribution | EHCache |
|
| RMICacheManagerPeerProvider | A provider of Peer RMI addresses. | Class | net.sf.ehcache.distribution | EHCache |
|
| RMICacheManagerPeerProviderFactory | Builds a factory based on RMIVersion:$Id: RMICacheManagerPeerProviderFactory. | Class | net.sf.ehcache.distribution | EHCache |
|
| RMICachePeer | An RMI based implementation of CachePeer. | Class | net.sf.ehcache.distribution | EHCache |
|
| RMICacheReplicatorFactory | Creates an RMICacheReplicator using properties. | Class | net.sf.ehcache.distribution | EHCache |
|
| RmiEventMessage | | Class | net.sf.ehcache.distribution | EHCache |
|
| RmiEventMessage .RmiEventType | | Class | net.sf.ehcache.distribution.RmiEventMessage | EHCache |
|
| RMISynchronousCacheReplicator | Listens to CacheManager and Cache events and propagates those to CachePeer peers of the Cache. | Class | net.sf.ehcache.distribution | EHCache |
|
| TransactionalRMICachePeer | An RMI based implementation of CachePeer supporting transactions. | Class | net.sf.ehcache.distribution | EHCache |
|
| TRP .ConvergenceTerminator | See Also:Serialized FormConstructor SummaryTRP. | Class | cc.mallet.grmm.inference.TRP | Mallet |
|
| TRP .DefaultConvergenceTerminator | See Also:Serialized FormConstructor SummaryTRP. | Class | cc.mallet.grmm.inference.TRP | Mallet |
|
| TRP .IterationTerminator | See Also:Serialized FormConstructor SummaryTRP. | Class | cc.mallet.grmm.inference.TRP | Mallet |
|
| TRP .TerminationCondition | | Interface | cc.mallet.grmm.inference.TRP | Mallet |
|
| DownsamplerMipMaps | | Class | ini.trakem2.persistence | Fiji |
|
| Terminal | The two possible segments, represented as special terminal nodes in the graph. | Class | graphcut | Fiji |
|
| TransformImages | | Class | vib.app.module | Fiji |
|
| TransformInput | Fuse one portion of a paralell fusion, supports no weightsAuthor:Stephan Preibisch (stephan. | Class | spim.process.fusion.deconvolution | Fiji |
|
| TransformInputAndWeights | Fuse one portion of a paralell fusion, supports no weightsAuthor:Stephan Preibisch (stephan. | Class | spim.process.fusion.deconvolution | Fiji |
|
| TransformInverseGradientDescent | | Class | jitk.spline | Fiji |
|
| TransformIO | This class provides simple IO for affine transforms. | Class | math3d | Fiji |
|
| TransformingReceivePort | A ReceivePort with additional functional-transform operations, usually wrapping a plain ReceivePort. | Class | co.paralleluniverse.strands.channels | Quasar |
|
| TransformingSendPort | A SendPort with additional functional-transform operations, usually wrapping a plain SendPort. | Class | co.paralleluniverse.strands.channels | Quasar |
|
| _TerminatorStub | | Class | org.omg.CosTransactions | Corba |
|
| Terminator | | Interface | org.omg.CosTransactions | Corba |
|
| _TerminatorImplBase | | Class | org.omg.CosTransactions | Corba |
|
| TerminatorHelper | | Class | org.omg.CosTransactions | Corba |
|
| TerminatorHolder | | Class | org.omg.CosTransactions | Corba |
|
| CheckPermissionDetector | Ensures that calls to check permission use the result (otherwise they probably meant to call the enforce permission methods instead) | Class | com.android.tools.lint.checks | Android Lint |
|
| SystemPermissionsDetector | Checks if an application wants to use permissions that can only be used by system applications. | Class | com.android.tools.lint.checks | Android Lint |
|
| Manifest .permission | | Class | com.urbanairship | Airship Android |
|
| AbstractQuickFormInElement | Super class of all input elements. | Class | org.knime.core.util.node.quickform.in | KNIME |
|
| AbstractQuickFormInElement .Type | Checkbox input element. | Class | org.knime.core.util.node.quickform.in | KNIME |
|
| CheckboxInputQuickFormInElement | A form element to enter a simple boolean value. | Class | org.knime.core.util.node.quickform.in | KNIME |
|
| ColumnSelectionSearchableListPanel .ConfiguredColumnDeterminer | Determines if there is already a configuration for a given DataColumnSpec. | Interface | org.knime.core.node.util | KNIME |
|
| DateStringInputQuickFormInElement | Creates a date input control and delivers the input as string. | Class | org.knime.core.util.node.quickform.in | KNIME |
|
| DoubleInputQuickFormInElement | A form element to enter a simple double-precision floating point number. | Class | org.knime.core.util.node.quickform.in | KNIME |
|
| DummyInputQuickFormInElement | A form element to represent a dummy input (no real input, only a breapoint marker). | Class | org.knime.core.util.node.quickform.in | KNIME |
|
| FileUploadQuickFormInElement | Form element to choose and upload a file. | Class | org.knime.core.util.node.quickform.in | KNIME |
|
| IntInputQuickFormInElement | A form element to enter a simple integer number. | Class | org.knime.core.util.node.quickform.in | KNIME |
|
| LoopStartNodeTerminator | Interface for the start node of a loop which provides information about the termination of the loop. | Interface | org.knime.core.node.workflow | KNIME |
|
| MedianNumberMissingCellHandler | Replaces missing values with the column's median value. | Class | org.knime.base.node.preproc.pmml.missingval.handlers | KNIME |
|
| MedianNumberMissingCellHandlerFactory | Creates a handler that replaces missing values with the column's median value. | Class | org.knime.base.node.preproc.pmml.missingval.handlers | KNIME |
|
| MultipleSelectionInputQuickFormInElement | A form element to select multiple String items (which is a selection of possible choices). | Class | org.knime.core.util.node.quickform.in | KNIME |
|
| MultipleSelectionInputQuickFormInElement .Layout | Possible Layout types. | Class | org.knime.core.util.node.quickform.in | KNIME |
|
| NonterminalNode | | Class | org.knime.base.util.kdtree | KNIME |
|
| QuickFormInputNode | derivatives that represent quick form input elements. | Interface | org.knime.core.quickform.in | KNIME |
|
| SingleSelectionInputQuickFormInElement | A form element to select a single string (which is a selection of possible choices). | Class | org.knime.core.util.node.quickform.in | KNIME |
|
| SingleSelectionInputQuickFormInElement .Layout | Possible layout elements. | Class | org.knime.core.util.node.quickform.in | KNIME |
|
| SketcherInputQuickFormInElement | A form element to enter a molecule string. | Class | org.knime.core.util.node.quickform.in | KNIME |
|
| StringInputQuickFormInElement | A form element to enter a simple string. | Class | org.knime.core.util.node.quickform.in | KNIME |
|
| StringListInputQuickFormInElement | A form element to enter a string or list of strings (which is a selection of possible choices). | Class | org.knime.core.util.node.quickform.in | KNIME |
|
| StringListPasteboxInputQuickFormInElement | A form element to enter list of strings (e. | Class | org.knime.core.util.node.quickform.in | KNIME |
|
| StringOptionInputQuickFormInElement | A form element to select a single element form a list of strings. | Class | org.knime.core.util.node.quickform.in | KNIME |
|
| StringSelectionInputQuickFormInElement | A form element to enter a string (which is a selection of possible choices). | Class | org.knime.core.util.node.quickform.in | KNIME |
|
| TerminalBucket | | Class | org.knime.base.util.kdtree | KNIME |
|
| TerminalNode | | Class | org.knime.base.util.kdtree | KNIME |
|
| TwinStringListInputQuickFormInElement | A form element to enter a string or list of strings (which is a selection of possible choices). | Class | org.knime.core.util.node.quickform.in | KNIME |
|
| ValueFilterInputQuickFormInElement | A form element to select a value (e. | Class | org.knime.core.util.node.quickform.in | KNIME |
|
| ValueSelectionInputQuickFormInElement | A form element to select a value (e. | Class | org.knime.core.util.node.quickform.in | KNIME |
|
| DeterministicExecutor | An Executor that executes commands on the thread that calls runPendingCommands or runUntilIdle. | Class | org.jmock.lib.concurrent | JMock |
|
| DeterministicScheduler | A ScheduledExecutorService that executes commands on the thread that calls runNextPendingCommand, runUntilIdle or | Class | org.jmock.lib.concurrent | JMock |
|
| CmsDefaultPermissionHandler | Generic base driver interface. | Class | org.opencms.security | OpenCMS |
|
| CmsDirectEditPermissions | Constants to indicate the direct edit permissions of a user for a VFS resource, used to describe if and how to show the direct edit buttons for the resource. | Class | org.opencms.workplace.editors.directedit | OpenCMS |
|
| CmsPermissionInfo | The permission info bean. | Class | org.opencms.gwt.shared | OpenCMS |
|
| CmsPermissionSet | An immutable permission set that contains both allowed and denied permissions as bitsets. | Class | org.opencms.security | OpenCMS |
|
| CmsPermissionSetCustom | A custom permission set that can be modified during runtime and contains both allowed and denied permissions as bitsets. | Class | org.opencms.security | OpenCMS |
|
| CmsPermissionViolationException | A permission violation occurs if a user without tries to access or maipulate a VFS resource without the required permissions. | Class | org.opencms.security | OpenCMS |
|
| I_CmsPermissionHandler | Permission handler interface. | Interface | org.opencms.security | OpenCMS |
|
| I_CmsPermissionHandler .CmsPermissionCheckResult | | Class | org.opencms.security | OpenCMS |
|
| CmsSetupTestFolderPermissions | Tests the permission on the target installation folders. | Class | org.opencms.setup.comptest | OpenCMS |
|
| CmsXmlUpdateDefaultPermissions | Updates default permissions for explorer access. | Class | org.opencms.setup.xml.v7 | OpenCMS |
|
| CmsXmlUpdateDefaultPermissions | Updates default permissions for explorer access. | Class | org.opencms.setup.xml.v9 | OpenCMS |
|
| FastBufferedInputStream .LineTerminator | An enumeration of the supported line terminators. | Class | it.unimi.dsi.fastutil.io | FastUtil |
|
| ConfirmID | See Also:Serialized FormConstructor SummaryConfirmID() | Class | quickfix.field | QuickFix |
|
| TerminationType | See Also:Serialized FormConstructor SummaryTerminationType() | Class | quickfix.field | QuickFix |
|
| AccessPermission | AccessPermission represents the access control permissions that may be Supported API: true | Class | wt.access | WindChill |
|
| CoAppInstallationStatusDeterminator | | Interface | com.ptc.core.ca.co.client.misc | WindChill |
|
| CoDefaultAppInstallationStatusDeterminator | | Class | com.ptc.core.ca.co.client.misc | WindChill |
|
| CoDefaultModuleInstallationStatusDeterminator | | Class | com.ptc.core.ca.co.client.misc | WindChill |
|
| CoInstallationStatusDeterminator | | Interface | com.ptc.core.ca.co.client.misc | WindChill |
|
| CoModuleInstallationStatusDeterminator | Methods inherited from interface com. | Interface | com.ptc.core.ca.co.client.misc | WindChill |
|
| CoRoleDeterminator | The purpose of the role determinator is to return the role the current principal plays in the given context. | Interface | com.ptc.core.ca.co.client.misc | WindChill |
|
| DefaultIteratedUsageLinkTerminationDelegate | See Also:Serialized FormMethods inherited from class java. | Class | wt.occurrence | WindChill |
|
| OccurrenceableLinkTerminationDelegate | | Interface | wt.occurrence | WindChill |
|
| PermissionPropertyEditor | Defines the property editor to be used when visually manipulating the permission attribute of the FolderPanel javabean. | Class | wt.clients.beans | WindChill |
|
| WebRoleDeterminator | The purpose of the role determinator is to return the role the current principal plays in the given context. | Class | com.ptc.core.ca.web.client.misc | WindChill |
|
| WindchillAppInstallationStatusDeterminator | | Class | com.ptc.windchill.installSets | WindChill |
|
| VerticalTransformImpl | A transformation to a vertical reference coordinate system, such as height or pressure. | Class | ucar.unidata.geoloc.vertical | NetCDF |
|
| AssignTermId | Assigns the term identifier to duplicate BigdataValue for a single write operation when an IDuplicateRemover was applied. | Class | com.bigdata.rdf.lexicon | BlazeGraph |
|
| ITermIndexCodes | This interface defines the signed byte values indicating the type of a term in the term index. | Interface | com.bigdata.rdf.lexicon | BlazeGraph |
|
| ITermIVFilter | Interface for filtering internal values. | Interface | com.bigdata.rdf.lexicon | BlazeGraph |
|
| KVOTermIdComparator | Places KVOs containing BigdataValue references into an ordering determined by the assigned term identifiers}. | Class | com.bigdata.rdf.lexicon | BlazeGraph |
|
| MockTermIdFactory | A factory for mock IVs. | Class | com.bigdata.test | BlazeGraph |
|
| StorageTerminalError | | Class | com.bigdata.rwstore | BlazeGraph |
|
| TermId | inlined. | Class | com.bigdata.rdf.internal.impl | BlazeGraph |
|
| TermIdEncoder | An encoder/decoder for long values formed from a partition identifier in the high word and a local counter in the low word where the low N bits of the | Class | com.bigdata.rdf.lexicon | BlazeGraph |
|
| TermIVComparator | Places BigdataValues into an ordering determined by their assigned IVs (internal values). | Class | com.bigdata.rdf.internal | BlazeGraph |
|
| TestTermIdEncoder | Unit test for unified encoding / decoding for partitioned and unpartitioned long counters as assigned by the ICounter for a TERM2ID index or | Class | com.bigdata.rdf.lexicon | BlazeGraph |
|
| TestTermIV | Test suite for TermId. | Class | com.bigdata.rdf.internal | BlazeGraph |
|
| TestTermIVComparator | Test suite for TermIVComparator. | Class | com.bigdata.rdf.lexicon | BlazeGraph |
|
| AbstractUnixStylePermission | All code in this class must be side-effect free and not carry state, thus ensuring that thus class | Class | org.exist.security | ExistDB |
|
| ACLPermission | | Interface | org.exist.security | ExistDB |
|
| ACLPermission .ACE_ACCESS_TYPE | | Class | org.exist.security | ExistDB |
|
| ACLPermission .ACE_TARGET | | Class | org.exist.security | ExistDB |
|
| BasicPermissionsTableModel | | Class | org.exist.client.security | ExistDB |
|
| DeferredPermission | | Interface | org.exist.backup.restore | ExistDB |
|
| EntityPermissions | See Also:Serialized FormConstructor SummaryEntityPermissions() | Class | org.exist.soap | ExistDB |
|
| EntityPermissionsList | See Also:Serialized FormConstructor SummaryEntityPermissionsList() | Class | org.exist.soap | ExistDB |
|
| Permission | | Interface | org.exist.security | ExistDB |
|
| PermissionAider | Fields inherited from interface org. | Interface | org.exist.security.internal.aider | ExistDB |
|
| PermissionAiderFactory | Instantiates an appropriate Permission class based on the current configurationConstructor SummaryPermissionAiderFactory() | Class | org.exist.security.internal.aider | ExistDB |
|
| PermissionDeniedException | Description of the ClassSince:24. | Class | org.exist.security | ExistDB |
|
| PermissionFactory | | Class | org.exist.security | ExistDB |
|
| PermissionFactory .PermissionModifier | | Interface | org.exist.security | ExistDB |
|
| PermissionRequired | Optional Element Summarypublic abstract int user | Class | org.exist.security | ExistDB |
|
| PermissionRequiredAspect | | Class | org.exist.security | ExistDB |
|
| Permissions | See Also:Serialized FormConstructor SummaryPermissions() | Class | org.exist.soap | ExistDB |
|
| PermissionsFunctions | Nested Class SummaryNested classes/interfaces inherited from class org. | Class | org.exist.xquery.functions.securitymanager | ExistDB |
|
| SimpleACLPermission | A simple ACL (Access Control List) implementation which extends UnixStylePermission with additional | Class | org.exist.security | ExistDB |
|
| SimpleACLPermissionAider | Nested Class SummaryNested classes/interfaces inherited from interface org. | Class | org.exist.security.internal.aider | ExistDB |
|
| SkippedEntryDeferredPermission | Represents the permissions for a skipped entry in the restore process, e. | Class | org.exist.backup.restore | ExistDB |
|
| TerminatedException | | Class | org.exist.xquery | ExistDB |
|
| TerminatedException .SizeLimitException | | Class | org.exist.xquery | ExistDB |
|
| TerminatedException .TimeoutException | | Class | org.exist.xquery | ExistDB |
|
| UnixStylePermission | Manages the permissions assigned to a resource. | Class | org.exist.security | ExistDB |
|
| UnixStylePermissionAider | Unix style permission details. | Class | org.exist.security.internal.aider | ExistDB |
|
| XMLDBPermissions | | Class | org.exist.xquery.functions.xmldb | ExistDB |
|
| XMLDBPermissionsToString | Nested Class SummaryNested classes/interfaces inherited from class org. | Class | org.exist.xquery.functions.xmldb | ExistDB |
|
| XMLDBSetCollectionPermissions | | Class | org.exist.xquery.functions.xmldb | ExistDB |
|
| XMLDBSetResourcePermissions | | Class | org.exist.xquery.functions.xmldb | ExistDB |
|
| AccessPermission | This class represents the access permissions to a document. | Class | org.apache.pdfbox.pdmodel.encryption | PDFBox |
|
| ConformingPDDocument | | Class | org.apache.pdfbox.pdmodel | PDFBox |
|
| ConformingPDFParser | | Class | org.apache.pdfbox.pdfparser | PDFBox |
|
| StrMinMax | This constraint ensures that the input data has a string length between the supplied min and max values (both inclusive). | Class | org.supercsv.cellprocessor.constraint | SuperCSV |
|
| BlockCompressedInputStream .FileTermination | Returns the enum constant of this type with the specified name. | Class | htsjdk.samtools.util | HtsJDK |
|
| BeanConverterMixin | The BeanConverterMixin helps to ignore BeanConverter properties from serialization. | Class | com.sibvisions.rad.server.http.rest.service.mixin | JVX |
|
| Informix11Platform | An InformixPlatform that fixes many EclipseLink bugs related to Informix support. | Class | org.eclipse.persistence.platform.database | EclipseLink |
|
| InformixPlatform | Purpose: Provides Informix specific behavior. | Class | org.eclipse.persistence.platform.database | EclipseLink |
|
| JAXBPermission | This class is for JAXB permissions. | Class | javax.xml.bind | EclipseLink |
|
| RMIConnection | This class exists on on the client side which talks to remote session controller throughSee Also:Serialized Form | Class | org.eclipse.persistence.sessions.remote.rmi.iiop | EclipseLink |
|
| RMIConnection | This class exists on on the client side which talks to remote session controller throughSee Also:Serialized Form | Class | org.eclipse.persistence.sessions.remote.rmi | EclipseLink |
|
| RMIRemoteSessionController | Defines the public methods remote connection can invoke on the remote session controller. | Interface | org.eclipse.persistence.sessions.remote.rmi.iiop | EclipseLink |
|
| RMIRemoteSessionController | Defines the public methods remote connection can invoke on the remote session controller. | Interface | org.eclipse.persistence.sessions.remote.rmi | EclipseLink |
|
| RMIRemoteSessionControllerDispatcher | RemoteSessionController sits between the remote session and the session. | Class | org.eclipse.persistence.sessions.remote.rmi.iiop | EclipseLink |
|
| RMIRemoteSessionControllerDispatcher | RemoteSessionController sits between the remote session and the session. | Class | org.eclipse.persistence.sessions.remote.rmi | EclipseLink |
|
| RMIServerSessionManager | | Interface | org.eclipse.persistence.sessions.remote.rmi | EclipseLink |
|
| RMIServerSessionManagerDispatcher | | Class | org.eclipse.persistence.sessions.remote.rmi | EclipseLink |
|
| RMITransportManager | Purpose: Provide an RMI transport implementation for RCM. | Class | org.eclipse.persistence.sessions.coordination.rmi | EclipseLink |
|
| _RMIRemoteSessionController_Stub | | Class | org.eclipse.persistence.sessions.remote.rmi.iiop | EclipseLink |
|
| _RMIRemoteSessionControllerDispatcher_Tie | | Class | org.eclipse.persistence.sessions.remote.rmi.iiop | EclipseLink |
|
| WDInteractiveFormPermissionModes | Permission modes depicts what can be changed by the user without breaking the certificate. | Class | com.sap.tc.webdynpro.pdfobject.api | SAP NetWeaver |
|
| WDPDFDocumentCertificatePermission | Permission modes depicts what can be changed by the user without breaking the certificate. | Class | com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.api | SAP NetWeaver |
|
| WDPDFDocumentProtectPermission | WDPDFDocumentProtectPermissions represents all the permissions those can be associated with a PDF document. | Class | com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.api | SAP NetWeaver |
|
| ActionPermission | This class implements ActionPermission, i. | Class | com.sap.security.api.permissions | SAP NetWeaver |
|
| NamePermission | The NamePermission class extends the Permission class, and can be used as the base class for permissions that want to | Class | com.sap.security.api.permissions | SAP NetWeaver |
|
| PermissionStatus | The Permission Status. | Class | com.sap.security.api.acl | SAP NetWeaver |
|
| ValuePermission | This class implements ValuePermission, i. | Class | com.sap.security.api.permissions | SAP NetWeaver |
|
| HtmlEventingFormItem | A class describing a form item which can receive events For these events, a language need to be specified. | Class | com.sapportals.portal.prt | SAP NetWeaver |
|
| HtmlFocusEventingFormItem | HtmlFocusEventingFormItem. | Class | com.sapportals.portal.prt | SAP NetWeaver |
|
| HtmlFormItem | Base class for form item. | Class | com.sapportals.portal.prt | SAP NetWeaver |
|
| IPcdStandardPermissions | Standard permissions for PCD ACLs. | Interface | com.sapportals.portal.pcd.gl | SAP NetWeaver |
|
| IPermissionCheckAcl | Definition of an Access Control List object. | Interface | com.sapportals.portal.pcd.gl | SAP NetWeaver |
|
| PermissionControlException | The PermissionControlException is thrown if the user that is stored as Context. | Class | com.sapportals.portal.pcd.gl | SAP NetWeaver |
|
| AclPermissionExistsException | Class implementing exception raised when a specific IAclPermissionSee Also:Serialized Form | Class | com.sap.netweaver.bc.rf.common.security.acl | SAP NetWeaver |
|
| AclPermissionImpl | An abstract base class for IAclPermission implementations. | Class | com.sapportals.wcm.util.acl | SAP NetWeaver |
|
| AclPermissionList | Default implementation of an IAclPermissionList , a list ofConstructor SummaryAclPermissionList() | Class | com.sapportals.wcm.util.acl | SAP NetWeaver |
|
| AclPermissionListIterator | Default implementation of an IAclPermissionListIterator , an iterator for IAclPermissionList s. | Class | com.sapportals.wcm.util.acl | SAP NetWeaver |
|
| AclPermissionNotSupportedException | Class implementing exception raised when a specific IAclPermission is not supported by the IAclManager . | Class | com.sap.netweaver.bc.rf.common.security.acl | SAP NetWeaver |
|
| AclPermissionUsedException | Class implementing exception raised when a specific IAclPermission is used and can not be removed. | Class | com.sap.netweaver.bc.rf.common.security.acl | SAP NetWeaver |
|
| AclPredefinedPermissionException | Class implementing exception raised when a specific IAclPermission is predefined by the IAclManager . | Class | com.sap.netweaver.bc.rf.common.security.acl | SAP NetWeaver |
|
| IAclPermission | An IAclPermission denominates a set of actions that can be carried out on an object and can be granted or denied to a principal. | Interface | com.sap.netweaver.bc.rf.common.security.acl | SAP NetWeaver |
|
| IAclPermission | An IAclPermission denominates a set of actions that can be carried out on an object and can be granted or denied to a principal. | Interface | com.sapportals.wcm.util.acl | SAP NetWeaver |
|
| IAclPermissionList | | Interface | com.sap.netweaver.bc.rf.common.security.acl | SAP NetWeaver |
|
| IAclPermissionList | | Interface | com.sapportals.wcm.util.acl | SAP NetWeaver |
|
| IAclPermissionListIterator | An IAclPermissionListIterator is an iterator for an IAclPermissionList . | Interface | com.sap.netweaver.bc.rf.common.security.acl | SAP NetWeaver |
|
| IAclPermissionListIterator | An IAclPermissionListIterator is an iterator for an IAclPermissionList . | Interface | com.sapportals.wcm.util.acl | SAP NetWeaver |
|
| IPermission | Interface describing a permission signifying a basic operation on a resource. | Interface | com.sap.netweaver.bc.rf.common.security | SAP NetWeaver |
|
| IPermission | | Interface | com.sapportals.wcm.repository.manager | SAP NetWeaver |
|
| IPermissionLevel | | Interface | com.sap.ip.collaboration.room.api.template | SAP NetWeaver |
|
| IPermissionList | | Interface | com.sapportals.wcm.repository.manager | SAP NetWeaver |
|
| IPermissionListIterator | | Interface | com.sapportals.wcm.repository.manager | SAP NetWeaver |
|
| IPermissionReader | public String getPath()public String getRole() | Interface | com.sap.ip.collaboration.room.api.template | SAP NetWeaver |
|
| Permission | Class implementing permission. | Class | com.sap.netweaver.bc.rf.common.security | SAP NetWeaver |
|
| Permission | Class implementing permission. | Class | com.sap.netweaver.bc.rf.mi.security | SAP NetWeaver |
|
| PermissionExistsException | An AclException that indicates that a specific IAclPermission already exists. | Class | com.sapportals.wcm.util.acl | SAP NetWeaver |
|
| PermissionNotSupportedException | An AclException that indicates that a specific IAclPermission is not supported by the IAclManager . | Class | com.sapportals.wcm.util.acl | SAP NetWeaver |
|
| PermissionUsedException | An AclException that indicates that a specific IAclPermission is used and can not be removed. | Class | com.sapportals.wcm.util.acl | SAP NetWeaver |
|
| PredefinedPermissionException | An AclException that indicates that a specific IAclPermission is predefined by the IAclManager . | Class | com.sapportals.wcm.util.acl | SAP NetWeaver |
|
| Permission | Title: Permission Description: List with permissions which shall be checked | Class | com.sap.ip.me.api.security | SAP NetWeaver |
|
| PermissionEntry | Title: PermissionEntry Description: Single Permsission to be checked. | Class | com.sap.ip.me.api.security | SAP NetWeaver |
|
| PermissionException | Copyright: Copyright (c) 2002 See Also:Serialized Form | Class | com.sap.ip.me.api.security | SAP NetWeaver |
|
| GPPermissionType | Enumeration class defining all the permissions types that can be enforced over a Guided Procedures development object. | Class | com.sap.caf.eu.gp.base.api | SAP NetWeaver |
|
| IGPPermission | Represents a permission on a IGPDevelopmentObject. | Interface | com.sap.caf.eu.gp.base.api | SAP NetWeaver |
|
| AbstractCannedQueryPermissions | Basic support for canned query implementations - permission checkSince:4. | Class | org.alfresco.repo.security.permissions.impl.acegi | AlFresco |
|
| AbstractNodePermissionEntry | This class provides common support for hash code and equality. | Class | org.alfresco.repo.security.permissions.impl | AlFresco |
|
| AbstractPermission | Support to read and store common properties for permissionsAuthor:andyhSee Also:Serialized Form | Class | org.alfresco.repo.security.permissions.impl.model | AlFresco |
|
| AbstractPermissionChangePatch | Provides common functionality to change a permission type and/or name. | Class | org.alfresco.repo.admin.patch.impl | AlFresco |
|
| AbstractPermissionEntry | This class provides common support for hash code and equality. | Class | org.alfresco.repo.security.permissions.impl | AlFresco |
|
| AbstractPermissionReference | This class provides common support for hash code and equality. | Class | org.alfresco.repo.security.permissions.impl | AlFresco |
|
| AbstractPermissionsDaoComponentImpl | Common support for permisisons dao Sub classes determine how ACLs are cascaded to children and how changes may COW/version children as ACLs are pushed down. | Class | org.alfresco.repo.domain.permissions | AlFresco |
|
| AbstractReindexComponent .ReindexTerminatedException | Marker exception to neatly handle VM-driven termination of a reindexSince:2. | Class | org.alfresco.repo.node.index | AlFresco |
|
| AccessPermission | | Interface | org.alfresco.service.cmr.security | AlFresco |
|
| AccessPermissionImpl | | Class | org.alfresco.repo.security.permissions.impl | AlFresco |
|
| AdminNodeBrowseBean .NoReadPermissionGranted | Permission representing the fact that "Read Permissions" has not been grantedSee Also:Serialized Form | Class | org.alfresco.web.bean.admin | AlFresco |
|
| ADMPermissionsDaoComponentImpl | ADM permissions dao component impl Manage creation and deletion of ACL entries for the new ADM ACL implementation | Class | org.alfresco.repo.domain.permissions | AlFresco |
|
| AlfrescoRmiRegistryFactoryBean | This class controls the RMI connectivity via alfresco. | Class | org.alfresco.util.remote.server | AlFresco |
|
| AlfrescoRMIServiceExporter | | Class | org.alfresco.util.remote.server | AlFresco |
|
| AllowPermissionServiceImpl | | Class | org.alfresco.repo.security.permissions.impl | AlFresco |
|
| BasePermissionsNode | Base class for Template API objects that support permissions. | Class | org.alfresco.repo.template | AlFresco |
|
| CheckAndFixPersonPermissionsBootstrapBean | Check and fix permission for people. | Class | org.alfresco.repo.security.person | AlFresco |
|
| CMISConnector .AccessPermissionComparator | | Class | org.alfresco.opencmis | AlFresco |
|
| DynamicPermission | The definition of a required permissionAuthor:andyhSee Also:Serialized Form | Class | org.alfresco.repo.security.permissions.impl.model | AlFresco |
|
| GetAllSetPermissionsMethod | | Class | org.alfresco.repo.virtual.store | AlFresco |
|
| GetSetPermissionsMethod | | Class | org.alfresco.repo.virtual.store | AlFresco |
|
| GlobalPermissionEntry | | Class | org.alfresco.repo.security.permissions.impl.model | AlFresco |
|
| HasPermissionMethod | Custom FreeMarker Template language method. | Class | org.alfresco.repo.template | AlFresco |
|
| HasPermissionMethod | | Class | org.alfresco.repo.virtual.store | AlFresco |
|
| ManifestPermission | | Class | org.alfresco.repo.transfer.manifest | AlFresco |
|
| ModelPermissionEntry | Support to read and store the definion of a permission entry. | Class | org.alfresco.repo.security.permissions.impl.model | AlFresco |
|
| NodeBrowserPost .NoReadPermissionGranted | Permission representing the fact that "Read Permissions" has not been grantedSee Also:Serialized Form | Class | org.alfresco.repo.web.scripts.admin | AlFresco |
|
| NodeBrowserPost .Permission | | Class | org.alfresco.repo.web.scripts.admin | AlFresco |
|
| NodePermission | | Class | org.alfresco.repo.security.permissions.impl.model | AlFresco |
|
| NodePermissionEntry | Encapsulate how permissions are globally inherited between nodes. | Interface | org.alfresco.repo.security.permissions | AlFresco |
|
| Permission | Enum of the standard permissions that user may have in dws. | Class | org.alfresco.module.vti.metadata.dic | AlFresco |
|
| Permission | Entity for alf_permission persistence. | Interface | org.alfresco.repo.domain.permissions | AlFresco |
|
| Permission | Support to read and store the definition of a permission. | Class | org.alfresco.repo.security.permissions.impl.model | AlFresco |
|
| PermissionActionEvaluator | | Class | org.alfresco.opencmis.mapping | AlFresco |
|
| PermissionCheckCollection | Interface for collection-based results that describe permission filtering behaviour around cut-off limits. | Interface | org.alfresco.repo.security.permissions | AlFresco |
|
| PermissionCheckCollection .PermissionCheckCollectionMixin | Helper 'introduction' to allow simple addition of the PermissionCheckCollection interface to existing collections. | Class | org.alfresco.repo.security.permissions | AlFresco |
|
| PermissionCheckedCollection | Interface for collection-based results that carry extra information about the state of permission cut-offs. | Interface | org.alfresco.repo.security.permissions | AlFresco |
|
| PermissionCheckedCollection .PermissionCheckedCollectionMixin | Helper 'introduction' to allow simple addition of the PermissionCheckedCollection interface to existing collections. | Class | org.alfresco.repo.security.permissions | AlFresco |
|
| PermissionCheckedValue | Marker interface for objects that have already passed permission checking. | Interface | org.alfresco.repo.security.permissions | AlFresco |
|
| PermissionCheckedValue .PermissionCheckedValueMixin | Helper 'introduction' to allow simple addition of the PermissionCheckedValue interface toSince:4. | Class | org.alfresco.repo.security.permissions | AlFresco |
|
| PermissionCheckValue | Interface for objects that can provide information to allow permission checks Implement this interface to enable the permission filtering layers to extract | Interface | org.alfresco.repo.security.permissions | AlFresco |
|
| PermissionContext | | Class | org.alfresco.service.cmr.security | AlFresco |
|
| PermissionDeniedException | Permission was deniedAuthor:Gethin JamesSee Also:Serialized Form | Class | org.alfresco.rest.framework.core.exceptions | AlFresco |
|
| PermissionEntity | Entity for alf_permission persistence. | Class | org.alfresco.repo.domain.permissions | AlFresco |
|
| PermissionEntry | A single permission entry defined against a node. | Interface | org.alfresco.repo.security.permissions | AlFresco |
|
| PermissionEvaluationMode | enum PermissionEvaluationModeEnum to control how permissions are evaluated. | Class | org.alfresco.service.cmr.search | AlFresco |
|
| PermissionEvaluator | | Class | org.alfresco.web.ui.repo.component.evaluator | AlFresco |
|
| PermissionEvaluatorTag | | Class | org.alfresco.web.ui.repo.tag.evaluator | AlFresco |
|
| PermissionGroup | Support to read and store the defintion of permission groups. | Class | org.alfresco.repo.security.permissions.impl.model | AlFresco |
|
| PermissionModel | | Class | org.alfresco.repo.security.permissions.impl.model | AlFresco |
|
| PermissionModel .RequiredKey | | Class | org.alfresco.repo.security.permissions.impl.model | AlFresco |
|
| PermissionModelBootstrap | Bootstrap bean used to add additional permission modelsAuthor:Roy Wetherall | Class | org.alfresco.repo.security.permissions.impl.model | AlFresco |
|
| PermissionModelException | Exceptions related to the permissions modelAuthor:andyhSee Also:Serialized Form | Class | org.alfresco.repo.security.permissions.impl.model | AlFresco |
|
| PermissionReference | A Permission is a named permission against a type or aspect which is defined by QName. | Interface | org.alfresco.repo.security.permissions | AlFresco |
|
| PermissionReferenceImpl | A simple permission reference (not persisted). | Class | org.alfresco.repo.security.permissions.impl | AlFresco |
|
| PermissionsDaoComponent | The API for accessing persisted Alfresco permissions. | Interface | org.alfresco.repo.security.permissions.impl | AlFresco |
|
| PermissionService | | Interface | org.alfresco.service.cmr.security | AlFresco |
|
| PermissionServiceExtension | | Interface | org.alfresco.repo.security.permissions.impl.traitextender | AlFresco |
|
| PermissionServiceImpl | | Class | org.alfresco.repo.security.permissions.impl | AlFresco |
|
| PermissionServiceImpl .MutableBoolean | | Class | org.alfresco.repo.security.permissions.impl | AlFresco |
|
| PermissionServiceNOOPImpl | | Class | org.alfresco.repo.security.permissions.noop | AlFresco |
|
| PermissionServiceSPI | The public API for a permission service The implementation may be changed in the application configuration | Interface | org.alfresco.repo.security.permissions | AlFresco |
|
| PermissionServiceTrait | | Interface | org.alfresco.repo.security.permissions.impl.traitextender | AlFresco |
|
| PermissionSet | | Class | org.alfresco.repo.security.permissions.impl.model | AlFresco |
|
| PermissionsManager | | Interface | org.alfresco.repo.security.person | AlFresco |
|
| PermissionsManagerImpl | | Class | org.alfresco.repo.security.person | AlFresco |
|
| RequiredPermission | Store and read the definition of a required permission. | Class | org.alfresco.repo.security.permissions.impl | AlFresco |
|
| RequiredPermission .On | | Class | org.alfresco.repo.security.permissions.impl | AlFresco |
|
| RmiRemoteInputStreamServer | Concrete implementation of a remoting InputStream based on RMI. | Class | org.alfresco.util.remote.server | AlFresco |
|
| SimpleNodePermissionEntry | A simple object representation of a node permission entryAuthor:andyhSee Also:Serialized Form | Class | org.alfresco.repo.security.permissions.impl | AlFresco |
|
| SimplePermissionEntry | A simple object representation of a permission entry. | Class | org.alfresco.repo.security.permissions.impl | AlFresco |
|
| SimplePermissionReference | A simple permission reference. | Class | org.alfresco.repo.security.permissions.impl | AlFresco |
|
| SitesPermissionCleaner | This class handles the permissions cleanup which is sometimes necessary after a node has been moved or copied between sites. | Class | org.alfresco.repo.site | AlFresco |
|
| TemplatePermissions | Contract for Template API objects that support permissions. | Interface | org.alfresco.repo.template | AlFresco |
|
| TransformImageHandler | Action handler for the "transform-image" action. | Class | org.alfresco.web.bean.actions.handlers | AlFresco |
|
| AndroidMapTransformImpl | Nested Class SummaryNested classes/interfaces inherited from class com. | Class | com.microstrategy.web.app.transforms | MicroStrategy |
|
| ArrayOfMWSElementFormInstance | | Class | com.microstrategy.webservices | MicroStrategy |
|
| ArrayOfMWSElementFormInstance | ArrayOfMWSElementFormInstance bean classSince:MicroStrategy Web 9. | Class | com.microstrategy.webservices.Axis2 | MicroStrategy |
|
| ArrayOfMWSElementFormInstance .Factory | Factory class that keeps the parse methodSince:MicroStrategy Web 9. | Class | com.microstrategy.webservices.Axis2 | MicroStrategy |
|
| ArrayOfMWSElementFormInstanceJBridge | | Class | com.microstrategy.webservices.jbridge | MicroStrategy |
|
| ArrayOfMWSHierarchyAttributeFormInfo | | Class | com.microstrategy.webservices | MicroStrategy |
|
| ArrayOfMWSHierarchyAttributeFormInfo | ArrayOfMWSHierarchyAttributeFormInfo bean classSince:MicroStrategy Web 9. | Class | com.microstrategy.webservices.Axis2 | MicroStrategy |
|
| ArrayOfMWSHierarchyAttributeFormInfo .Factory | Factory class that keeps the parse methodSince:MicroStrategy Web 9. | Class | com.microstrategy.webservices.Axis2 | MicroStrategy |
|
| ArrayOfMWSHierarchyAttributeFormInfoJBridge | | Class | com.microstrategy.webservices.jbridge | MicroStrategy |
|
| EnumDSSXML3DRiserMinorTypes | This interface defines the enumeration constants used to specify the minor graph types for 3D Riser chart. | Interface | com.microstrategy.webapi | MicroStrategy |
|
| EnumDSSXML3DScatterMinorTypes | This interface defines the enumeration constants used to specify the minor graph types for 3D Scatter chart. | Interface | com.microstrategy.webapi | MicroStrategy |
|
| EnumDSSXMLHBarMinorTypes | This interface defines the enumeration constants used to specify the minor graph types for Horizontal Bar chart. | Interface | com.microstrategy.webapi | MicroStrategy |
|
| EnumDSSXMLPolarMinorTypes | This interface defines the enumeration constants used to specify the minor graph types for Polar chart. | Interface | com.microstrategy.webapi | MicroStrategy |
|
| EnumDSSXMLRadarMinorTypes | This interface defines the enumeration constants used to specify the minor graph types for Radar chart. | Interface | com.microstrategy.webapi | MicroStrategy |
|
| EnumDSSXMLScatterMinorTypes | This interface defines the enumeration constants used to specify the minor graph types for Scatter chart. | Interface | com.microstrategy.webapi | MicroStrategy |
|
| EnumDSSXMLVBarMinorTypes | This interface defines the enumeration constants used to specify the minor graph types for Vertical Bar chart. | Interface | com.microstrategy.webapi | MicroStrategy |
|
| GoogleMapVisualizationDataTransformImpl | Nested Class SummaryNested classes/interfaces inherited from class com. | Class | com.microstrategy.web.app.transforms | MicroStrategy |
|
| IPhoneReportGridTransformImpl | Nested Class SummaryNested classes/interfaces inherited from class com. | Class | com.microstrategy.web.app.transforms | MicroStrategy |
|
| MojoXtabTransformImpl | Nested Class SummaryNested classes/interfaces inherited from class com. | Class | com.microstrategy.web.app.transforms | MicroStrategy |
|
| MWSElementFormInstance | MWSElementFormInstance bean classSince:MicroStrategy Web 9. | Class | com.microstrategy.webservices.Axis2 | MicroStrategy |
|
| MWSElementFormInstance | | Class | com.microstrategy.webservices | MicroStrategy |
|
| MWSElementFormInstance .Factory | Factory class that keeps the parse methodSince:MicroStrategy Web 9. | Class | com.microstrategy.webservices.Axis2 | MicroStrategy |
|
| MWSElementFormInstanceJBridge | | Class | com.microstrategy.webservices.jbridge | MicroStrategy |
|
| MWSHierarchyAttributeFormInfo | MWSHierarchyAttributeFormInfo bean classSince:MicroStrategy Web 9. | Class | com.microstrategy.webservices.Axis2 | MicroStrategy |
|
| MWSHierarchyAttributeFormInfo | | Class | com.microstrategy.webservices | MicroStrategy |
|
| MWSHierarchyAttributeFormInfo .Factory | Factory class that keeps the parse methodSince:MicroStrategy Web 9. | Class | com.microstrategy.webservices.Axis2 | MicroStrategy |
|
| MWSHierarchyAttributeFormInfoJBridge | | Class | com.microstrategy.webservices.jbridge | MicroStrategy |
|
| ReportDesignModeTransformImpl | The ReportDesignModeTransformImpl generates a grid visualization of the Report that allows to modify its definition. | Class | com.microstrategy.web.app.transforms | MicroStrategy |
|
| ReportGraphTransformImpl | Provides a graph view to the report bean. | Class | com.microstrategy.web.app.transforms | MicroStrategy |
|
| ReportGridGraphTransformImpl | Provides a graph view to the report bean. | Class | com.microstrategy.web.app.transforms | MicroStrategy |
|
| ReportGridTransformImpl | The ReportGridTransformImpl generates the grid visualization of the data returned by a Report. | Class | com.microstrategy.web.app.transforms | MicroStrategy |
|
| ReportOutlineModeTransformImpl | Title: ReportOutlineModeTransformImpl. | Class | com.microstrategy.web.app.transforms | MicroStrategy |
|
| RWReportGraphDesignDropZoneTransformImpl | | Class | com.microstrategy.web.app.transforms | MicroStrategy |
|
| RWReportGraphDropZoneTransformImpl | | Class | com.microstrategy.web.app.transforms | MicroStrategy |
|
| TransformInstance | This interface manages a Transform object and its associated MarkupOutput object. | Interface | com.microstrategy.web.beans | MicroStrategy |
|
| ExtendedPermissions | enum ExtendedPermissionsEnum Constant Summary | Class | com.restfb.scope | RestFB |
|
| UserDataPermissions | enum UserDataPermissionsEnum Constant Summary | Class | com.restfb.scope | RestFB |
|
| BeanFactory .FormItemMetaFactory | GWT. | Interface | com.smartgwt.client.bean | SmartGWT |
|
| CompoundFormItem_skinning | | Interface | com.smartgwt.client.docs | SmartGWT |
|
| FormIcons | | Interface | com.smartgwt.client.docs | SmartGWT |
|
| FormItem | | Class | com.smartgwt.client.widgets.form.fields | SmartGWT |
|
| FormItem .CustomStateGetter | | Interface | com.smartgwt.client.widgets.form.fields | SmartGWT |
|
| FormItemBaseStyle | | Interface | com.smartgwt.client.docs | SmartGWT |
|
| FormItemCanEditCriterionPredicate | | Interface | com.smartgwt.client.widgets.form | SmartGWT |
|
| FormItemClickHandler | | Interface | com.smartgwt.client.widgets.form.fields.events | SmartGWT |
|
| FormItemCriteriaFunction | | Interface | com.smartgwt.client.widgets.form.fields | SmartGWT |
|
| FormItemCriterionGetter | | Interface | com.smartgwt.client.widgets.form | SmartGWT |
|
| FormItemCriterionSetter | | Interface | com.smartgwt.client.widgets.form | SmartGWT |
|
| FormItemEditProxy | | Class | com.smartgwt.client.tools | SmartGWT |
|
| FormItemElementType | enum FormItemElementType | Class | com.smartgwt.client.types | SmartGWT |
|
| FormItemErrorFormatter | | Interface | com.smartgwt.client.widgets.form | SmartGWT |
|
| FormItemEventInfo | | Class | com.smartgwt.client.widgets.form | SmartGWT |
|
| FormItemFactory | | Class | com.smartgwt.client.widgets.form.fields | SmartGWT |
|
| FormItemFunctionContext | | Class | com.smartgwt.client.widgets.form.fields | SmartGWT |
|
| FormItemHoverFormatter | Dynam | Interface | com.smartgwt.client.widgets.form | SmartGWT |
|
| FormItemIcon | | Class | com.smartgwt.client.widgets.form.fields | SmartGWT |
|
| FormItemIconClickEvent | | Class | com.smartgwt.client.widgets.form.fields.events | SmartGWT |
|
| FormItemIfFunction | | Interface | com.smartgwt.client.widgets.form | SmartGWT |
|
| FormItemInitHandler | | Interface | com.smartgwt.client.widgets.form.fields.events | SmartGWT |
|
| FormItemInputTransformer | | Interface | com.smartgwt.client.widgets.form | SmartGWT |
|
| FormItemType | | Class | com.smartgwt.client.types | SmartGWT |
|
| FormItemValueFormatter | | Interface | com.smartgwt.client.widgets.form | SmartGWT |
|
| FormItemValueParser | | Interface | com.smartgwt.client.widgets.form | SmartGWT |
|
| HasFormItemClickHandlers | | Interface | com.smartgwt.client.widgets.form.fields.events | SmartGWT |
|
| InlineFormItems | | Interface | com.smartgwt.client.docs | SmartGWT |
|
| AbstractTransformingEnricher | | Class | brooklyn.enricher.basic | Brooklyn |
|
| AbstractTypeTransformingEnricher | | Class | brooklyn.enricher.basic | Brooklyn |
|
| CloudExplorer .ComputeTerminateInstancesCommand | | Class | brooklyn.cli | Brooklyn |
|
| Entitlements .FineGrainedEntitlements .SinglePermissionEntitlementChecker | | Class | brooklyn.management.entitlement | Brooklyn |
|
| JmxRmiAgent | This exposes JMX support for going through firewalls by starting an RMI registry server on a well-known port. | Class | brooklyn.util.jmx.jmxrmi | Brooklyn |
|
| KeyTransformingLoadingCache | A cache that transforms its keys before deferring to a delegate LoadingCache. | Class | brooklyn.util.guava | Brooklyn |
|
| KeyTransformingLoadingCache .KeyTransformingSameTypeLoadingCache | | Class | brooklyn.util.guava | Brooklyn |
|
| SensorTransformingEnricher | | Class | brooklyn.enricher.basic | Brooklyn |
|
| StormImpl | | Class | brooklyn.entity.messaging.storm | Brooklyn |
|
| GridSecurityPermission | enum GridSecurityPermissionSupported security permissions within grid. | Class | org.apache.ignite.plugin.security | Ignite |
|
| GridSecurityPermissionSet | Security permission set for authorized security subjects. | Interface | org.apache.ignite.plugin.security | Ignite |
|
| InsufficientPermissionException | Exception thrown when attempting an operation that requires a permission not granted to the caller. | Class | org.springframework.social | Spring Social |
|
| OperationNotPermittedException | Indicates an operation was attempted that is not permitted. | Class | org.springframework.social | Spring Social |
|
| Permission | Represents a user permission, whether granted or declined. | Class | org.springframework.social.facebook.api | Spring Social |
|
| RmiSerializer | RmiSerializer is responsible for serializing RMI messages like define object, call, and return. | Class | com.jme3.network.rmi | JMonkeyEngine |
|
| NonTerminalTreeNode | | Class | uk.ac.rdg.resc.edal.cdm.kdtree | ncWMS |
|
| CubicHermite | Cubic Hermite spline interpolation is a piecewise spline interpolation, in which each polynomial is in Hermite form which consists of two control points and two control tangents. | Class | com.numericalmethod.suanshu.analysis.curvefit.interpolation.univariate | SuanShu |
|
| CubicHermite .Tangent | The method for computing the control tangent at a given index. | Interface | com.numericalmethod.suanshu.analysis.curvefit.interpolation.univariate | SuanShu |
|
| CubicHermite .Tangents | Catmull-Rom splines are a special case of Cardinal splines and are defined as: (frac{partial y}{partial x})_k = frac{y_{k+1} - y_{k-1}}{x_{k+1} - x_{k-1}}. | Class | com.numericalmethod.suanshu.analysis.curvefit.interpolation.univariate | SuanShu |
|
| FirstOrderMinimizer | This implements the steepest descent line search using the first order expansion of the Taylor's series. | Class | com.numericalmethod.suanshu.optimization.multivariate.unconstrained.c2.steepestdescent | SuanShu |
|
| FirstOrderMinimizer .Method | the available methods to do line searchThe line search is done analytically. | Class | com.numericalmethod.suanshu.optimization.multivariate.unconstrained.c2.steepestdescent | SuanShu |
|
| GaussHermiteQuadrature | Gauss-Hermite quadrature exploits the fact that quadrature approximations are open integration formulas (that is, the values of the endpoints are not required) to evaluate of integrals in the | Class | com.numericalmethod.suanshu.analysis.integration.univariate.riemann.gaussian | SuanShu |
|
| HermitePolynomials | A Hermite polynomial is defined by the recurrence relation below. | Class | com.numericalmethod.suanshu.analysis.integration.univariate.riemann.gaussian.rule | SuanShu |
|
| HermiteRule | | Class | com.numericalmethod.suanshu.analysis.integration.univariate.riemann.gaussian.rule | SuanShu |
|
| McCormickMinimizer | This is the McCormick method. | Class | com.numericalmethod.suanshu.optimization.multivariate.unconstrained.c2.quasinewton | SuanShu |
|
| MVOptimizerMinWeights | Solves for weights by (active set) quadratic programming. | Class | com.numericalmethod.suanshu.model.lai2010.optimizer | SuanShu |
|
| BasicPermissions | CMIS basic permissions constants. | Class | org.apache.chemistry.opencmis.commons | OpenCMIS |
|
| CmisPermissionDeniedException | CMIS PermissionDenied Exception. | Class | org.apache.chemistry.opencmis.commons.exceptions | OpenCMIS |
|
| PermissionDefinition | Permission definition. | Interface | org.apache.chemistry.opencmis.commons.definitions | OpenCMIS |
|
| PermissionMapping | | Interface | org.apache.chemistry.opencmis.commons.data | OpenCMIS |
|
| SupportedPermissions | enum SupportedPermissionsACL Capability Enum: Supported Permissions. | Class | org.apache.chemistry.opencmis.commons.enums | OpenCMIS |
|
| CMangleDetermination | A simple code for finding out what the CM angles for various YLSA strips would be for a given branching ratio experiment. | Class | org.jscience.physics.nuclear.kinematics.math.analysis | JScience |
|
| DecayKineticDetermination | Fields inherited from class org. | Class | org.jscience.physics.nuclear.kinematics.math.analysis | JScience |
|
| RmiServer | Access information about the JavaRMI interface to the ACR. | Interface | org.astrogrid.acr.system | AstroGrid |
|
| FixedPortRMISocketFactory | | Class | org.jscience.computing.distributed.server | JScience |
|
| GarminGPS | | Class | org.jscience.devices.gps.garmin | JScience |
|
| GarminInputStream | This class provides the functionality of automatically removing the double DLEs from the GPS-inputstream. | Class | org.jscience.devices.gps.garmin | JScience |
|
| GarminListener | This interface should be implemented by classes that are interested in getting all the Garmin-packets transmitted by a Garmin-GPS. | Interface | org.jscience.devices.gps.garmin | JScience |
|
| GarminOutputStream | This class take care of adding DLE-stuffing to all packets sent to the GPS. | Class | org.jscience.devices.gps.garmin | JScience |
|
| GarminPacket | A class that encapsulates the basic functionality of a packet. | Class | org.jscience.devices.gps.garmin | JScience |
|
| HermiteDoublePolynomialFactory | This class implements Hermite polynomials. | Class | org.jscience.mathematics.analysis.polynomials | JScience |
|
| ShiftOrMismatches | An implementation of the Shift-Or algorithm with mismatches. | Class | org.jscience.linguistics.search | JScience |
|
| Terminal | Abstraction for the terminals in genetic programming. | Class | org.jscience.computing.ai.evolutionary.geneticprogramming | JScience |
|
| CreativeCommons .PermitLiteral | | Class | net.yacy.cora.lod.vocabulary | Yacy |
|
| ServerMirror | | Class | net.yacy.cora.federate.solr.instance | Yacy |
|
| AdaptPermission | A bundle's authority to adapt an object to a type. | Class | org.osgi.framework | KnoplerFish |
|
| AdminPermission | A bundle's authority to perform specific privileged administrative operations on or to get sensitive information about a bundle. | Class | org.osgi.framework | KnoplerFish |
|
| AlertPermission | Indicates the callers authority to send alerts to management servers, identified by their principal names. | Class | org.osgi.service.dmt.security | KnoplerFish |
|
| ApplicationAdminPermission | This class implements permissions for manipulating applications and their ApplicationAdminPermission can be targeted to applications that matches the | Class | org.osgi.service.application | KnoplerFish |
|
| BundlePermission | A bundle's authority to require or provide a bundle or to receive or attach A bundle symbolic name defines a unique fully qualified name. | Class | org.osgi.framework | KnoplerFish |
|
| CapabilityPermission | A bundle's authority to provide or require a capability. | Class | org.osgi.framework | KnoplerFish |
|
| ConditionalPermissionAdmin | Framework service to administer Conditional Permissions. | Interface | org.osgi.service.condpermadmin | KnoplerFish |
|
| ConditionalPermissionInfo | A list of Permissions guarded by a list of conditions with an access decision. | Interface | org.osgi.service.condpermadmin | KnoplerFish |
|
| ConditionalPermissionUpdate | Update the Conditional Permission Table. | Interface | org.osgi.service.condpermadmin | KnoplerFish |
|
| ConfigurationPermission | Indicates a bundle's authority to configure bundles or be updated by Configuration Admin. | Class | org.osgi.service.cm | KnoplerFish |
|
| CoordinationPermission | A bundle's authority to create or use a Coordination. | Class | org.osgi.service.coordinator | KnoplerFish |
|
| DeploymentAdminPermission | DeploymentAdminPermission controls access to the Deployment Admin service. | Class | org.osgi.service.deploymentadmin | KnoplerFish |
|
| DeploymentCustomizerPermission | The DeploymentCustomizerPermission permission gives the right to Resource Processors to access a bundle's (residing in a Deployment Package) | Class | org.osgi.service.deploymentadmin.spi | KnoplerFish |
|
| DmtPermission | Controls access to management objects in the Device Management Tree (DMT). | Class | org.osgi.service.dmt.security | KnoplerFish |
|
| DmtPrincipalPermission | Indicates the callers authority to create DMT sessions on behalf of a remote management server. | Class | org.osgi.service.dmt.security | KnoplerFish |
|
| EndpointPermission | A bundle's authority to export, import or read an Endpoint. | Class | org.osgi.service.remoteserviceadmin | KnoplerFish |
|
| MonitorPermission | Indicates the callers authority to publish, read or reset StatusVariables, to switch event sending on or off or to start | Class | org.osgi.service.monitor | KnoplerFish |
|
| PackagePermission | A bundle's authority to import or export a package. | Class | org.osgi.framework | KnoplerFish |
|
| PermissionAdmin | The Permission Admin service allows management agents to manage the permissions of bundles. | Interface | org.osgi.service.permissionadmin | KnoplerFish |
|
| PermissionInfo | Permission representation used by the Permission Admin service. | Class | org.osgi.service.permissionadmin | KnoplerFish |
|
| ServicePermission | A bundle's authority to register or get a service. | Class | org.osgi.framework | KnoplerFish |
|
| SubsystemPermission | A bundle's authority to perform specific privileged administrative operations on or to get sensitive information about a subsystem. | Class | org.osgi.service.subsystem | KnoplerFish |
|
| TopicPermission | A bundle's authority to publish or subscribe to event on a topic. | Class | org.osgi.service.event | KnoplerFish |
|
| UserAdminPermission | Permission to configure and access the Role objects managed by a User This class represents access to the Role objects managed by a User | Class | org.osgi.service.useradmin | KnoplerFish |
|
| WirePermission | Permission for the scope of a Wire object. | Class | org.osgi.service.wireadmin | KnoplerFish |
|
| ProviderConfigurationPermission | A permission class to define what can be done with the ConfigurableProvider interface. | Class | org.bouncycastle.jce | BouncyCastle |
|
| BioDataServerRmi | This is the actual class which implements BioDataServer Methods. | Class | cytoscape.data.servers | CytoScape |
|
| IndeterminateProgressBar | This class creates a dialog with a JProgressBar in indeterminate state. | Class | cytoscape.util | CytoScape |
|
| DetermineWorkload | Used by several Encog training methods to break up a workload. | Class | org.encog.util.concurrency | HeatonReasearch |
|
| GridDeterministicProbability | | Class | org.encog.ml.world.grid.probability | HeatonReasearch |
|
| JBoss4RMIRemoteMBeanScheduler | An implementation of the Scheduler interface that remotely proxies all method calls to the equivalent call on a given QuartzScheduler | Class | org.quartz.ee.jmx.jboss | Quartz |
|
| JobStoreSupport .RecoverMisfiredJobsResult | Helper class for returning the composite result of trying to recover misfired jobs. | Class | org.quartz.impl.jdbcjobstore | Quartz |
|
| AddAutoIncrementGeneratorInformix | Fields inherited from interface liquibase. | Class | liquibase.sqlgenerator.core | LiquiBase |
|
| AddDefaultValueGeneratorInformix | Fields inherited from interface liquibase. | Class | liquibase.sqlgenerator.core | LiquiBase |
|
| AddPrimaryKeyGeneratorInformix | Fields inherited from interface liquibase. | Class | liquibase.sqlgenerator.core | LiquiBase |
|
| AddUniqueConstraintGeneratorInformix | Fields inherited from interface liquibase. | Class | liquibase.sqlgenerator.core | LiquiBase |
|
| CreateTableGeneratorInformix | An Informix-specific create table statement generator. | Class | liquibase.sqlgenerator.core | LiquiBase |
|
| CreateViewGeneratorInformix | Fields inherited from interface liquibase. | Class | liquibase.sqlgenerator.core | LiquiBase |
|
| GetViewDefinitionGeneratorInformix | Fields inherited from interface liquibase. | Class | liquibase.sqlgenerator.core | LiquiBase |
|
| InformixConnSupplier | Nested Class SummaryNested classes/interfaces inherited from class liquibase. | Class | liquibase.database.core.supplier | LiquiBase |
|
| InformixDatabase | Fields inherited from class liquibase. | Class | liquibase.database.core | LiquiBase |
|
| HermitePolynomialApproximation | A technique for polynomial interpolation and extrapolation using a general form of Hermite's algorithm that is valid for any input order. | Class | agi.foundation.numericalmethods.advanced | AGI ( Analytical Graphics ) |
|
| TransformingChartModel | A chart model that provides a general transformation mechanism. | Class | com.jidesoft.chart.model | JideSoft |
|
| CommonGrantDomainCreatePermissionPostCreateSysPersister | | Class | com.acciente.oacc.sql.internal.persister | OACC ( Object Access Control ) |
|
| CommonGrantDomainCreatePermissionSysPersister | | Class | com.acciente.oacc.sql.internal.persister | OACC ( Object Access Control ) |
|
| CommonGrantDomainPermissionSysPersister | | Class | com.acciente.oacc.sql.internal.persister | OACC ( Object Access Control ) |
|
| CommonGrantGlobalResourcePermissionPersister | | Class | com.acciente.oacc.sql.internal.persister | OACC ( Object Access Control ) |
|
| CommonGrantGlobalResourcePermissionSysPersister | | Class | com.acciente.oacc.sql.internal.persister | OACC ( Object Access Control ) |
|
| CommonGrantResourceCreatePermissionPostCreatePersister | | Class | com.acciente.oacc.sql.internal.persister | OACC ( Object Access Control ) |
|
| CommonGrantResourceCreatePermissionPostCreateSysPersister | | Class | com.acciente.oacc.sql.internal.persister | OACC ( Object Access Control ) |
|
| CommonGrantResourceCreatePermissionSysPersister | | Class | com.acciente.oacc.sql.internal.persister | OACC ( Object Access Control ) |
|
| CommonGrantResourcePermissionPersister | | Class | com.acciente.oacc.sql.internal.persister | OACC ( Object Access Control ) |
|
| CommonGrantResourcePermissionSysPersister | | Class | com.acciente.oacc.sql.internal.persister | OACC ( Object Access Control ) |
|
| DomainCreatePermission | The interface for a permission that governs creation of a domain and defines which permissions the creator will receive on the new domain. | Interface | com.acciente.oacc | OACC ( Object Access Control ) |
|
| DomainCreatePermissions | | Class | com.acciente.oacc | OACC ( Object Access Control ) |
|
| DomainPermission | The interface for the type of permission that governs domain management. | Interface | com.acciente.oacc | OACC ( Object Access Control ) |
|
| DomainPermissions | | Class | com.acciente.oacc | OACC ( Object Access Control ) |
|
| GrantDomainCreatePermissionPostCreateSysPersister | | Interface | com.acciente.oacc.sql.internal.persister | OACC ( Object Access Control ) |
|
| GrantDomainCreatePermissionSysPersister | | Interface | com.acciente.oacc.sql.internal.persister | OACC ( Object Access Control ) |
|
| GrantDomainPermissionSysPersister | | Interface | com.acciente.oacc.sql.internal.persister | OACC ( Object Access Control ) |
|
| GrantGlobalResourcePermissionPersister | | Interface | com.acciente.oacc.sql.internal.persister | OACC ( Object Access Control ) |
|
| GrantGlobalResourcePermissionSysPersister | | Interface | com.acciente.oacc.sql.internal.persister | OACC ( Object Access Control ) |
|
| GrantResourceCreatePermissionPostCreatePersister | | Interface | com.acciente.oacc.sql.internal.persister | OACC ( Object Access Control ) |
|
| GrantResourceCreatePermissionPostCreateSysPersister | | Interface | com.acciente.oacc.sql.internal.persister | OACC ( Object Access Control ) |
|
| GrantResourceCreatePermissionSysPersister | | Interface | com.acciente.oacc.sql.internal.persister | OACC ( Object Access Control ) |
|
| GrantResourcePermissionPersister | | Interface | com.acciente.oacc.sql.internal.persister | OACC ( Object Access Control ) |
|
| GrantResourcePermissionSysPersister | | Interface | com.acciente.oacc.sql.internal.persister | OACC ( Object Access Control ) |
|
| NonRecursiveGrantDomainCreatePermissionPostCreateSysPersister | | Class | com.acciente.oacc.sql.internal.persister | OACC ( Object Access Control ) |
|
| NonRecursiveGrantDomainCreatePermissionSysPersister | | Class | com.acciente.oacc.sql.internal.persister | OACC ( Object Access Control ) |
|
| NonRecursiveGrantDomainPermissionSysPersister | | Class | com.acciente.oacc.sql.internal.persister | OACC ( Object Access Control ) |
|
| NonRecursiveGrantGlobalResourcePermissionPersister | | Class | com.acciente.oacc.sql.internal.persister | OACC ( Object Access Control ) |
|
| NonRecursiveGrantGlobalResourcePermissionSysPersister | | Class | com.acciente.oacc.sql.internal.persister | OACC ( Object Access Control ) |
|
| NonRecursiveGrantResourceCreatePermissionPostCreatePersister | | Class | com.acciente.oacc.sql.internal.persister | OACC ( Object Access Control ) |
|
| NonRecursiveGrantResourceCreatePermissionPostCreateSysPersister | | Class | com.acciente.oacc.sql.internal.persister | OACC ( Object Access Control ) |
|
| NonRecursiveGrantResourceCreatePermissionSysPersister | | Class | com.acciente.oacc.sql.internal.persister | OACC ( Object Access Control ) |
|
| NonRecursiveGrantResourcePermissionPersister | | Class | com.acciente.oacc.sql.internal.persister | OACC ( Object Access Control ) |
|
| NonRecursiveGrantResourcePermissionSysPersister | | Class | com.acciente.oacc.sql.internal.persister | OACC ( Object Access Control ) |
|
| RecursiveGrantDomainCreatePermissionPostCreateSysPersister | | Class | com.acciente.oacc.sql.internal.persister | OACC ( Object Access Control ) |
|
| RecursiveGrantDomainCreatePermissionSysPersister | | Class | com.acciente.oacc.sql.internal.persister | OACC ( Object Access Control ) |
|
| RecursiveGrantDomainPermissionSysPersister | | Class | com.acciente.oacc.sql.internal.persister | OACC ( Object Access Control ) |
|
| RecursiveGrantGlobalResourcePermissionPersister | | Class | com.acciente.oacc.sql.internal.persister | OACC ( Object Access Control ) |
|
| RecursiveGrantGlobalResourcePermissionSysPersister | | Class | com.acciente.oacc.sql.internal.persister | OACC ( Object Access Control ) |
|
| RecursiveGrantResourceCreatePermissionPostCreatePersister | | Class | com.acciente.oacc.sql.internal.persister | OACC ( Object Access Control ) |
|
| RecursiveGrantResourceCreatePermissionPostCreateSysPersister | | Class | com.acciente.oacc.sql.internal.persister | OACC ( Object Access Control ) |
|
| RecursiveGrantResourceCreatePermissionSysPersister | | Class | com.acciente.oacc.sql.internal.persister | OACC ( Object Access Control ) |
|
| RecursiveGrantResourcePermissionPersister | | Class | com.acciente.oacc.sql.internal.persister | OACC ( Object Access Control ) |
|
| RecursiveGrantResourcePermissionSysPersister | | Class | com.acciente.oacc.sql.internal.persister | OACC ( Object Access Control ) |
|
| ResourceClassPermissionPersister | | Class | com.acciente.oacc.sql.internal.persister | OACC ( Object Access Control ) |
|
| ResourceCreatePermission | The interface for a permission that governs creation of a resource and defines which permissions the creator will receive on the new resource. | Interface | com.acciente.oacc | OACC ( Object Access Control ) |
|
| ResourceCreatePermissions | | Class | com.acciente.oacc | OACC ( Object Access Control ) |
|
| ResourcePermission | The interface for the type of permission that represents and governs an action on a resource. | Interface | com.acciente.oacc | OACC ( Object Access Control ) |
|
| ResourcePermissionId | | Interface | com.acciente.oacc.sql.internal.persister.id | OACC ( Object Access Control ) |
|
| ResourcePermissions | | Class | com.acciente.oacc | OACC ( Object Access Control ) |
|
| Deterministic | A method is called deterministic if it returns the same value (according to ==) every time it is called with the same | Class | org.checkerframework.dataflow.qual | Checker |
|
| FormatUtil .ExcessiveOrMissingFormatArgumentException | | Class | org.checkerframework.checker.formatter | Checker |
|
| TerminatesExecution | TerminatesExecution is a method annotation that indicates that a method terminates the execution of the program. | Class | org.checkerframework.dataflow.qual | Checker |
|
| Permit | A permission / a right to act. | Class | de.frame4j.automation | Frame4j |
|
| Permit .Operable | Controllable (remotely) function unit. | Interface | de.frame4j.automation | Frame4j |
|
| InformixDataType | Supported data types for the SQLDialect. | Class | org.jooq.util.informix | Jooq |
|
| InformixDSL | The SQLDialect. | Class | org.jooq.util.informix | Jooq |
|
| Permission | | Interface | facebook4j | Facebook4j |
|
| PermissionMethods | | Interface | facebook4j.api | Facebook4j |
|
| NIVision .QRMirrorMode | Returns the enum constant of this type with the specified n | Class | com.ni.vision | Roborio |
|
| PermissionDeniedException | This exception will be thrown when the user does not have the appropriate access to the connection interface. | Class | com.digi.xbee.api.exceptions | XBee |
|
| PdfSigLockDictionary .LockPermissions | | Class | com.itextpdf.text.pdf | IText |
|
| SignaturePermissions | A helper class that tells you more about the type of signature (certification or approval) and the signature's DMP settings. | Class | com.itextpdf.text.pdf.security | IText |
|
| CodeGeneratorMisc | Various things related to auto generating code. | Class | org.ejml.alg.generic | Ejml ( Efficient Java Matrix Library ) |
|
| DeterminantFromMinor | Computes the determinant of a matrix using Laplace expansion. | Class | org.ejml.alg.dense.misc | Ejml ( Efficient Java Matrix Library ) |
|
| UnrolledDeterminantFromMinor | | Class | org.ejml.alg.dense.misc | Ejml ( Efficient Java Matrix Library ) |
|
| AttributeList .ReadTerminationStrategy | An interface to supply the criteria for prematurely terminating the reading of a DICOM file. | Interface | com.pixelmed.dicom | PixelMed |
|
| DicomDictionaryForMinimalPatientStudySeriesInstanceModel | The DicomDictionaryForMinimalPatientStudySeriesInstanceModel class supports a simple DICOM Patient/Study/Series/Concatenation/Instance model. | Class | com.pixelmed.database | PixelMed |
|
| MediaImporter .OurReadTerminationStrategy | | Class | com.pixelmed.dicom | PixelMed |
|
| MoveDicomFilesIntoHierarchy .OurReadTerminationStrategy | | Class | com.pixelmed.dicom | PixelMed |
|
| StudyReceiver .OurReadTerminationStrategy | | Class | com.pixelmed.apps | PixelMed |
|
| SynchronizeFromRemoteSCP .OurReadTerminationStrategy | | Class | com.pixelmed.apps | PixelMed |
|
| TestAttributeListReadTerminationStrategy | | Class | com.pixelmed.test | PixelMed |
|
| FormImportDataActionHandler | Create an action handler to deal with "FormImportData" PDFAction. | Class | org.faceless.pdf2.viewer2.feature | BigFaceless |
|
| IDfPermit | This class provides the interface for defining and viewing security permits applied to documents and ACLs. | Interface | com.documentum.fc.client | Documentum |
|
| IDfPermitType | Constant definitions for types of permits used with IDfPermit. | Interface | com.documentum.fc.client | Documentum |
|
| IDfPermitTypeString | Constant String definitions for types of permits used with IDfPermit. | Interface | com.documentum.fc.client | Documentum |
|
| NoSupportForMissingValuesException | Exception that is raised by an object that is unable to process data with missing values. | Class | weka.core | Weka |