Uses of Interface
org.apache.archiva.redback.system.SecuritySystem
-
-
Uses of SecuritySystem in org.apache.archiva.redback.integration.checks.security
Fields in org.apache.archiva.redback.integration.checks.security declared as SecuritySystem Modifier and Type Field Description protected SecuritySystemAdminAutoCreateCheck. securitySystem -
Uses of SecuritySystem in org.apache.archiva.redback.integration.filter.authentication
Fields in org.apache.archiva.redback.integration.filter.authentication declared as SecuritySystem Modifier and Type Field Description protected SecuritySystemHttpAuthenticator. securitySystem -
Uses of SecuritySystem in org.apache.archiva.redback.rest.services
Constructors in org.apache.archiva.redback.rest.services with parameters of type SecuritySystem Constructor Description DefaultLoginService(SecuritySystem securitySystem, HttpAuthenticator httpAuthenticator)Deprecated.DefaultPasswordService(SecuritySystem securitySystem, HttpAuthenticator httpAuthenticator, PasswordValidator passwordValidator)Deprecated.DefaultUserService(UserManager userManager, SecuritySystem securitySystem, HttpAuthenticator httpAuthenticator)Deprecated. -
Uses of SecuritySystem in org.apache.archiva.redback.rest.services.v2
Constructors in org.apache.archiva.redback.rest.services.v2 with parameters of type SecuritySystem Constructor Description DefaultAuthenticationService(SecuritySystem securitySystem)DefaultUserService(RBACManager rbacManager, UserManager userManager, SecuritySystem securitySystem) -
Uses of SecuritySystem in org.apache.archiva.redback.system
Classes in org.apache.archiva.redback.system that implement SecuritySystem Modifier and Type Class Description classDefaultSecuritySystemDefaultSecuritySystem:
-