/forgerock/authenticator-android-v2/app/src/test/java/com/squareup/picasso/ |
H A D | MockPicasso.java | 52 public RequestCreator load(Uri uri) { argument 53 loadedUris.add(uri); 54 return new RequestCreator(this, uri, 0);
|
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/session/ |
H A D | SessionServiceURLService.java | 60 * @param uri Session Server URI. 64 public URL getSessionServiceURL(String protocol, String server, String port, String uri) argument 66 String key = protocol + "://" + server + ":" + port + uri; 71 server, port, uri);
|
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/xmlsig/ |
H A D | OfflineResolver.java | 51 * @param uri 55 public XMLSignatureInput engineResolve(Attr uri, String BaseURI) argument 59 String URI = uri.getNodeValue(); 79 uri, BaseURI); 82 throw new ResourceResolverException("generic.EmptyMessage", ex, uri, 90 * @param uri 93 public boolean engineCanResolve(Attr uri, String BaseURI) { argument 95 String uriNodeValue = uri.getNodeValue(); 102 URI uriNew = new URI(new URI(BaseURI), uri.getNodeValue());
|
/forgerock/openam-v13/openam-scripting/src/main/java/org/forgerock/openam/scripting/api/http/ |
H A D | GroovyHttpClient.java | 53 * @param uri URI of resource to be accessed 58 public HttpClientResponse get(String uri, Map<String, List<Map<String,String>>> requestData) argument 61 return getHttpClientResponse(uri, null, requestData, "GET"); 65 * @param uri URI of resource to be accessed 71 public HttpClientResponse post(String uri, String body, Map<String, List<Map<String,String>>> requestData) argument 74 return getHttpClientResponse(uri, body, requestData, "POST");
|
/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/add/ |
H A D | CreateMechanismFromUriTask.java | 50 private String[] uri; field in class:CreateMechanismFromUriTask 62 protected Mechanism doInBackground(String... uri) { argument 63 this.uri = uri; 64 if (uri.length != 1) { 69 Mechanism mechanism = new CoreMechanismFactory(activity, model).createFromUri(uri[0]); 94 new CreateMechanismFromUriTask(activity, onCompletion).execute(uri);
|
/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/mechanisms/ |
H A D | CoreMechanismFactory.java | 52 * @param uri The URI to process. 57 public Mechanism createFromUri(String uri) throws URIMappingException, MechanismCreationException { argument 59 if (info.matchesURI(uri)) { 60 return factories.get(info.getMechanismString()).createFromUri(uri);
|
/forgerock/openam-v13/openam-federation/OpenFM/src/main/samples/EmbeddedOpenSSO/source/com/sun/identity/setup/ |
H A D | EmbeddedOpenSSO.java | 45 private String uri; field in class:EmbeddedOpenSSO 58 uri = "/eopensso"; 76 uri = servletct.getContextPath(); 78 uri = "/eopensso"; 103 configData.put("DEPLOYMENT_URI", uri);
|
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/common/ |
H A D | EntityName.java | 42 protected String uri = null; field in class:EntityName 54 * @param uri the <code>URI</code>. 56 public EntityName(String uri) { argument 57 this.uri = uri; 63 * @param uri the <code>URI</code>. 66 public EntityName(String uri,List otherElements) { argument 67 this.uri = uri; 74 * @param uri th 76 setURI(String uri) argument [all...] |
H A D | GetComplete.java | 61 * @param uri the value of the <code>URI</code>. 63 public GetComplete(String uri) { argument 64 super(uri); 70 * @param uri the value of the <code>URI</code>. 73 public GetComplete(String uri, List otherElements) { argument 74 super(uri, otherElements); 107 if (uri != null) { 114 uri = XMLUtils.getElementValue((Element) child); 194 String uri = ""; 199 uri [all...] |
/forgerock/openidm-v4/openidm-provisioner/src/main/java/org/forgerock/openidm/provisioner/ |
H A D | SimpleSystemIdentifier.java | 65 public boolean is(Id uri) { argument 66 return name.equals(uri.getSystemName()); 91 return "SystemIdentifier{ uri='system/" + name + "/'}";
|
/forgerock/openam/openam-scripting/src/main/java/org/forgerock/openam/scripting/api/http/ |
H A D | GroovyHttpClient.java | 55 * @param uri URI of resource to be accessed 60 public HttpClientResponse get(String uri, Map<String, List<Map<String,String>>> requestData) argument 63 return getHttpClientResponse(uri, null, requestData, "GET"); 67 * @param uri URI of resource to be accessed 73 public HttpClientResponse post(String uri, String body, Map<String, List<Map<String,String>>> requestData) argument 76 return getHttpClientResponse(uri, body, requestData, "POST");
|
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/session/ |
H A D | SessionServiceURLService.java | 76 * @param uri Session Server URI. 80 public URL getSessionServiceURL(String protocol, String server, String port, String uri) argument 82 String key = protocol + "://" + server + ":" + port + uri; 87 server, port, uri);
|
/forgerock/openam/openam-federation/OpenFM/src/main/samples/EmbeddedOpenSSO/source/com/sun/identity/setup/ |
H A D | EmbeddedOpenSSO.java | 45 private String uri; field in class:EmbeddedOpenSSO 58 uri = "/eopensso"; 76 uri = servletct.getContextPath(); 78 uri = "/eopensso"; 103 configData.put("DEPLOYMENT_URI", uri);
|
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/common/ |
H A D | EntityName.java | 42 protected String uri = null; field in class:EntityName 54 * @param uri the <code>URI</code>. 56 public EntityName(String uri) { argument 57 this.uri = uri; 63 * @param uri the <code>URI</code>. 66 public EntityName(String uri,List otherElements) { argument 67 this.uri = uri; 74 * @param uri th 76 setURI(String uri) argument [all...] |
H A D | GetComplete.java | 61 * @param uri the value of the <code>URI</code>. 63 public GetComplete(String uri) { argument 64 super(uri); 70 * @param uri the value of the <code>URI</code>. 73 public GetComplete(String uri, List otherElements) { argument 74 super(uri, otherElements); 107 if (uri != null) { 114 uri = XMLUtils.getElementValue((Element) child); 194 String uri = ""; 199 uri [all...] |
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/ |
H A D | IDPEntry.java | 55 * @param uri new value of <code>ProviderID</code> attribute. 59 public void setProviderID(String uri) throws SAML2Exception; argument
|
H A D | NameIDPolicy.java | 54 * @param uri the new value of <code>Format</code> attribute. 58 public void setFormat(String uri) throws SAML2Exception; argument
|
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/configuration/ |
H A D | ISystemProperties.java | 75 * @param uri The service deployment URI. 84 String uri) 79 getServiceURL( String serviceName, String protocol, String hostname, int port, String uri) argument
|
/forgerock/openam-v13/openam-shared/src/test/java/com/sun/identity/configuration/ |
H A D | SystemProperties.java | 49 String uri) throws Exception { 48 getServiceURL(String serviceName, String protocol, String hostname, int port, String uri) argument
|
/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/mechanisms/base/ |
H A D | MechanismInfo.java | 63 * @param uri The URI to check. 66 boolean matchesURI(String uri); argument
|
/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/mechanisms/oath/ |
H A D | OathInfo.java | 61 public boolean matchesURI(String uri) { argument 62 return uri.startsWith("otpauth://");
|
/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/mechanisms/push/ |
H A D | PushInfo.java | 62 public boolean matchesURI(String uri) { argument 63 return uri.startsWith("pushauth");
|
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/xmlsig/ |
H A D | OfflineResolver.java | 57 * @param uri 61 public XMLSignatureInput engineResolve(Attr uri, String BaseURI) throws ResourceResolverException { argument 64 String URI = uri.getNodeValue(); 84 uri, BaseURI); 87 throw new ResourceResolverException("generic.EmptyMessage", ex, uri, 95 * @param uri 98 public boolean engineCanResolve(Attr uri, String BaseURI) { argument 100 String uriNodeValue = uri.getNodeValue(); 107 URI uriNew = getNewURI(uri.getNodeValue(), BaseURI); 134 private static URI getNewURI(String uri, Strin argument [all...] |
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/ |
H A D | IDPEntry.java | 59 * @param uri new value of <code>ProviderID</code> attribute. 63 public void setProviderID(String uri) throws SAML2Exception; argument
|
H A D | NameIDPolicy.java | 59 * @param uri the new value of <code>Format</code> attribute. 63 public void setFormat(String uri) throws SAML2Exception; argument
|