Changeset 7295
- Timestamp:
- 06/08/10 14:17:49 (9 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
TI12-security/trunk/EsgYadisParser/src/org/earthsystemgrid/security/openid2emailresolution/OpenId2EmailAddrResolution.java
r7294 r7295 22 22 import org.earthsystemgrid.security.yadis.exception.YadisRetrievalException; 23 23 24 public class OpenId2EmailAddr essResolver{24 public class OpenId2EmailAddrResolution { 25 25 26 26 private String attributeServiceType; 27 27 public static final String DEF_ATTRIBUTE_SERVICE_XRD_SERVICE_TYPE = "urn:esg:security:attribute-service"; 28 28 29 OpenId2EmailAddr essResolver(String attributeServiceType) {29 OpenId2EmailAddrResolution(String attributeServiceType) { 30 30 super(); 31 31 if (this.attributeServiceType == null)
Note: See TracChangeset
for help on using the changeset viewer.