blob: db249bd04c82974e47f0b5eb93e16d7058689434 [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>DefaultUserService (Apache Archiva Redback 3.0.0-SNAPSHOT API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>
<script type="text/javascript" src="../../../../../../../jquery/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="../../../../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="../../../../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="../../../../../../../jquery/jquery-3.5.1.js"></script>
<script type="text/javascript" src="../../../../../../../jquery/jquery-ui.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="DefaultUserService (Apache Archiva Redback 3.0.0-SNAPSHOT API)";
}
}
catch(err) {
}
//-->
var data = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
var pathtoroot = "../../../../../../../";
var useModuleDirectories = true;
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<header role="banner">
<nav role="navigation">
<div class="fixedNav">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a id="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../index.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/DefaultUserService.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../../allclasses.html">All&nbsp;Classes</a></li>
</ul>
<ul class="navListSearch">
<li><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a id="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
</div>
<div class="navPadding">&nbsp;</div>
<script type="text/javascript"><!--
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
//-->
</script>
</nav>
</header>
<!-- ======== START OF CLASS DATA ======== -->
<main role="main">
<div class="header">
<div class="subTitle"><span class="packageLabelInType">Package</span>&nbsp;<a href="package-summary.html">org.apache.archiva.redback.rest.services.v2</a></div>
<h2 title="Class DefaultUserService" class="title">Class DefaultUserService</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li><a href="BaseRedbackService.html" title="class in org.apache.archiva.redback.rest.services.v2">org.apache.archiva.redback.rest.services.v2.BaseRedbackService</a></li>
<li>
<ul class="inheritance">
<li>org.apache.archiva.redback.rest.services.v2.DefaultUserService</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><code><a href="../../api/services/v2/UserService.html" title="interface in org.apache.archiva.redback.rest.api.services.v2">UserService</a></code></dd>
</dl>
<hr>
<pre>@Service("v2.userService#rest")
public class <a href="../../../../../../../src-html/org/apache/archiva/redback/rest/services/v2/DefaultUserService.html#line.108">DefaultUserService</a>
extends <a href="BaseRedbackService.html" title="class in org.apache.archiva.redback.rest.services.v2">BaseRedbackService</a>
implements <a href="../../api/services/v2/UserService.html" title="interface in org.apache.archiva.redback.rest.api.services.v2">UserService</a></pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<ul class="blockList">
<li class="blockList"><a id="fields.inherited.from.class.org.apache.archiva.redback.rest.services.v2.BaseRedbackService">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;org.apache.archiva.redback.rest.services.v2.<a href="BaseRedbackService.html" title="class in org.apache.archiva.redback.rest.services.v2">BaseRedbackService</a></h3>
<code><a href="BaseRedbackService.html#DEFAULT_SEARCH_FIELDS">DEFAULT_SEARCH_FIELDS</a>, <a href="BaseRedbackService.html#rbacManager">rbacManager</a>, <a href="BaseRedbackService.html#USER_FILTER_MAP">USER_FILTER_MAP</a>, <a href="BaseRedbackService.html#USER_ORDER_MAP">USER_ORDER_MAP</a>, <a href="BaseRedbackService.html#USER_QUERY_HELPER">USER_QUERY_HELPER</a>, <a href="BaseRedbackService.html#userManager">userManager</a></code></li>
</ul>
</li>
</ul>
</section>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Constructor</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tr class="altColor">
<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E(org.apache.archiva.redback.rbac.RBACManager,org.apache.archiva.redback.users.UserManager,org.apache.archiva.redback.system.SecuritySystem)">DefaultUserService</a></span>&#8203;(<a href="../../../rbac/RBACManager.html" title="interface in org.apache.archiva.redback.rbac">RBACManager</a>&nbsp;rbacManager,
<a href="../../../users/UserManager.html" title="interface in org.apache.archiva.redback.users">UserManager</a>&nbsp;userManager,
<a href="../../../system/SecuritySystem.html" title="interface in org.apache.archiva.redback.system">SecuritySystem</a>&nbsp;securitySystem)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</table>
</li>
</ul>
</section>
<!-- ========== METHOD SUMMARY =========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>javax.ws.rs.core.Response</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#changePassword(org.apache.archiva.redback.rest.api.model.v2.PasswordChange)">changePassword</a></span>&#8203;(<a href="../../api/model/v2/PasswordChange.html" title="class in org.apache.archiva.redback.rest.api.model.v2">PasswordChange</a>&nbsp;passwordChange)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>javax.ws.rs.core.Response</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#changePasswordUnauthenticated(java.lang.String,org.apache.archiva.redback.rest.api.model.v2.PasswordChange)">changePasswordUnauthenticated</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;userId,
<a href="../../api/model/v2/PasswordChange.html" title="class in org.apache.archiva.redback.rest.api.model.v2">PasswordChange</a>&nbsp;passwordChange)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#clearRequirePasswordChangeFlag(java.lang.String)">clearRequirePasswordChangeFlag</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;userId)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code><a href="../../api/model/v2/UserInfo.html" title="class in org.apache.archiva.redback.rest.api.model.v2">UserInfo</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#createAdminUser(org.apache.archiva.redback.rest.api.model.v2.User)">createAdminUser</a></span>&#8203;(<a href="../../api/model/v2/User.html" title="class in org.apache.archiva.redback.rest.api.model.v2">User</a>&nbsp;adminUser)</code></th>
<td class="colLast">
<div class="block">will create admin user only if not exists !! if exists will return false</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code><a href="../../api/model/v2/UserInfo.html" title="class in org.apache.archiva.redback.rest.api.model.v2">UserInfo</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#createUser(org.apache.archiva.redback.rest.api.model.v2.User)">createUser</a></span>&#8203;(<a href="../../api/model/v2/User.html" title="class in org.apache.archiva.redback.rest.api.model.v2">User</a>&nbsp;user)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#deleteUser(java.lang.String)">deleteUser</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;userId)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code><a href="../../api/model/v2/AvailabilityStatus.html" title="class in org.apache.archiva.redback.rest.api.model.v2">AvailabilityStatus</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getAdminStatus()">getAdminStatus</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util" class="externalLink">Collection</a>&lt;<a href="../../api/model/v2/Operation.html" title="class in org.apache.archiva.redback.rest.api.model.v2">Operation</a>&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getCurrentUserOperations()">getCurrentUserOperations</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util" class="externalLink">Collection</a>&lt;<a href="../../api/model/v2/Permission.html" title="class in org.apache.archiva.redback.rest.api.model.v2">Permission</a>&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getCurrentUserPermissions()">getCurrentUserPermissions</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util" class="externalLink">List</a>&lt;<a href="../../api/model/v2/RoleInfo.html" title="class in org.apache.archiva.redback.rest.api.model.v2">RoleInfo</a>&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getEffectivelyAssignedRoles(java.lang.String)">getEffectivelyAssignedRoles</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;username)</code></th>
<td class="colLast">
<div class="block">Returns all roles for a given user id.</div>
</td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util" class="externalLink">Collection</a>&lt;<a href="../../api/model/v2/Permission.html" title="class in org.apache.archiva.redback.rest.api.model.v2">Permission</a>&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getGuestPermissions()">getGuestPermissions</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code><a href="../../api/model/v2/UserInfo.html" title="class in org.apache.archiva.redback.rest.api.model.v2">UserInfo</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getLoggedInUser()">getLoggedInUser</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code><a href="../../api/model/v2/RoleTree.html" title="class in org.apache.archiva.redback.rest.api.model.v2">RoleTree</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getRoleTree(java.lang.String)">getRoleTree</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;username)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i13" class="rowColor">
<td class="colFirst"><code><a href="../../api/model/v2/UserInfo.html" title="class in org.apache.archiva.redback.rest.api.model.v2">UserInfo</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getUser(java.lang.String)">getUser</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;userId)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i14" class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util" class="externalLink">Collection</a>&lt;<a href="../../api/model/v2/Operation.html" title="class in org.apache.archiva.redback.rest.api.model.v2">Operation</a>&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getUserOperations(java.lang.String)">getUserOperations</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;userName)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i15" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util" class="externalLink">Collection</a>&lt;<a href="../../api/model/v2/Permission.html" title="class in org.apache.archiva.redback.rest.api.model.v2">Permission</a>&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getUserPermissions(java.lang.String)">getUserPermissions</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;userName)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i16" class="altColor">
<td class="colFirst"><code>org.apache.archiva.components.rest.model.PagedResult&lt;<a href="../../api/model/v2/UserInfo.html" title="class in org.apache.archiva.redback.rest.api.model.v2">UserInfo</a>&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getUsers(java.lang.String,java.lang.Integer,java.lang.Integer,java.util.List,java.lang.String)">getUsers</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;q,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang" class="externalLink">Integer</a>&nbsp;offset,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang" class="externalLink">Integer</a>&nbsp;limit,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util" class="externalLink">List</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&gt;&nbsp;orderBy,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;order)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i17" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#lockUser(java.lang.String)">lockUser</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;userId)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i18" class="altColor">
<td class="colFirst"><code><a href="../../api/model/v2/PingResult.html" title="class in org.apache.archiva.redback.rest.api.model.v2">PingResult</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#ping()">ping</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i19" class="rowColor">
<td class="colFirst"><code><a href="../../api/model/v2/RegistrationKey.html" title="class in org.apache.archiva.redback.rest.api.model.v2">RegistrationKey</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#registerUser(java.lang.String,org.apache.archiva.redback.rest.api.model.v2.UserRegistrationRequest)">registerUser</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;userId,
<a href="../../api/model/v2/UserRegistrationRequest.html" title="class in org.apache.archiva.redback.rest.api.model.v2">UserRegistrationRequest</a>&nbsp;userRegistrationRequest)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i20" class="altColor">
<td class="colFirst"><code>javax.ws.rs.core.Response</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#removeFromCache(java.lang.String)">removeFromCache</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;userId)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i21" class="rowColor">
<td class="colFirst"><code>javax.ws.rs.core.Response</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#resetPassword(java.lang.String)">resetPassword</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;userId)</code></th>
<td class="colLast">
<div class="block">Asks for a password reset of the given User.</div>
</td>
</tr>
<tr id="i22" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setRequirePasswordChangeFlag(java.lang.String)">setRequirePasswordChangeFlag</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;userId)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i23" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#unlockUser(java.lang.String)">unlockUser</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;userId)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i24" class="altColor">
<td class="colFirst"><code><a href="../../api/model/v2/UserInfo.html" title="class in org.apache.archiva.redback.rest.api.model.v2">UserInfo</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#updateMe(org.apache.archiva.redback.rest.api.model.v2.SelfUserData)">updateMe</a></span>&#8203;(<a href="../../api/model/v2/SelfUserData.html" title="class in org.apache.archiva.redback.rest.api.model.v2">SelfUserData</a>&nbsp;user)</code></th>
<td class="colLast">
<div class="block">Update only the current logged in user and this fields: fullname, email, password.</div>
</td>
</tr>
<tr id="i25" class="rowColor">
<td class="colFirst"><code><a href="../../api/model/v2/UserInfo.html" title="class in org.apache.archiva.redback.rest.api.model.v2">UserInfo</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#updateUser(java.lang.String,org.apache.archiva.redback.rest.api.model.v2.User)">updateUser</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;userId,
<a href="../../api/model/v2/User.html" title="class in org.apache.archiva.redback.rest.api.model.v2">User</a>&nbsp;user)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i26" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#validateCredentialsLoose(org.apache.archiva.redback.rest.api.model.v2.User)">validateCredentialsLoose</a></span>&#8203;(<a href="../../api/model/v2/User.html" title="class in org.apache.archiva.redback.rest.api.model.v2">User</a>&nbsp;user)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i27" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#validateCredentialsStrict(org.apache.archiva.redback.rest.api.model.v2.User)">validateCredentialsStrict</a></span>&#8203;(<a href="../../api/model/v2/User.html" title="class in org.apache.archiva.redback.rest.api.model.v2">User</a>&nbsp;user)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i28" class="altColor">
<td class="colFirst"><code><a href="../../api/model/v2/VerificationStatus.html" title="class in org.apache.archiva.redback.rest.api.model.v2">VerificationStatus</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#validateUserRegistration(java.lang.String,java.lang.String)">validateUserRegistration</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;userId,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;key)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.org.apache.archiva.redback.rest.services.v2.BaseRedbackService">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.apache.archiva.redback.rest.services.v2.<a href="BaseRedbackService.html" title="class in org.apache.archiva.redback.rest.services.v2">BaseRedbackService</a></h3>
<code><a href="BaseRedbackService.html#getAssignedRedbackUsers(org.apache.archiva.redback.rbac.Role)">getAssignedRedbackUsers</a>, <a href="BaseRedbackService.html#getAssignedRedbackUsersRecursive(org.apache.archiva.redback.rbac.Role,boolean)">getAssignedRedbackUsersRecursive</a>, <a href="BaseRedbackService.html#getAssignedUsersRecursive(org.apache.archiva.redback.rbac.Role)">getAssignedUsersRecursive</a>, <a href="BaseRedbackService.html#getChildRoles(org.apache.archiva.redback.rbac.Role)">getChildRoles</a>, <a href="BaseRedbackService.html#getParentRoles(org.apache.archiva.redback.rbac.Role)">getParentRoles</a>, <a href="BaseRedbackService.html#getRedbackUser(java.lang.String)">getRedbackUser</a>, <a href="BaseRedbackService.html#getRestUser(org.apache.archiva.redback.users.User)">getRestUser</a>, <a href="BaseRedbackService.html#getRoleInfo(org.apache.archiva.redback.rbac.Role)">getRoleInfo</a>, <a href="BaseRedbackService.html#getRoleInfoOptional(org.apache.archiva.redback.rbac.Role)">getRoleInfoOptional</a>, <a href="BaseRedbackService.html#getUserInfoPagedResult(java.util.List,java.lang.String,java.lang.Integer,java.lang.Integer,java.util.List,boolean)">getUserInfoPagedResult</a>, <a href="BaseRedbackService.html#isAscending(java.lang.String)">isAscending</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a></h3>
<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang" class="externalLink">clone</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang" class="externalLink">equals</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang" class="externalLink">finalize</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang" class="externalLink">getClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang" class="externalLink">hashCode</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang" class="externalLink">notify</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang" class="externalLink">notifyAll</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang" class="externalLink">toString</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang" class="externalLink">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang" class="externalLink">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait(long,int)" title="class or interface in java.lang" class="externalLink">wait</a></code></li>
</ul>
</li>
</ul>
</section>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a id="&lt;init&gt;(org.apache.archiva.redback.rbac.RBACManager,org.apache.archiva.redback.users.UserManager,org.apache.archiva.redback.system.SecuritySystem)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>DefaultUserService</h4>
<pre>@Inject
public&nbsp;<a href="../../../../../../../src-html/org/apache/archiva/redback/rest/services/v2/DefaultUserService.html#line.177">DefaultUserService</a>&#8203;(@Named("rbacManager#default")
<a href="../../../rbac/RBACManager.html" title="interface in org.apache.archiva.redback.rbac">RBACManager</a>&nbsp;rbacManager,
@Named("userManager#default")
<a href="../../../users/UserManager.html" title="interface in org.apache.archiva.redback.users">UserManager</a>&nbsp;userManager,
<a href="../../../system/SecuritySystem.html" title="interface in org.apache.archiva.redback.system">SecuritySystem</a>&nbsp;securitySystem)</pre>
</li>
</ul>
</li>
</ul>
</section>
<!-- ============ METHOD DETAIL ========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a id="createUser(org.apache.archiva.redback.rest.api.model.v2.User)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createUser</h4>
<pre class="methodSignature">public&nbsp;<a href="../../api/model/v2/UserInfo.html" title="class in org.apache.archiva.redback.rest.api.model.v2">UserInfo</a>&nbsp;<a href="../../../../../../../src-html/org/apache/archiva/redback/rest/services/v2/DefaultUserService.html#line.199">createUser</a>&#8203;(<a href="../../api/model/v2/User.html" title="class in org.apache.archiva.redback.rest.api.model.v2">User</a>&nbsp;user)
throws <a href="../../api/services/RedbackServiceException.html" title="class in org.apache.archiva.redback.rest.api.services">RedbackServiceException</a></pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../api/services/v2/UserService.html#createUser(org.apache.archiva.redback.rest.api.model.v2.User)">createUser</a></code>&nbsp;in interface&nbsp;<code><a href="../../api/services/v2/UserService.html" title="interface in org.apache.archiva.redback.rest.api.services.v2">UserService</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../api/services/RedbackServiceException.html" title="class in org.apache.archiva.redback.rest.api.services">RedbackServiceException</a></code></dd>
</dl>
</li>
</ul>
<a id="deleteUser(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>deleteUser</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;<a href="../../../../../../../src-html/org/apache/archiva/redback/rest/services/v2/DefaultUserService.html#line.291">deleteUser</a>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;userId)
throws <a href="../../api/services/RedbackServiceException.html" title="class in org.apache.archiva.redback.rest.api.services">RedbackServiceException</a></pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../api/services/v2/UserService.html#deleteUser(java.lang.String)">deleteUser</a></code>&nbsp;in interface&nbsp;<code><a href="../../api/services/v2/UserService.html" title="interface in org.apache.archiva.redback.rest.api.services.v2">UserService</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../api/services/RedbackServiceException.html" title="class in org.apache.archiva.redback.rest.api.services">RedbackServiceException</a></code></dd>
</dl>
</li>
</ul>
<a id="getUser(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getUser</h4>
<pre class="methodSignature">public&nbsp;<a href="../../api/model/v2/UserInfo.html" title="class in org.apache.archiva.redback.rest.api.model.v2">UserInfo</a>&nbsp;<a href="../../../../../../../src-html/org/apache/archiva/redback/rest/services/v2/DefaultUserService.html#line.336">getUser</a>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;userId)
throws <a href="../../api/services/RedbackServiceException.html" title="class in org.apache.archiva.redback.rest.api.services">RedbackServiceException</a></pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../api/services/v2/UserService.html#getUser(java.lang.String)">getUser</a></code>&nbsp;in interface&nbsp;<code><a href="../../api/services/v2/UserService.html" title="interface in org.apache.archiva.redback.rest.api.services.v2">UserService</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../api/services/RedbackServiceException.html" title="class in org.apache.archiva.redback.rest.api.services">RedbackServiceException</a></code></dd>
</dl>
</li>
</ul>
<a id="getUsers(java.lang.String,java.lang.Integer,java.lang.Integer,java.util.List,java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getUsers</h4>
<pre class="methodSignature">public&nbsp;org.apache.archiva.components.rest.model.PagedResult&lt;<a href="../../api/model/v2/UserInfo.html" title="class in org.apache.archiva.redback.rest.api.model.v2">UserInfo</a>&gt;&nbsp;<a href="../../../../../../../src-html/org/apache/archiva/redback/rest/services/v2/DefaultUserService.html#line.363">getUsers</a>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;q,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang" class="externalLink">Integer</a>&nbsp;offset,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang" class="externalLink">Integer</a>&nbsp;limit,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util" class="externalLink">List</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&gt;&nbsp;orderBy,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;order)
throws <a href="../../api/services/RedbackServiceException.html" title="class in org.apache.archiva.redback.rest.api.services">RedbackServiceException</a></pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../api/services/v2/UserService.html#getUsers(java.lang.String,java.lang.Integer,java.lang.Integer,java.util.List,java.lang.String)">getUsers</a></code>&nbsp;in interface&nbsp;<code><a href="../../api/services/v2/UserService.html" title="interface in org.apache.archiva.redback.rest.api.services.v2">UserService</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../api/services/RedbackServiceException.html" title="class in org.apache.archiva.redback.rest.api.services">RedbackServiceException</a></code></dd>
</dl>
</li>
</ul>
<a id="updateMe(org.apache.archiva.redback.rest.api.model.v2.SelfUserData)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>updateMe</h4>
<pre class="methodSignature">public&nbsp;<a href="../../api/model/v2/UserInfo.html" title="class in org.apache.archiva.redback.rest.api.model.v2">UserInfo</a>&nbsp;<a href="../../../../../../../src-html/org/apache/archiva/redback/rest/services/v2/DefaultUserService.html#line.383">updateMe</a>&#8203;(<a href="../../api/model/v2/SelfUserData.html" title="class in org.apache.archiva.redback.rest.api.model.v2">SelfUserData</a>&nbsp;user)
throws <a href="../../api/services/RedbackServiceException.html" title="class in org.apache.archiva.redback.rest.api.services">RedbackServiceException</a></pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../api/services/v2/UserService.html#updateMe(org.apache.archiva.redback.rest.api.model.v2.SelfUserData)">UserService</a></code></span></div>
<div class="block">Update only the current logged in user and this fields: fullname, email, password.
The service verifies the current logged user with the one passed in the method</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../api/services/v2/UserService.html#updateMe(org.apache.archiva.redback.rest.api.model.v2.SelfUserData)">updateMe</a></code>&nbsp;in interface&nbsp;<code><a href="../../api/services/v2/UserService.html" title="interface in org.apache.archiva.redback.rest.api.services.v2">UserService</a></code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the user info object</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../api/services/RedbackServiceException.html" title="class in org.apache.archiva.redback.rest.api.services">RedbackServiceException</a></code></dd>
</dl>
</li>
</ul>
<a id="getLoggedInUser()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getLoggedInUser</h4>
<pre class="methodSignature">public&nbsp;<a href="../../api/model/v2/UserInfo.html" title="class in org.apache.archiva.redback.rest.api.model.v2">UserInfo</a>&nbsp;<a href="../../../../../../../src-html/org/apache/archiva/redback/rest/services/v2/DefaultUserService.html#line.446">getLoggedInUser</a>()
throws <a href="../../api/services/RedbackServiceException.html" title="class in org.apache.archiva.redback.rest.api.services">RedbackServiceException</a></pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../api/services/v2/UserService.html#getLoggedInUser()">getLoggedInUser</a></code>&nbsp;in interface&nbsp;<code><a href="../../api/services/v2/UserService.html" title="interface in org.apache.archiva.redback.rest.api.services.v2">UserService</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../api/services/RedbackServiceException.html" title="class in org.apache.archiva.redback.rest.api.services">RedbackServiceException</a></code></dd>
</dl>
</li>
</ul>
<a id="updateUser(java.lang.String,org.apache.archiva.redback.rest.api.model.v2.User)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>updateUser</h4>
<pre class="methodSignature">public&nbsp;<a href="../../api/model/v2/UserInfo.html" title="class in org.apache.archiva.redback.rest.api.model.v2">UserInfo</a>&nbsp;<a href="../../../../../../../src-html/org/apache/archiva/redback/rest/services/v2/DefaultUserService.html#line.467">updateUser</a>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;userId,
<a href="../../api/model/v2/User.html" title="class in org.apache.archiva.redback.rest.api.model.v2">User</a>&nbsp;user)
throws <a href="../../api/services/RedbackServiceException.html" title="class in org.apache.archiva.redback.rest.api.services">RedbackServiceException</a></pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../api/services/v2/UserService.html#updateUser(java.lang.String,org.apache.archiva.redback.rest.api.model.v2.User)">updateUser</a></code>&nbsp;in interface&nbsp;<code><a href="../../api/services/v2/UserService.html" title="interface in org.apache.archiva.redback.rest.api.services.v2">UserService</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../api/services/RedbackServiceException.html" title="class in org.apache.archiva.redback.rest.api.services">RedbackServiceException</a></code></dd>
</dl>
</li>
</ul>
<a id="removeFromCache(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>removeFromCache</h4>
<pre class="methodSignature">public&nbsp;javax.ws.rs.core.Response&nbsp;<a href="../../../../../../../src-html/org/apache/archiva/redback/rest/services/v2/DefaultUserService.html#line.503">removeFromCache</a>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;userId)
throws <a href="../../api/services/RedbackServiceException.html" title="class in org.apache.archiva.redback.rest.api.services">RedbackServiceException</a></pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../api/services/v2/UserService.html#removeFromCache(java.lang.String)">removeFromCache</a></code>&nbsp;in interface&nbsp;<code><a href="../../api/services/v2/UserService.html" title="interface in org.apache.archiva.redback.rest.api.services.v2">UserService</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../api/services/RedbackServiceException.html" title="class in org.apache.archiva.redback.rest.api.services">RedbackServiceException</a></code></dd>
</dl>
</li>
</ul>
<a id="ping()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ping</h4>
<pre class="methodSignature">public&nbsp;<a href="../../api/model/v2/PingResult.html" title="class in org.apache.archiva.redback.rest.api.model.v2">PingResult</a>&nbsp;<a href="../../../../../../../src-html/org/apache/archiva/redback/rest/services/v2/DefaultUserService.html#line.523">ping</a>()
throws <a href="../../api/services/RedbackServiceException.html" title="class in org.apache.archiva.redback.rest.api.services">RedbackServiceException</a></pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../api/services/v2/UserService.html#ping()">ping</a></code>&nbsp;in interface&nbsp;<code><a href="../../api/services/v2/UserService.html" title="interface in org.apache.archiva.redback.rest.api.services.v2">UserService</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../api/services/RedbackServiceException.html" title="class in org.apache.archiva.redback.rest.api.services">RedbackServiceException</a></code></dd>
</dl>
</li>
</ul>
<a id="createAdminUser(org.apache.archiva.redback.rest.api.model.v2.User)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createAdminUser</h4>
<pre class="methodSignature">public&nbsp;<a href="../../api/model/v2/UserInfo.html" title="class in org.apache.archiva.redback.rest.api.model.v2">UserInfo</a>&nbsp;<a href="../../../../../../../src-html/org/apache/archiva/redback/rest/services/v2/DefaultUserService.html#line.530">createAdminUser</a>&#8203;(<a href="../../api/model/v2/User.html" title="class in org.apache.archiva.redback.rest.api.model.v2">User</a>&nbsp;adminUser)
throws <a href="../../api/services/RedbackServiceException.html" title="class in org.apache.archiva.redback.rest.api.services">RedbackServiceException</a></pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../api/services/v2/UserService.html#createAdminUser(org.apache.archiva.redback.rest.api.model.v2.User)">UserService</a></code></span></div>
<div class="block">will create admin user only if not exists !! if exists will return false</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../api/services/v2/UserService.html#createAdminUser(org.apache.archiva.redback.rest.api.model.v2.User)">createAdminUser</a></code>&nbsp;in interface&nbsp;<code><a href="../../api/services/v2/UserService.html" title="interface in org.apache.archiva.redback.rest.api.services.v2">UserService</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../api/services/RedbackServiceException.html" title="class in org.apache.archiva.redback.rest.api.services">RedbackServiceException</a></code></dd>
</dl>
</li>
</ul>
<a id="getAdminStatus()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAdminStatus</h4>
<pre class="methodSignature">public&nbsp;<a href="../../api/model/v2/AvailabilityStatus.html" title="class in org.apache.archiva.redback.rest.api.model.v2">AvailabilityStatus</a>&nbsp;<a href="../../../../../../../src-html/org/apache/archiva/redback/rest/services/v2/DefaultUserService.html#line.577">getAdminStatus</a>()
throws <a href="../../api/services/RedbackServiceException.html" title="class in org.apache.archiva.redback.rest.api.services">RedbackServiceException</a></pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../api/services/v2/UserService.html#getAdminStatus()">getAdminStatus</a></code>&nbsp;in interface&nbsp;<code><a href="../../api/services/v2/UserService.html" title="interface in org.apache.archiva.redback.rest.api.services.v2">UserService</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../api/services/RedbackServiceException.html" title="class in org.apache.archiva.redback.rest.api.services">RedbackServiceException</a></code></dd>
</dl>
</li>
</ul>
<a id="resetPassword(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>resetPassword</h4>
<pre class="methodSignature">public&nbsp;javax.ws.rs.core.Response&nbsp;<a href="../../../../../../../src-html/org/apache/archiva/redback/rest/services/v2/DefaultUserService.html#line.610">resetPassword</a>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;userId)
throws <a href="../../api/services/RedbackServiceException.html" title="class in org.apache.archiva.redback.rest.api.services">RedbackServiceException</a></pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../api/services/v2/UserService.html#resetPassword(java.lang.String)">UserService</a></code></span></div>
<div class="block">Asks for a password reset of the given User. Normally this results in a password reset email sent to the
stored email address for the given user.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../api/services/v2/UserService.html#resetPassword(java.lang.String)">resetPassword</a></code>&nbsp;in interface&nbsp;<code><a href="../../api/services/v2/UserService.html" title="interface in org.apache.archiva.redback.rest.api.services.v2">UserService</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../api/services/RedbackServiceException.html" title="class in org.apache.archiva.redback.rest.api.services">RedbackServiceException</a></code></dd>
</dl>
</li>
</ul>
<a id="registerUser(java.lang.String,org.apache.archiva.redback.rest.api.model.v2.UserRegistrationRequest)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>registerUser</h4>
<pre class="methodSignature">public&nbsp;<a href="../../api/model/v2/RegistrationKey.html" title="class in org.apache.archiva.redback.rest.api.model.v2">RegistrationKey</a>&nbsp;<a href="../../../../../../../src-html/org/apache/archiva/redback/rest/services/v2/DefaultUserService.html#line.654">registerUser</a>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;userId,
<a href="../../api/model/v2/UserRegistrationRequest.html" title="class in org.apache.archiva.redback.rest.api.model.v2">UserRegistrationRequest</a>&nbsp;userRegistrationRequest)
throws <a href="../../api/services/RedbackServiceException.html" title="class in org.apache.archiva.redback.rest.api.services">RedbackServiceException</a></pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../api/services/v2/UserService.html#registerUser(java.lang.String,org.apache.archiva.redback.rest.api.model.v2.UserRegistrationRequest)">registerUser</a></code>&nbsp;in interface&nbsp;<code><a href="../../api/services/v2/UserService.html" title="interface in org.apache.archiva.redback.rest.api.services.v2">UserService</a></code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the registration key</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../api/services/RedbackServiceException.html" title="class in org.apache.archiva.redback.rest.api.services">RedbackServiceException</a></code></dd>
</dl>
</li>
</ul>
<a id="getCurrentUserPermissions()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getCurrentUserPermissions</h4>
<pre class="methodSignature">public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util" class="externalLink">Collection</a>&lt;<a href="../../api/model/v2/Permission.html" title="class in org.apache.archiva.redback.rest.api.model.v2">Permission</a>&gt;&nbsp;<a href="../../../../../../../src-html/org/apache/archiva/redback/rest/services/v2/DefaultUserService.html#line.770">getCurrentUserPermissions</a>()
throws <a href="../../api/services/RedbackServiceException.html" title="class in org.apache.archiva.redback.rest.api.services">RedbackServiceException</a></pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../api/services/v2/UserService.html#getCurrentUserPermissions()">getCurrentUserPermissions</a></code>&nbsp;in interface&nbsp;<code><a href="../../api/services/v2/UserService.html" title="interface in org.apache.archiva.redback.rest.api.services.v2">UserService</a></code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the current logged user permissions, if no logged user guest permissions are returned</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../api/services/RedbackServiceException.html" title="class in org.apache.archiva.redback.rest.api.services">RedbackServiceException</a></code></dd>
</dl>
</li>
</ul>
<a id="getCurrentUserOperations()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getCurrentUserOperations</h4>
<pre class="methodSignature">public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util" class="externalLink">Collection</a>&lt;<a href="../../api/model/v2/Operation.html" title="class in org.apache.archiva.redback.rest.api.model.v2">Operation</a>&gt;&nbsp;<a href="../../../../../../../src-html/org/apache/archiva/redback/rest/services/v2/DefaultUserService.html#line.788">getCurrentUserOperations</a>()
throws <a href="../../api/services/RedbackServiceException.html" title="class in org.apache.archiva.redback.rest.api.services">RedbackServiceException</a></pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../api/services/v2/UserService.html#getCurrentUserOperations()">getCurrentUserOperations</a></code>&nbsp;in interface&nbsp;<code><a href="../../api/services/v2/UserService.html" title="interface in org.apache.archiva.redback.rest.api.services.v2">UserService</a></code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the current logged user operations, if no logged user guest operations are returned</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../api/services/RedbackServiceException.html" title="class in org.apache.archiva.redback.rest.api.services">RedbackServiceException</a></code></dd>
</dl>
</li>
</ul>
<a id="validateUserRegistration(java.lang.String,java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>validateUserRegistration</h4>
<pre class="methodSignature">public&nbsp;<a href="../../api/model/v2/VerificationStatus.html" title="class in org.apache.archiva.redback.rest.api.model.v2">VerificationStatus</a>&nbsp;<a href="../../../../../../../src-html/org/apache/archiva/redback/rest/services/v2/DefaultUserService.html#line.806">validateUserRegistration</a>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;userId,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;key)
throws <a href="../../api/services/RedbackServiceException.html" title="class in org.apache.archiva.redback.rest.api.services">RedbackServiceException</a></pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../api/services/v2/UserService.html#validateUserRegistration(java.lang.String,java.lang.String)">validateUserRegistration</a></code>&nbsp;in interface&nbsp;<code><a href="../../api/services/v2/UserService.html" title="interface in org.apache.archiva.redback.rest.api.services.v2">UserService</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../api/services/RedbackServiceException.html" title="class in org.apache.archiva.redback.rest.api.services">RedbackServiceException</a></code></dd>
</dl>
</li>
</ul>
<a id="getEffectivelyAssignedRoles(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getEffectivelyAssignedRoles</h4>
<pre class="methodSignature">public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util" class="externalLink">List</a>&lt;<a href="../../api/model/v2/RoleInfo.html" title="class in org.apache.archiva.redback.rest.api.model.v2">RoleInfo</a>&gt;&nbsp;<a href="../../../../../../../src-html/org/apache/archiva/redback/rest/services/v2/DefaultUserService.html#line.886">getEffectivelyAssignedRoles</a>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;username)
throws <a href="../../api/services/RedbackServiceException.html" title="class in org.apache.archiva.redback.rest.api.services">RedbackServiceException</a></pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../api/services/v2/UserService.html#getEffectivelyAssignedRoles(java.lang.String)">UserService</a></code></span></div>
<div class="block">Returns all roles for a given user id. Recurses all child roles.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../api/services/v2/UserService.html#getEffectivelyAssignedRoles(java.lang.String)">getEffectivelyAssignedRoles</a></code>&nbsp;in interface&nbsp;<code><a href="../../api/services/v2/UserService.html" title="interface in org.apache.archiva.redback.rest.api.services.v2">UserService</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../api/services/RedbackServiceException.html" title="class in org.apache.archiva.redback.rest.api.services">RedbackServiceException</a></code></dd>
</dl>
</li>
</ul>
<a id="getRoleTree(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getRoleTree</h4>
<pre class="methodSignature">public&nbsp;<a href="../../api/model/v2/RoleTree.html" title="class in org.apache.archiva.redback.rest.api.model.v2">RoleTree</a>&nbsp;<a href="../../../../../../../src-html/org/apache/archiva/redback/rest/services/v2/DefaultUserService.html#line.919">getRoleTree</a>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;username)
throws <a href="../../api/services/RedbackServiceException.html" title="class in org.apache.archiva.redback.rest.api.services">RedbackServiceException</a></pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../api/services/v2/UserService.html#getRoleTree(java.lang.String)">getRoleTree</a></code>&nbsp;in interface&nbsp;<code><a href="../../api/services/v2/UserService.html" title="interface in org.apache.archiva.redback.rest.api.services.v2">UserService</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../api/services/RedbackServiceException.html" title="class in org.apache.archiva.redback.rest.api.services">RedbackServiceException</a></code></dd>
</dl>
</li>
</ul>
<a id="changePasswordUnauthenticated(java.lang.String,org.apache.archiva.redback.rest.api.model.v2.PasswordChange)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>changePasswordUnauthenticated</h4>
<pre class="methodSignature">public&nbsp;javax.ws.rs.core.Response&nbsp;<a href="../../../../../../../src-html/org/apache/archiva/redback/rest/services/v2/DefaultUserService.html#line.964">changePasswordUnauthenticated</a>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;userId,
<a href="../../api/model/v2/PasswordChange.html" title="class in org.apache.archiva.redback.rest.api.model.v2">PasswordChange</a>&nbsp;passwordChange)
throws <a href="../../api/services/RedbackServiceException.html" title="class in org.apache.archiva.redback.rest.api.services">RedbackServiceException</a></pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../api/services/v2/UserService.html#changePasswordUnauthenticated(java.lang.String,org.apache.archiva.redback.rest.api.model.v2.PasswordChange)">changePasswordUnauthenticated</a></code>&nbsp;in interface&nbsp;<code><a href="../../api/services/v2/UserService.html" title="interface in org.apache.archiva.redback.rest.api.services.v2">UserService</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../api/services/RedbackServiceException.html" title="class in org.apache.archiva.redback.rest.api.services">RedbackServiceException</a></code></dd>
</dl>
</li>
</ul>
<a id="changePassword(org.apache.archiva.redback.rest.api.model.v2.PasswordChange)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>changePassword</h4>
<pre class="methodSignature">public&nbsp;javax.ws.rs.core.Response&nbsp;<a href="../../../../../../../src-html/org/apache/archiva/redback/rest/services/v2/DefaultUserService.html#line.971">changePassword</a>&#8203;(<a href="../../api/model/v2/PasswordChange.html" title="class in org.apache.archiva.redback.rest.api.model.v2">PasswordChange</a>&nbsp;passwordChange)
throws <a href="../../api/services/RedbackServiceException.html" title="class in org.apache.archiva.redback.rest.api.services">RedbackServiceException</a></pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../api/services/v2/UserService.html#changePassword(org.apache.archiva.redback.rest.api.model.v2.PasswordChange)">changePassword</a></code>&nbsp;in interface&nbsp;<code><a href="../../api/services/v2/UserService.html" title="interface in org.apache.archiva.redback.rest.api.services.v2">UserService</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../api/services/RedbackServiceException.html" title="class in org.apache.archiva.redback.rest.api.services">RedbackServiceException</a></code></dd>
</dl>
</li>
</ul>
<a id="getUserOperations(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getUserOperations</h4>
<pre class="methodSignature">public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util" class="externalLink">Collection</a>&lt;<a href="../../api/model/v2/Operation.html" title="class in org.apache.archiva.redback.rest.api.model.v2">Operation</a>&gt;&nbsp;<a href="../../../../../../../src-html/org/apache/archiva/redback/rest/services/v2/DefaultUserService.html#line.1079">getUserOperations</a>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;userName)
throws <a href="../../api/services/RedbackServiceException.html" title="class in org.apache.archiva.redback.rest.api.services">RedbackServiceException</a></pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../api/services/v2/UserService.html#getUserOperations(java.lang.String)">getUserOperations</a></code>&nbsp;in interface&nbsp;<code><a href="../../api/services/v2/UserService.html" title="interface in org.apache.archiva.redback.rest.api.services.v2">UserService</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../api/services/RedbackServiceException.html" title="class in org.apache.archiva.redback.rest.api.services">RedbackServiceException</a></code></dd>
</dl>
</li>
</ul>
<a id="getUserPermissions(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getUserPermissions</h4>
<pre class="methodSignature">public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util" class="externalLink">Collection</a>&lt;<a href="../../api/model/v2/Permission.html" title="class in org.apache.archiva.redback.rest.api.model.v2">Permission</a>&gt;&nbsp;<a href="../../../../../../../src-html/org/apache/archiva/redback/rest/services/v2/DefaultUserService.html#line.1097">getUserPermissions</a>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;userName)
throws <a href="../../api/services/RedbackServiceException.html" title="class in org.apache.archiva.redback.rest.api.services">RedbackServiceException</a></pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../api/services/v2/UserService.html#getUserPermissions(java.lang.String)">getUserPermissions</a></code>&nbsp;in interface&nbsp;<code><a href="../../api/services/v2/UserService.html" title="interface in org.apache.archiva.redback.rest.api.services.v2">UserService</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../api/services/RedbackServiceException.html" title="class in org.apache.archiva.redback.rest.api.services">RedbackServiceException</a></code></dd>
</dl>
</li>
</ul>
<a id="getGuestPermissions()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getGuestPermissions</h4>
<pre class="methodSignature">public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util" class="externalLink">Collection</a>&lt;<a href="../../api/model/v2/Permission.html" title="class in org.apache.archiva.redback.rest.api.model.v2">Permission</a>&gt;&nbsp;<a href="../../../../../../../src-html/org/apache/archiva/redback/rest/services/v2/DefaultUserService.html#line.1138">getGuestPermissions</a>()
throws <a href="../../api/services/RedbackServiceException.html" title="class in org.apache.archiva.redback.rest.api.services">RedbackServiceException</a></pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../api/services/v2/UserService.html#getGuestPermissions()">getGuestPermissions</a></code>&nbsp;in interface&nbsp;<code><a href="../../api/services/v2/UserService.html" title="interface in org.apache.archiva.redback.rest.api.services.v2">UserService</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../api/services/RedbackServiceException.html" title="class in org.apache.archiva.redback.rest.api.services">RedbackServiceException</a></code></dd>
</dl>
</li>
</ul>
<a id="validateCredentialsLoose(org.apache.archiva.redback.rest.api.model.v2.User)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>validateCredentialsLoose</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;<a href="../../../../../../../src-html/org/apache/archiva/redback/rest/services/v2/DefaultUserService.html#line.1144">validateCredentialsLoose</a>&#8203;(<a href="../../api/model/v2/User.html" title="class in org.apache.archiva.redback.rest.api.model.v2">User</a>&nbsp;user)
throws <a href="../../api/services/RedbackServiceException.html" title="class in org.apache.archiva.redback.rest.api.services">RedbackServiceException</a></pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../api/services/RedbackServiceException.html" title="class in org.apache.archiva.redback.rest.api.services">RedbackServiceException</a></code></dd>
</dl>
</li>
</ul>
<a id="validateCredentialsStrict(org.apache.archiva.redback.rest.api.model.v2.User)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>validateCredentialsStrict</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;<a href="../../../../../../../src-html/org/apache/archiva/redback/rest/services/v2/DefaultUserService.html#line.1193">validateCredentialsStrict</a>&#8203;(<a href="../../api/model/v2/User.html" title="class in org.apache.archiva.redback.rest.api.model.v2">User</a>&nbsp;user)
throws <a href="../../api/services/RedbackServiceException.html" title="class in org.apache.archiva.redback.rest.api.services">RedbackServiceException</a></pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../api/services/RedbackServiceException.html" title="class in org.apache.archiva.redback.rest.api.services">RedbackServiceException</a></code></dd>
</dl>
</li>
</ul>
<a id="unlockUser(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>unlockUser</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;<a href="../../../../../../../src-html/org/apache/archiva/redback/rest/services/v2/DefaultUserService.html#line.1264">unlockUser</a>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;userId)
throws <a href="../../api/services/RedbackServiceException.html" title="class in org.apache.archiva.redback.rest.api.services">RedbackServiceException</a></pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../api/services/v2/UserService.html#unlockUser(java.lang.String)">unlockUser</a></code>&nbsp;in interface&nbsp;<code><a href="../../api/services/v2/UserService.html" title="interface in org.apache.archiva.redback.rest.api.services.v2">UserService</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../api/services/RedbackServiceException.html" title="class in org.apache.archiva.redback.rest.api.services">RedbackServiceException</a></code></dd>
</dl>
</li>
</ul>
<a id="lockUser(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>lockUser</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;<a href="../../../../../../../src-html/org/apache/archiva/redback/rest/services/v2/DefaultUserService.html#line.1275">lockUser</a>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;userId)
throws <a href="../../api/services/RedbackServiceException.html" title="class in org.apache.archiva.redback.rest.api.services">RedbackServiceException</a></pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../api/services/v2/UserService.html#lockUser(java.lang.String)">lockUser</a></code>&nbsp;in interface&nbsp;<code><a href="../../api/services/v2/UserService.html" title="interface in org.apache.archiva.redback.rest.api.services.v2">UserService</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../api/services/RedbackServiceException.html" title="class in org.apache.archiva.redback.rest.api.services">RedbackServiceException</a></code></dd>
</dl>
</li>
</ul>
<a id="setRequirePasswordChangeFlag(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setRequirePasswordChangeFlag</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;<a href="../../../../../../../src-html/org/apache/archiva/redback/rest/services/v2/DefaultUserService.html#line.1286">setRequirePasswordChangeFlag</a>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;userId)
throws <a href="../../api/services/RedbackServiceException.html" title="class in org.apache.archiva.redback.rest.api.services">RedbackServiceException</a></pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../api/services/v2/UserService.html#setRequirePasswordChangeFlag(java.lang.String)">setRequirePasswordChangeFlag</a></code>&nbsp;in interface&nbsp;<code><a href="../../api/services/v2/UserService.html" title="interface in org.apache.archiva.redback.rest.api.services.v2">UserService</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../api/services/RedbackServiceException.html" title="class in org.apache.archiva.redback.rest.api.services">RedbackServiceException</a></code></dd>
</dl>
</li>
</ul>
<a id="clearRequirePasswordChangeFlag(java.lang.String)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>clearRequirePasswordChangeFlag</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;<a href="../../../../../../../src-html/org/apache/archiva/redback/rest/services/v2/DefaultUserService.html#line.1297">clearRequirePasswordChangeFlag</a>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;userId)
throws <a href="../../api/services/RedbackServiceException.html" title="class in org.apache.archiva.redback.rest.api.services">RedbackServiceException</a></pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../api/services/v2/UserService.html#clearRequirePasswordChangeFlag(java.lang.String)">clearRequirePasswordChangeFlag</a></code>&nbsp;in interface&nbsp;<code><a href="../../api/services/v2/UserService.html" title="interface in org.apache.archiva.redback.rest.api.services.v2">UserService</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../api/services/RedbackServiceException.html" title="class in org.apache.archiva.redback.rest.api.services">RedbackServiceException</a></code></dd>
</dl>
</li>
</ul>
</li>
</ul>
</section>
</li>
</ul>
</div>
</div>
</main>
<!-- ========= END OF CLASS DATA ========= -->
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a id="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../index.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/DefaultUserService.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../../allclasses.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a id="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</footer>
</body>
</html>