Package | Description |
---|---|
org.jcsp.net |
This is main package for JCSP.NET.
|
org.jcsp.net.security |
This package contains the files specifically for link security implementing various authentication schemes.
|
Modifier and Type | Field and Description |
---|---|
private SecurityAuthority |
Link.securityAuthority |
Modifier and Type | Interface and Description |
---|---|
interface |
SecurityService
Defines the actual interface combining service administration and user control methods.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleSecurityAuthority
Provides a basic security authority based on unique names.
|
Modifier and Type | Field and Description |
---|---|
private SecurityAuthority |
AccessDeniedException.auth
The security authority raising the exception.
|
private SecurityAuthority |
SimpleSecurityAuthority.userObject
The user control object that avoids giving out the full administrative interface.
|
Constructor and Description |
---|
AccessDeniedException(SecurityAuthority auth,
java.lang.String reason)
Creates a new exeception.
|