Uses of Interface
org.apache.archiva.redback.users.User
-
-
Uses of User in org.apache.archiva.redback.authentication
Methods in org.apache.archiva.redback.authentication that return User Modifier and Type Method Description UserAuthenticationFailureCause. getUser()UserAuthenticationResult. getUser()can benullMethods in org.apache.archiva.redback.authentication with parameters of type User Modifier and Type Method Description voidAuthenticationFailureCause. setUser(User user)voidAuthenticationResult. setUser(User user)AuthenticationFailureCauseAuthenticationFailureCause. user(User user)AuthenticationResultAuthenticationResult. user(User user) -
Uses of User in org.apache.archiva.redback.authorization
Methods in org.apache.archiva.redback.authorization that return User Modifier and Type Method Description UserAuthorizationDataSource. getUser()Methods in org.apache.archiva.redback.authorization with parameters of type User Modifier and Type Method Description voidAuthorizationDataSource. setUser(User user)Constructors in org.apache.archiva.redback.authorization with parameters of type User Constructor Description AuthorizationDataSource(String principal, User user, String permission)AuthorizationDataSource(String principal, User user, String permission, String resource) -
Uses of User in org.apache.archiva.redback.common.ldap.user
Classes in org.apache.archiva.redback.common.ldap.user that implement User Modifier and Type Class Description classLdapUserMethods in org.apache.archiva.redback.common.ldap.user with parameters of type User Modifier and Type Method Description AttributesLdapUserMapper. getCreationAttributes(User user, boolean encodePasswordIfChanged)AttributesUserMapper. getCreationAttributes(User user, boolean encodePasswordIfChanged) -
Uses of User in org.apache.archiva.redback.integration.filter.authentication
Methods in org.apache.archiva.redback.integration.filter.authentication that return User Modifier and Type Method Description UserHttpAuthenticator. getSessionUser(javax.servlet.http.HttpSession httpSession)Methods in org.apache.archiva.redback.integration.filter.authentication with parameters of type User Modifier and Type Method Description voidHttpAuthenticator. setSessionUser(User user, javax.servlet.http.HttpSession httpSession) -
Uses of User in org.apache.archiva.redback.integration.filter.authentication.digest
Methods in org.apache.archiva.redback.integration.filter.authentication.digest that return User Modifier and Type Method Description UserHttpDigestAuthentication. findUser(String username) -
Uses of User in org.apache.archiva.redback.integration.model
Methods in org.apache.archiva.redback.integration.model that return User Modifier and Type Method Description UserUserCredentials. createUser(UserManager um)Constructors in org.apache.archiva.redback.integration.model with parameters of type User Constructor Description AdminEditUserCredentials(User user)EditUserCredentials(User user) -
Uses of User in org.apache.archiva.redback.integration.util
Methods in org.apache.archiva.redback.integration.util with parameters of type User Modifier and Type Method Description intUserComparator. compare(User user1, User user2) -
Uses of User in org.apache.archiva.redback.policy
Methods in org.apache.archiva.redback.policy that return User Modifier and Type Method Description UserAccountLockedException. getUser()UserMustChangePasswordException. getUser()Methods in org.apache.archiva.redback.policy with parameters of type User Modifier and Type Method Description voidDefaultUserSecurityPolicy. extensionChangePassword(User user)voidDefaultUserSecurityPolicy. extensionChangePassword(User user, boolean passwordChangeRequired)voidUserSecurityPolicy. extensionChangePassword(User user)Extension Point - Change the password of a user.voidUserSecurityPolicy. extensionChangePassword(User user, boolean passwordChangeRequired)voidDefaultUserSecurityPolicy. extensionExcessiveLoginAttempts(User user)voidUserSecurityPolicy. extensionExcessiveLoginAttempts(User user)Extension Point - Test if user has excessive loginsvoidDefaultUserSecurityPolicy. extensionPasswordExpiration(User user)voidUserSecurityPolicy. extensionPasswordExpiration(User user)Extension Point - Test User for Password Expiration.voidPasswordRule. testPassword(PasswordRuleViolations violations, User user)Tests thegetPassword()for a valid password, based on rule.voidDefaultUserSecurityPolicy. validatePassword(User user)voidUserSecurityPolicy. validatePassword(User user)Validate the incominggetPassword()against the specified PasswordRules.Constructors in org.apache.archiva.redback.policy with parameters of type User Constructor Description AccountLockedException(String message, User user)MustChangePasswordException(String message, User user) -
Uses of User in org.apache.archiva.redback.policy.rules
Methods in org.apache.archiva.redback.policy.rules with parameters of type User Modifier and Type Method Description voidAlphaNumericPasswordRule. testPassword(PasswordRuleViolations violations, User user)voidAlphaPasswordRule. testPassword(PasswordRuleViolations violations, User user)voidCharacterLengthPasswordRule. testPassword(PasswordRuleViolations violations, User user)voidMustHavePasswordRule. testPassword(PasswordRuleViolations violations, User user)voidNumericalPasswordRule. testPassword(PasswordRuleViolations violations, User user)voidReusePasswordRule. testPassword(PasswordRuleViolations violations, User user)voidWhitespacePasswordRule. testPassword(PasswordRuleViolations violations, User user) -
Uses of User in org.apache.archiva.redback.rbac.memory
Methods in org.apache.archiva.redback.rbac.memory that return User Modifier and Type Method Description UserMemoryAuthorizationDataSource. getUser()Methods in org.apache.archiva.redback.rbac.memory with parameters of type User Modifier and Type Method Description voidMemoryAuthorizationDataSource. setUser(User user)Constructors in org.apache.archiva.redback.rbac.memory with parameters of type User Constructor Description MemoryAuthorizationDataSource(Object principal, User user, Object permission) -
Uses of User in org.apache.archiva.redback.rest.api.model
Constructors in org.apache.archiva.redback.rest.api.model with parameters of type User Constructor Description User(User user)UserLogin(User user, String authToken) -
Uses of User in org.apache.archiva.redback.rest.api.model.v2
Constructors in org.apache.archiva.redback.rest.api.model.v2 with parameters of type User Constructor Description User(User user)UserInfo(User user) -
Uses of User in org.apache.archiva.redback.rest.services
Methods in org.apache.archiva.redback.rest.services that return User Modifier and Type Method Description UserRedbackRequestInformation. getUser()Methods in org.apache.archiva.redback.rest.services with parameters of type User Modifier and Type Method Description voidRedbackRequestInformation. setUser(User user)Constructors in org.apache.archiva.redback.rest.services with parameters of type User Constructor Description RedbackRequestInformation(SecuritySession securitySession, User user, String remoteAddr)RedbackRequestInformation(User user, String remoteAddr) -
Uses of User in org.apache.archiva.redback.rest.services.interceptors
Methods in org.apache.archiva.redback.rest.services.interceptors that return User Modifier and Type Method Description UserRedbackPrincipal. getUser()UserRedbackSecurityContext. getUser()Methods in org.apache.archiva.redback.rest.services.interceptors with parameters of type User Modifier and Type Method Description voidRedbackSecurityContext. setPrincipal(User user, SecuritySession securitySession) -
Uses of User in org.apache.archiva.redback.rest.services.v2
Fields in org.apache.archiva.redback.rest.services.v2 with type parameters of type User Modifier and Type Field Description protected static Map<String,BiPredicate<String,User>>BaseRedbackService. USER_FILTER_MAPprotected static Map<String,Comparator<User>>BaseRedbackService. USER_ORDER_MAPprotected static org.apache.archiva.components.rest.util.QueryHelper<User>BaseRedbackService. USER_QUERY_HELPERMethods in org.apache.archiva.redback.rest.services.v2 that return User Modifier and Type Method Description protected UserBaseRedbackService. getRedbackUser(String userId)Methods in org.apache.archiva.redback.rest.services.v2 that return types with arguments of type User Modifier and Type Method Description protected List<User>BaseRedbackService. getAssignedRedbackUsers(Role rbacRole)protected List<User>BaseRedbackService. getAssignedRedbackUsersRecursive(Role rbacRole, boolean parentsOnly)Methods in org.apache.archiva.redback.rest.services.v2 with parameters of type User Modifier and Type Method Description protected UserInfoBaseRedbackService. getRestUser(User user)Method parameters in org.apache.archiva.redback.rest.services.v2 with type arguments of type User Modifier and Type Method Description protected org.apache.archiva.components.rest.model.PagedResult<UserInfo>BaseRedbackService. getUserInfoPagedResult(List<? extends User> rawUsers, String q, Integer offset, Integer limit, List<String> orderBy, boolean ascending) -
Uses of User in org.apache.archiva.redback.system
Methods in org.apache.archiva.redback.system that return User Modifier and Type Method Description UserDefaultSecuritySession. getUser()UserSecuritySession. getUser()Methods in org.apache.archiva.redback.system with parameters of type User Modifier and Type Method Description AuthorizationResultDefaultSecuritySystem. authorize(User user, String permission, String resource)AuthorizationResultSecuritySystem. authorize(User user, String permission, String resource)Constructors in org.apache.archiva.redback.system with parameters of type User Constructor Description DefaultSecuritySession(AuthenticationResult authenticationResult, User user) -
Uses of User in org.apache.archiva.redback.users
Methods in org.apache.archiva.redback.users that return User Modifier and Type Method Description UserUserManager. addUser(User user)Add a User.UserAbstractUserManager. createGuestUser()UserUserManager. createGuestUser()Factory method to create the guest user.UserUserManager. createUser(String username, String fullName, String emailAddress)Factory method to create new User Objects based on provider specific implementation.UserUserManager. findUser(String username)Find a User using a User name.UserUserManager. findUser(String username, boolean useCache)Find a User using a User name.UserAbstractUserManager. getGuestUser()UserUserManager. getGuestUser()Get the guest user.UserUserManager. updateUser(User user)Update a User.UserUserManager. updateUser(User user, boolean passwordChangeRequired)Methods in org.apache.archiva.redback.users that return types with arguments of type User Modifier and Type Method Description List<? extends User>UserManager. findUsersByEmailKey(String emailKey, boolean orderAscending)List<? extends User>UserManager. findUsersByFullNameKey(String fullNameKey, boolean orderAscending)List<? extends User>UserManager. findUsersByQuery(UserQuery query)Find users matching properties, ordering and range as specified by theUserQuery.List<? extends User>UserManager. findUsersByUsernameKey(String usernameKey, boolean orderAscending)List<? extends User>UserManager. getUsers()Get the List ofUserobjects.List<? extends User>UserManager. getUsers(boolean orderAscending)Methods in org.apache.archiva.redback.users with parameters of type User Modifier and Type Method Description UserUserManager. addUser(User user)Add a User.voidUserManager. addUserUnchecked(User user)Add a user to the database without checking for consistency or adjusting the password.protected voidAbstractUserManager. fireUserManagerUserAdded(User addedUser)protected voidAbstractUserManager. fireUserManagerUserRemoved(User removedUser)protected voidAbstractUserManager. fireUserManagerUserUpdated(User updatedUser)UserUserManager. updateUser(User user)Update a User.UserUserManager. updateUser(User user, boolean passwordChangeRequired)voidUserManagerListener. userManagerUserAdded(User user)voidUserManagerListener. userManagerUserRemoved(User user)voidUserManagerListener. userManagerUserUpdated(User user) -
Uses of User in org.apache.archiva.redback.users.cached
Methods in org.apache.archiva.redback.users.cached that return User Modifier and Type Method Description UserCachedUserManager. addUser(User user)UserCachedUserManager. createGuestUser()UserCachedUserManager. createUser(String username, String fullName, String emailAddress)UserCachedUserManager. findUser(String username)UserCachedUserManager. findUser(String username, boolean useCache)UserCachedUserManager. getGuestUser()UserCachedUserManager. updateUser(User user)UserCachedUserManager. updateUser(User user, boolean passwordChangeRequired)Methods in org.apache.archiva.redback.users.cached that return types with arguments of type User Modifier and Type Method Description List<? extends User>CachedUserManager. findUsersByEmailKey(String emailKey, boolean orderAscending)List<? extends User>CachedUserManager. findUsersByFullNameKey(String fullNameKey, boolean orderAscending)List<? extends User>CachedUserManager. findUsersByQuery(UserQuery query)List<? extends User>CachedUserManager. findUsersByUsernameKey(String usernameKey, boolean orderAscending)List<? extends User>CachedUserManager. getUsers()List<? extends User>CachedUserManager. getUsers(boolean orderAscending)org.apache.archiva.components.cache.Cache<String,User>CachedUserManager. getUsersCache()Methods in org.apache.archiva.redback.users.cached with parameters of type User Modifier and Type Method Description UserCachedUserManager. addUser(User user)voidCachedUserManager. addUserUnchecked(User user)UserCachedUserManager. updateUser(User user)UserCachedUserManager. updateUser(User user, boolean passwordChangeRequired)voidCachedUserManager. userManagerUserAdded(User user)voidCachedUserManager. userManagerUserRemoved(User user)voidCachedUserManager. userManagerUserUpdated(User user)Method parameters in org.apache.archiva.redback.users.cached with type arguments of type User Modifier and Type Method Description voidCachedUserManager. setUsersCache(org.apache.archiva.components.cache.Cache<String,User> usersCache) -
Uses of User in org.apache.archiva.redback.users.configurable
Methods in org.apache.archiva.redback.users.configurable that return User Modifier and Type Method Description UserConfigurableUserManager. addUser(User user)UserConfigurableUserManager. createUser(String username, String fullName, String emailAddress)UserConfigurableUserManager. findUser(String username)UserConfigurableUserManager. findUser(String username, boolean useCache)UserConfigurableUserManager. getGuestUser()UserConfigurableUserManager. updateUser(User user)UserConfigurableUserManager. updateUser(User user, boolean passwordChangeRequired)Methods in org.apache.archiva.redback.users.configurable that return types with arguments of type User Modifier and Type Method Description List<? extends User>ConfigurableUserManager. findUsersByEmailKey(String emailKey, boolean orderAscending)List<? extends User>ConfigurableUserManager. findUsersByFullNameKey(String fullNameKey, boolean orderAscending)List<? extends User>ConfigurableUserManager. findUsersByQuery(UserQuery query)List<? extends User>ConfigurableUserManager. findUsersByUsernameKey(String usernameKey, boolean orderAscending)List<? extends User>ConfigurableUserManager. getUsers()List<? extends User>ConfigurableUserManager. getUsers(boolean orderAscending)Methods in org.apache.archiva.redback.users.configurable with parameters of type User Modifier and Type Method Description UserConfigurableUserManager. addUser(User user)voidConfigurableUserManager. addUserUnchecked(User user)UserConfigurableUserManager. updateUser(User user)UserConfigurableUserManager. updateUser(User user, boolean passwordChangeRequired) -
Uses of User in org.apache.archiva.redback.users.jpa
Methods in org.apache.archiva.redback.users.jpa that return User Modifier and Type Method Description UserJpaUserManager. addUser(User user)UserJpaUserManager. createGuestUser()UserJpaUserManager. createUser(String username, String fullName, String emailAddress)UserJpaUserManager. findUser(String username)UserJpaUserManager. findUser(String username, boolean useCache)UserJpaUserManager. updateUser(User user)UserJpaUserManager. updateUser(User user, boolean passwordChangeRequired)Methods in org.apache.archiva.redback.users.jpa that return types with arguments of type User Modifier and Type Method Description List<? extends User>JpaUserManager. findUsersByEmailKey(String emailKey, boolean orderAscending)List<? extends User>JpaUserManager. findUsersByFullNameKey(String fullNameKey, boolean orderAscending)List<? extends User>JpaUserManager. findUsersByQuery(UserQuery queryParam)List<? extends User>JpaUserManager. findUsersByUsernameKey(String usernameKey, boolean orderAscending)List<? extends User>JpaUserManager. getUsers()List<? extends User>JpaUserManager. getUsers(boolean orderAscending)Methods in org.apache.archiva.redback.users.jpa with parameters of type User Modifier and Type Method Description UserJpaUserManager. addUser(User user)voidJpaUserManager. addUserUnchecked(User user)UserJpaUserManager. updateUser(User user)UserJpaUserManager. updateUser(User user, boolean passwordChangeRequired) -
Uses of User in org.apache.archiva.redback.users.jpa.model
Classes in org.apache.archiva.redback.users.jpa.model that implement User Modifier and Type Class Description classJpaUserCreated by martin on 20.09.16. -
Uses of User in org.apache.archiva.redback.users.ldap
Methods in org.apache.archiva.redback.users.ldap that return User Modifier and Type Method Description UserLdapUserManager. addUser(User user)UserLdapUserManager. createUser(String username, String fullName, String emailAddress)UserLdapUserManager. findUser(String username)UserLdapUserManager. findUser(String username, boolean useCache)UserLdapUserManager. updateUser(User user)UserLdapUserManager. updateUser(User user, boolean passwordChangeRequired)Methods in org.apache.archiva.redback.users.ldap that return types with arguments of type User Modifier and Type Method Description List<User>LdapUserManager. findUsersByEmailKey(String emailKey, boolean orderAscending)List<User>LdapUserManager. findUsersByFullNameKey(String fullNameKey, boolean orderAscending)List<User>LdapUserManager. findUsersByQuery(UserQuery query)List<User>LdapUserManager. findUsersByUsernameKey(String usernameKey, boolean orderAscending)List<User>LdapUserManager. getUsers()List<User>LdapUserManager. getUsers(boolean orderAscending)Methods in org.apache.archiva.redback.users.ldap with parameters of type User Modifier and Type Method Description UserLdapUserManager. addUser(User user)voidLdapUserManager. addUserUnchecked(User user)UserLdapUserManager. updateUser(User user)UserLdapUserManager. updateUser(User user, boolean passwordChangeRequired) -
Uses of User in org.apache.archiva.redback.users.ldap.ctl
Methods in org.apache.archiva.redback.users.ldap.ctl that return types with arguments of type User Modifier and Type Method Description Collection<User>DefaultLdapController. getUsers(DirContext context)Collection<User>LdapController. getUsers(DirContext context)List<User>DefaultLdapController. getUsersByQuery(LdapUserQuery query, DirContext context)List<User>LdapController. getUsersByQuery(LdapUserQuery query, DirContext context)Methods in org.apache.archiva.redback.users.ldap.ctl with parameters of type User Modifier and Type Method Description voidDefaultLdapController. createUser(User user, DirContext context, boolean encodePasswordIfChanged)voidLdapController. createUser(User user, DirContext context, boolean encodePasswordIfChanged)voidDefaultLdapController. updateUser(User user, DirContext context)voidLdapController. updateUser(User user, DirContext context) -
Uses of User in org.apache.archiva.redback.users.memory
Classes in org.apache.archiva.redback.users.memory that implement User Modifier and Type Class Description classSimpleUserA Simple User record.Methods in org.apache.archiva.redback.users.memory that return User Modifier and Type Method Description UserMemoryUserManager. addUser(User user)UserMemoryUserManager. createUser(String username, String fullName, String emailAddress)UserMemoryUserManager. findUser(String username)UserMemoryUserManager. findUser(String username, boolean useCache)UserMemoryUserManager. updateUser(User user)UserMemoryUserManager. updateUser(User user, boolean passwordChangeRequired)Methods in org.apache.archiva.redback.users.memory that return types with arguments of type User Modifier and Type Method Description List<User>MemoryUserManager. findUsersByEmailKey(String emailKey, boolean orderAscending)List<User>MemoryUserManager. findUsersByFullNameKey(String fullNameKey, boolean orderAscending)List<User>MemoryUserManager. findUsersByQuery(UserQuery query)List<User>MemoryUserManager. findUsersByUsernameKey(String usernameKey, boolean orderAscending)Comparator<User>SimpleUserQuery. getComparator()Returns a comparator used for sorting a collection of User objects based on the ordering set on this UserQuery'sAbstractUserQuery.setOrderBy(String)andAbstractUserQuery.setAscending(boolean).List<User>MemoryUserManager. getUsers()List<User>MemoryUserManager. getUsers(boolean ascendingUsername)Methods in org.apache.archiva.redback.users.memory with parameters of type User Modifier and Type Method Description UserMemoryUserManager. addUser(User user)voidMemoryUserManager. addUserUnchecked(User user)booleanSimpleUserQuery. matches(User user)Returns true if this user should be considered a match of the current queryUserMemoryUserManager. updateUser(User user)UserMemoryUserManager. updateUser(User user, boolean passwordChangeRequired) -
Uses of User in org.apache.archiva.redback.users.memory.util
Methods in org.apache.archiva.redback.users.memory.util with parameters of type User Modifier and Type Method Description intUserSorter. compare(User o1, User o2)
-