public class SecurityRestApi extends Object
| Constructor and Description |
|---|
SecurityRestApi()
Required by Swagger.
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
getUserList(String searchText)
Get userlist
Returns list of all user from available realms
|
javax.ws.rs.core.Response |
ticket()
Get ticket
Returns username & ticket
for anonymous access, username is always anonymous.
|
public javax.ws.rs.core.Response ticket()
public javax.ws.rs.core.Response getUserList(String searchText)
Copyright © 2013–2016 The Apache Software Foundation. All rights reserved.