| Name | Description | Type | Package | Framework |
| AccountException | A generic account exception. | Class | javax.security.auth.login | Java SE |
|
| AccountExpiredException | Signals that a user account has expired. | Class | javax.security.auth.login | Java SE |
|
| AccountLockedException | Signals that an account was locked. | Class | javax.security.auth.login | Java SE |
|
| AccountNotFoundException | Signals that an account was not found. | Class | javax.security.auth.login | Java SE |
|
| AppConfigurationEntry | This class represents a single LoginModule entry configured for the application specified in the | Class | javax.security.auth.login | Java SE |
|
| AppConfigurationEntry .LoginModuleControlFlag | This class represents whether or not a LoginModule is REQUIRED, REQUISITE, SUFFICIENT or OPTIONAL. | Class | javax.security.auth.login.AppConfigurationEntry | Java SE |
|
| AuthPermission | This class is for authentication permissions. | Class | javax.security.auth | Java SE |
|
| AuthProvider | This class defines login and logout methods for a provider. | Class | java.security | Java SE |
|
| ChoiceCallback | Underlying security services instantiate and pass a ChoiceCallback to the handle | Class | javax.security.auth.callback | Java SE |
|
| Configuration | A Configuration object is responsible for specifying which LoginModules should be used for a particular application, and in what order the | Class | javax.security.auth.login | Java SE |
|
| ConfigurationSpi | This class defines the Service Provider Interface (SPI) for the Configuration class. | Class | javax.security.auth.login | Java SE |
|
| ConfirmationCallback | Underlying security services instantiate and pass a ConfirmationCallback to the handle | Class | javax.security.auth.callback | Java SE |
|
| CredentialException | A generic credential exception. | Class | javax.security.auth.login | Java SE |
|
| CredentialExpiredException | Signals that a Credential has expired. | Class | javax.security.auth.login | Java SE |
|
| CredentialNotFoundException | Signals that a credential was not found. | Class | javax.security.auth.login | Java SE |
|
| Callback | Implementations of this interface are passed to a CallbackHandler, allowing underlying security services | Interface | javax.security.auth.callback | Java SE |
|
| CallbackHandler | An application implements a CallbackHandler and passes it to underlying security services so that they may interact with | Interface | javax.security.auth.callback | Java SE |
|
| Configuration .Parameters | This represents a marker interface for Configuration parameters. | Interface | javax.security.auth.login.Configuration | 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 |
|
| DestroyFailedException | Signals that a destroy operation failed. | Class | javax.security.auth | Java SE |
|
| Destroyable | Objects such as credentials may optionally implement this interface to provide the capability to destroy its contents. | Interface | javax.security.auth | Java SE |
|
| EncryptionKey | This class encapsulates an EncryptionKey used in Kerberos. | Class | javax.security.auth.kerberos | Java SE |
|
| FailedLoginException | Signals that user authentication failed. | Class | javax.security.auth.login | Java SE |
|
| KerberosCredMessage | This class encapsulates a Kerberos 5 KRB_CRED message which can be used to send Kerberos credentials from one principal to another. | Class | javax.security.auth.kerberos | Java SE |
|
| KerberosKey | This class encapsulates a long term secret key for a Kerberos A KerberosKey object includes an EncryptionKey, a | Class | javax.security.auth.kerberos | Java SE |
|
| KerberosPrincipal | This class encapsulates a Kerberos principal. | Class | javax.security.auth.kerberos | Java SE |
|
| KerberosTicket | This class encapsulates a Kerberos ticket and associated information as viewed from the client's point of view. | Class | javax.security.auth.kerberos | Java SE |
|
| KeyTab | This class encapsulates a keytab file. | Class | javax.security.auth.kerberos | Java SE |
|
| LanguageCallback | Underlying security services instantiate and pass a LanguageCallback to the handle | Class | javax.security.auth.callback | Java SE |
|
| LoginContext | The LoginContext class describes the basic methods used to authenticate Subjects and provides a way to develop an | Class | javax.security.auth.login | Java SE |
|
| LoginException | This is the basic login exception. | Class | javax.security.auth.login | Java SE |
|
| LoginModule | Service-provider interface for authentication technology providers. | Interface | javax.security.auth.spi | Java SE |
|
| NameCallback | Underlying security services instantiate and pass a NameCallback to the handle | Class | javax.security.auth.callback | Java SE |
|
| PasswordCallback | Underlying security services instantiate and pass a PasswordCallback to the handle | Class | javax.security.auth.callback | Java SE |
|
| Policy | This is an abstract class for representing the system policy for Subject-based authorization. | Class | javax.security.auth | Java SE |
|
| PrivateCredentialPermission | This class is used to protect access to private Credentials belonging to a particular Subject. | Class | javax.security.auth | Java SE |
|
| RefreshFailedException | Signals that a refresh operation failed. | Class | javax.security.auth | Java SE |
|
| Refreshable | Objects such as credentials may optionally implement this interface to provide the capability to refresh itself. | Interface | javax.security.auth | 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 |
|
| Subject | A Subject represents a grouping of related information for a single entity, such as a person. | Class | javax.security.auth | Java SE |
|
| SubjectDomainCombiner | A SubjectDomainCombiner updates ProtectionDomains with Principals from the Subject associated with this | Class | javax.security.auth | Java SE |
|
| TextInputCallback | Underlying security services instantiate and pass a TextInputCallback to the handle | Class | javax.security.auth.callback | Java SE |
|
| TextOutputCallback | Underlying security services instantiate and pass a TextOutputCallback to the handle | Class | javax.security.auth.callback | Java SE |
|
| UnsupportedCallbackException | Signals that a CallbackHandler does not recognize a particular Callback. | Class | javax.security.auth.callback | Java SE |
|
| X500Principal | This class represents an X. | Class | javax.security.auth.x500 | Java SE |
|
| X500PrivateCredential | This class represents an X500PrivateCredential. | Class | javax.security.auth.x500 | Java SE |
|
| AuthConfig | This interface defines the common functionality implemented by Authentication context configuration objects. | Interface | javax.security.auth.message.config | Java EE |
|
| AuthConfigFactory | This class is used to obtain AuthConfigProvider objects that can be used to obtain authentication context configuration objects, | Class | javax.security.auth.message.config | Java EE |
|
| AuthConfigFactory .RegistrationContext | Represents the layer identifier, application context identifier, and description components of an AuthConfigProvider registration at the | Interface | javax.security.auth.message.config.AuthConfigFactory | Java EE |
|
| AuthConfigProvider | This interface is implemented by objects that can be used to obtain authentication context configuration objects, that is, | Interface | javax.security.auth.message.config | Java EE |
|
| AuthException | A generic authentication exception. | Class | javax.security.auth.message | Java EE |
|
| AuthStatus | The AuthStatus class is used to represent return values from Authentication modules and Authentication Contexts. | Class | javax.security.auth.message | Java EE |
|
| CallerPrincipalCallback | Callback for setting the container's caller (or Remote user) principal. | Class | javax.security.auth.message.callback | Java EE |
|
| CertStoreCallback | Callback for CertStore. | Class | javax.security.auth.message.callback | Java EE |
|
| ClientAuth | An implementation of this interface is used to secure service request messages, and validate received service response messages. | Interface | javax.security.auth.message | Java EE |
|
| ClientAuthConfig | This interface encapsulates the configuration of ClientAuthContext objects for a message layer and application context (for example, the messaging context of | Interface | javax.security.auth.message.config | Java EE |
|
| ClientAuthContext | This ClientAuthContext class encapsulates ClientAuthModules that are used to secure service requests made by a client, and to validate any responses | Interface | javax.security.auth.message.config | Java EE |
|
| ClientAuthModule | A ClientAuthModule secures request messages, and validates received A module implementation should assume it may be used to secure | Interface | javax.security.auth.message.module | Java EE |
|
| GroupPrincipalCallback | Callback establishing group principals within the argument subject. | Class | javax.security.auth.message.callback | Java EE |
|
| MessageInfo | A message processing runtime uses this interface to pass messages and message processing state to authentication contexts for processing by | Interface | javax.security.auth.message | Java EE |
|
| MessagePolicy | This class defines a message authentication policy. | Class | javax.security.auth.message | Java EE |
|
| MessagePolicy .ProtectionPolicy | This interface is used to represent message authentication policy. | Interface | javax.security.auth.message.MessagePolicy | Java EE |
|
| MessagePolicy .Target | This interface is used to represent and perform message targeting. | Interface | javax.security.auth.message.MessagePolicy | Java EE |
|
| MessagePolicy .TargetPolicy | This class defines the message protection policies for specific Targets. | Class | javax.security.auth.message.MessagePolicy | Java EE |
|
| PasswordValidationCallback | Callback for PasswordValidation. | Class | javax.security.auth.message.callback | Java EE |
|
| PrivateKeyCallback | Callback for acquiring a Public Key Infrastructure (PKI) private key and its corresponding certificate chain. | Class | javax.security.auth.message.callback | Java EE |
|
| PrivateKeyCallback .AliasRequest | Request type for private keys that are identified using an alias. | Class | javax.security.auth.message.callback.PrivateKeyCallback | Java EE |
|
| PrivateKeyCallback .DigestRequest | Request type for private keys that are identified using a certificate digest or thumbprint. | Class | javax.security.auth.message.callback.PrivateKeyCallback | Java EE |
|
| PrivateKeyCallback .IssuerSerialNumRequest | Request type for private keys that are identified using an issuer/serial number. | Class | javax.security.auth.message.callback.PrivateKeyCallback | Java EE |
|
| PrivateKeyCallback .SubjectKeyIDRequest | | Class | javax.security.auth.message.callback.PrivateKeyCallback | Java EE |
|
| RegistrationListener | An implementation of this interface may be associated with an AuthConfigProvider registration at an AuthConfigFactory at the | Interface | javax.security.auth.message.config | Java EE |
|
| SecretKeyCallback | Callback for acquiring a shared secret from a key repository. | Class | javax.security.auth.message.callback | Java EE |
|
| SecretKeyCallback .AliasRequest | Request type for secret keys that are identified using an alias. | Class | javax.security.auth.message.callback.SecretKeyCallback | Java EE |
|
| ServerAuth | An implementation of this interface is used to validate received service request messages, and to secure service response messages. | Interface | javax.security.auth.message | Java EE |
|
| ServerAuthConfig | This interface describes a configuration of ServerAuthConfiguration objects for a message layer and application context (for example, the messaging context of | Interface | javax.security.auth.message.config | Java EE |
|
| ServerAuthContext | This ServerAuthContext class encapsulates ServerAuthModules that are used to validate service requests received from clients, and to secure any | Interface | javax.security.auth.message.config | Java EE |
|
| ServerAuthModule | A ServerAuthModule validates client requests and secures responses A module implementation should assume it may be used to secure | Interface | javax.security.auth.message.module | Java EE |
|
| TrustStoreCallback | Callback for trusted certificate KeyStore. | Class | javax.security.auth.message.callback | Java EE |
|
| AuthenticationAuditListener | Default implementation of AbstractAuthenticationAuditListener. | Class | org.springframework.boot.actuate.security | Spring Boot |
|
| AuthenticationManagerConfiguration | Configuration for a Spring Security in-memory AuthenticationManager. | Class | org.springframework.boot.autoconfigure.security | Spring Boot |
|
| AuthenticationManagerConfiguration .AuthenticationManagerConfigurationListener | ApplicationListener to autowire the AuthenticationEventPublisherinto the AuthenticationManager. | Class | org.springframework.boot.autoconfigure.security.AuthenticationManagerConfiguration | Spring Boot |
|
| AuthorizationAuditListener | Default implementation of AbstractAuthorizationAuditListener. | Class | org.springframework.boot.actuate.security | Spring Boot |
|
| AuthenticationPlugin | Provide some of the functionality of the org. | Interface | org.apache.sling.jcr.jackrabbit.server.security | Apache Sling |
|
| AuthenticationBroker | | Interface | org.apache.activemq.security | Apache ActiveMQ |
|
| AuthenticationUser | | Class | org.apache.activemq.security | Apache ActiveMQ |
|
| AuthorizationBroker | Verifies if a authenticated user can do an operation against the broker using an authorization map. | Class | org.apache.activemq.security | Apache ActiveMQ |
|
| AuthorizationDestinationFilter | Authorizes addSubscription calls. | Class | org.apache.activemq.security | Apache ActiveMQ |
|
| AuthorizationDestinationInterceptor | | Class | org.apache.activemq.security | Apache ActiveMQ |
|
| AuthorizationEntry | Represents an entry in a DefaultAuthorizationMap for assigning different operations (read, write, admin) of user roles to a specific | Class | org.apache.activemq.security | Apache ActiveMQ |
|
| AuthorizationMap | | Interface | org.apache.activemq.security | Apache ActiveMQ |
|
| AuthorizationPlugin | An authorization plugin where each operation on a destination is checked against an authorizationMap | Class | org.apache.activemq.security | Apache ActiveMQ |
|
| AuthenticationPlugin | WARNING: This API is experimental and might change in incompatible ways in the next release. | Class | org.apache.solr.security | Apache Solr Lucene |
|
| AuthorizationContext | Request context for Solr to be used by Authorization plugin. | Class | org.apache.solr.security | Apache Solr Lucene |
|
| AuthorizationContext .CollectionRequest | | Class | org.apache.solr.security.AuthorizationContext | Apache Solr Lucene |
|
| AuthorizationContext .RequestType | | Class | org.apache.solr.security.AuthorizationContext | Apache Solr Lucene |
|
| AuthorizationPlugin | | Interface | org.apache.solr.security | Apache Solr Lucene |
|
| AuthorizationResponse | | Class | org.apache.solr.security | Apache Solr Lucene |
|
| AccountException | A generic account exception. | Class | security.auth.login | Code Trails |
|
| AccountExpiredException | Signals that a user account has expired. | Class | security.auth.login | Code Trails |
|
| AccountLockedException | Signals that an account was locked. | Class | security.auth.login | Code Trails |
|
| AccountNotFoundException | Signals that an account was not found. | Class | security.auth.login | Code Trails |
|
| AppConfigurationEntry | This class represents a single LoginModule entry configured for the application specified in the | Class | security.auth.login | Code Trails |
|
| AppConfigurationEntry .LoginModuleControlFlag | This class represents whether or not a LoginModule is REQUIRED, REQUISITE, SUFFICIENT or OPTIONAL. | Class | security.auth.login.AppConfigurationEntry | Code Trails |
|
| AuthPermission | This class is for authentication permissions. | Class | security.auth | Code Trails |
|
| AuthProvider | This class defines login and logout methods for a provider. | Class | security | Code Trails |
|
| Callback | Implementations of this interface are passed to a CallbackHandler, allowing underlying security services | Interface | security.auth.callback | Code Trails |
|
| CallbackHandler | An application implements a CallbackHandler and passes it to underlying security services so that they may interact with | Interface | security.auth.callback | Code Trails |
|
| ChoiceCallback | Underlying security services instantiate and pass a ChoiceCallback to the handle | Class | security.auth.callback | Code Trails |
|
| ConfigFile | This class represents a default implementation for javax. | Class | sun.security.auth.login | Code Trails |
|
| Configuration | A Configuration object is responsible for specifying which LoginModules should be used for a particular application, and in what order the | Class | security.auth.login | Code Trails |
|
| Configuration .ConfigDelegate | This subclass is returned by the getInstance calls. | Class | security.auth.login.Configuration | Code Trails |
|
| ConfigurationSpi | This class defines the Service Provider Interface (SPI) for the Configuration class. | Class | security.auth.login | Code Trails |
|
| ConfirmationCallback | Underlying security services instantiate and pass a ConfirmationCallback to the handle | Class | security.auth.callback | Code Trails |
|
| CredentialException | A generic credential exception. | Class | security.auth.login | Code Trails |
|
| CredentialExpiredException | Signals that a Credential has expired. | Class | security.auth.login | Code Trails |
|
| CredentialNotFoundException | Signals that a credential was not found. | Class | security.auth.login | Code Trails |
|
| Crypt | | Class | sun.security.auth.module | 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 |
|
| Destroyable | Objects such as credentials may optionally implement this interface to provide the capability to destroy its contents. | Interface | security.auth | Code Trails |
|
| DestroyFailedException | Signals that a destroy operation failed. | Class | security.auth | Code Trails |
|
| DialogCallbackHandler | Uses a Swing dialog window to query the user for answers to authentication questions. | Class | sun.security.auth.callback | Code Trails |
|
| DialogCallbackHandler .ConfirmationInfo | | Class | sun.security.auth.callback.DialogCallbackHandler | Code Trails |
|
| AuthorizationManager | The AuthorizationManager is a cache-scoped component which verifies that the Subject associated with the current AccessControlContext has the requested permissions. | Interface | org.infinispan.security | Infinispan |
|
| AuthorizationPermission | enum AuthorizationPermissionAuthorizationPermission. | Class | org.infinispan.security | Infinispan |
|
| AdjudicatorImpl | The base class of all adjudicator MBean implementations. | Class | weblogic.management.security.authorization | Oracle WebLogic |
|
| AdjudicatorMBean | The SSPI MBean that all Adjudication providers must extend. | Interface | weblogic.management.security.authorization | Oracle WebLogic |
|
| Authenticate | Authenticate a user and add Principals to the Subject. | Class | weblogic.security.auth | Oracle WebLogic |
|
| AuthenticationProviderImpl | The base class of all authentication provider MBean implementations. | Class | weblogic.management.security.authentication | Oracle WebLogic |
|
| AuthenticationProviderMBean | The base MBean for all MBean implementations that manage Authentication providers. | Interface | weblogic.management.security.authentication | Oracle WebLogic |
|
| AuthenticatorImpl | The base class of all authenticator MBean implementations. | Class | weblogic.management.security.authentication | Oracle WebLogic |
|
| AuthenticatorMBean | The SSPI MBean that all Authentication providers with login services must extend. | Interface | weblogic.management.security.authentication | Oracle WebLogic |
|
| AuthFilter | An implementation of the AuthFilter interface is called via a RequestDispatcher. | Class | weblogic.servlet.security | Oracle WebLogic |
|
| AuthorizerImpl | The base class of all authorizer MBean implementations. | Class | weblogic.management.security.authorization | Oracle WebLogic |
|
| AuthorizerMBean | The base MBean for Authorization providers. | Interface | weblogic.management.security.authorization | Oracle WebLogic |
|
| ComponentType | The ComponentType class provides constants for the component type parameter when using the PolicyListerMBean | Class | weblogic.management.security.authorization | Oracle WebLogic |
|
| ContextHandlerCallback | This callback passes the ContextHandler to LoginModule. | Class | weblogic.security.auth.callback | Oracle WebLogic |
|
| DeployableAuthorizerImpl | An Authorization provider that supports deploying policies on behalf of Web application and EJB deployment. | Class | weblogic.management.security.authorization | Oracle WebLogic |
|
| DeployableAuthorizerMBean | The SSPI MBean that must be extended by all Authorization providers that can store policies created while deploying a | Interface | weblogic.management.security.authorization | Oracle WebLogic |
|
| DeployableRoleMapperImpl | A Role Mapping provider that supports deploying policies on behalf of Web application and EJB deployment. | Class | weblogic.management.security.authorization | Oracle WebLogic |
|
| DeployableRoleMapperMBean | The SSPI MBean that must be extended by Role Mapping providers that can store roles created while deploying a Web application or EJB. | Interface | weblogic.management.security.authorization | Oracle WebLogic |
|
| GroupCallback | Underlying security services instantiate and pass a GroupCallback to the invokeCallback | Class | weblogic.security.auth.callback | Oracle WebLogic |
|
| GroupEditorMBean | Provides a set of methods for creating, editing, and removing groups. | Interface | weblogic.management.security.authentication | Oracle WebLogic |
|
| GroupMemberListerMBean | Provides a method for listing a group's members. | Interface | weblogic.management.security.authentication | Oracle WebLogic |
|
| GroupMembershipHierarchyCacheMBean | Defines methods used to get/set the configuration attributes that are required to support the Group Membership Hierarchy Cache. | Interface | weblogic.management.security.authentication | Oracle WebLogic |
|
| GroupReaderMBean | Provides a set of methods for reading data about groups. | Interface | weblogic.management.security.authentication | Oracle WebLogic |
|
| GroupRemoverMBean | Provides a method for removing groups. | Interface | weblogic.management.security.authentication | Oracle WebLogic |
|
| GroupUserListerMBean | Provides a method for listing a group's user members. | Interface | weblogic.management.security.authentication | Oracle WebLogic |
|
| IdentityAsserterImpl | The base class of all Identity Assertion provider MBean implementations. | Class | weblogic.management.security.authentication | Oracle WebLogic |
|
| IdentityAsserterMBean | The SSPI MBean that all Identity Assertion providers must extend. | Interface | weblogic.management.security.authentication | Oracle WebLogic |
|
| ListerKeys | The ListerKeys class provides constants for the key names use to obtain values from a Properties object when using the | Class | weblogic.management.security.authorization | Oracle WebLogic |
|
| MemberGroupListerMBean | Provides a method for listing the groups that contain a member. | Interface | weblogic.management.security.authentication | Oracle WebLogic |
|
| PasswordCredential | | Class | weblogic.security.auth.login | Oracle WebLogic |
|
| PasswordValidatorMBean | A marker interface to indicate a password validation provider MBean. | Interface | weblogic.management.security.authentication | Oracle WebLogic |
|
| PolicyConsumerMBean | The SSPI MBean that security providers extend to indicate that the provider supports policy consumption. | Interface | weblogic.management.security.authorization | Oracle WebLogic |
|
| PolicyEditorMBean | Provides a set of methods for creating, editing, and removing policies. | Interface | weblogic.management.security.authorization | Oracle WebLogic |
|
| PolicyListerMBean | Provides a set of methods for listing data about policies. | Interface | weblogic.management.security.authorization | Oracle WebLogic |
|
| PolicyReaderMBean | Provides a set of methods for reading data about policies. | Interface | weblogic.management.security.authorization | Oracle WebLogic |
|
| PolicyStoreMBean | Provides a set of methods for managing policies in a policy store. | Interface | weblogic.management.security.authorization | Oracle WebLogic |
|
| PredicateEditorMBean | This MBean edits data about predicates and their arguments. | Interface | weblogic.management.security.authorization | Oracle WebLogic |
|
| PredicateReaderMBean | This MBean reads data about predicates and their arguments. | Interface | weblogic.management.security.authorization | Oracle WebLogic |
|
| RoleConsumerMBean | The SSPI MBean that security providers extend to indicate that the provider supports role consumption. | Interface | weblogic.management.security.authorization | Oracle WebLogic |
|
| RoleEditorMBean | Provides a set of methods for creating, editing, and removing policies. | Interface | weblogic.management.security.authorization | Oracle WebLogic |
|
| RoleListerMBean | Provides a set of methods for listing data about roles. | Interface | weblogic.management.security.authorization | Oracle WebLogic |
|
| RoleMapperImpl | The base class of all Role Mapping MBean implementations. | Class | weblogic.management.security.authorization | Oracle WebLogic |
|
| RoleMapperMBean | The base MBean for Role Mapping providers. | Interface | weblogic.management.security.authorization | Oracle WebLogic |
|
| RoleReaderMBean | Provides a set of methods for reading policies. | Interface | weblogic.management.security.authorization | Oracle WebLogic |
|
| ServletAuthenticationFilterMBean | The SSPI MBean that all Servlet Authentication Filter providers must extend. | Interface | weblogic.management.security.authentication | Oracle WebLogic |
|
| URLCallback | Underlying security services instantiate and pass a URLCallback to the invokeCallback | Class | weblogic.security.auth.callback | Oracle WebLogic |
|
| UserEditorMBean | Provides a set of methods for creating, editing, and removing users. | Interface | weblogic.management.security.authentication | Oracle WebLogic |
|
| UserLockoutManagerMBean | Lists and manages lockouts on user accounts. | Interface | weblogic.management.security.authentication | Oracle WebLogic |
|
| UsernamePasswordLoginModule | UsernamePasswordLoginModule is used in a WLS client to authenticate to the WLS server. | Class | weblogic.security.auth.login | Oracle WebLogic |
|
| UserPasswordEditorMBean | Provides two methods for changing a user's password. | Interface | weblogic.management.security.authentication | Oracle WebLogic |
|
| UserReaderMBean | Provides a set of methods for reading data about users. | Interface | weblogic.management.security.authentication | Oracle WebLogic |
|
| UserRemoverMBean | Provides a method for removing users. | Interface | weblogic.management.security.authentication | Oracle WebLogic |
|
| AuthenticatedUser | A small (mostly marker) interface for wrapping provider-specificAuthor:Glen Daniels (gdaniels@apache. | Interface | org.apache.axis.security | Apache Axis |
|
| Authenticate | | Class | org.apache.accumulo.test.randomwalk.security | Apache Accumulo |
|
| AuthorizationContainer | An interface for classes that contain a collection of authorizations. | Interface | org.apache.accumulo.core.security | Apache Accumulo |
|
| Authorizations | A collection of authorization strings. | Class | org.apache.accumulo.core.security | Apache Accumulo |
|
| AuthUtils | | Class | backtype.storm.security.auth | Apache Storm |
|
| AutoTGT | Automatically take a user's TGT, and push it, and renew it in Nimbus. | Class | backtype.storm.security.auth.kerberos | Apache Storm |
|
| AutoTGTKrb5LoginModule | | Class | backtype.storm.security.auth.kerberos | Apache Storm |
|
| AutoTGTKrb5LoginModuleTest | Custom LoginModule extended for testing. | Class | backtype.storm.security.auth.kerberos | Apache Storm |
|
| ClientCallbackHandler | client side callback handler. | Class | backtype.storm.security.auth.digest | Apache Storm |
|
| ClientCallbackHandler | SASL client side callback handler. | Class | backtype.storm.security.auth.kerberos | Apache Storm |
|
| DefaultHttpCredentialsPlugin | | Class | backtype.storm.security.auth | Apache Storm |
|
| DefaultPrincipalToLocal | Storm can be configured to launch worker processed as a given user. | Class | backtype.storm.security.auth | Apache Storm |
|
| DenyAuthorizer | | Class | backtype.storm.security.auth.authorizer | Apache Storm |
|
| DigestSaslTransportPlugin | | Class | backtype.storm.security.auth.digest | Apache Storm |
|
| DRPCAuthorizerBase | | Class | backtype.storm.security.auth.authorizer | Apache Storm |
|
| DRPCSimpleACLAuthorizer | | Class | backtype.storm.security.auth.authorizer | Apache Storm |
|
| IAuthorizer | Nimbus could be configured with an authorization plugin. | Interface | backtype.storm.security.auth | Apache Storm |
|
| IAutoCredentials | Provides a way to automatically push credentials to a topology and to retreave them in the worker. | Interface | backtype.storm.security.auth | Apache Storm |
|
| ICredentialsRenewer | Provides a way to renew credentials on behelf of a user. | Interface | backtype.storm.security.auth | Apache Storm |
|
| IGroupMappingServiceProvider | Get all various group memberships of a given user. | Interface | backtype.storm.security.auth | Apache Storm |
|
| IHttpCredentialsPlugin | Interface for handling credentials in an HttpServletRequestGets the user name from the request. | Interface | backtype.storm.security.auth | Apache Storm |
|
| IPrincipalToLocal | Storm can be configured to launch worker processed as a given user. | Interface | backtype.storm.security.auth | Apache Storm |
|
| ITransportPlugin | | Interface | backtype.storm.security.auth | Apache Storm |
|
| KerberosPrincipalToLocal | | Class | backtype.storm.security.auth | Apache Storm |
|
| KerberosSaslTransportPlugin | | Class | backtype.storm.security.auth.kerberos | Apache Storm |
|
| NoopAuthorizer | A no-op authorization implementation that illustrate info available for authorization decisions. | Class | backtype.storm.security.auth.authorizer | Apache Storm |
|
| ReqContext | context request context includes info about (1) remote address, | Class | backtype.storm.security.auth | Apache Storm |
|
| SaslTransportPlugin | Base class for SASL authentication plugin. | Class | backtype.storm.security.auth | Apache Storm |
|
| SaslTransportPlugin .User | | Class | backtype.storm.security.auth.SaslTransportPlugin | Apache Storm |
|
| ServerCallbackHandler | | Class | backtype.storm.security.auth.digest | Apache Storm |
|
| ServerCallbackHandler | | Class | backtype.storm.security.auth.kerberos | Apache Storm |
|
| ShellBasedGroupsMapping | | Class | backtype.storm.security.auth | Apache Storm |
|
| SimpleACLAuthorizer | | Class | backtype.storm.security.auth.authorizer | Apache Storm |
|
| SimpleTransportPlugin | Simple transport for Thrift plugin. | Class | backtype.storm.security.auth | Apache Storm |
|
| SimpleWhitelistAuthorizer | An authorization implementation that simply checks a whitelist of users that are allowed to use the cluster. | Class | backtype.storm.security.auth.authorizer | Apache Storm |
|
| SingleUserPrincipal | A Principal that represents a user. | Class | backtype.storm.security.auth | Apache Storm |
|
| TBackoffConnect | | Class | backtype.storm.security.auth | Apache Storm |
|
| ThriftClient | | Class | backtype.storm.security.auth | Apache Storm |
|
| ThriftConnectionType | enum ThriftConnectionTypeThe purpose for which the Thrift server is created. | Class | backtype.storm.security.auth | Apache Storm |
|
| ThriftServer | | Class | backtype.storm.security.auth | Apache Storm |
|
| AuthorizationFactory | | Class | org.apache.hadoop.hive.ql.security.authorization | Apache Hive |
|
| AuthorizationFactory .AuthorizationExceptionHandler | | Interface | org.apache.hadoop.hive.ql.security.authorization.AuthorizationFactory | Apache Hive |
|
| AuthorizationFactory .DefaultAuthorizationExceptionHandler | | Class | org.apache.hadoop.hive.ql.security.authorization.AuthorizationFactory | Apache Hive |
|
| AuthorizationMetaStoreFilterHook | Metastore filter hook for filtering out the list of objects that the current authorization implementation does not allow user to see | Class | org.apache.hadoop.hive.ql.security.authorization.plugin | Apache Hive |
|
| AuthorizationPreEventListener | AuthorizationPreEventListener : A MetaStorePreEventListener that performs authorization/authentication checks on the metastore-side. | Class | org.apache.hadoop.hive.ql.security.authorization | Apache Hive |
|
| AuthorizationPreEventListener .PartitionWrapper | | Class | org.apache.hadoop.hive.ql.security.authorization.AuthorizationPreEventListener | Apache Hive |
|
| AuthorizationPreEventListener .TableWrapper | | Class | org.apache.hadoop.hive.ql.security.authorization.AuthorizationPreEventListener | Apache Hive |
|
| AuthorizationUtils | | Class | org.apache.hadoop.hive.ql.security.authorization | Apache Hive |
|
| BitSetCheckedAuthorizationProvider | | Class | org.apache.hadoop.hive.ql.security.authorization | Apache Hive |
|
| DefaultHiveAuthorizationProvider | | Class | org.apache.hadoop.hive.ql.security.authorization | Apache Hive |
|
| DefaultHiveMetastoreAuthorizationProvider | | Class | org.apache.hadoop.hive.ql.security.authorization | Apache Hive |
|
| DisallowTransformHook | | Class | org.apache.hadoop.hive.ql.security.authorization.plugin | Apache Hive |
|
| DummyHiveAuthorizationValidator | A no-op HiveAuthorizationValidator for use from hive cli. | Class | org.apache.hadoop.hive.ql.security.authorization.plugin.sqlstd | Apache Hive |
|
| GrantPrivAuthUtils | | Class | org.apache.hadoop.hive.ql.security.authorization.plugin.sqlstd | Apache Hive |
|
| HiveAccessControlException | Exception thrown by the Authorization plugin api (v2). | Class | org.apache.hadoop.hive.ql.security.authorization.plugin | Apache Hive |
|
| HiveAccessController | Interface that is invoked by access control commands, including grant/revoke role/privileges, create/drop roles, and commands to read the state of authorization rules. | Interface | org.apache.hadoop.hive.ql.security.authorization.plugin | Apache Hive |
|
| HiveAuthorizationProvider | | Interface | org.apache.hadoop.hive.ql.security.authorization | Apache Hive |
|
| HiveAuthorizationProviderBase | | Class | org.apache.hadoop.hive.ql.security.authorization | Apache Hive |
|
| HiveAuthorizationValidator | Interface used to check if user has privileges to perform certain action. | Interface | org.apache.hadoop.hive.ql.security.authorization.plugin | Apache Hive |
|
| HiveAuthorizer | Interface for hive authorization plugins. | Interface | org.apache.hadoop.hive.ql.security.authorization.plugin | Apache Hive |
|
| HiveAuthorizer .VERSION | | Class | org.apache.hadoop.hive.ql.security.authorization.plugin.HiveAuthorizer | Apache Hive |
|
| HiveAuthorizerFactory | create HiveAuthorizer instance used for hive authorization. | Interface | org.apache.hadoop.hive.ql.security.authorization.plugin | Apache Hive |
|
| HiveAuthorizerImpl | Convenience implementation of HiveAuthorizer. | Class | org.apache.hadoop.hive.ql.security.authorization.plugin | Apache Hive |
|
| HiveAuthzContext | Provides context information in authorization check call that can be used for auditing and/or authorization. | Class | org.apache.hadoop.hive.ql.security.authorization.plugin | Apache Hive |
|
| HiveAuthzContext .Builder | | Class | org.apache.hadoop.hive.ql.security.authorization.plugin.HiveAuthzContext | Apache Hive |
|
| HiveAuthzPluginException | Exception thrown by the Authorization plugin api (v2). | Class | org.apache.hadoop.hive.ql.security.authorization.plugin | Apache Hive |
|
| HiveAuthzSessionContext | Provides session context information. | Class | org.apache.hadoop.hive.ql.security.authorization.plugin | Apache Hive |
|
| HiveAuthzSessionContext .Builder | | Class | org.apache.hadoop.hive.ql.security.authorization.plugin.HiveAuthzSessionContext | Apache Hive |
|
| HiveAuthzSessionContext .CLIENT_TYPE | | Class | org.apache.hadoop.hive.ql.security.authorization.plugin.HiveAuthzSessionContext | Apache Hive |
|
| HiveMetastoreAuthorizationProvider | HiveMetastoreAuthorizationProvider : An extension of HiveAuthorizaytionProvider that is intended to be called from the metastore-side. | Interface | org.apache.hadoop.hive.ql.security.authorization | Apache Hive |
|
| HiveMetastoreClientFactory | Factory for getting current valid instance of IMetaStoreClient Metastore client cannot be cached in authorization interface as that | Interface | org.apache.hadoop.hive.ql.security.authorization.plugin | Apache Hive |
|
| HiveMetastoreClientFactoryImpl | | Class | org.apache.hadoop.hive.ql.security.authorization.plugin | Apache Hive |
|
| HiveMultiPartitionAuthorizationProviderBase | Abstract class that allows authorization of operations on partition-sets. | Class | org.apache.hadoop.hive.ql.security.authorization | Apache Hive |
|
| HiveOperationType | enum HiveOperationTypeList of hive operations types. | Class | org.apache.hadoop.hive.ql.security.authorization.plugin | Apache Hive |
|
| HivePrincipal | | Class | org.apache.hadoop.hive.ql.security.authorization.plugin | Apache Hive |
|
| HivePrincipal .HivePrincipalType | | Class | org.apache.hadoop.hive.ql.security.authorization.plugin.HivePrincipal | Apache Hive |
|
| HivePrivilege | | Class | org.apache.hadoop.hive.ql.security.authorization.plugin | Apache Hive |
|
| HivePrivilegeInfo | | Class | org.apache.hadoop.hive.ql.security.authorization.plugin | Apache Hive |
|
| HivePrivilegeObject | Represents the object on which privilege is being granted/revoked, and objects being used in queries. | Class | org.apache.hadoop.hive.ql.security.authorization.plugin | Apache Hive |
|
| HivePrivilegeObject .HivePrivilegeObjectType | Note that GLOBAL, PARTITION, COLUMN fields are populated only for Hive's old default authorization mode. | Class | org.apache.hadoop.hive.ql.security.authorization.plugin.HivePrivilegeObject | Apache Hive |
|
| HivePrivilegeObject .HivePrivObjectActionType | When HiveOperationType is QUERY, this action type is set so that it is possible to determine if the action type on this object is an INSERT or INSERT_OVERWRITE | Class | org.apache.hadoop.hive.ql.security.authorization.plugin.HivePrivilegeObject | Apache Hive |
|
| HivePrivilegeObjectUtils | | Class | org.apache.hadoop.hive.ql.security.authorization.plugin | Apache Hive |
|
| HiveRoleGrant | | Class | org.apache.hadoop.hive.ql.security.authorization.plugin | Apache Hive |
|
| HiveV1Authorizer | | Class | org.apache.hadoop.hive.ql.security.authorization.plugin | Apache Hive |
|
| MetaStoreAuthzAPIAuthorizerEmbedOnly | | Class | org.apache.hadoop.hive.ql.security.authorization | Apache Hive |
|
| Operation2Privilege | | Class | org.apache.hadoop.hive.ql.security.authorization.plugin.sqlstd | Apache Hive |
|
| Operation2Privilege .IOType | | Class | org.apache.hadoop.hive.ql.security.authorization.plugin.sqlstd.Operation2Privilege | Apache Hive |
|
| Privilege | Privilege defines a privilege in Hive. | Class | org.apache.hadoop.hive.ql.security.authorization | Apache Hive |
|
| PrivilegeRegistry | PrivilegeRegistry is used to do privilege lookups. | Class | org.apache.hadoop.hive.ql.security.authorization | Apache Hive |
|
| PrivilegeScope | PrivilegeScope describes a hive defined privilege's scope (global/database/table/column). | Class | org.apache.hadoop.hive.ql.security.authorization | Apache Hive |
|
| PrivilegeType | | Class | org.apache.hadoop.hive.ql.security.authorization | Apache Hive |
|
| RequiredPrivileges | Captures privilege sets, and can be used to compare required and available privileges to find missing privileges (if any). | Class | org.apache.hadoop.hive.ql.security.authorization.plugin.sqlstd | Apache Hive |
|
| RevokePrivAuthUtils | | Class | org.apache.hadoop.hive.ql.security.authorization.plugin.sqlstd | Apache Hive |
|
| SettableConfigUpdater | Helper class that can be used by authorization implementations to set a default list of 'safe' HiveConf parameters that can be edited by user. | Class | org.apache.hadoop.hive.ql.security.authorization.plugin | Apache Hive |
|
| SQLAuthorizationUtils | | Class | org.apache.hadoop.hive.ql.security.authorization.plugin.sqlstd | Apache Hive |
|
| SQLPrivilegeType | enum SQLPrivilegeTypeEnum Constant Summary | Class | org.apache.hadoop.hive.ql.security.authorization.plugin.sqlstd | Apache Hive |
|
| SQLPrivTypeGrant | enum SQLPrivTypeGrantEnum Constant Summary | Class | org.apache.hadoop.hive.ql.security.authorization.plugin.sqlstd | Apache Hive |
|
| SQLStdConfOnlyAuthorizerFactory | Authorization class that can be used from hive cli, so that configuration in cli mode is set appropriately for SQL standards authorization. | Class | org.apache.hadoop.hive.ql.security.authorization.plugin.sqlstd | Apache Hive |
|
| SQLStdHiveAccessController | | Class | org.apache.hadoop.hive.ql.security.authorization.plugin.sqlstd | Apache Hive |
|
| SQLStdHiveAccessControllerWrapper | Wrapper for SQLStdHiveAccessController that does validation of arguments and then calls the real object. | Class | org.apache.hadoop.hive.ql.security.authorization.plugin.sqlstd | Apache Hive |
|
| SQLStdHiveAuthorizationValidator | | Class | org.apache.hadoop.hive.ql.security.authorization.plugin.sqlstd | Apache Hive |
|
| SQLStdHiveAuthorizerFactory | | Class | org.apache.hadoop.hive.ql.security.authorization.plugin.sqlstd | Apache Hive |
|
| StorageBasedAuthorizationProvider | StorageBasedAuthorizationProvider is an implementation of HiveMetastoreAuthorizationProvider that tries to look at the hdfs | Class | org.apache.hadoop.hive.ql.security.authorization | Apache Hive |
|
| AuthenticationManager | The SecurityManager is responsible for validating credentials associated with principals. | Interface | org.jboss.security | JBoss Server |
|
| Authenticator | Authenticator Interface An Authenticator is responsible for checking requests and sending | Interface | org.eclipse.jetty.security | Jetty |
|
| Authenticator .AuthConfiguration | Authenticator ConfigurationGet a SecurityHandler init parameter | Interface | org.eclipse.jetty.security.Authenticator | Jetty |
|
| Authenticator .Factory | | Interface | org.eclipse.jetty.security.Authenticator | Jetty |
|
| BasicAuthenticator | | Class | org.eclipse.jetty.security.authentication | Jetty |
|
| ClientCertAuthenticator | | Class | org.eclipse.jetty.security.authentication | Jetty |
|
| DeferredAuthentication | | Class | org.eclipse.jetty.security.authentication | Jetty |
|
| DigestAuthenticator | | Class | org.eclipse.jetty.security.authentication | Jetty |
|
| FormAuthenticator | This authenticator implements form authentication will use dispatchers to the login page if the __FORM_DISPATCH init parameter is set to true. | Class | org.eclipse.jetty.security.authentication | Jetty |
|
| FormAuthenticator .FormAuthentication | This Authentication represents a just completed Form authentication. | Class | org.eclipse.jetty.security.authentication.FormAuthenticator | Jetty |
|
| FormAuthenticator .FormRequest | | Class | org.eclipse.jetty.security.authentication.FormAuthenticator | Jetty |
|
| FormAuthenticator .FormResponse | | Class | org.eclipse.jetty.security.authentication.FormAuthenticator | Jetty |
|
| LoginAuthenticator | | Class | org.eclipse.jetty.security.authentication | Jetty |
|
| LoginCallback | This is similar to the jaspi PasswordValidationCallback but includes user principal and group info as well. | Interface | org.eclipse.jetty.security.authentication | Jetty |
|
| LoginCallbackImpl | This is similar to the jaspi PasswordValidationCallback but includes user principal and group info as well. | Class | org.eclipse.jetty.security.authentication | Jetty |
|
| SessionAuthentication | | Class | org.eclipse.jetty.security.authentication | Jetty |
|
| SpnegoAuthenticator | | Class | org.eclipse.jetty.security.authentication | Jetty |
|
| AuthorizationException | Thrown when an authenticated user has insufficient rights to carry out an action. | Class | org.jboss.seam.security | JBoss Seam |
|
| AbstractPortletRequestWhitelist | | Class | com.liferay.portal.security.auth | Liferay Portal |
|
| AccessControlContext | | Class | com.liferay.portal.security.auth | Liferay Portal |
|
| AuthenticatedUserUUIDStore | | Interface | com.liferay.portal.security.auth | Liferay Portal |
|
| AuthenticatedUserUUIDStoreUtil | | Class | com.liferay.portal.security.auth | Liferay Portal |
|
| Authenticator | | Interface | com.liferay.portal.security.auth | Liferay Portal |
|
| AuthException | | Class | com.liferay.portal.security.auth | Liferay Portal |
|
| AuthFailure | | Interface | com.liferay.portal.security.auth | Liferay Portal |
|
| AuthToken | | Interface | com.liferay.portal.security.auth | Liferay Portal |
|
| AuthTokenUtil | | Class | com.liferay.portal.security.auth | Liferay Portal |
|
| AuthTokenWhitelist | | Interface | com.liferay.portal.security.auth | Liferay Portal |
|
| AuthTokenWhitelistUtil | | Class | com.liferay.portal.security.auth | Liferay Portal |
|
| AuthTokenWrapper | | Class | com.liferay.portal.security.auth | Liferay Portal |
|
| AuthVerifier | | Interface | com.liferay.portal.security.auth | Liferay Portal |
|
| AuthVerifierConfiguration | | Class | com.liferay.portal.security.auth | Liferay Portal |
|
| AuthVerifierResult | | Class | com.liferay.portal.security.auth | Liferay Portal |
|
| AuthVerifierResult .State | | Class | com.liferay.portal.security.auth.AuthVerifierResult | Liferay Portal |
|
| AutoLogin | | Interface | com.liferay.portal.security.auth | Liferay Portal |
|
| AutoLoginException | 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 A u t o L o g i n E x c e p t i o n ( ) | Class | com.liferay.portal.security.auth | Liferay Portal |
|
| BaseAutoLogin | F i e l d s i n h e r i t e d f r o m i n t e r f a c e c o m . | Class | com.liferay.portal.security.auth | Liferay Portal |
|
| CompanyThreadLocal | | Class | com.liferay.portal.security.auth | Liferay Portal |
|
| DefaultEmailAddressGenerator | | Class | com.liferay.portal.security.auth | Liferay Portal |
|
| DefaultEmailAddressValidator | | Class | com.liferay.portal.security.auth | Liferay Portal |
|
| DefaultFullNameGenerator | | Class | com.liferay.portal.security.auth | Liferay Portal |
|
| DefaultFullNameValidator | | Class | com.liferay.portal.security.auth | Liferay Portal |
|
| DefaultScreenNameGenerator | | Class | com.liferay.portal.security.auth | Liferay Portal |
|
| DefaultScreenNameValidator | | Class | com.liferay.portal.security.auth | Liferay Portal |
|
| EmailAddressGenerator | | Interface | com.liferay.portal.security.auth | Liferay Portal |
|
| EmailAddressValidator | | Interface | com.liferay.portal.security.auth | Liferay Portal |
|
| FamilyNameFirstFullNameGenerator | | Class | com.liferay.portal.security.auth | Liferay Portal |
|
| FullNameGenerator | | Interface | com.liferay.portal.security.auth | Liferay Portal |
|
| FullNameValidator | | Interface | com.liferay.portal.security.auth | Liferay Portal |
|
| InterruptedPortletRequestWhitelistUtil | | Class | com.liferay.portal.security.auth | Liferay Portal |
|
| LiberalEmailAddressValidator | | Class | com.liferay.portal.security.auth | Liferay Portal |
|
| LiberalScreenNameValidator | F i e l 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.security.auth | Liferay Portal |
|
| PortletRequestWhitelist | | Interface | com.liferay.portal.security.auth | Liferay Portal |
|
| PrincipalException | 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 P r i n c i p a l E x c e p t i o n ( ) | Class | com.liferay.portal.security.auth | Liferay Portal |
|
| PrincipalThreadLocal | | Class | com.liferay.portal.security.auth | Liferay Portal |
|
| RemoteAuthException | | Class | com.liferay.portal.security.auth | Liferay Portal |
|
| ScreenNameGenerator | | Interface | com.liferay.portal.security.auth | Liferay Portal |
|
| ScreenNameValidator | | Interface | com.liferay.portal.security.auth | Liferay Portal |
|
| AbstractAccessControlProvider | AbstractAccessControlProvider. | Class | org.apache.jackrabbit.core.security.authorization | Apache JackRabbit |
|
| AbstractACLTemplate | AbstractACLTemplate. | Class | org.apache.jackrabbit.core.security.authorization | Apache JackRabbit |
|
| 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 |
|
| AbstractLoginModule | AbstractLoginModule provides the means for the common authentication tasks within the Repository. | Class | org.apache.jackrabbit.core.security.authentication | Apache JackRabbit |
|
| AccessControlConstants | AccessControlConstants. | Interface | org.apache.jackrabbit.core.security.authorization | Apache JackRabbit |
|
| AccessControlEditor | AccessControlEditor is used to edit the access control policy and entry objects provided by the respective service. | Interface | org.apache.jackrabbit.core.security.authorization | Apache JackRabbit |
|
| AccessControlEntryImpl | Simple, immutable implementation of the and the JackrabbitAccessControlEntry interfaces. | Class | org.apache.jackrabbit.core.security.authorization | Apache JackRabbit |
|
| AccessControlListener | | Interface | org.apache.jackrabbit.core.security.authorization | Apache JackRabbit |
|
| AccessControlModifications | AccessControlModifications is an unmodifiable collection of modifications made to access control content allowing the | Class | org.apache.jackrabbit.core.security.authorization | Apache JackRabbit |
|
| AccessControlObserver | AccessControlObserver. | Class | org.apache.jackrabbit.core.security.authorization | Apache JackRabbit |
|
| AccessControlProvider | The AccessControlProvider is used to provide access control policy and entry objects that apply to an item in a single workspace. | Interface | org.apache.jackrabbit.core.security.authorization | Apache JackRabbit |
|
| AccessControlProviderFactory | The AccessControlProviderFactory is used to create AccessControlProviders for the various workspaces present in the | Interface | org.apache.jackrabbit.core.security.authorization | Apache JackRabbit |
|
| AccessControlProviderFactoryImpl | | Class | org.apache.jackrabbit.core.security.authorization | Apache JackRabbit |
|
| AccessControlUtils | AccessControlUtils. | Interface | org.apache.jackrabbit.core.security.authorization | Apache JackRabbit |
|
| ACLEditor | | Class | org.apache.jackrabbit.core.security.authorization.acl | Apache JackRabbit |
|
| ACLEditor | | Class | org.apache.jackrabbit.core.security.authorization.principalbased | Apache JackRabbit |
|
| ACLProvider | The ACLProvider generates access control policies out of the items stored in the workspace applying the following rules: | Class | org.apache.jackrabbit.core.security.authorization.acl | Apache JackRabbit |
|
| ACLProvider | | Class | org.apache.jackrabbit.core.security.authorization.principalbased | Apache JackRabbit |
|
| AuthContext | An authentication context used to authenticate users. | Interface | org.apache.jackrabbit.core.security.authentication | Apache JackRabbit |
|
| AuthContextProvider | AuthContextProvider defines how the current request for login is handled. | Class | org.apache.jackrabbit.core.security.authentication | Apache JackRabbit |
|
| Authentication | The Authentication interface defines methods to validate Credentials upon authentication. | Interface | org.apache.jackrabbit.core.security.authentication | Apache JackRabbit |
|
| CallbackHandlerImpl | CallbackHandler that deals with the following callbacks: CredentialsCallback | Class | org.apache.jackrabbit.core.security.authentication | Apache JackRabbit |
|
| CombinedProvider | | Class | org.apache.jackrabbit.core.security.authorization.combined | 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 |
|
| CredentialsCallback | A CredentialsCallbackSee Also:Serialized Form | Class | org.apache.jackrabbit.core.security.authentication | Apache JackRabbit |
|
| CryptedSimpleCredentials | Crypted variant of the SimpleCredentials. | Class | org.apache.jackrabbit.core.security.authentication | Apache JackRabbit |
|
| DefaultLoginModule | The DefaultLoginModule authenticates Credentials related to a User of the Repository | Class | org.apache.jackrabbit.core.security.authentication | Apache JackRabbit |
|
| EntryCollector | EntryCollector collects ACEs defined and effective for a given Node and listens to access control modifications in order | Class | org.apache.jackrabbit.core.security.authorization.acl | Apache JackRabbit |
|
| EntryFilter | | Interface | org.apache.jackrabbit.core.security.authorization.acl | Apache JackRabbit |
|
| GlobPattern | GlobPattern defines a simplistic pattern matching. | Class | org.apache.jackrabbit.core.security.authorization | Apache JackRabbit |
|
| ImpersonationCallback | Callback for a CallbackHandler to ask for a the impersonating Subject to create a | Class | org.apache.jackrabbit.core.security.authentication | Apache JackRabbit |
|
| JAASAuthContext | | Class | org.apache.jackrabbit.core.security.authentication | Apache JackRabbit |
|
| LocalAuthContext | Provide AuthContext interface, for a JAAS-LoginModule not running inSee Also:AuthContext | Class | org.apache.jackrabbit.core.security.authentication | Apache JackRabbit |
|
| NamedAccessControlPolicyImpl | NamedAccessControlPolicyImpl. | Class | org.apache.jackrabbit.core.security.authorization | Apache JackRabbit |
|
| Permission | | Class | org.apache.jackrabbit.core.security.authorization | Apache JackRabbit |
|
| PrivilegeBits | | Class | org.apache.jackrabbit.core.security.authorization | Apache JackRabbit |
|
| PrivilegeManager | PrivilegeManager is a jackrabbit specific extensions to JCR access control management that allows to retrieve privileges known | Interface | org.apache.jackrabbit.api.security.authorization | Apache JackRabbit |
|
| PrivilegeManagerImpl | | Class | org.apache.jackrabbit.core.security.authorization | Apache JackRabbit |
|
| PrivilegeRegistry | The PrivilegeRegistry defines the set of Privileges known to the repository. | Class | org.apache.jackrabbit.core.security.authorization | Apache JackRabbit |
|
| RepositoryCallback | Callback for a CallbackHandler to ask for a Session to access the Repository | Class | org.apache.jackrabbit.core.security.authentication | Apache JackRabbit |
|
| TokenBasedAuthentication | Authentication implementation that compares the tokens stored with a given user node to the token present in the SimpleCredentials attributes. | Class | org.apache.jackrabbit.core.security.authentication.token | Apache JackRabbit |
|
| TokenCredentials | TokenCredentials implements the Credentials interface and represents single token credentials. | Class | org.apache.jackrabbit.api.security.authentication.token | Apache JackRabbit |
|
| UnmodifiableAccessControlList | An implementation of the AccessControlList interface that only allows for reading. | Class | org.apache.jackrabbit.core.security.authorization | Apache JackRabbit |
|
| WorkspaceAccessManager | The WorkspaceAccessManager is responsible for workspace access. | Interface | org.apache.jackrabbit.core.security.authorization | Apache JackRabbit |
|
| AuthenticationException | Authentication process error. | Class | org.exist.security | ExistDB |
|
| AbstractLoginModule | Does login module common work. | Class | com.sap.engine.interfaces.security.auth | SAP NetWeaver |
|
| AbstractLoginModule | Does login module common work. | Class | com.sap.engine.interfaces.security.auth | SAP NetWeaver |
|
| AbstractAuthenticationComponent | This class abstract the support required to set up and query the Acegi context for security enforcement. | Class | org.alfresco.repo.security.authentication | AlFresco |
|
| AbstractAuthenticationService | | Class | org.alfresco.repo.security.authentication | AlFresco |
|
| AbstractAuthorityBridgeDAO | | Class | org.alfresco.repo.security.authority | AlFresco |
|
| AbstractChainingAuthenticationComponent | A base class for chaining authentication components. | Class | org.alfresco.repo.security.authentication | AlFresco |
|
| AbstractChainingAuthenticationService | A base class for chaining authentication services. | Class | org.alfresco.repo.security.authentication | AlFresco |
|
| AbstractChainingFtpAuthenticator | Base chaining FTP Authenticator class. | Class | org.alfresco.repo.security.authentication | AlFresco |
|
| AlfrescoLdapSSLSocketFactory | | Class | org.alfresco.repo.security.authentication.ldap | AlFresco |
|
| AlfrescoSecureContext | Extensions for the Alfresco security context. | Interface | org.alfresco.repo.security.authentication | AlFresco |
|
| AlfrescoSecureContextImpl | Hold an Alfresco extended security contextAuthor:andyhSee Also:Serialized Form | Class | org.alfresco.repo.security.authentication | AlFresco |
|
| AlfrescoSSLSocketFactory | SSL socket factory that uses custom trustStore The factory should be first initialized | Class | org.alfresco.repo.security.authentication | AlFresco |
|
| AuthenticatedAuthenticationPassthroughProvider | | Class | org.alfresco.repo.security.authentication | AlFresco |
|
| AuthenticationComponent | | Interface | org.alfresco.repo.security.authentication | AlFresco |
|
| AuthenticationComponent .UserNameValidationMode | | Class | org.alfresco.repo.security.authentication | AlFresco |
|
| AuthenticationComponentImpl | | Class | org.alfresco.repo.security.authentication | AlFresco |
|
| AuthenticationContext | Low-level interface allowing control and retrieval of the authentication information held for the current thread. | Interface | org.alfresco.repo.security.authentication | AlFresco |
|
| AuthenticationContextImpl | | Class | org.alfresco.repo.security.authentication | AlFresco |
|
| AuthenticationDiagnostic | Diagnostic information for a failed authentication. | Class | org.alfresco.repo.security.authentication | AlFresco |
|
| AuthenticationDisallowedException | | Class | org.alfresco.repo.security.authentication | AlFresco |
|
| AuthenticationException | Alfresco Authentication Exception and wrapperAuthor:andyhSee Also:Serialized Form | Class | org.alfresco.repo.security.authentication | AlFresco |
|
| AuthenticationMaxUsersException | | Class | org.alfresco.repo.security.authentication | AlFresco |
|
| AuthenticationService | | Interface | org.alfresco.service.cmr.security | AlFresco |
|
| AuthenticationServiceImpl | | Class | org.alfresco.repo.security.authentication | AlFresco |
|
| AuthenticationStep | | Interface | org.alfresco.repo.security.authentication | AlFresco |
|
| AuthenticationUtil | Utility helper methods to change the authenticated context for threads. | Class | org.alfresco.repo.security.authentication | AlFresco |
|
| AuthenticationUtil .RunAsWork | | Interface | org.alfresco.repo.security.authentication | AlFresco |
|
| AuthenticatorDeletedEvent | Event emmitted when an Authenticator is deleted, the source is the zoneId deleted. | Class | org.alfresco.repo.security.authentication | AlFresco |
|
| Authority | | Interface | org.alfresco.repo.security.authority.script | AlFresco |
|
| Authority .AuthorityComparator | Does case insensitive sorting of ScriptGroups and ScriptUsers. | Class | org.alfresco.repo.security.authority.script | AlFresco |
|
| Authority .ScriptAuthorityType | | Class | org.alfresco.repo.security.authority.script | AlFresco |
|
| AuthorityBridgeDAO | | Interface | org.alfresco.repo.security.authority | AlFresco |
|
| AuthorityBridgeDAOImpl | | Class | org.alfresco.repo.security.authority | AlFresco |
|
| AuthorityBridgeLink | | Class | org.alfresco.repo.security.authority | AlFresco |
|
| AuthorityBridgeParametersEntity | | Class | org.alfresco.repo.security.authority | AlFresco |
|
| AuthorityBridgeTableAsynchronouslyRefreshedCache | | Class | org.alfresco.repo.security.authority | AlFresco |
|
| AuthorityDAO | | Interface | org.alfresco.repo.security.authority | AlFresco |
|
| AuthorityDAOImpl | | Class | org.alfresco.repo.security.authority | AlFresco |
|
| AuthorityException | | Class | org.alfresco.repo.security.authority | AlFresco |
|
| AuthorityInfo | Authority Info - used by GetAuthorities CQSince:4. | Class | org.alfresco.repo.security.authority | AlFresco |
|
| AuthorityInfoEntity | | Class | org.alfresco.repo.security.authority | AlFresco |
|
| AuthorityService | The service that encapsulates authorities granted to users. | Interface | org.alfresco.service.cmr.security | AlFresco |
|
| AuthorityService .AuthorityFilter | | Interface | org.alfresco.service.cmr.security | AlFresco |
|
| AuthorityServiceImpl | The default implementation of the authority service. | Class | org.alfresco.repo.security.authority | AlFresco |
|
| AuthorityType | The types of authority that are available. | Class | org.alfresco.service.cmr.security | AlFresco |
|
| Authorization | Helper to process username / password pairs passed to the remote tier Identifies whether username / password is a ticket. | Class | org.alfresco.repo.security.authentication | AlFresco |
|
| BasicPasswordGenerator | Generates a password of specified length consisting of printable ASCII charactersAuthor:glen johnson at Alfresco dot com | Class | org.alfresco.repo.security.authentication | AlFresco |
|
| ChainingAuthenticationComponentImpl | A chaining authentication component is required for all the beans that wire up an authentication component and not an authentication service. | Class | org.alfresco.repo.security.authentication | AlFresco |
|
| ChainingAuthenticationServiceImpl | This class implements a simple chaining authentication service. | Class | org.alfresco.repo.security.authentication | AlFresco |
|
| CompositePasswordEncoder | A configurable password encoding that delegates the encoding to a Map of configured encoders. | Class | org.alfresco.repo.security.authentication | AlFresco |
|
| DefaultMutableAuthenticationDao | An authority DAO that has no implementation. | Class | org.alfresco.repo.security.authentication | AlFresco |
|
| DefaultRemoteUserMapper | A default RemoteUserMapper implementation. | Class | org.alfresco.repo.security.authentication.external | AlFresco |
|
| GetAuthoritiesCannedQuery | GetAuthorities CQ - to get paged list of authoritiesSince:4. | Class | org.alfresco.repo.security.authority | AlFresco |
|
| GetAuthoritiesCannedQueryFactory | GetAuthorities CQ Factory - to get paged list of authoritiesSince:4. | Class | org.alfresco.repo.security.authority | AlFresco |
|
| GetAuthoritiesCannedQueryParams | GetAuthorities CQ parameters - for query context and filteringSince:4. | Class | org.alfresco.repo.security.authority | AlFresco |
|
| HashPasswordTransactionListener | Transaction listener that re-generates the hash of a users password in the afterCommit callback. | Class | org.alfresco.repo.security.authentication | AlFresco |
|
| InMemoryTicketComponentImpl | Store tickets in memory. | Class | org.alfresco.repo.security.authentication | AlFresco |
|
| InMemoryTicketComponentImpl .ExpiryMode | | Class | org.alfresco.repo.security.authentication | AlFresco |
|
| InMemoryTicketComponentImpl .Ticket | | Class | org.alfresco.repo.security.authentication | AlFresco |
|
| JAASAuthenticationComponent | JAAS based authentication The user name and password are picked up from login. | Class | org.alfresco.repo.security.authentication.jaas | AlFresco |
|
| LDAPAuthenticationComponentImpl | Authenticates a user by LDAP. | Class | org.alfresco.repo.security.authentication.ldap | AlFresco |
|
| LDAPInitialDirContextFactory | Interface that defines a factory for obtaining ldap directory contexts. | Interface | org.alfresco.repo.security.authentication.ldap | AlFresco |
|
| LDAPInitialDirContextFactoryImpl | | Class | org.alfresco.repo.security.authentication.ldap | AlFresco |
|
| MD4PasswordEncoder | | Interface | org.alfresco.repo.security.authentication | AlFresco |
|
| MD4PasswordEncoderImpl | MD4 implementation of PasswordEncoder. | Class | org.alfresco.repo.security.authentication | AlFresco |
|
| MessageDigestPasswordEncoder | Base for digest password encoders. | Class | org.alfresco.repo.security.authentication | AlFresco |
|
| Monitor | | Class | org.alfresco.repo.security.authentication.ldap | AlFresco |
|
| MonitorBeanInfo | | Class | org.alfresco.repo.security.authentication.ldap | AlFresco |
|
| MutableAuthenticationDao | A service provider interface to provide both acegi integration via AuthenticationDao and SaltSource and mutability support for user definitions. | Interface | org.alfresco.repo.security.authentication | AlFresco |
|
| MutableAuthenticationServiceImpl | The default implementation of MutableAuthenticationService. | Class | org.alfresco.repo.security.authentication | AlFresco |
|
| NameBasedUserNameGenerator | Generates a user name based upon firstName and lastName. | Class | org.alfresco.repo.security.authentication | AlFresco |
|
| NLTMAuthenticator | An specialized AuthenticationComponent that is capable of handling NTLM authentication directly, either by 'passing through' to a domain server or by validating an MD4 hashed password. | Interface | org.alfresco.repo.security.authentication.ntlm | AlFresco |
|
| NoOpPasswordEncoderImpl | NoOp implementation of PasswordEncoder. | Class | org.alfresco.repo.security.authentication | AlFresco |
|
| NTLMAuthenticationComponentImpl | NTLM Authentication Component Class Provides authentication using passthru to a Windows server(s)/domain controller(s) using the accounts | Class | org.alfresco.repo.security.authentication.ntlm | AlFresco |
|
| NTLMAuthenticationProvider | | Class | org.alfresco.repo.security.authentication.ntlm | AlFresco |
|
| NTLMChallenge | Contains the NTLM challenge bytes. | Class | org.alfresco.repo.security.authentication.ntlm | AlFresco |
|
| NTLMLocalToken | Used to provide authentication with a remote Windows server when the username and password areAuthor:GKSpencerSee Also:Serialized Form | Class | org.alfresco.repo.security.authentication.ntlm | AlFresco |
|
| NTLMMode | | Class | org.alfresco.repo.security.authentication | AlFresco |
|
| NTLMPassthruToken | Used to provide passthru authentication to a remote Windows server using multiple stages that allows authentication details to be passed between a client and the remote authenticating server without | Class | org.alfresco.repo.security.authentication.ntlm | AlFresco |
|
| NullMutableAuthenticationDao | Null Mutable Authentication Dao Class Mutable authentication implementation that does nothing. | Class | org.alfresco.repo.security.authentication.ntlm | AlFresco |
|
| PasswordGenerator | | Interface | org.alfresco.repo.security.authentication | AlFresco |
|
| RandomUserNameGenerator | | Class | org.alfresco.repo.security.authentication | AlFresco |
|
| RemoteUserMapper | An interface for objects capable of extracting an externally authenticated user ID from an HTTP request. | Interface | org.alfresco.repo.security.authentication.external | AlFresco |
|
| RepositoryAuthenticatedUser | A user authenticated by the Alfresco repository using RepositoryAuthenticationDaoAuthor:Gethin JamesSee Also:Serialized Form | Class | org.alfresco.repo.security.authentication | AlFresco |
|
| RepositoryAuthenticationDao | | Class | org.alfresco.repo.security.authentication | AlFresco |
|
| RepositoryAuthenticationProvider | A DaoAuthenticationProvider that makes use of a CompositePasswordEncoder to check the password is correct. | Class | org.alfresco.repo.security.authentication | AlFresco |
|
| ScriptAuthorityService | Script object representing the authority service. | Class | org.alfresco.repo.security.authority.script | AlFresco |
|
| ScriptGroup | The Script group is a GROUP authority exposed to the scripting API. | Class | org.alfresco.repo.security.authority.script | AlFresco |
|
| ScriptUser | The Script user is a USER authority exposed to the scripting APIAuthor:mrogersSee Also:Serialized Form | Class | org.alfresco.repo.security.authority.script | AlFresco |
|
| ShaPasswordEncoderImpl | SHA implementation of PasswordEncoder. | Class | org.alfresco.repo.security.authentication | AlFresco |
|
| SimpleAcceptOrRejectAllAuthenticationComponentImpl | This implementation of an AuthenticationComponent can be configured to accept or reject all attempts to login. | Class | org.alfresco.repo.security.authentication | AlFresco |
|
| SubsystemChainingAuthenticationComponent | An authentication component that chains across beans in multiple child application contexts corresponding to different 'subsystems' in a chain determined by a ChildApplicationContextManager. | Class | org.alfresco.repo.security.authentication.subsystems | AlFresco |
|
| SubsystemChainingAuthenticationService | An authentication service that chains across beans in multiple child application contexts corresponding to different 'subsystems' in a chain determined by a ChildApplicationContextManager. | Class | org.alfresco.repo.security.authentication.subsystems | AlFresco |
|
| SubsystemChainingFtpAuthenticator | This class wires up all the active FTPAuthenticatorBase beans in a chain. | Class | org.alfresco.repo.security.authentication.subsystems | AlFresco |
|
| TenantAwareUserNameGenerator | Tenant Aware user name generator generates user names for each specific tenant. | Class | org.alfresco.repo.security.authentication | AlFresco |
|
| TicketCleanupJob | | Class | org.alfresco.repo.security.authentication | AlFresco |
|
| TicketComponent | | Interface | org.alfresco.repo.security.authentication | AlFresco |
|
| TicketExpiredException | | Class | org.alfresco.repo.security.authentication | AlFresco |
|
| AuthenticationContext | Authentication context. | Class | org.apache.ignite.plugin.security | Ignite |
|
| AuthenticationNameUserIdSource | | Class | org.springframework.social.security | Spring Social |
|
| AuthenticationProvider | AuthenticationProvider Configures an authentication provider. | Interface | org.hippoecm.hst.security | Hippo |
|
| AuthenticationProvider | AuthenticationProvider Configures an authentication provider. | Interface | org.hippoecm.hst.security | Hippo |