public interface VOMSResponseParsingStrategy
| Modifier and Type | Method and Description |
|---|---|
VOMSResponse |
parse(java.io.InputStream inputStream)
Parse the response coming from a VOMS service and build a
VOMSResponse object. |
VOMSResponse parse(java.io.InputStream inputStream)
VOMSResponse object.inputStream - the response from the VOMS service.