public interface IWSServerAuthInterceptor
extends electric.soap.ISOAPInterceptor
Modifier and Type | Method and Description |
---|---|
boolean |
getAllowAnonymous()
Whether this interceptor will allow anonymous access
|
boolean |
getAllowBasic() |
String |
getAuthenticatedUserDN()
get the authenticated DN (or uid for basic auth), or NULL if anonymous is allowed
|
electric.security.basic.BasicRealm |
getBasicRealm()
If IWSServerAuthInterceptor can be configured to allowBasic, then it must support
instantiating one of these
|
void |
setAllowAnonymous(boolean allowAnonymous)
Whether this interceptor will allow anonymous access
|
void |
setAllowBasic(boolean allowBasic)
Whether to allow a fall back to basic authentication
|
void setAllowBasic(boolean allowBasic)
allowBasic
- whether or not to allow fall back to basic authboolean getAllowBasic()
String getAuthenticatedUserDN()
boolean getAllowAnonymous()
void setAllowAnonymous(boolean allowAnonymous)
electric.security.basic.BasicRealm getBasicRealm()