| Package | Description |
|---|---|
| org.unitedinternet.cosmo.security |
| Modifier and Type | Class and Description |
|---|---|
class |
ItemSecurityException
An exception indicating access to an Item failed because
the current principal lacks a required privilege.
|
class |
PermissionDeniedException
Thrown when a principal attempts to perform an operation on an item
for which it does not have the appropriate permissions.
|
| Modifier and Type | Method and Description |
|---|---|
CosmoSecurityContext |
CosmoSecurityManager.getSecurityContext()
Provides a
CosmoSecurityContext representing a
previously authenticated principal. |
CosmoSecurityContext |
CosmoSecurityManager.initiateSecurityContext(String username,
String password)
Authenticates the given Cosmo credentials and registers a
CosmoSecurityContext for them. |
CosmoSecurityContext |
CosmoSecurityManager.initiateSecurityContext(User user)
Initiate the current security context with the current user.
|
Copyright © 2012–2018 1&1. All rights reserved.