|
|
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Action.Security | |
|---|---|
| org.torweg.pulse.annotations | contains the Annotations for writing Controllers. |
| org.torweg.pulse.bundle | contains the basic classes which make up a Bundle in the pulse container. |
| org.torweg.pulse.invocation.lifecycle | provides the Lifecycle and associated resources. |
| org.torweg.pulse.service | contains the main components needed to run the pulse container. |
| org.torweg.pulse.service.request | contains interfaces and implementations that deal with the decoding of a request. |
| Uses of Action.Security in org.torweg.pulse.annotations |
|---|
| Methods in org.torweg.pulse.annotations that return Action.Security | |
|---|---|
static Action.Security |
Action.Security.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Action.Security[] |
Action.Security.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods in org.torweg.pulse.annotations with parameters of type Action.Security | |
|---|---|
boolean |
Action.Security.overrides(Action.Security s)
returns whether the current level of Security overrides the
given Security. |
| Uses of Action.Security in org.torweg.pulse.bundle |
|---|
| Methods in org.torweg.pulse.bundle that return Action.Security | |
|---|---|
Action.Security |
ActionConfiguration.getSecurity()
returns the required level of security. |
| Uses of Action.Security in org.torweg.pulse.invocation.lifecycle |
|---|
| Methods in org.torweg.pulse.invocation.lifecycle that return Action.Security | |
|---|---|
static Action.Security |
Lifecycle.getWeakestCommandSecurityLevel()
returns the weakest security level Action.Security to be honoured, if
TLS is available. |
| Uses of Action.Security in org.torweg.pulse.service |
|---|
| Methods in org.torweg.pulse.service that return Action.Security | |
|---|---|
Action.Security |
ServletConfig.getWeakestCommandSecurityLevel()
returns the weakest security level Action.Security to be honoured, if
TLS is available. |
| Uses of Action.Security in org.torweg.pulse.service.request |
|---|
| Methods in org.torweg.pulse.service.request that return Action.Security | |
|---|---|
Action.Security |
Command.getSecurity()
returns the current security setting of the command. |
| Methods in org.torweg.pulse.service.request with parameters of type Action.Security | |
|---|---|
Command |
Command.setSecurity(Action.Security s)
sets the level of security to be used when generating the command. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||