Package | Description |
---|---|
org.picketlink | |
org.picketlink.authentication.levels | |
org.picketlink.authentication.levels.internal | |
org.picketlink.authorization.util | |
org.picketlink.internal |
Modifier and Type | Method and Description |
---|---|
Level |
Identity.getLevel()
Return the current security level of the user.
|
Modifier and Type | Method and Description |
---|---|
Level |
LevelFactory.createLevel(String level)
Created Level instance from a string.
|
Level |
InsufficientSecurityLevelException.getLevel() |
Level |
SecurityLevelResolver.resolve()
Resolves the Level
|
Level |
SecurityLevelManager.resolveSecurityLevel()
Resolves current Level for the user.
|
Modifier and Type | Method and Description |
---|---|
int |
Level.compareTo(Level level)
Compares current level to a given level
|
Constructor and Description |
---|
InsufficientSecurityLevelException(Level level,
String msg) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultLevel
Default representation of the Level
|
Modifier and Type | Method and Description |
---|---|
Level |
DefaultLevelFactory.createLevel(String level) |
Level |
CredentialLevelResolver.resolve() |
Level |
AuthenticatorLevelResolver.resolve() |
Level |
DefaultSecurityLevelManager.resolveSecurityLevel() |
Modifier and Type | Method and Description |
---|---|
int |
DefaultLevel.compareTo(Level level) |
Modifier and Type | Method and Description |
---|---|
static boolean |
AuthorizationUtil.hasLevel(Identity identity,
Level level)
Checks if an user has given security level.
|
Modifier and Type | Method and Description |
---|---|
Level |
AbstractIdentity.getLevel() |
Copyright © 2016. All rights reserved.