@Documented @Inherited @Retention(value=RUNTIME) @Target(value={METHOD,TYPE}) public @interface Sasl
public abstract String principal
public abstract String host
public abstract String[] qop
public abstract String[] realms
public abstract Class<?>[] mechanismHandler
Copyright © 2003-2013 Apache Software Foundation. All Rights Reserved.