A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

addSSLSupport(ConfigObject, HTTPBuilder) - Method in HTTPBuilderSSLHelper
Through this main method, and normaly using a KeyStoreFactory and a org.apache.http.conn.ssl.SSLSocketFactory, it should register an SSL Scheme containing a java.security.KeyStore, loaded with either a keystore and/or a truststore, into the Builder.Client's Connection Manager.
addSSLSupport(ConfigObject, HTTPBuilder) - Method in SimpleHTTPBuilderSSLHelper
If a Key Store and/or a Trust Store are defined it creates a org.apache.http.conn.ssl.SSLSocketFactory attaching it to the given builder.client.connectionManager.
Application - Class in rest

B

C

D

E

F

G

getDefaultKeyStoreHome() - Method in SimpleKeyStoreFactory
Used to specify a getter for the default directory hosting the KeyStore.
getDefaultTrustStoreHome() - Method in SimpleKeyStoreFactory
Used to specify a getter for the default directory hosting the TrustStore.
getKeyStoreModel() - Method in KeyStoreFactory
Loads a given Key Store returning the following model that most contain.
getKeyStoreModel() - Method in SimpleKeyStoreFactory
Looks for the Key Store file, loads it, and generates a Map from it as specified in the getKeyStoreInternal method.
getResourceFromClassPath - Field in SimpleKeyStoreFactory
Loads a resource from the ClassPath given a specific path.
getResourceFromFile - Field in SimpleKeyStoreFactory
Loads a resource from the FileSystem given a specific path.
getTrustStoreModel() - Method in KeyStoreFactory
Loads a given Trust Store returning the following model that most contain.
getTrustStoreModel() - Method in SimpleKeyStoreFactory
Looks for the Trust Store file, loads it, and generates a Map from it as specified in the getKeyStoreInternal method.

H

HttpBuilderHelperGrailsPlugin - Class in grails.plugin.httpbuilderhelper
HTTPBuilderSSLConstants - Interface in grails.plugin.httpbuilderhelper.ssl
Constants used across the different SSL Support classes.
HTTPBuilderSSLHelper - Interface in grails.plugin.httpbuilderhelper.ssl
Contract of any HttBuilderSSLHelper

I

J

K

KeyStoreFactory - Interface in grails.plugin.httpbuilderhelper.ssl
KeyStore Factory contract that should provide a mechanism to create and load a java.security.KeyStore with a keystore and/or truststore.

L

M

main(String) - Method in Application

N

O

P

Q

R

S

SimpleHTTPBuilderSSLHelper - Class in grails.plugin.httpbuilderhelper.ssl
Through its main method SimpleHTTPBuilderSSLHelper.addSSLSupport and using a KeyStoreFactory and a org.apache.http.conn.ssl.SSLSocketFactory it registers an SSL Scheme containing a java.security.KeyStore, loaded with either a keystore and/or a truststore, into the Builder.Client's Connection Manager.
SimpleKeyStoreFactory - Class in grails.plugin.httpbuilderhelper.ssl
Implements a Basic KeyStore Factory to generate a java.security.KeyStore loaded with either a Key Store and/or Trust Store files into it if such store files are available.

T

U

V

W

X

Y

Z

_

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _