| Modifier and Type | Method and Description |
|---|---|
protected FtpUser |
UserManagerImpl.createUser(String userName,
Subject subject) |
| Modifier and Type | Method and Description |
|---|---|
Subject |
FtpUser.getSubject() |
| Modifier and Type | Method and Description |
|---|---|
void |
FtpUser.setSubject(Subject subject) |
| Modifier and Type | Method and Description |
|---|---|
void |
OpenSearchParser.populateSearchOptions(org.apache.cxf.jaxrs.client.WebClient client,
QueryRequest queryRequest,
Subject subject,
List<String> parameters)
Populates general site information.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OpenSearchParserImpl.populateSearchOptions(org.apache.cxf.jaxrs.client.WebClient client,
QueryRequest queryRequest,
Subject subject,
List<String> parameters) |
protected boolean |
OpenSearchSource.setOpenSearchParameters(QueryRequest queryRequest,
Subject subject,
org.apache.cxf.jaxrs.client.WebClient client) |
| Modifier and Type | Method and Description |
|---|---|
protected Subject |
CommandJob.getSystemSubject() |
| Modifier and Type | Method and Description |
|---|---|
static Subject |
Security.getSubject(String username,
String password)
Deprecated.
As of release 2.9.0, replaced by
Security.getSubject(String, String) |
static Subject |
Security.getSystemSubject()
Deprecated.
As of release 2.9.0, replaced by
Security.getSystemSubject() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Security.tokenAboutToExpire(Subject subject)
Deprecated.
As of release 2.9.0, replaced by
Security.tokenAboutToExpire(Subject) |
| Modifier and Type | Method and Description |
|---|---|
Subject |
SecurityManager.getSubject(Object token)
Exchanges an authentication token for a subject.
|
| Modifier and Type | Method and Description |
|---|---|
Subject |
SecurityManagerImpl.getSubject(Object token) |
| Modifier and Type | Method and Description |
|---|---|
Subject |
SecurityService.getSystemSubject()
Get the system subject.
|
| Modifier and Type | Method and Description |
|---|---|
Subject |
SecurityServiceImpl.getSystemSubject() |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkspaceQueryServiceImpl.setSubject(Subject subject) |
| Modifier and Type | Method and Description |
|---|---|
Subject |
Security.getGuestSubject(String ipAddress)
Gets the guest
Subject associated with the specified IP. |
Subject |
Security.getSubject(String username,
String password)
Gets the
Subject given a user name and password. |
Subject |
Security.getSystemSubject()
Gets the
Subject associated with this system. |
| Modifier and Type | Method and Description |
|---|---|
Date |
Security.getExpires(Subject subject)
Get the expires time from the
Subject's token. |
boolean |
Security.tokenAboutToExpire(Subject subject)
Determines whether a
Subject's token is about to expire or not. |
| Modifier and Type | Method and Description |
|---|---|
static void |
RestSecurity.setSubjectOnClient(Subject subject,
org.apache.cxf.jaxrs.client.Client client)
Parses the incoming subject for a saml assertion and sets that as a header on the client.
|
| Modifier and Type | Method and Description |
|---|---|
protected Subject |
AbstractCswSource.getSystemSubject() |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchController.executeQuery(SearchRequest request,
org.cometd.bayeux.server.ServerSession session,
Subject subject)
Execute all of the queries contained within the
SearchRequest. |
| Modifier and Type | Field and Description |
|---|---|
protected Subject |
QueryRunnable.subject |
| Modifier and Type | Method and Description |
|---|---|
protected QueryResponse |
QueryRunnable.queryCatalog(String sourceId,
SearchRequest searchRequest,
Subject subject,
Map<String,Serializable> properties) |
| Constructor and Description |
|---|
CacheQueryRunnable(SearchController searchController,
SearchRequest request,
Subject subject,
Search search,
org.cometd.bayeux.server.ServerSession session,
Map<String,Result> results,
Future<FilteringSolrIndex> solrIndexFuture) |
QueryRunnable(SearchController searchController,
SearchRequest request,
Subject subject,
Search search,
org.cometd.bayeux.server.ServerSession session,
Map<String,Result> results) |
SourceQueryRunnable(SearchController searchController,
String sourceId,
SearchRequest request,
Subject subject,
Map<String,Result> results,
Search search,
org.cometd.bayeux.server.ServerSession session,
Future cacheFuture,
Future<FilteringSolrIndex> solrIndexFuture) |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchService.executeQuery(Map<String,Object> queryMessage,
Subject subject)
Creates the query requests for each source and hands off the query to the Search Controller
|
This work is licensed under a Creative Commons Attribution 4.0 International License.