public abstract class AbstractApplicationAuthTests
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractApplicationAuthTests.AdministratorTests |
class |
AbstractApplicationAuthTests.AnonymousTests |
class |
AbstractApplicationAuthTests.OtherUserBasicAuthTests |
class |
AbstractApplicationAuthTests.OtherUserTests |
class |
AbstractApplicationAuthTests.UserBasicAuthTests |
class |
AbstractApplicationAuthTests.UserTests |
| Constructor and Description |
|---|
AbstractApplicationAuthTests() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.String |
getBaseURL()
Get the baseURL for the LDP server.
|
abstract javax.ws.rs.client.Client |
getClient()
Get the HTTP client.
|
abstract java.lang.String |
getJwtSecret()
Get the JWT secret.
|
abstract java.lang.String |
getUser1Credentials()
Get the credentials for the first user.
|
abstract java.lang.String |
getUser2Credentials()
Get the credentials for the second user.
|
public abstract javax.ws.rs.client.Client getClient()
public abstract java.lang.String getBaseURL()
public abstract java.lang.String getJwtSecret()
public abstract java.lang.String getUser1Credentials()
public abstract java.lang.String getUser2Credentials()