Uses of Interface
org.italiangrid.voms.request.VOMSServerInfo
-
Packages that use VOMSServerInfo Package Description org.italiangrid.voms.request This package provides the API for requesting VOMS attribtues from a remote VOMS server.org.italiangrid.voms.request.impl This package provides the implementation logic for VOMS attributes requests.org.italiangrid.voms.util This package provides utility classes used in other packages. -
-
Uses of VOMSServerInfo in org.italiangrid.voms.request
Fields in org.italiangrid.voms.request declared as VOMSServerInfo Modifier and Type Field Description private VOMSServerInfoVOMSProtocolError. serverInfoThe VOMS server endpoint information related with this errorMethods in org.italiangrid.voms.request that return VOMSServerInfo Modifier and Type Method Description VOMSServerInfoVOMSProtocolError. getServerInfo()Methods in org.italiangrid.voms.request that return types with arguments of type VOMSServerInfo Modifier and Type Method Description java.util.Set<VOMSServerInfo>VOMSServerInfoStore. getVOMSServerInfo()Returns a set of allVOMSServerInfoobjects in thisVOMSServerInfoStore.java.util.Set<VOMSServerInfo>VOMSServerInfoStore. getVOMSServerInfo(java.lang.String voName)Returns a set ofVOMSServerInfoobject matching a vo name or alias passed as argument.java.util.List<VOMSServerInfo>VOMSESParser. parse(java.io.File f)Parses the VOMS contact information from theFilepassed as argument.java.util.List<VOMSServerInfo>VOMSESParser. parse(java.io.Reader vomsesReader)Parses the VOMS contact information from theReaderpassed as argument.Methods in org.italiangrid.voms.request with parameters of type VOMSServerInfo Modifier and Type Method Description voidVOMSServerInfoStore. addVOMSServerInfo(VOMSServerInfo info)Adds aVOMSServerInfoto thisVOMSServerInfoStore.VOMSResponseVOMSProtocol. doRequest(VOMSServerInfo endpoint, eu.emi.security.authn.x509.X509Credential credential, VOMSACRequest request)Makes a request, get the response.voidVOMSRequestListener. notifyErrorsInVOMSReponse(VOMSACRequest request, VOMSServerInfo si, VOMSErrorMessage[] errors)Informs that errors were included in the VOMS response produced by a VOMS servervoidVOMSServerInfoStoreListener. notifyVOMSESInformationLoaded(java.lang.String vomsesPath, VOMSServerInfo info)Informs that VOMSES information was succesfully loaded from a given pathvoidVOMSRequestListener. notifyVOMSRequestFailure(VOMSACRequest request, VOMSServerInfo endpoint, java.lang.Throwable error)Informs of a VOMS request failurevoidVOMSRequestListener. notifyVOMSRequestStart(VOMSACRequest request, VOMSServerInfo si)Informs of the start of a request to a VOMS servervoidVOMSRequestListener. notifyVOMSRequestSuccess(VOMSACRequest request, VOMSServerInfo endpoint)Informs of the succesfull conclusion of a request to a VOMS servervoidVOMSRequestListener. notifyWarningsInVOMSResponse(VOMSACRequest request, VOMSServerInfo si, VOMSWarningMessage[] warnings)Informs that warnings were included in the VOMS response produced by a VOMS serverConstructors in org.italiangrid.voms.request with parameters of type VOMSServerInfo Constructor Description VOMSProtocolError(java.lang.String message, VOMSServerInfo serv, VOMSACRequest req, eu.emi.security.authn.x509.X509Credential cred, java.lang.Throwable c) -
Uses of VOMSServerInfo in org.italiangrid.voms.request.impl
Classes in org.italiangrid.voms.request.impl that implement VOMSServerInfo Modifier and Type Class Description classDefaultVOMSServerInfoThe default implementation of theVOMSServerInfoendpoint information.Fields in org.italiangrid.voms.request.impl with type parameters of type VOMSServerInfo Modifier and Type Field Description protected java.util.Map<java.lang.String,java.util.Set<VOMSServerInfo>>DefaultVOMSServerInfoStore. serverInfoStoreMethods in org.italiangrid.voms.request.impl that return VOMSServerInfo Modifier and Type Method Description private VOMSServerInfoFakeVOMSACService. buildFakeServerInfo(java.lang.String vo, java.lang.String host, int port)VOMSServerInfoVOMSESLineParser. parse(java.lang.String line)protected VOMSServerInfoLegacyVOMSESParserImpl. parseLine(java.lang.String vomsesLine)Methods in org.italiangrid.voms.request.impl that return types with arguments of type VOMSServerInfo Modifier and Type Method Description java.util.Set<VOMSServerInfo>DefaultVOMSServerInfoStore. getVOMSServerInfo()java.util.Set<VOMSServerInfo>DefaultVOMSServerInfoStore. getVOMSServerInfo(java.lang.String voName)protected java.util.List<VOMSServerInfo>DefaultVOMSACService. getVOMSServerInfos(VOMSACRequest request)Get VOMS server endpoint information that matches with theVOMSACRequestpassed as argument.java.util.List<VOMSServerInfo>LegacyVOMSESParserImpl. parse(java.io.File f)java.util.List<VOMSServerInfo>LegacyVOMSESParserImpl. parse(java.io.Reader vomsesReader)protected java.util.List<VOMSServerInfo>LegacyVOMSESParserImpl. parseDirectory(java.io.File directory)Methods in org.italiangrid.voms.request.impl with parameters of type VOMSServerInfo Modifier and Type Method Description voidDefaultVOMSServerInfoStore. addVOMSServerInfo(VOMSServerInfo info)private voidDefaultVOMSServerInfoStore. addVOMSServerInfo(VOMSServerInfo info, java.lang.String path)java.net.URLRESTServiceURLBuilder. build(VOMSServerInfo endpoint, VOMSACRequest request)private java.lang.StringRESTServiceURLBuilder. buildPath(VOMSServerInfo endpoint, VOMSACRequest request)org.w3c.dom.DocumentVOMSRequestFactory. buildRequest(VOMSACRequest acRequest, VOMSServerInfo endpoint)private VOMSResponseDefaultVOMSACService. doRequest(VOMSProtocol protocol, VOMSServerInfo endpoint, eu.emi.security.authn.x509.X509Credential cred, VOMSACRequest req)VOMSResponseLegacyProtocol. doRequest(VOMSServerInfo endpoint, eu.emi.security.authn.x509.X509Credential credential, VOMSACRequest request)VOMSResponseRESTProtocol. doRequest(VOMSServerInfo endpoint, eu.emi.security.authn.x509.X509Credential credential, VOMSACRequest request)protected voidDefaultVOMSACService. handleErrorsInResponse(VOMSACRequest request, VOMSServerInfo si, VOMSResponse response)Handles errors included in the VOMS responseprotected voidDefaultVOMSACService. handleWarningsInResponse(VOMSACRequest request, VOMSServerInfo si, VOMSResponse response)Handles warnings included in the VOMS responsevoidLegacyRequestSender. sendRequest(VOMSACRequest acRequest, VOMSServerInfo endpoint, java.io.OutputStream stream)This method is used to send a request to a VOMS server. -
Uses of VOMSServerInfo in org.italiangrid.voms.util
Methods in org.italiangrid.voms.util with parameters of type VOMSServerInfo Modifier and Type Method Description voidNullListener. notifyErrorsInVOMSReponse(VOMSACRequest request, VOMSServerInfo si, VOMSErrorMessage[] errors)voidNullListener. notifyVOMSESInformationLoaded(java.lang.String vomsesPath, VOMSServerInfo info)voidNullListener. notifyVOMSRequestFailure(VOMSACRequest request, VOMSServerInfo endpoint, java.lang.Throwable error)voidNullListener. notifyVOMSRequestStart(VOMSACRequest request, VOMSServerInfo si)voidNullListener. notifyVOMSRequestSuccess(VOMSACRequest request, VOMSServerInfo endpoint)voidNullListener. notifyWarningsInVOMSResponse(VOMSACRequest request, VOMSServerInfo si, VOMSWarningMessage[] warnings)
-