| Package | Description |
|---|---|
| org.mmbase.bridge.jsp.taglib |
The MMBase taglib implementation.
|
| org.mmbase.bridge.remote | |
| org.mmbase.bridge.remote.proxy | |
| org.mmbase.bridge.remote.rmi | |
| org.mmbase.module |
The modules used to load MMBase and optional MMBase functionality.
|
| org.mmbase.security |
The security infrastructure of MMBase.
|
| org.mmbase.security.implementation.basic | |
| org.mmbase.security.implementation.cloud | |
| org.mmbase.security.implementation.cloudcontext | |
| org.mmbase.security.implementation.cloudcontext.builders | |
| org.mmbase.security.implementation.context |
| Modifier and Type | Method and Description |
|---|---|
protected Rank |
CloudTag.getRank()
Gives the configured rank as a Rank object
|
| Modifier and Type | Method and Description |
|---|---|
Rank |
RemoteUserContext.getRank() |
| Modifier and Type | Method and Description |
|---|---|
Rank |
RemoteUserContext_Proxy.getRank() |
| Modifier and Type | Method and Description |
|---|---|
Rank |
RemoteUserContext_Rmi.getRank() |
| Modifier and Type | Method and Description |
|---|---|
Rank |
TransactionHandler.User.getRank() |
| Modifier and Type | Field and Description |
|---|---|
static Rank |
Rank.ADMIN
Identifier for admin rank
|
static Rank |
Rank.ANONYMOUS
Identifier for anonymous rank
|
static Rank |
Rank.BASICUSER
Identifier for basic user rank
|
| Modifier and Type | Field and Description |
|---|---|
static Parameter<Rank> |
AuthenticationData.PARAMETER_RANK |
| Modifier and Type | Method and Description |
|---|---|
static Rank |
Rank.createRank(int rank,
String rankDesc)
Creates and adds a new Rank for the security system.
|
static Rank |
Rank.deleteRank(String rankDesc)
Removes a rank from the security system.
|
protected Rank |
ActionChecker.Rank.getRank() |
Rank |
UserContext.getRank()
Get the rank of this user.
|
Rank |
BasicUser.getRank()
Gets the rank of this user.
|
static Rank |
Rank.getRank(String rankDesc) |
protected static Rank |
Rank.registerRank(Rank rank) |
| Modifier and Type | Method and Description |
|---|---|
static SortedSet<Rank> |
Rank.getRanks()
Returns all ranks currently known by the security implemetation.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Rank.compareTo(Rank r) |
protected static Rank |
Rank.registerRank(Rank rank) |
| Constructor and Description |
|---|
Rank(Rank r) |
| Modifier and Type | Method and Description |
|---|---|
Rank |
NameContext.getRank() |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
NameContext.setRank(Rank r) |
| Constructor and Description |
|---|
NameContext(Rank rank,
String authenticationType) |
| Modifier and Type | Method and Description |
|---|---|
protected Rank |
Authenticate.getRank(String userName)
Gets rank from user
|
| Modifier and Type | Field and Description |
|---|---|
protected static Cache<Integer,Rank> |
Caches.rankCache |
| Modifier and Type | Method and Description |
|---|---|
Rank |
Authenticate.LocalAdmin.getRank() |
Rank |
User.getRank() |
Rank |
BasicUserProvider.getRank(MMObjectNode userNode) |
Rank |
UserProvider.getRank(MMObjectNode userNode) |
| Modifier and Type | Method and Description |
|---|---|
static Cache<Integer,Rank> |
Caches.getRankCache() |
| Constructor and Description |
|---|
LocalAdmin(String user,
String app,
Rank r) |
| Modifier and Type | Field and Description |
|---|---|
protected Function<Rank> |
Users.rankFunction |
| Modifier and Type | Method and Description |
|---|---|
Rank |
Ranks.getRank(MMObjectNode node)
Converts this MMObjectNode to a real rank.
|
Rank |
Users.getRank(MMObjectNode userNode)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
MMObjectNode |
Ranks.getRankNode(Rank rank)
Gets the rank node with given rank, or if no such node, the node with the highest rank
smaller than given rank.
|
| Modifier and Type | Method and Description |
|---|---|
Rank |
ContextUserContext.getRank() |
protected Rank |
ContextLoginModule.getRank(String username) |
protected Rank |
ContextLoginModule.getRank(String username,
String identifyType) |
| Modifier and Type | Method and Description |
|---|---|
protected ContextUserContext |
ContextLoginModule.getValidUserContext(String username,
Rank rank) |
| Constructor and Description |
|---|
ContextUserContext(String username,
Rank rank,
long key,
MMBaseCop manager,
String app) |
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}