61626364656667686970
type = type.toLowerCase(); if ((!type.equals(TRUST_NONE)) && !type.equals(TRUST_SAML) && !type.equals(TRUST_HTTPS) && !type.equals(TRUST_SAML_HTTPS)) { throw new IllegalTrustTypeException(type); } this.type = type; }
78798081828384858687
59606162636465666768