140141142143144145146
return result; } protected static CSSASMechConfig extractGSSUPStatic(CSSGSSUPStaticType gssupType) { return new CSSGSSUPMechConfigStatic(gssupType.getUsername(), gssupType.getPassword(), gssupType.getDomain()); }
144145146147148149150