Interface WeblogicSecurityBean
- All Superinterfaces:
org.springframework.beans.factory.InitializingBean
public interface WeblogicSecurityBean
extends org.springframework.beans.factory.InitializingBean
-
Method Summary
Modifier and TypeMethodDescriptionvoidrunPrivilegedActionAsSubject(PrivilegedAction privilegedAction) voidrunPrivilegedExceptionActionAsSubject(PrivilegedExceptionAction privilegedExceptionAction) voidsetProviderUrl(String providerUrl) voidsetSecurityCredentials(String securityCredentials) voidsetSecurityPrincipal(String securityPrincipal) Methods inherited from interface org.springframework.beans.factory.InitializingBean
afterPropertiesSet
-
Method Details
-
setSecurityPrincipal
-
setProviderUrl
-
setSecurityCredentials
-
runPrivilegedExceptionActionAsSubject
void runPrivilegedExceptionActionAsSubject(PrivilegedExceptionAction privilegedExceptionAction) throws IOException, PrivilegedActionException - Throws:
IOExceptionPrivilegedActionException
-
runPrivilegedActionAsSubject
- Throws:
IOException
-