I\'m using Spring Security SAML 1.0.1, and I want to know the value of the SAML attribute whose name is \"eduPersonAffiliation\". I\'ve coded a class which implements the
Another solution to access an attribute value is via SAMLCredential.getAttributeAsString(String name)
credential.getAttributeAsString(attribute.getName())