Uses of Package
hudson.security

Packages that use hudson.security
hudson   
hudson.matrix Matrix project 
hudson.maven Maven support. 
hudson.maven.reporters   
hudson.model Core object model that are bound to URLs via stapler, rooted at Hudson
hudson.scm Hudson's interface with source code management systems. 
hudson.security Security-related code. 
hudson.slaves Code related to slaves. 
hudson.util Other miscellaneous utility code 
jenkins.management   
jenkins.model   
org.jvnet.hudson.test Test harness for Jenkins and its plugins. 
 

Classes in hudson.security used by hudson
AccessControlled
          Object that has an ACL
AuthorizationStrategy
          Controls authorization throughout Hudson.
Permission
          Permission, which represents activity that requires a security privilege.
SecurityRealm
          Pluggable security realm that connects external user database to Hudson.
 

Classes in hudson.security used by hudson.matrix
AccessControlled
          Object that has an ACL
 

Classes in hudson.security used by hudson.maven
AccessControlled
          Object that has an ACL
 

Classes in hudson.security used by hudson.maven.reporters
ACL
          Gate-keeper that controls access to Hudson's model objects.
Permission
          Permission, which represents activity that requires a security privilege.
 

Classes in hudson.security used by hudson.model
AccessControlled
          Object that has an ACL
ACL
          Gate-keeper that controls access to Hudson's model objects.
Permission
          Permission, which represents activity that requires a security privilege.
PermissionGroup
          Group of Permissions that share the same owner.
 

Classes in hudson.security used by hudson.scm
ACL
          Gate-keeper that controls access to Hudson's model objects.
Permission
          Permission, which represents activity that requires a security privilege.
PermissionGroup
          Group of Permissions that share the same owner.
 

Classes in hudson.security used by hudson.security
AbstractPasswordBasedSecurityRealm
          Partial implementation of SecurityRealm for username/password based authentication.
AccessControlled
          Object that has an ACL
ACL
          Gate-keeper that controls access to Hudson's model objects.
AuthenticationManagerProxy
          AuthenticationManager proxy that delegates to another instance.
AuthorizationStrategy
          Controls authorization throughout Hudson.
CliAuthenticator
          Handles authentication for CLI commands.
FederatedLoginService
          Abstraction for a login mechanism through external authenticator/identity provider (instead of username/password.)
FederatedLoginService.FederatedIdentity
          Identity information as obtained from FederatedLoginService.
FederatedLoginService.UnclaimedIdentityException
          Used in FederatedLoginService.FederatedIdentity.signin() to indicate that the identifier is not currently associated with anyone.
FederatedLoginServiceUserProperty
          Remembers identifiers given by FederatedLoginService to this user.
GlobalMatrixAuthorizationStrategy
          Role-based authorization via a matrix.
GlobalMatrixAuthorizationStrategy.ConverterImpl
          Persist GlobalMatrixAuthorizationStrategy as a list of IDs that represent GlobalMatrixAuthorizationStrategy.grantedPermissions.
GlobalMatrixAuthorizationStrategy.DescriptorImpl
           
GroupDetails
          Represents the details of a group.
HudsonFilter
          Filter that Jenkins uses to implement security support.
HudsonPrivateSecurityRealm.Details
          UserProperty that provides the UserDetails view of the User object.
InvalidatableUserDetails
          Deprecated. Starting 1.285, Hudson stops persisting Authentication altogether (see NonSerializableSecurityContext), so there's no need to use this mechanism.
LegacyAuthorizationStrategy
          AuthorizationStrategy implementation that emulates the legacy behavior.
Permission
          Permission, which represents activity that requires a security privilege.
PermissionGroup
          Group of Permissions that share the same owner.
PermissionScope
          Represents the model class Permission acts on and scoped to.
RememberMeServicesProxy
          RememberMeServices proxy.
SecurityMode
          What security enforcement does Hudson do?
SecurityRealm
          Pluggable security realm that connects external user database to Hudson.
SecurityRealm.SecurityComponents
          Just a tuple so that we can create various inter-related security related objects and return them all at once.
SidACL
          ACL that checks permissions based on GrantedAuthority of the Authentication.
SparseACL.Entry
           
UserDetailsServiceProxy
          UserDetailsService proxy that delegates to another instance.
 

Classes in hudson.security used by hudson.slaves
AccessControlled
          Object that has an ACL
ACL
          Gate-keeper that controls access to Hudson's model objects.
Permission
          Permission, which represents activity that requires a security privilege.
 

Classes in hudson.security used by hudson.util
AccessControlled
          Object that has an ACL
Permission
          Permission, which represents activity that requires a security privilege.
 

Classes in hudson.security used by jenkins.management
Permission
          Permission, which represents activity that requires a security privilege.
 

Classes in hudson.security used by jenkins.model
AccessControlled
          Object that has an ACL
ACL
          Gate-keeper that controls access to Hudson's model objects.
AuthorizationStrategy
          Controls authorization throughout Hudson.
FederatedLoginService
          Abstraction for a login mechanism through external authenticator/identity provider (instead of username/password.)
Permission
          Permission, which represents activity that requires a security privilege.
PermissionGroup
          Group of Permissions that share the same owner.
SecurityMode
          What security enforcement does Hudson do?
SecurityRealm
          Pluggable security realm that connects external user database to Hudson.
 

Classes in hudson.security used by org.jvnet.hudson.test
AbstractPasswordBasedSecurityRealm
          Partial implementation of SecurityRealm for username/password based authentication.
AccessControlled
          Object that has an ACL
GroupDetails
          Represents the details of a group.
SecurityRealm
          Pluggable security realm that connects external user database to Hudson.
 



Copyright © 2004-2013. All Rights Reserved.