|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Documented
@Inherited
@Retention(value=RUNTIME)
@Target(value={METHOD,TYPE})
public @interface SaslA annotation used to define the SASL configuration. Many elements can be configured :
| Required Element Summary | |
|---|---|
String |
principal
The principal |
| Optional Element Summary | |
|---|---|
String |
host
The SASL host, default to localhost |
Class<?>[] |
mechanismHandler
The mechanism handlers. |
String[] |
qop
The SASL QOP list |
String[] |
realms
The SASL realms |
| Element Detail |
|---|
public abstract String principal
public abstract String host
public abstract String[] qop
public abstract String[] realms
public abstract Class<?>[] mechanismHandler
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||