Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Security.auth Classes and Interfaces - 483 results found.
NameDescriptionTypePackageFramework
AccountExceptionA generic account exception.Classjavax.security.auth.loginJava SE
AccountExpiredExceptionSignals that a user account has expired.Classjavax.security.auth.loginJava SE
AccountLockedExceptionSignals that an account was locked.Classjavax.security.auth.loginJava SE
AccountNotFoundExceptionSignals that an account was not found.Classjavax.security.auth.loginJava SE
AppConfigurationEntryThis class represents a single LoginModule entry configured for the application specified in theClassjavax.security.auth.loginJava SE
AppConfigurationEntry .LoginModuleControlFlagThis class represents whether or not a LoginModule is REQUIRED, REQUISITE, SUFFICIENT or OPTIONAL.Classjavax.security.auth.login.AppConfigurationEntryJava SE
AuthPermissionThis class is for authentication permissions.Classjavax.security.authJava SE
AuthProviderThis class defines login and logout methods for a provider.Classjava.securityJava SE
ChoiceCallback Underlying security services instantiate and pass a ChoiceCallback to the handleClassjavax.security.auth.callbackJava SE
ConfigurationA Configuration object is responsible for specifying which LoginModules should be used for a particular application, and in what order theClassjavax.security.auth.loginJava SE
ConfigurationSpiThis class defines the Service Provider Interface (SPI) for the Configuration class.Classjavax.security.auth.loginJava SE
ConfirmationCallback Underlying security services instantiate and pass a ConfirmationCallback to the handleClassjavax.security.auth.callbackJava SE
CredentialExceptionA generic credential exception.Classjavax.security.auth.loginJava SE
CredentialExpiredExceptionSignals that a Credential has expired.Classjavax.security.auth.loginJava SE
CredentialNotFoundExceptionSignals that a credential was not found.Classjavax.security.auth.loginJava SE
Callback Implementations of this interface are passed to a CallbackHandler, allowing underlying security servicesInterfacejavax.security.auth.callbackJava SE
CallbackHandler An application implements a CallbackHandler and passes it to underlying security services so that they may interact withInterfacejavax.security.auth.callbackJava SE
Configuration .ParametersThis represents a marker interface for Configuration parameters.Interfacejavax.security.auth.login.ConfigurationJava SE
DelegationPermissionThis class is used to restrict the usage of the Kerberos delegation model, ie: forwardable and proxiable tickets.Classjavax.security.auth.kerberosJava SE
DestroyFailedExceptionSignals that a destroy operation failed.Classjavax.security.authJava SE
DestroyableObjects such as credentials may optionally implement this interface to provide the capability to destroy its contents.Interfacejavax.security.authJava SE
EncryptionKeyThis class encapsulates an EncryptionKey used in Kerberos.Classjavax.security.auth.kerberosJava SE
FailedLoginExceptionSignals that user authentication failed.Classjavax.security.auth.loginJava SE
KerberosCredMessageThis class encapsulates a Kerberos 5 KRB_CRED message which can be used to send Kerberos credentials from one principal to another.Classjavax.security.auth.kerberosJava SE
KerberosKeyThis class encapsulates a long term secret key for a Kerberos A KerberosKey object includes an EncryptionKey, aClassjavax.security.auth.kerberosJava SE
KerberosPrincipalThis class encapsulates a Kerberos principal.Classjavax.security.auth.kerberosJava SE
KerberosTicketThis class encapsulates a Kerberos ticket and associated information as viewed from the client's point of view.Classjavax.security.auth.kerberosJava SE
KeyTabThis class encapsulates a keytab file.Classjavax.security.auth.kerberosJava SE
LanguageCallback Underlying security services instantiate and pass a LanguageCallback to the handleClassjavax.security.auth.callbackJava SE
LoginContext The LoginContext class describes the basic methods used to authenticate Subjects and provides a way to develop anClassjavax.security.auth.loginJava SE
LoginExceptionThis is the basic login exception.Classjavax.security.auth.loginJava SE
LoginModule Service-provider interface for authentication technology providers.Interfacejavax.security.auth.spiJava SE
NameCallback Underlying security services instantiate and pass a NameCallback to the handleClassjavax.security.auth.callbackJava SE
PasswordCallback Underlying security services instantiate and pass a PasswordCallback to the handleClassjavax.security.auth.callbackJava SE
Policy This is an abstract class for representing the system policy for Subject-based authorization.Classjavax.security.authJava SE
PrivateCredentialPermissionThis class is used to protect access to private Credentials belonging to a particular Subject.Classjavax.security.authJava SE
RefreshFailedExceptionSignals that a refresh operation failed.Classjavax.security.authJava SE
RefreshableObjects such as credentials may optionally implement this interface to provide the capability to refresh itself.Interfacejavax.security.authJava SE
ServicePermissionThis class is used to protect Kerberos services and the credentials necessary to access those services.Classjavax.security.auth.kerberosJava SE
Subject A Subject represents a grouping of related information for a single entity, such as a person.Classjavax.security.authJava SE
SubjectDomainCombinerA SubjectDomainCombiner updates ProtectionDomains with Principals from the Subject associated with thisClassjavax.security.authJava SE
TextInputCallback Underlying security services instantiate and pass a TextInputCallback to the handleClassjavax.security.auth.callbackJava SE
TextOutputCallback Underlying security services instantiate and pass a TextOutputCallback to the handleClassjavax.security.auth.callbackJava SE
UnsupportedCallbackExceptionSignals that a CallbackHandler does not recognize a particular Callback.Classjavax.security.auth.callbackJava SE
X500Principal This class represents an X.Classjavax.security.auth.x500Java SE
X500PrivateCredential This class represents an X500PrivateCredential.Classjavax.security.auth.x500Java SE
AuthConfigThis interface defines the common functionality implemented by Authentication context configuration objects.Interfacejavax.security.auth.message.configJava EE
AuthConfigFactoryThis class is used to obtain AuthConfigProvider objects that can be used to obtain authentication context configuration objects,Classjavax.security.auth.message.configJava EE
AuthConfigFactory .RegistrationContextRepresents the layer identifier, application context identifier, and description components of an AuthConfigProvider registration at theInterfacejavax.security.auth.message.config.AuthConfigFactoryJava EE
AuthConfigProviderThis interface is implemented by objects that can be used to obtain authentication context configuration objects, that is, Interfacejavax.security.auth.message.configJava EE
AuthExceptionA generic authentication exception.Classjavax.security.auth.messageJava EE
AuthStatusThe AuthStatus class is used to represent return values from Authentication modules and Authentication Contexts.Classjavax.security.auth.messageJava EE
CallerPrincipalCallbackCallback for setting the container's caller (or Remote user) principal.Classjavax.security.auth.message.callbackJava EE
CertStoreCallbackCallback for CertStore.Classjavax.security.auth.message.callbackJava EE
ClientAuthAn implementation of this interface is used to secure service request messages, and validate received service response messages.Interfacejavax.security.auth.messageJava EE
ClientAuthConfigThis interface encapsulates the configuration of ClientAuthContext objects for a message layer and application context (for example, the messaging context of Interfacejavax.security.auth.message.configJava EE
ClientAuthContextThis ClientAuthContext class encapsulates ClientAuthModules that are used to secure service requests made by a client, and to validate any responsesInterfacejavax.security.auth.message.configJava EE
ClientAuthModuleA ClientAuthModule secures request messages, and validates received A module implementation should assume it may be used to secureInterfacejavax.security.auth.message.moduleJava EE
GroupPrincipalCallbackCallback establishing group principals within the argument subject.Classjavax.security.auth.message.callbackJava EE
MessageInfoA message processing runtime uses this interface to pass messages and message processing state to authentication contexts for processing by Interfacejavax.security.auth.messageJava EE
MessagePolicyThis class defines a message authentication policy.Classjavax.security.auth.messageJava EE
MessagePolicy .ProtectionPolicyThis interface is used to represent message authentication policy.Interfacejavax.security.auth.message.MessagePolicyJava EE
MessagePolicy .TargetThis interface is used to represent and perform message targeting.Interfacejavax.security.auth.message.MessagePolicyJava EE
MessagePolicy .TargetPolicyThis class defines the message protection policies for specific Targets.Classjavax.security.auth.message.MessagePolicyJava EE
PasswordValidationCallbackCallback for PasswordValidation.Classjavax.security.auth.message.callbackJava EE
PrivateKeyCallbackCallback for acquiring a Public Key Infrastructure (PKI) private key and its corresponding certificate chain.Classjavax.security.auth.message.callbackJava EE
PrivateKeyCallback .AliasRequestRequest type for private keys that are identified using an alias.Classjavax.security.auth.message.callback.PrivateKeyCallbackJava EE
PrivateKeyCallback .DigestRequestRequest type for private keys that are identified using a certificate digest or thumbprint.Classjavax.security.auth.message.callback.PrivateKeyCallbackJava EE
PrivateKeyCallback .IssuerSerialNumRequestRequest type for private keys that are identified using an issuer/serial number.Classjavax.security.auth.message.callback.PrivateKeyCallbackJava EE
PrivateKeyCallback .SubjectKeyIDRequestClassjavax.security.auth.message.callback.PrivateKeyCallbackJava EE
RegistrationListenerAn implementation of this interface may be associated with an AuthConfigProvider registration at an AuthConfigFactory at the Interfacejavax.security.auth.message.configJava EE
SecretKeyCallbackCallback for acquiring a shared secret from a key repository.Classjavax.security.auth.message.callbackJava EE
SecretKeyCallback .AliasRequestRequest type for secret keys that are identified using an alias.Classjavax.security.auth.message.callback.SecretKeyCallbackJava EE
ServerAuthAn implementation of this interface is used to validate received service request messages, and to secure service response messages.Interfacejavax.security.auth.messageJava EE
ServerAuthConfigThis interface describes a configuration of ServerAuthConfiguration objects for a message layer and application context (for example, the messaging context of Interfacejavax.security.auth.message.configJava EE
ServerAuthContextThis ServerAuthContext class encapsulates ServerAuthModules that are used to validate service requests received from clients, and to secure any Interfacejavax.security.auth.message.configJava EE
ServerAuthModuleA ServerAuthModule validates client requests and secures responses A module implementation should assume it may be used to secureInterfacejavax.security.auth.message.moduleJava EE
TrustStoreCallbackCallback for trusted certificate KeyStore.Classjavax.security.auth.message.callbackJava EE
AuthenticationAuditListenerDefault implementation of AbstractAuthenticationAuditListener.Classorg.springframework.boot.actuate.securitySpring Boot
AuthenticationManagerConfigurationConfiguration for a Spring Security in-memory AuthenticationManager.Classorg.springframework.boot.autoconfigure.securitySpring Boot
AuthenticationManagerConfiguration .AuthenticationManagerConfigurationListenerApplicationListener to autowire the AuthenticationEventPublisherinto the AuthenticationManager.Classorg.springframework.boot.autoconfigure.security.AuthenticationManagerConfigurationSpring Boot
AuthorizationAuditListenerDefault implementation of AbstractAuthorizationAuditListener.Classorg.springframework.boot.actuate.securitySpring Boot
AuthenticationPluginProvide some of the functionality of the org.Interfaceorg.apache.sling.jcr.jackrabbit.server.securityApache Sling
AuthenticationBrokerInterfaceorg.apache.activemq.securityApache ActiveMQ
AuthenticationUserClassorg.apache.activemq.securityApache ActiveMQ
AuthorizationBrokerVerifies if a authenticated user can do an operation against the broker using an authorization map.Classorg.apache.activemq.securityApache ActiveMQ
AuthorizationDestinationFilterAuthorizes addSubscription calls.Classorg.apache.activemq.securityApache ActiveMQ
AuthorizationDestinationInterceptorClassorg.apache.activemq.securityApache ActiveMQ
AuthorizationEntryRepresents an entry in a DefaultAuthorizationMap for assigning different operations (read, write, admin) of user roles to a specificClassorg.apache.activemq.securityApache ActiveMQ
AuthorizationMapInterfaceorg.apache.activemq.securityApache ActiveMQ
AuthorizationPluginAn authorization plugin where each operation on a destination is checked against an authorizationMapClassorg.apache.activemq.securityApache ActiveMQ
AuthenticationPluginWARNING: This API is experimental and might change in incompatible ways in the next release.Classorg.apache.solr.securityApache Solr Lucene
AuthorizationContextRequest context for Solr to be used by Authorization plugin.Classorg.apache.solr.securityApache Solr Lucene
AuthorizationContext .CollectionRequestClassorg.apache.solr.security.AuthorizationContextApache Solr Lucene
AuthorizationContext .RequestTypeClassorg.apache.solr.security.AuthorizationContextApache Solr Lucene
AuthorizationPluginInterfaceorg.apache.solr.securityApache Solr Lucene
AuthorizationResponseClassorg.apache.solr.securityApache Solr Lucene
AccountExceptionA generic account exception.Classsecurity.auth.loginCode Trails
AccountExpiredExceptionSignals that a user account has expired.Classsecurity.auth.loginCode Trails
AccountLockedExceptionSignals that an account was locked.Classsecurity.auth.loginCode Trails
AccountNotFoundExceptionSignals that an account was not found.Classsecurity.auth.loginCode Trails
AppConfigurationEntryThis class represents a single LoginModule entry configured for the application specified in theClasssecurity.auth.loginCode Trails
AppConfigurationEntry .LoginModuleControlFlagThis class represents whether or not a LoginModule is REQUIRED, REQUISITE, SUFFICIENT or OPTIONAL.Classsecurity.auth.login.AppConfigurationEntryCode Trails
AuthPermissionThis class is for authentication permissions.Classsecurity.authCode Trails
AuthProviderThis class defines login and logout methods for a provider.ClasssecurityCode Trails
Callback Implementations of this interface are passed to a CallbackHandler, allowing underlying security servicesInterfacesecurity.auth.callbackCode Trails
CallbackHandler An application implements a CallbackHandler and passes it to underlying security services so that they may interact withInterfacesecurity.auth.callbackCode Trails
ChoiceCallback Underlying security services instantiate and pass a ChoiceCallback to the handleClasssecurity.auth.callbackCode Trails
ConfigFileThis class represents a default implementation for javax.Classsun.security.auth.loginCode Trails
ConfigurationA Configuration object is responsible for specifying which LoginModules should be used for a particular application, and in what order theClasssecurity.auth.loginCode Trails
Configuration .ConfigDelegateThis subclass is returned by the getInstance calls.Classsecurity.auth.login.ConfigurationCode Trails
ConfigurationSpiThis class defines the Service Provider Interface (SPI) for the Configuration class.Classsecurity.auth.loginCode Trails
ConfirmationCallback Underlying security services instantiate and pass a ConfirmationCallback to the handleClasssecurity.auth.callbackCode Trails
CredentialExceptionA generic credential exception.Classsecurity.auth.loginCode Trails
CredentialExpiredExceptionSignals that a Credential has expired.Classsecurity.auth.loginCode Trails
CredentialNotFoundExceptionSignals that a credential was not found.Classsecurity.auth.loginCode Trails
CryptClasssun.security.auth.moduleCode Trails
DelegationPermissionThis class is used to restrict the usage of the Kerberos delegation model, ie: forwardable and proxiable tickets.Classsecurity.auth.kerberosCode Trails
DestroyableObjects such as credentials may optionally implement this interface to provide the capability to destroy its contents.Interfacesecurity.authCode Trails
DestroyFailedExceptionSignals that a destroy operation failed.Classsecurity.authCode Trails
DialogCallbackHandler Uses a Swing dialog window to query the user for answers to authentication questions.Classsun.security.auth.callbackCode Trails
DialogCallbackHandler .ConfirmationInfoClasssun.security.auth.callback.DialogCallbackHandlerCode Trails
AuthorizationManagerThe AuthorizationManager is a cache-scoped component which verifies that the Subject associated with the current AccessControlContext has the requested permissions.Interfaceorg.infinispan.securityInfinispan
AuthorizationPermissionenum AuthorizationPermissionAuthorizationPermission.Classorg.infinispan.securityInfinispan
AdjudicatorImplThe base class of all adjudicator MBean implementations.Classweblogic.management.security.authorizationOracle WebLogic
AdjudicatorMBeanThe SSPI MBean that all Adjudication providers must extend.Interfaceweblogic.management.security.authorizationOracle WebLogic
AuthenticateAuthenticate a user and add Principals to the Subject.Classweblogic.security.authOracle WebLogic
AuthenticationProviderImplThe base class of all authentication provider MBean implementations.Classweblogic.management.security.authenticationOracle WebLogic
AuthenticationProviderMBeanThe base MBean for all MBean implementations that manage Authentication providers.Interfaceweblogic.management.security.authenticationOracle WebLogic
AuthenticatorImplThe base class of all authenticator MBean implementations.Classweblogic.management.security.authenticationOracle WebLogic
AuthenticatorMBeanThe SSPI MBean that all Authentication providers with login services must extend.Interfaceweblogic.management.security.authenticationOracle WebLogic
AuthFilterAn implementation of the AuthFilter interface is called via a RequestDispatcher.Classweblogic.servlet.securityOracle WebLogic
AuthorizerImplThe base class of all authorizer MBean implementations.Classweblogic.management.security.authorizationOracle WebLogic
AuthorizerMBeanThe base MBean for Authorization providers.Interfaceweblogic.management.security.authorizationOracle WebLogic
ComponentTypeThe ComponentType class provides constants for the component type parameter when using the PolicyListerMBeanClassweblogic.management.security.authorizationOracle WebLogic
ContextHandlerCallbackThis callback passes the ContextHandler to LoginModule.Classweblogic.security.auth.callbackOracle WebLogic
DeployableAuthorizerImplAn Authorization provider that supports deploying policies on behalf of Web application and EJB deployment.Classweblogic.management.security.authorizationOracle WebLogic
DeployableAuthorizerMBeanThe SSPI MBean that must be extended by all Authorization providers that can store policies created while deploying aInterfaceweblogic.management.security.authorizationOracle WebLogic
DeployableRoleMapperImplA Role Mapping provider that supports deploying policies on behalf of Web application and EJB deployment.Classweblogic.management.security.authorizationOracle WebLogic
DeployableRoleMapperMBeanThe SSPI MBean that must be extended by Role Mapping providers that can store roles created while deploying a Web application or EJB.Interfaceweblogic.management.security.authorizationOracle WebLogic
GroupCallbackUnderlying security services instantiate and pass a GroupCallback to the invokeCallbackClassweblogic.security.auth.callbackOracle WebLogic
GroupEditorMBeanProvides a set of methods for creating, editing, and removing groups.Interfaceweblogic.management.security.authenticationOracle WebLogic
GroupMemberListerMBeanProvides a method for listing a group's members.Interfaceweblogic.management.security.authenticationOracle WebLogic
GroupMembershipHierarchyCacheMBeanDefines methods used to get/set the configuration attributes that are required to support the Group Membership Hierarchy Cache.Interfaceweblogic.management.security.authenticationOracle WebLogic
GroupReaderMBeanProvides a set of methods for reading data about groups.Interfaceweblogic.management.security.authenticationOracle WebLogic
GroupRemoverMBeanProvides a method for removing groups.Interfaceweblogic.management.security.authenticationOracle WebLogic
GroupUserListerMBeanProvides a method for listing a group's user members.Interfaceweblogic.management.security.authenticationOracle WebLogic
IdentityAsserterImplThe base class of all Identity Assertion provider MBean implementations.Classweblogic.management.security.authenticationOracle WebLogic
IdentityAsserterMBeanThe SSPI MBean that all Identity Assertion providers must extend.Interfaceweblogic.management.security.authenticationOracle WebLogic
ListerKeysThe ListerKeys class provides constants for the key names use to obtain values from a Properties object when using theClassweblogic.management.security.authorizationOracle WebLogic
MemberGroupListerMBeanProvides a method for listing the groups that contain a member.Interfaceweblogic.management.security.authenticationOracle WebLogic
PasswordCredentialClassweblogic.security.auth.loginOracle WebLogic
PasswordValidatorMBeanA marker interface to indicate a password validation provider MBean.Interfaceweblogic.management.security.authenticationOracle WebLogic
PolicyConsumerMBeanThe SSPI MBean that security providers extend to indicate that the provider supports policy consumption.Interfaceweblogic.management.security.authorizationOracle WebLogic
PolicyEditorMBeanProvides a set of methods for creating, editing, and removing policies.Interfaceweblogic.management.security.authorizationOracle WebLogic
PolicyListerMBeanProvides a set of methods for listing data about policies.Interfaceweblogic.management.security.authorizationOracle WebLogic
PolicyReaderMBeanProvides a set of methods for reading data about policies.Interfaceweblogic.management.security.authorizationOracle WebLogic
PolicyStoreMBeanProvides a set of methods for managing policies in a policy store.Interfaceweblogic.management.security.authorizationOracle WebLogic
PredicateEditorMBeanThis MBean edits data about predicates and their arguments.Interfaceweblogic.management.security.authorizationOracle WebLogic
PredicateReaderMBeanThis MBean reads data about predicates and their arguments.Interfaceweblogic.management.security.authorizationOracle WebLogic
RoleConsumerMBeanThe SSPI MBean that security providers extend to indicate that the provider supports role consumption.Interfaceweblogic.management.security.authorizationOracle WebLogic
RoleEditorMBeanProvides a set of methods for creating, editing, and removing policies.Interfaceweblogic.management.security.authorizationOracle WebLogic
RoleListerMBeanProvides a set of methods for listing data about roles.Interfaceweblogic.management.security.authorizationOracle WebLogic
RoleMapperImplThe base class of all Role Mapping MBean implementations.Classweblogic.management.security.authorizationOracle WebLogic
RoleMapperMBeanThe base MBean for Role Mapping providers.Interfaceweblogic.management.security.authorizationOracle WebLogic
RoleReaderMBeanProvides a set of methods for reading policies.Interfaceweblogic.management.security.authorizationOracle WebLogic
ServletAuthenticationFilterMBeanThe SSPI MBean that all Servlet Authentication Filter providers must extend.Interfaceweblogic.management.security.authenticationOracle WebLogic
URLCallbackUnderlying security services instantiate and pass a URLCallback to the invokeCallbackClassweblogic.security.auth.callbackOracle WebLogic
UserEditorMBeanProvides a set of methods for creating, editing, and removing users.Interfaceweblogic.management.security.authenticationOracle WebLogic
UserLockoutManagerMBeanLists and manages lockouts on user accounts.Interfaceweblogic.management.security.authenticationOracle WebLogic
UsernamePasswordLoginModuleUsernamePasswordLoginModule is used in a WLS client to authenticate to the WLS server.Classweblogic.security.auth.loginOracle WebLogic
UserPasswordEditorMBeanProvides two methods for changing a user's password.Interfaceweblogic.management.security.authenticationOracle WebLogic
UserReaderMBeanProvides a set of methods for reading data about users.Interfaceweblogic.management.security.authenticationOracle WebLogic
UserRemoverMBeanProvides a method for removing users.Interfaceweblogic.management.security.authenticationOracle WebLogic
AuthenticatedUserA small (mostly marker) interface for wrapping provider-specificAuthor:Glen Daniels (gdaniels@apache.Interfaceorg.apache.axis.securityApache Axis
AuthenticateClassorg.apache.accumulo.test.randomwalk.securityApache Accumulo
AuthorizationContainerAn interface for classes that contain a collection of authorizations.Interfaceorg.apache.accumulo.core.securityApache Accumulo
AuthorizationsA collection of authorization strings.Classorg.apache.accumulo.core.securityApache Accumulo
AuthUtilsClassbacktype.storm.security.authApache Storm
AutoTGTAutomatically take a user's TGT, and push it, and renew it in Nimbus.Classbacktype.storm.security.auth.kerberosApache Storm
AutoTGTKrb5LoginModuleClassbacktype.storm.security.auth.kerberosApache Storm
AutoTGTKrb5LoginModuleTestCustom LoginModule extended for testing.Classbacktype.storm.security.auth.kerberosApache Storm
ClientCallbackHandlerclient side callback handler.Classbacktype.storm.security.auth.digestApache Storm
ClientCallbackHandlerSASL client side callback handler.Classbacktype.storm.security.auth.kerberosApache Storm
DefaultHttpCredentialsPluginClassbacktype.storm.security.authApache Storm
DefaultPrincipalToLocalStorm can be configured to launch worker processed as a given user.Classbacktype.storm.security.authApache Storm
DenyAuthorizerClassbacktype.storm.security.auth.authorizerApache Storm
DigestSaslTransportPluginClassbacktype.storm.security.auth.digestApache Storm
DRPCAuthorizerBaseClassbacktype.storm.security.auth.authorizerApache Storm
DRPCSimpleACLAuthorizerClassbacktype.storm.security.auth.authorizerApache Storm
IAuthorizerNimbus could be configured with an authorization plugin.Interfacebacktype.storm.security.authApache Storm
IAutoCredentialsProvides a way to automatically push credentials to a topology and to retreave them in the worker.Interfacebacktype.storm.security.authApache Storm
ICredentialsRenewerProvides a way to renew credentials on behelf of a user.Interfacebacktype.storm.security.authApache Storm
IGroupMappingServiceProviderGet all various group memberships of a given user.Interfacebacktype.storm.security.authApache Storm
IHttpCredentialsPluginInterface for handling credentials in an HttpServletRequestGets the user name from the request.Interfacebacktype.storm.security.authApache Storm
IPrincipalToLocalStorm can be configured to launch worker processed as a given user.Interfacebacktype.storm.security.authApache Storm
ITransportPluginInterfacebacktype.storm.security.authApache Storm
KerberosPrincipalToLocalClassbacktype.storm.security.authApache Storm
KerberosSaslTransportPluginClassbacktype.storm.security.auth.kerberosApache Storm
NoopAuthorizerA no-op authorization implementation that illustrate info available for authorization decisions.Classbacktype.storm.security.auth.authorizerApache Storm
ReqContextcontext request context includes info about (1) remote address, Classbacktype.storm.security.authApache Storm
SaslTransportPluginBase class for SASL authentication plugin.Classbacktype.storm.security.authApache Storm
SaslTransportPlugin .UserClassbacktype.storm.security.auth.SaslTransportPluginApache Storm
ServerCallbackHandlerClassbacktype.storm.security.auth.digestApache Storm
ServerCallbackHandlerClassbacktype.storm.security.auth.kerberosApache Storm
ShellBasedGroupsMappingClassbacktype.storm.security.authApache Storm
SimpleACLAuthorizerClassbacktype.storm.security.auth.authorizerApache Storm
SimpleTransportPluginSimple transport for Thrift plugin.Classbacktype.storm.security.authApache Storm
SimpleWhitelistAuthorizerAn authorization implementation that simply checks a whitelist of users that are allowed to use the cluster.Classbacktype.storm.security.auth.authorizerApache Storm
SingleUserPrincipalA Principal that represents a user.Classbacktype.storm.security.authApache Storm
TBackoffConnectClassbacktype.storm.security.authApache Storm
ThriftClientClassbacktype.storm.security.authApache Storm
ThriftConnectionTypeenum ThriftConnectionTypeThe purpose for which the Thrift server is created.Classbacktype.storm.security.authApache Storm
ThriftServerClassbacktype.storm.security.authApache Storm
AuthorizationFactoryClassorg.apache.hadoop.hive.ql.security.authorizationApache Hive
AuthorizationFactory .AuthorizationExceptionHandlerInterfaceorg.apache.hadoop.hive.ql.security.authorization.AuthorizationFactoryApache Hive
AuthorizationFactory .DefaultAuthorizationExceptionHandlerClassorg.apache.hadoop.hive.ql.security.authorization.AuthorizationFactoryApache Hive
AuthorizationMetaStoreFilterHookMetastore filter hook for filtering out the list of objects that the current authorization implementation does not allow user to seeClassorg.apache.hadoop.hive.ql.security.authorization.pluginApache Hive
AuthorizationPreEventListenerAuthorizationPreEventListener : A MetaStorePreEventListener that performs authorization/authentication checks on the metastore-side.Classorg.apache.hadoop.hive.ql.security.authorizationApache Hive
AuthorizationPreEventListener .PartitionWrapperClassorg.apache.hadoop.hive.ql.security.authorization.AuthorizationPreEventListenerApache Hive
AuthorizationPreEventListener .TableWrapperClassorg.apache.hadoop.hive.ql.security.authorization.AuthorizationPreEventListenerApache Hive
AuthorizationUtilsClassorg.apache.hadoop.hive.ql.security.authorizationApache Hive
BitSetCheckedAuthorizationProviderClassorg.apache.hadoop.hive.ql.security.authorizationApache Hive
DefaultHiveAuthorizationProviderClassorg.apache.hadoop.hive.ql.security.authorizationApache Hive
DefaultHiveMetastoreAuthorizationProviderClassorg.apache.hadoop.hive.ql.security.authorizationApache Hive
DisallowTransformHookClassorg.apache.hadoop.hive.ql.security.authorization.pluginApache Hive
DummyHiveAuthorizationValidatorA no-op HiveAuthorizationValidator for use from hive cli.Classorg.apache.hadoop.hive.ql.security.authorization.plugin.sqlstdApache Hive
GrantPrivAuthUtilsClassorg.apache.hadoop.hive.ql.security.authorization.plugin.sqlstdApache Hive
HiveAccessControlExceptionException thrown by the Authorization plugin api (v2).Classorg.apache.hadoop.hive.ql.security.authorization.pluginApache Hive
HiveAccessControllerInterface that is invoked by access control commands, including grant/revoke role/privileges, create/drop roles, and commands to read the state of authorization rules.Interfaceorg.apache.hadoop.hive.ql.security.authorization.pluginApache Hive
HiveAuthorizationProviderInterfaceorg.apache.hadoop.hive.ql.security.authorizationApache Hive
HiveAuthorizationProviderBaseClassorg.apache.hadoop.hive.ql.security.authorizationApache Hive
HiveAuthorizationValidatorInterface used to check if user has privileges to perform certain action.Interfaceorg.apache.hadoop.hive.ql.security.authorization.pluginApache Hive
HiveAuthorizerInterface for hive authorization plugins.Interfaceorg.apache.hadoop.hive.ql.security.authorization.pluginApache Hive
HiveAuthorizer .VERSIONClassorg.apache.hadoop.hive.ql.security.authorization.plugin.HiveAuthorizerApache Hive
HiveAuthorizerFactory create HiveAuthorizer instance used for hive authorization.Interfaceorg.apache.hadoop.hive.ql.security.authorization.pluginApache Hive
HiveAuthorizerImplConvenience implementation of HiveAuthorizer.Classorg.apache.hadoop.hive.ql.security.authorization.pluginApache Hive
HiveAuthzContextProvides context information in authorization check call that can be used for auditing and/or authorization.Classorg.apache.hadoop.hive.ql.security.authorization.pluginApache Hive
HiveAuthzContext .BuilderClassorg.apache.hadoop.hive.ql.security.authorization.plugin.HiveAuthzContextApache Hive
HiveAuthzPluginExceptionException thrown by the Authorization plugin api (v2).Classorg.apache.hadoop.hive.ql.security.authorization.pluginApache Hive
HiveAuthzSessionContextProvides session context information.Classorg.apache.hadoop.hive.ql.security.authorization.pluginApache Hive
HiveAuthzSessionContext .BuilderClassorg.apache.hadoop.hive.ql.security.authorization.plugin.HiveAuthzSessionContextApache Hive
HiveAuthzSessionContext .CLIENT_TYPEClassorg.apache.hadoop.hive.ql.security.authorization.plugin.HiveAuthzSessionContextApache Hive
HiveMetastoreAuthorizationProviderHiveMetastoreAuthorizationProvider : An extension of HiveAuthorizaytionProvider that is intended to be called from the metastore-side.Interfaceorg.apache.hadoop.hive.ql.security.authorizationApache Hive
HiveMetastoreClientFactoryFactory for getting current valid instance of IMetaStoreClient Metastore client cannot be cached in authorization interface as thatInterfaceorg.apache.hadoop.hive.ql.security.authorization.pluginApache Hive
HiveMetastoreClientFactoryImplClassorg.apache.hadoop.hive.ql.security.authorization.pluginApache Hive
HiveMultiPartitionAuthorizationProviderBaseAbstract class that allows authorization of operations on partition-sets.Classorg.apache.hadoop.hive.ql.security.authorizationApache Hive
HiveOperationTypeenum HiveOperationTypeList of hive operations types.Classorg.apache.hadoop.hive.ql.security.authorization.pluginApache Hive
HivePrincipalClassorg.apache.hadoop.hive.ql.security.authorization.pluginApache Hive
HivePrincipal .HivePrincipalTypeClassorg.apache.hadoop.hive.ql.security.authorization.plugin.HivePrincipalApache Hive
HivePrivilegeClassorg.apache.hadoop.hive.ql.security.authorization.pluginApache Hive
HivePrivilegeInfoClassorg.apache.hadoop.hive.ql.security.authorization.pluginApache Hive
HivePrivilegeObjectRepresents the object on which privilege is being granted/revoked, and objects being used in queries.Classorg.apache.hadoop.hive.ql.security.authorization.pluginApache Hive
HivePrivilegeObject .HivePrivilegeObjectTypeNote that GLOBAL, PARTITION, COLUMN fields are populated only for Hive's old default authorization mode.Classorg.apache.hadoop.hive.ql.security.authorization.plugin.HivePrivilegeObjectApache Hive
HivePrivilegeObject .HivePrivObjectActionTypeWhen 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_OVERWRITEClassorg.apache.hadoop.hive.ql.security.authorization.plugin.HivePrivilegeObjectApache Hive
HivePrivilegeObjectUtilsClassorg.apache.hadoop.hive.ql.security.authorization.pluginApache Hive
HiveRoleGrantClassorg.apache.hadoop.hive.ql.security.authorization.pluginApache Hive
HiveV1AuthorizerClassorg.apache.hadoop.hive.ql.security.authorization.pluginApache Hive
MetaStoreAuthzAPIAuthorizerEmbedOnlyClassorg.apache.hadoop.hive.ql.security.authorizationApache Hive
Operation2PrivilegeClassorg.apache.hadoop.hive.ql.security.authorization.plugin.sqlstdApache Hive
Operation2Privilege .IOTypeClassorg.apache.hadoop.hive.ql.security.authorization.plugin.sqlstd.Operation2PrivilegeApache Hive
PrivilegePrivilege defines a privilege in Hive.Classorg.apache.hadoop.hive.ql.security.authorizationApache Hive
PrivilegeRegistryPrivilegeRegistry is used to do privilege lookups.Classorg.apache.hadoop.hive.ql.security.authorizationApache Hive
PrivilegeScopePrivilegeScope describes a hive defined privilege's scope (global/database/table/column).Classorg.apache.hadoop.hive.ql.security.authorizationApache Hive
PrivilegeTypeClassorg.apache.hadoop.hive.ql.security.authorizationApache Hive
RequiredPrivilegesCaptures privilege sets, and can be used to compare required and available privileges to find missing privileges (if any).Classorg.apache.hadoop.hive.ql.security.authorization.plugin.sqlstdApache Hive
RevokePrivAuthUtilsClassorg.apache.hadoop.hive.ql.security.authorization.plugin.sqlstdApache Hive
SettableConfigUpdaterHelper class that can be used by authorization implementations to set a default list of 'safe' HiveConf parameters that can be edited by user.Classorg.apache.hadoop.hive.ql.security.authorization.pluginApache Hive
SQLAuthorizationUtilsClassorg.apache.hadoop.hive.ql.security.authorization.plugin.sqlstdApache Hive
SQLPrivilegeTypeenum SQLPrivilegeTypeEnum Constant SummaryClassorg.apache.hadoop.hive.ql.security.authorization.plugin.sqlstdApache Hive
SQLPrivTypeGrantenum SQLPrivTypeGrantEnum Constant SummaryClassorg.apache.hadoop.hive.ql.security.authorization.plugin.sqlstdApache Hive
SQLStdConfOnlyAuthorizerFactoryAuthorization class that can be used from hive cli, so that configuration in cli mode is set appropriately for SQL standards authorization.Classorg.apache.hadoop.hive.ql.security.authorization.plugin.sqlstdApache Hive
SQLStdHiveAccessControllerClassorg.apache.hadoop.hive.ql.security.authorization.plugin.sqlstdApache Hive
SQLStdHiveAccessControllerWrapperWrapper for SQLStdHiveAccessController that does validation of arguments and then calls the real object.Classorg.apache.hadoop.hive.ql.security.authorization.plugin.sqlstdApache Hive
SQLStdHiveAuthorizationValidatorClassorg.apache.hadoop.hive.ql.security.authorization.plugin.sqlstdApache Hive
SQLStdHiveAuthorizerFactoryClassorg.apache.hadoop.hive.ql.security.authorization.plugin.sqlstdApache Hive
StorageBasedAuthorizationProviderStorageBasedAuthorizationProvider is an implementation of HiveMetastoreAuthorizationProvider that tries to look at the hdfsClassorg.apache.hadoop.hive.ql.security.authorizationApache Hive
AuthenticationManagerThe SecurityManager is responsible for validating credentials associated with principals.Interfaceorg.jboss.securityJBoss Server
AuthenticatorAuthenticator Interface An Authenticator is responsible for checking requests and sendingInterfaceorg.eclipse.jetty.securityJetty
Authenticator .AuthConfigurationAuthenticator ConfigurationGet a SecurityHandler init parameterInterfaceorg.eclipse.jetty.security.AuthenticatorJetty
Authenticator .FactoryInterfaceorg.eclipse.jetty.security.AuthenticatorJetty
BasicAuthenticatorClassorg.eclipse.jetty.security.authenticationJetty
ClientCertAuthenticatorClassorg.eclipse.jetty.security.authenticationJetty
DeferredAuthenticationClassorg.eclipse.jetty.security.authenticationJetty
DigestAuthenticatorClassorg.eclipse.jetty.security.authenticationJetty
FormAuthenticator This authenticator implements form authentication will use dispatchers to the login page if the __FORM_DISPATCH init parameter is set to true.Classorg.eclipse.jetty.security.authenticationJetty
FormAuthenticator .FormAuthenticationThis Authentication represents a just completed Form authentication.Classorg.eclipse.jetty.security.authentication.FormAuthenticatorJetty
FormAuthenticator .FormRequestClassorg.eclipse.jetty.security.authentication.FormAuthenticatorJetty
FormAuthenticator .FormResponseClassorg.eclipse.jetty.security.authentication.FormAuthenticatorJetty
LoginAuthenticatorClassorg.eclipse.jetty.security.authenticationJetty
LoginCallbackThis is similar to the jaspi PasswordValidationCallback but includes user principal and group info as well.Interfaceorg.eclipse.jetty.security.authenticationJetty
LoginCallbackImplThis is similar to the jaspi PasswordValidationCallback but includes user principal and group info as well.Classorg.eclipse.jetty.security.authenticationJetty
SessionAuthenticationClassorg.eclipse.jetty.security.authenticationJetty
SpnegoAuthenticatorClassorg.eclipse.jetty.security.authenticationJetty
AuthorizationExceptionThrown when an authenticated user has insufficient rights to carry out an action.Classorg.jboss.seam.securityJBoss Seam
AbstractPortletRequestWhitelistClasscom.liferay.portal.security.authLiferay Portal
AccessControlContextClasscom.liferay.portal.security.authLiferay Portal
AuthenticatedUserUUIDStoreInterfacecom.liferay.portal.security.authLiferay Portal
AuthenticatedUserUUIDStoreUtilClasscom.liferay.portal.security.authLiferay Portal
AuthenticatorInterfacecom.liferay.portal.security.authLiferay Portal
AuthExceptionClasscom.liferay.portal.security.authLiferay Portal
AuthFailureInterfacecom.liferay.portal.security.authLiferay Portal
AuthTokenInterfacecom.liferay.portal.security.authLiferay Portal
AuthTokenUtilClasscom.liferay.portal.security.authLiferay Portal
AuthTokenWhitelistInterfacecom.liferay.portal.security.authLiferay Portal
AuthTokenWhitelistUtilClasscom.liferay.portal.security.authLiferay Portal
AuthTokenWrapperClasscom.liferay.portal.security.authLiferay Portal
AuthVerifierInterfacecom.liferay.portal.security.authLiferay Portal
AuthVerifierConfigurationClasscom.liferay.portal.security.authLiferay Portal
AuthVerifierResultClasscom.liferay.portal.security.authLiferay Portal
AuthVerifierResult .StateClasscom.liferay.portal.security.auth.AuthVerifierResultLiferay Portal
AutoLoginInterfacecom.liferay.portal.security.authLiferay 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 ( ) Classcom.liferay.portal.security.authLiferay 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 . Classcom.liferay.portal.security.authLiferay Portal
CompanyThreadLocalClasscom.liferay.portal.security.authLiferay Portal
DefaultEmailAddressGeneratorClasscom.liferay.portal.security.authLiferay Portal
DefaultEmailAddressValidatorClasscom.liferay.portal.security.authLiferay Portal
DefaultFullNameGeneratorClasscom.liferay.portal.security.authLiferay Portal
DefaultFullNameValidatorClasscom.liferay.portal.security.authLiferay Portal
DefaultScreenNameGeneratorClasscom.liferay.portal.security.authLiferay Portal
DefaultScreenNameValidatorClasscom.liferay.portal.security.authLiferay Portal
EmailAddressGeneratorInterfacecom.liferay.portal.security.authLiferay Portal
EmailAddressValidatorInterfacecom.liferay.portal.security.authLiferay Portal
FamilyNameFirstFullNameGeneratorClasscom.liferay.portal.security.authLiferay Portal
FullNameGeneratorInterfacecom.liferay.portal.security.authLiferay Portal
FullNameValidatorInterfacecom.liferay.portal.security.authLiferay Portal
InterruptedPortletRequestWhitelistUtilClasscom.liferay.portal.security.authLiferay Portal
LiberalEmailAddressValidatorClasscom.liferay.portal.security.authLiferay 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 . Classcom.liferay.portal.security.authLiferay Portal
PortletRequestWhitelistInterfacecom.liferay.portal.security.authLiferay 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 ( ) Classcom.liferay.portal.security.authLiferay Portal
PrincipalThreadLocalClasscom.liferay.portal.security.authLiferay Portal
RemoteAuthExceptionClasscom.liferay.portal.security.authLiferay Portal
ScreenNameGeneratorInterfacecom.liferay.portal.security.authLiferay Portal
ScreenNameValidatorInterfacecom.liferay.portal.security.authLiferay Portal
AbstractAccessControlProviderAbstractAccessControlProvider.Classorg.apache.jackrabbit.core.security.authorizationApache JackRabbit
AbstractACLTemplateAbstractACLTemplate.Classorg.apache.jackrabbit.core.security.authorizationApache JackRabbit
AbstractCompiledPermissionsAbstractCompiledPermissions.Classorg.apache.jackrabbit.core.security.authorizationApache JackRabbit
AbstractCompiledPermissions .ResultResult of permission (and optionally privilege) evaluation for a given path.Classorg.apache.jackrabbit.core.security.authorizationApache JackRabbit
AbstractLoginModuleAbstractLoginModule provides the means for the common authentication tasks within the Repository.Classorg.apache.jackrabbit.core.security.authenticationApache JackRabbit
AccessControlConstantsAccessControlConstants.Interfaceorg.apache.jackrabbit.core.security.authorizationApache JackRabbit
AccessControlEditorAccessControlEditor is used to edit the access control policy and entry objects provided by the respective service.Interfaceorg.apache.jackrabbit.core.security.authorizationApache JackRabbit
AccessControlEntryImplSimple, immutable implementation of the and the JackrabbitAccessControlEntry interfaces.Classorg.apache.jackrabbit.core.security.authorizationApache JackRabbit
AccessControlListenerInterfaceorg.apache.jackrabbit.core.security.authorizationApache JackRabbit
AccessControlModificationsAccessControlModifications is an unmodifiable collection of modifications made to access control content allowing theClassorg.apache.jackrabbit.core.security.authorizationApache JackRabbit
AccessControlObserverAccessControlObserver.Classorg.apache.jackrabbit.core.security.authorizationApache JackRabbit
AccessControlProviderThe AccessControlProvider is used to provide access control policy and entry objects that apply to an item in a single workspace.Interfaceorg.apache.jackrabbit.core.security.authorizationApache JackRabbit
AccessControlProviderFactoryThe AccessControlProviderFactory is used to create AccessControlProviders for the various workspaces present in theInterfaceorg.apache.jackrabbit.core.security.authorizationApache JackRabbit
AccessControlProviderFactoryImplClassorg.apache.jackrabbit.core.security.authorizationApache JackRabbit
AccessControlUtilsAccessControlUtils.Interfaceorg.apache.jackrabbit.core.security.authorizationApache JackRabbit
ACLEditorClassorg.apache.jackrabbit.core.security.authorization.aclApache JackRabbit
ACLEditorClassorg.apache.jackrabbit.core.security.authorization.principalbasedApache JackRabbit
ACLProviderThe ACLProvider generates access control policies out of the items stored in the workspace applying the following rules:Classorg.apache.jackrabbit.core.security.authorization.aclApache JackRabbit
ACLProviderClassorg.apache.jackrabbit.core.security.authorization.principalbasedApache JackRabbit
AuthContextAn authentication context used to authenticate users.Interfaceorg.apache.jackrabbit.core.security.authenticationApache JackRabbit
AuthContextProviderAuthContextProvider defines how the current request for login is handled.Classorg.apache.jackrabbit.core.security.authenticationApache JackRabbit
AuthenticationThe Authentication interface defines methods to validate Credentials upon authentication.Interfaceorg.apache.jackrabbit.core.security.authenticationApache JackRabbit
CallbackHandlerImplCallbackHandler that deals with the following callbacks: CredentialsCallbackClassorg.apache.jackrabbit.core.security.authenticationApache JackRabbit
CombinedProviderClassorg.apache.jackrabbit.core.security.authorization.combinedApache JackRabbit
CompiledPermissionsCompiledPermissions represents the evaluation of an AccessControlPolicy that applies for a given set ofInterfaceorg.apache.jackrabbit.core.security.authorizationApache JackRabbit
CredentialsCallbackA CredentialsCallbackSee Also:Serialized FormClassorg.apache.jackrabbit.core.security.authenticationApache JackRabbit
CryptedSimpleCredentialsCrypted variant of the SimpleCredentials.Classorg.apache.jackrabbit.core.security.authenticationApache JackRabbit
DefaultLoginModuleThe DefaultLoginModule authenticates Credentials related to a User of the RepositoryClassorg.apache.jackrabbit.core.security.authenticationApache JackRabbit
EntryCollectorEntryCollector collects ACEs defined and effective for a given Node and listens to access control modifications in orderClassorg.apache.jackrabbit.core.security.authorization.aclApache JackRabbit
EntryFilterInterfaceorg.apache.jackrabbit.core.security.authorization.aclApache JackRabbit
GlobPatternGlobPattern defines a simplistic pattern matching.Classorg.apache.jackrabbit.core.security.authorizationApache JackRabbit
ImpersonationCallbackCallback for a CallbackHandler to ask for a the impersonating Subject to create aClassorg.apache.jackrabbit.core.security.authenticationApache JackRabbit
JAASAuthContextClassorg.apache.jackrabbit.core.security.authenticationApache JackRabbit
LocalAuthContextProvide AuthContext interface, for a JAAS-LoginModule not running inSee Also:AuthContextClassorg.apache.jackrabbit.core.security.authenticationApache JackRabbit
NamedAccessControlPolicyImplNamedAccessControlPolicyImpl.Classorg.apache.jackrabbit.core.security.authorizationApache JackRabbit
PermissionClassorg.apache.jackrabbit.core.security.authorizationApache JackRabbit
PrivilegeBitsClassorg.apache.jackrabbit.core.security.authorizationApache JackRabbit
PrivilegeManagerPrivilegeManager is a jackrabbit specific extensions to JCR access control management that allows to retrieve privileges knownInterfaceorg.apache.jackrabbit.api.security.authorizationApache JackRabbit
PrivilegeManagerImplClassorg.apache.jackrabbit.core.security.authorizationApache JackRabbit
PrivilegeRegistryThe PrivilegeRegistry defines the set of Privileges known to the repository.Classorg.apache.jackrabbit.core.security.authorizationApache JackRabbit
RepositoryCallbackCallback for a CallbackHandler to ask for a Session to access the RepositoryClassorg.apache.jackrabbit.core.security.authenticationApache JackRabbit
TokenBasedAuthenticationAuthentication implementation that compares the tokens stored with a given user node to the token present in the SimpleCredentials attributes.Classorg.apache.jackrabbit.core.security.authentication.tokenApache JackRabbit
TokenCredentialsTokenCredentials implements the Credentials interface and represents single token credentials.Classorg.apache.jackrabbit.api.security.authentication.tokenApache JackRabbit
UnmodifiableAccessControlListAn implementation of the AccessControlList interface that only allows for reading.Classorg.apache.jackrabbit.core.security.authorizationApache JackRabbit
WorkspaceAccessManagerThe WorkspaceAccessManager is responsible for workspace access.Interfaceorg.apache.jackrabbit.core.security.authorizationApache JackRabbit
AuthenticationExceptionAuthentication process error.Classorg.exist.securityExistDB
AbstractLoginModuleDoes login module common work.Classcom.sap.engine.interfaces.security.authSAP NetWeaver
AbstractLoginModuleDoes login module common work.Classcom.sap.engine.interfaces.security.authSAP NetWeaver
AbstractAuthenticationComponentThis class abstract the support required to set up and query the Acegi context for security enforcement.Classorg.alfresco.repo.security.authenticationAlFresco
AbstractAuthenticationServiceClassorg.alfresco.repo.security.authenticationAlFresco
AbstractAuthorityBridgeDAOClassorg.alfresco.repo.security.authorityAlFresco
AbstractChainingAuthenticationComponentA base class for chaining authentication components.Classorg.alfresco.repo.security.authenticationAlFresco
AbstractChainingAuthenticationServiceA base class for chaining authentication services.Classorg.alfresco.repo.security.authenticationAlFresco
AbstractChainingFtpAuthenticatorBase chaining FTP Authenticator class.Classorg.alfresco.repo.security.authenticationAlFresco
AlfrescoLdapSSLSocketFactoryClassorg.alfresco.repo.security.authentication.ldapAlFresco
AlfrescoSecureContextExtensions for the Alfresco security context.Interfaceorg.alfresco.repo.security.authenticationAlFresco
AlfrescoSecureContextImplHold an Alfresco extended security contextAuthor:andyhSee Also:Serialized FormClassorg.alfresco.repo.security.authenticationAlFresco
AlfrescoSSLSocketFactorySSL socket factory that uses custom trustStore The factory should be first initializedClassorg.alfresco.repo.security.authenticationAlFresco
AuthenticatedAuthenticationPassthroughProviderClassorg.alfresco.repo.security.authenticationAlFresco
AuthenticationComponentInterfaceorg.alfresco.repo.security.authenticationAlFresco
AuthenticationComponent .UserNameValidationModeClassorg.alfresco.repo.security.authenticationAlFresco
AuthenticationComponentImplClassorg.alfresco.repo.security.authenticationAlFresco
AuthenticationContextLow-level interface allowing control and retrieval of the authentication information held for the current thread.Interfaceorg.alfresco.repo.security.authenticationAlFresco
AuthenticationContextImplClassorg.alfresco.repo.security.authenticationAlFresco
AuthenticationDiagnosticDiagnostic information for a failed authentication.Classorg.alfresco.repo.security.authenticationAlFresco
AuthenticationDisallowedExceptionClassorg.alfresco.repo.security.authenticationAlFresco
AuthenticationExceptionAlfresco Authentication Exception and wrapperAuthor:andyhSee Also:Serialized FormClassorg.alfresco.repo.security.authenticationAlFresco
AuthenticationMaxUsersExceptionClassorg.alfresco.repo.security.authenticationAlFresco
AuthenticationServiceInterfaceorg.alfresco.service.cmr.securityAlFresco
AuthenticationServiceImplClassorg.alfresco.repo.security.authenticationAlFresco
AuthenticationStepInterfaceorg.alfresco.repo.security.authenticationAlFresco
AuthenticationUtilUtility helper methods to change the authenticated context for threads.Classorg.alfresco.repo.security.authenticationAlFresco
AuthenticationUtil .RunAsWorkInterfaceorg.alfresco.repo.security.authenticationAlFresco
AuthenticatorDeletedEventEvent emmitted when an Authenticator is deleted, the source is the zoneId deleted.Classorg.alfresco.repo.security.authenticationAlFresco
AuthorityInterfaceorg.alfresco.repo.security.authority.scriptAlFresco
Authority .AuthorityComparatorDoes case insensitive sorting of ScriptGroups and ScriptUsers.Classorg.alfresco.repo.security.authority.scriptAlFresco
Authority .ScriptAuthorityTypeClassorg.alfresco.repo.security.authority.scriptAlFresco
AuthorityBridgeDAOInterfaceorg.alfresco.repo.security.authorityAlFresco
AuthorityBridgeDAOImplClassorg.alfresco.repo.security.authorityAlFresco
AuthorityBridgeLinkClassorg.alfresco.repo.security.authorityAlFresco
AuthorityBridgeParametersEntityClassorg.alfresco.repo.security.authorityAlFresco
AuthorityBridgeTableAsynchronouslyRefreshedCacheClassorg.alfresco.repo.security.authorityAlFresco
AuthorityDAOInterfaceorg.alfresco.repo.security.authorityAlFresco
AuthorityDAOImplClassorg.alfresco.repo.security.authorityAlFresco
AuthorityExceptionClassorg.alfresco.repo.security.authorityAlFresco
AuthorityInfoAuthority Info - used by GetAuthorities CQSince:4.Classorg.alfresco.repo.security.authorityAlFresco
AuthorityInfoEntityClassorg.alfresco.repo.security.authorityAlFresco
AuthorityServiceThe service that encapsulates authorities granted to users.Interfaceorg.alfresco.service.cmr.securityAlFresco
AuthorityService .AuthorityFilterInterfaceorg.alfresco.service.cmr.securityAlFresco
AuthorityServiceImplThe default implementation of the authority service.Classorg.alfresco.repo.security.authorityAlFresco
AuthorityTypeThe types of authority that are available.Classorg.alfresco.service.cmr.securityAlFresco
AuthorizationHelper to process username / password pairs passed to the remote tier Identifies whether username / password is a ticket.Classorg.alfresco.repo.security.authenticationAlFresco
BasicPasswordGeneratorGenerates a password of specified length consisting of printable ASCII charactersAuthor:glen johnson at Alfresco dot comClassorg.alfresco.repo.security.authenticationAlFresco
ChainingAuthenticationComponentImplA chaining authentication component is required for all the beans that wire up an authentication component and not an authentication service.Classorg.alfresco.repo.security.authenticationAlFresco
ChainingAuthenticationServiceImplThis class implements a simple chaining authentication service.Classorg.alfresco.repo.security.authenticationAlFresco
CompositePasswordEncoderA configurable password encoding that delegates the encoding to a Map of configured encoders.Classorg.alfresco.repo.security.authenticationAlFresco
DefaultMutableAuthenticationDaoAn authority DAO that has no implementation.Classorg.alfresco.repo.security.authenticationAlFresco
DefaultRemoteUserMapperA default RemoteUserMapper implementation.Classorg.alfresco.repo.security.authentication.externalAlFresco
GetAuthoritiesCannedQueryGetAuthorities CQ - to get paged list of authoritiesSince:4.Classorg.alfresco.repo.security.authorityAlFresco
GetAuthoritiesCannedQueryFactoryGetAuthorities CQ Factory - to get paged list of authoritiesSince:4.Classorg.alfresco.repo.security.authorityAlFresco
GetAuthoritiesCannedQueryParamsGetAuthorities CQ parameters - for query context and filteringSince:4.Classorg.alfresco.repo.security.authorityAlFresco
HashPasswordTransactionListenerTransaction listener that re-generates the hash of a users password in the afterCommit callback.Classorg.alfresco.repo.security.authenticationAlFresco
InMemoryTicketComponentImplStore tickets in memory.Classorg.alfresco.repo.security.authenticationAlFresco
InMemoryTicketComponentImpl .ExpiryModeClassorg.alfresco.repo.security.authenticationAlFresco
InMemoryTicketComponentImpl .TicketClassorg.alfresco.repo.security.authenticationAlFresco
JAASAuthenticationComponentJAAS based authentication The user name and password are picked up from login.Classorg.alfresco.repo.security.authentication.jaasAlFresco
LDAPAuthenticationComponentImplAuthenticates a user by LDAP.Classorg.alfresco.repo.security.authentication.ldapAlFresco
LDAPInitialDirContextFactoryInterface that defines a factory for obtaining ldap directory contexts.Interfaceorg.alfresco.repo.security.authentication.ldapAlFresco
LDAPInitialDirContextFactoryImplClassorg.alfresco.repo.security.authentication.ldapAlFresco
MD4PasswordEncoderInterfaceorg.alfresco.repo.security.authenticationAlFresco
MD4PasswordEncoderImpl MD4 implementation of PasswordEncoder.Classorg.alfresco.repo.security.authenticationAlFresco
MessageDigestPasswordEncoderBase for digest password encoders.Classorg.alfresco.repo.security.authenticationAlFresco
MonitorClassorg.alfresco.repo.security.authentication.ldapAlFresco
MonitorBeanInfoClassorg.alfresco.repo.security.authentication.ldapAlFresco
MutableAuthenticationDaoA service provider interface to provide both acegi integration via AuthenticationDao and SaltSource and mutability support for user definitions.Interfaceorg.alfresco.repo.security.authenticationAlFresco
MutableAuthenticationServiceImplThe default implementation of MutableAuthenticationService.Classorg.alfresco.repo.security.authenticationAlFresco
NameBasedUserNameGeneratorGenerates a user name based upon firstName and lastName.Classorg.alfresco.repo.security.authenticationAlFresco
NLTMAuthenticatorAn 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.Interfaceorg.alfresco.repo.security.authentication.ntlmAlFresco
NoOpPasswordEncoderImpl NoOp implementation of PasswordEncoder.Classorg.alfresco.repo.security.authenticationAlFresco
NTLMAuthenticationComponentImplNTLM Authentication Component Class Provides authentication using passthru to a Windows server(s)/domain controller(s) using the accountsClassorg.alfresco.repo.security.authentication.ntlmAlFresco
NTLMAuthenticationProviderClassorg.alfresco.repo.security.authentication.ntlmAlFresco
NTLMChallengeContains the NTLM challenge bytes.Classorg.alfresco.repo.security.authentication.ntlmAlFresco
NTLMLocalTokenUsed to provide authentication with a remote Windows server when the username and password areAuthor:GKSpencerSee Also:Serialized FormClassorg.alfresco.repo.security.authentication.ntlmAlFresco
NTLMModeClassorg.alfresco.repo.security.authenticationAlFresco
NTLMPassthruTokenUsed 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 withoutClassorg.alfresco.repo.security.authentication.ntlmAlFresco
NullMutableAuthenticationDaoNull Mutable Authentication Dao Class Mutable authentication implementation that does nothing.Classorg.alfresco.repo.security.authentication.ntlmAlFresco
PasswordGeneratorInterfaceorg.alfresco.repo.security.authenticationAlFresco
RandomUserNameGeneratorClassorg.alfresco.repo.security.authenticationAlFresco
RemoteUserMapperAn interface for objects capable of extracting an externally authenticated user ID from an HTTP request.Interfaceorg.alfresco.repo.security.authentication.externalAlFresco
RepositoryAuthenticatedUserA user authenticated by the Alfresco repository using RepositoryAuthenticationDaoAuthor:Gethin JamesSee Also:Serialized FormClassorg.alfresco.repo.security.authenticationAlFresco
RepositoryAuthenticationDaoClassorg.alfresco.repo.security.authenticationAlFresco
RepositoryAuthenticationProviderA DaoAuthenticationProvider that makes use of a CompositePasswordEncoder to check the password is correct.Classorg.alfresco.repo.security.authenticationAlFresco
ScriptAuthorityServiceScript object representing the authority service.Classorg.alfresco.repo.security.authority.scriptAlFresco
ScriptGroupThe Script group is a GROUP authority exposed to the scripting API.Classorg.alfresco.repo.security.authority.scriptAlFresco
ScriptUserThe Script user is a USER authority exposed to the scripting APIAuthor:mrogersSee Also:Serialized FormClassorg.alfresco.repo.security.authority.scriptAlFresco
ShaPasswordEncoderImpl SHA implementation of PasswordEncoder.Classorg.alfresco.repo.security.authenticationAlFresco
SimpleAcceptOrRejectAllAuthenticationComponentImplThis implementation of an AuthenticationComponent can be configured to accept or reject all attempts to login.Classorg.alfresco.repo.security.authenticationAlFresco
SubsystemChainingAuthenticationComponentAn authentication component that chains across beans in multiple child application contexts corresponding to different 'subsystems' in a chain determined by a ChildApplicationContextManager.Classorg.alfresco.repo.security.authentication.subsystemsAlFresco
SubsystemChainingAuthenticationServiceAn authentication service that chains across beans in multiple child application contexts corresponding to different 'subsystems' in a chain determined by a ChildApplicationContextManager.Classorg.alfresco.repo.security.authentication.subsystemsAlFresco
SubsystemChainingFtpAuthenticatorThis class wires up all the active FTPAuthenticatorBase beans in a chain.Classorg.alfresco.repo.security.authentication.subsystemsAlFresco
TenantAwareUserNameGeneratorTenant Aware user name generator generates user names for each specific tenant.Classorg.alfresco.repo.security.authenticationAlFresco
TicketCleanupJobClassorg.alfresco.repo.security.authenticationAlFresco
TicketComponentInterfaceorg.alfresco.repo.security.authenticationAlFresco
TicketExpiredExceptionClassorg.alfresco.repo.security.authenticationAlFresco
AuthenticationContextAuthentication context.Classorg.apache.ignite.plugin.securityIgnite
AuthenticationNameUserIdSourceClassorg.springframework.social.securitySpring Social
AuthenticationProviderAuthenticationProvider Configures an authentication provider.Interfaceorg.hippoecm.hst.securityHippo
AuthenticationProviderAuthenticationProvider Configures an authentication provider.Interfaceorg.hippoecm.hst.securityHippo