Package | Description |
---|---|
edu.internet2.middleware.grouper |
The I2MI Grouper project is an open source toolkit for managing groups.
|
edu.internet2.middleware.grouper.internal.dao |
This package contains the data access object interfaces that a DB
layer would have to implement (generally revolving around queries to DB)
|
edu.internet2.middleware.grouper.internal.dao.hib3 |
This package contains hib3 related data access object implementations
and mappings
|
edu.internet2.middleware.grouper.subj |
This package contains classes related to the subject API
|
edu.internet2.middleware.grouper.xml |
This package contains xml classes (e.g.
|
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
|
Subject |
Group.getCreateSubject()
Get subject that created this group.
|
Subject |
Stem.getCreateSubject()
Get subject that created this stem.
|
Subject |
Group.getModifySubject()
Get subject that last modified this group.
|
Subject |
Stem.getModifySubject()
Get subject that last modified this stem.
|
Subject |
Member.getSubject()
Get
Subject that maps to this member. |
Subject |
GrouperSourceAdapter.getSubject(String id)
Deprecated.
|
Subject |
GrouperSourceAdapter.getSubject(String id,
boolean exceptionIfNotFound)
Get a
Group subject by UUID. |
Subject |
GrouperSourceAdapter.getSubjectByIdentifier(String name)
Deprecated.
|
Subject |
GrouperSourceAdapter.getSubjectByIdentifier(String name,
boolean exceptionIfNull)
Gets a
Group subject by its name. |
Modifier and Type | Method and Description |
---|---|
RegistrySubject |
RegistrySubjectDAO.find(String id,
String type)
Deprecated.
|
RegistrySubject |
RegistrySubjectDAO.find(String id,
String type,
boolean exceptionIfNotFound) |
Modifier and Type | Method and Description |
---|---|
RegistrySubject |
Hib3RegistrySubjectDAO.find(String id,
String type)
Deprecated.
|
RegistrySubject |
Hib3RegistrySubjectDAO.find(String id,
String type,
boolean exceptionIfNotFound) |
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) |
Subject |
InternalSourceAdapter.getSubject(String id)
Deprecated.
|
Subject |
InternalSourceAdapter.getSubject(String id,
boolean exceptionIfNull)
Gets a Subject by its ID.
|
Subject |
InternalSourceAdapter.getSubjectByIdentifier(String id)
Deprecated.
|
Subject |
InternalSourceAdapter.getSubjectByIdentifier(String id,
boolean exceptionIfNull)
Gets a Subject by other well-known identifiers, aside from the
subject ID.
|
Modifier and Type | Method and Description |
---|---|
String |
XmlExporter.internal_membershipToXML(Membership ms)
Return a String containing a Membership as XML.
|
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 |
NullSourceAdapter.getSubject(String id1,
boolean exceptionIfNull) |
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 |
NullSourceAdapter.getSubjectByIdentifier(String id1,
boolean exceptionIfNull) |
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.