Package | Description |
---|---|
edu.internet2.middleware.grouper |
The I2MI Grouper project is an open source toolkit for managing groups.
|
edu.internet2.middleware.grouper.subj |
This package contains classes related to the subject API
|
edu.internet2.middleware.subject | |
edu.internet2.middleware.subject.provider |
Modifier and Type | Method and Description |
---|---|
static Subject |
SubjectFinder.findById(String id)
Deprecated.
|
static Subject |
SubjectFinder.findById(String id,
boolean exceptionIfNull)
Search within all configured sources for subject with identified by id.
|
static Subject |
SubjectFinder.findById(String id,
String type)
Deprecated.
|
static Subject |
SubjectFinder.findById(String id,
String type,
boolean exceptionIfNull)
Deprecated.
since type is no longer an identifier... just use id or id/source
|
static Subject |
SubjectFinder.findById(String id,
String type,
String source)
Deprecated.
|
static Subject |
SubjectFinder.findById(String id,
String type,
String source,
boolean exceptionIfNull)
Deprecated.
|
static Subject |
SubjectFinder.findByIdAndSource(String id,
String source,
boolean exceptionIfNull)
Search within all configured sources for subject with identified by id.
|
static Subject |
SubjectFinder.findByIdentifier(String id)
Deprecated.
|
static Subject |
SubjectFinder.findByIdentifier(String id,
boolean exceptionIfNotFound)
Get a subject by a well-known identifier.
|
static Subject |
SubjectFinder.findByIdentifier(String id,
String type)
Deprecated.
|
static Subject |
SubjectFinder.findByIdentifier(String id,
String type,
boolean exceptionIfNull)
Deprecated.
use id or id/source
|
static Subject |
SubjectFinder.findByIdentifier(String id,
String type,
String source)
Deprecated.
|
static Subject |
SubjectFinder.findByIdentifier(String id,
String type,
String source,
boolean exceptionIfNull)
Deprecated.
|
static Subject |
SubjectFinder.findByIdentifierAndSource(String identifier,
String source,
boolean exceptionIfNull)
Get a subject by a well-known identifier, and source.
|
static Subject |
SubjectFinder.findByIdOrIdentifier(String idOrIdentifier,
boolean exceptionIfNull)
find by id or identifier
|
static Subject |
SubjectFinder.findByIdOrIdentifierAndSource(String idOrIdentifier,
String source,
boolean exceptionIfNull)
find by id or identifier
|
Modifier and Type | Method and Description |
---|---|
Subject |
SubjectResolver.find(String id) |
Subject |
CachingResolver.find(String id) |
Subject |
SourcesXmlResolver.find(String id) |
Subject |
ValidatingResolver.find(String id) |
Subject |
SubjectResolver.find(String id,
String source) |
Subject |
CachingResolver.find(String id,
String source) |
Subject |
SourcesXmlResolver.find(String id,
String source) |
Subject |
ValidatingResolver.find(String id,
String source) |
Subject |
SubjectResolver.findByIdentifier(String id) |
Subject |
CachingResolver.findByIdentifier(String id) |
Subject |
SourcesXmlResolver.findByIdentifier(String id) |
Subject |
ValidatingResolver.findByIdentifier(String id) |
Subject |
SubjectResolver.findByIdentifier(String id,
String source) |
Subject |
CachingResolver.findByIdentifier(String id,
String source) |
Subject |
SourcesXmlResolver.findByIdentifier(String id,
String source) |
Subject |
ValidatingResolver.findByIdentifier(String id,
String source) |
Subject |
SubjectResolver.findByIdOrIdentifier(String id) |
Subject |
CachingResolver.findByIdOrIdentifier(String id) |
Subject |
SourcesXmlResolver.findByIdOrIdentifier(String idOrIdentifier) |
Subject |
ValidatingResolver.findByIdOrIdentifier(String id) |
Subject |
SubjectResolver.findByIdOrIdentifier(String id,
String source) |
Subject |
CachingResolver.findByIdOrIdentifier(String id,
String source) |
Subject |
SourcesXmlResolver.findByIdOrIdentifier(String id,
String source) |
Subject |
ValidatingResolver.findByIdOrIdentifier(String id,
String source) |
Modifier and Type | Method and Description |
---|---|
Subject |
Source.getSubject(String id)
Deprecated.
use the overload instead
|
Subject |
LazySource.getSubject(String id) |
Subject |
Source.getSubject(String id,
boolean exceptionIfNull)
Gets a Subject by its ID.
|
Subject |
LazySource.getSubject(String id,
boolean exceptionIfNull) |
Subject |
Source.getSubject(String id,
boolean exceptionIfNull,
String realm)
Gets a Subject by its ID.
|
Subject |
LazySource.getSubject(String id,
boolean exceptionIfNull,
String realm) |
Subject |
Source.getSubjectByIdentifier(String id)
Deprecated.
use the overload instead
|
Subject |
LazySource.getSubjectByIdentifier(String id) |
Subject |
Source.getSubjectByIdentifier(String id,
boolean exceptionIfNull)
Gets a Subject by other well-known identifiers, aside
from the subject ID, for example, login ID.
|
Subject |
LazySource.getSubjectByIdentifier(String id,
boolean exceptionIfNull) |
Subject |
Source.getSubjectByIdentifier(String id,
boolean exceptionIfNull,
String realm)
Gets a Subject by other well-known identifiers, aside
from the subject ID, for example, login ID.
|
Subject |
LazySource.getSubjectByIdentifier(String id,
boolean exceptionIfNull,
String realm) |
Subject |
Source.getSubjectByIdOrIdentifier(String idOrIdentifier,
boolean exceptionIfNull)
find by id or identifier.
|
Subject |
LazySource.getSubjectByIdOrIdentifier(String idOrIdentifier,
boolean exceptionIfNull) |
Subject |
Source.getSubjectByIdOrIdentifier(String idOrIdentifier,
boolean exceptionIfNull,
String realm)
find by id or identifier.
|
Subject |
LazySource.getSubjectByIdOrIdentifier(String idOrIdentifier,
boolean exceptionIfNull,
String realm) |
Modifier and Type | Method and Description |
---|---|
protected Attributes |
JNDISourceAdapterLegacy.getLdapUnique(Search search,
String searchValue,
String[] attributeNames) |
protected Attributes |
LdapSourceAdapter.getLdapUnique(Search search,
String searchValue,
String[] attributeNames) |
Subject |
JNDISourceAdapterLegacy.getSubject(String id1)
Deprecated.
|
Subject |
LdapSourceAdapter.getSubject(String id)
Deprecated.
|
Subject |
NullSourceAdapter.getSubject(String id1)
Deprecated.
|
abstract Subject |
BaseSourceAdapter.getSubject(String id1)
Deprecated.
use the overload instead
|
Subject |
JDBCSourceAdapter.getSubject(String id1)
Deprecated.
|
Subject |
JNDISourceAdapterLegacy.getSubject(String id1,
boolean exceptionIfNull) |
Subject |
LdapSourceAdapter.getSubject(String id,
boolean exceptionIfNull)
Gets a Subject by its ID.
|
Subject |
JDBCSourceAdapter2.getSubject(String id1,
boolean exceptionIfNull) |
Subject |
BaseSourceAdapter.getSubject(String id1,
boolean exceptionIfNull) |
Subject |
JDBCSourceAdapter.getSubject(String id1,
boolean exceptionIfNull)
Gets a Subject by its ID.
|
Subject |
JDBCSourceAdapter2.getSubject(String id1,
boolean exceptionIfNull,
String realm) |
Subject |
BaseSourceAdapter.getSubject(String id1,
boolean exceptionIfNull,
String realm) |
Subject |
JNDISourceAdapterLegacy.getSubjectByIdentifier(String id1)
Deprecated.
|
Subject |
LdapSourceAdapter.getSubjectByIdentifier(String id)
Deprecated.
|
Subject |
NullSourceAdapter.getSubjectByIdentifier(String id1)
Deprecated.
|
abstract Subject |
BaseSourceAdapter.getSubjectByIdentifier(String id1)
Deprecated.
use the overload instead
|
Subject |
JDBCSourceAdapter.getSubjectByIdentifier(String id1)
Deprecated.
|
Subject |
JNDISourceAdapterLegacy.getSubjectByIdentifier(String id1,
boolean exceptionIfNull) |
Subject |
LdapSourceAdapter.getSubjectByIdentifier(String id,
boolean exceptionIfNull)
note, you should implement this method since this implementation will become abstract at some point
|
Subject |
JDBCSourceAdapter2.getSubjectByIdentifier(String identifier,
boolean exceptionIfNull) |
Subject |
BaseSourceAdapter.getSubjectByIdentifier(String id1,
boolean exceptionIfNull)
note, you should implement this method since this implementation will become abstract at some point
|
Subject |
JDBCSourceAdapter.getSubjectByIdentifier(String id1,
boolean exceptionIfNull) |
Subject |
JDBCSourceAdapter2.getSubjectByIdentifier(String identifier,
boolean exceptionIfNull,
String realm) |
Subject |
BaseSourceAdapter.getSubjectByIdentifier(String id1,
boolean exceptionIfNull,
String realm) |
Subject |
JDBCSourceAdapter2.getSubjectByIdOrIdentifier(String idOrIdentifier,
boolean exceptionIfNull) |
Subject |
BaseSourceAdapter.getSubjectByIdOrIdentifier(String idOrIdentifier,
boolean exceptionIfNull)
find by id or identifier
|
Subject |
JDBCSourceAdapter2.getSubjectByIdOrIdentifier(String idOrIdentifier,
boolean exceptionIfNull,
String realm) |
Subject |
BaseSourceAdapter.getSubjectByIdOrIdentifier(String idOrIdentifier,
boolean exceptionIfNull,
String realm) |
Copyright © 2016 Internet2. All rights reserved.