A C D G I J O P R S
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AuthenticationSimpleHttpInvokerRequestExecutor - Class in org.springframework.security.remoting.httpinvoker
-
Adds BASIC authentication support to
SimpleHttpInvokerRequestExecutor
. - AuthenticationSimpleHttpInvokerRequestExecutor() - Constructor for class org.springframework.security.remoting.httpinvoker.AuthenticationSimpleHttpInvokerRequestExecutor
C
- ContextPropagatingRemoteInvocation - Class in org.springframework.security.remoting.rmi
-
The actual
RemoteInvocation
that is passed from the client to the server. - ContextPropagatingRemoteInvocation(MethodInvocation) - Constructor for class org.springframework.security.remoting.rmi.ContextPropagatingRemoteInvocation
-
Constructs the object, storing the principal and credentials extracted from the client-side security context.
- ContextPropagatingRemoteInvocationFactory - Class in org.springframework.security.remoting.rmi
-
Called by a client-side instance of
org.springframework.remoting.rmi.RmiProxyFactoryBean
when it wishes to create a remote invocation. - ContextPropagatingRemoteInvocationFactory() - Constructor for class org.springframework.security.remoting.rmi.ContextPropagatingRemoteInvocationFactory
- createAuthenticationRequest(String, String) - Method in class org.springframework.security.remoting.rmi.ContextPropagatingRemoteInvocation
-
Creates the server-side authentication request object.
- createRemoteInvocation(MethodInvocation) - Method in class org.springframework.security.remoting.rmi.ContextPropagatingRemoteInvocationFactory
D
- DnsEntryNotFoundException - Exception in org.springframework.security.remoting.dns
-
This will be thrown if no entry matches the specified DNS query.
- DnsEntryNotFoundException(String) - Constructor for exception org.springframework.security.remoting.dns.DnsEntryNotFoundException
- DnsEntryNotFoundException(String, Throwable) - Constructor for exception org.springframework.security.remoting.dns.DnsEntryNotFoundException
- DnsLookupException - Exception in org.springframework.security.remoting.dns
-
This will be thrown for unknown DNS errors.
- DnsLookupException(String) - Constructor for exception org.springframework.security.remoting.dns.DnsLookupException
- DnsLookupException(String, Throwable) - Constructor for exception org.springframework.security.remoting.dns.DnsLookupException
- DnsResolver - Interface in org.springframework.security.remoting.dns
-
Helper class for DNS operations.
- doPrepareConnection(HttpURLConnection, int) - Method in class org.springframework.security.remoting.httpinvoker.AuthenticationSimpleHttpInvokerRequestExecutor
-
Provided so subclasses can perform additional configuration if required (eg set additional request headers for non-security related information etc).
G
- getCtx() - Method in interface org.springframework.security.remoting.dns.InitialContextFactory
-
Must return a DirContext which can be used for DNS queries
I
- InitialContextFactory - Interface in org.springframework.security.remoting.dns
-
This is used in JndiDnsResolver to get an InitialDirContext for DNS queries.
- invoke(Object) - Method in class org.springframework.security.remoting.rmi.ContextPropagatingRemoteInvocation
-
Invoked on the server-side.
J
- JndiDnsResolver - Class in org.springframework.security.remoting.dns
-
Implementation of DnsResolver which uses JNDI for the DNS queries.
- JndiDnsResolver() - Constructor for class org.springframework.security.remoting.dns.JndiDnsResolver
O
- org.springframework.security.remoting.dns - package org.springframework.security.remoting.dns
-
DNS resolution.
- org.springframework.security.remoting.httpinvoker - package org.springframework.security.remoting.httpinvoker
-
Enables use of Spring's
HttpInvoker
extension points to present theprincipal
andcredentials
located in theContextHolder
via BASIC authentication. - org.springframework.security.remoting.rmi - package org.springframework.security.remoting.rmi
-
Enables use of Spring's RMI remoting extension points to propagate the
SecurityContextHolder
(which should contain anAuthentication
request token) from one JVM to the remote JVM.
P
- prepareConnection(HttpURLConnection, int) - Method in class org.springframework.security.remoting.httpinvoker.AuthenticationSimpleHttpInvokerRequestExecutor
-
Called every time a HTTP invocation is made.
R
- resolveIpAddress(String) - Method in interface org.springframework.security.remoting.dns.DnsResolver
-
Resolves the IP Address (A record) to the specified host name.
- resolveIpAddress(String) - Method in class org.springframework.security.remoting.dns.JndiDnsResolver
- resolveServiceEntry(String, String) - Method in interface org.springframework.security.remoting.dns.DnsResolver
-
Resolves the host name for the specified service in the specified domain
- resolveServiceEntry(String, String) - Method in class org.springframework.security.remoting.dns.JndiDnsResolver
- resolveServiceIpAddress(String, String) - Method in interface org.springframework.security.remoting.dns.DnsResolver
-
Resolves the host name for the specified service and then the IP Address for this host in one call.
- resolveServiceIpAddress(String, String) - Method in class org.springframework.security.remoting.dns.JndiDnsResolver
S
- setCtxFactory(InitialContextFactory) - Method in class org.springframework.security.remoting.dns.JndiDnsResolver
-
Allows to inject an own JNDI context factory.
All Classes All Packages