/openjdk7/hotspot/src/os/bsd/vm/ |
H A D | dtraceJSDT_bsd.cpp | 44 void* baseAddress, jstring module, 43 pd_activate( void* baseAddress, jstring module, jint providers_count, JVM_DTraceProvider* providers) argument
|
/openjdk7/hotspot/src/os/linux/vm/ |
H A D | dtraceJSDT_linux.cpp | 37 void* baseAddress, jstring module, 36 pd_activate( void* baseAddress, jstring module, jint providers_count, JVM_DTraceProvider* providers) argument
|
/openjdk7/hotspot/src/os/windows/vm/ |
H A D | dtraceJSDT_windows.cpp | 37 void* baseAddress, jstring module, 36 pd_activate( void* baseAddress, jstring module, jint providers_count, JVM_DTraceProvider* providers) argument
|
/openjdk7/jdk/src/share/classes/com/sun/security/auth/module/ |
H A D | SolarisSystem.java | 26 package com.sun.security.auth.module;
|
H A D | UnixSystem.java | 26 package com.sun.security.auth.module;
|
H A D | NTLoginModule.java | 26 package com.sun.security.auth.module; 55 * debug messages from the native component of the module
|
H A D | NTSystem.java | 26 package com.sun.security.auth.module;
|
H A D | SolarisLoginModule.java | 26 package com.sun.security.auth.module; 49 * <code>com.sun.security.auth.module.UnixLoginModule</code>.
|
H A D | UnixLoginModule.java | 26 package com.sun.security.auth.module;
|
H A D | Crypt.java | 54 package com.sun.security.auth.module;
|
H A D | JndiLoginModule.java | 26 package com.sun.security.auth.module; 47 * <p> The module prompts for a username and password 120 * username and password from the module's shared state, 129 * the username and password from the module's shared state, 133 * If authentication fails, the module uses the 140 * obtained from the CallbackHandler in the module's 148 * username and password stored in the module's shared state 536 // this module works only if the LDAP directory server 674 // use the password saved by the first module in the stack
|
H A D | Krb5LoginModule.java | 27 package com.sun.security.auth.module; 99 * to false if you do not want this module to use the ticket cache. 101 * This module will 138 * want the module to get the principal's key from the 142 * the module will locate the keytab from the 183 * username and password from the module's shared state, 192 * the username and password from the module's shared 197 * If authentication fails, the module uses the 213 * username and password stored in the module's shared 777 // use the name saved by the first module i [all...] |
H A D | LdapLoginModule.java | 26 package com.sun.security.auth.module; 59 * This module requires the supplied {@link CallbackHandler} to support a 66 * <p> This module operates in one of three modes: <i>search-first</i>, 99 * module's login {@link Configuration}: 124 * <p> This module also recognizes the following optional {@link Configuration} 163 * <dd> if <code>false</code>, this module does not establish an SSL connection 167 * By default, this module uses SSL. </dd> 170 * <dd> if <code>true</code>, this module retrieves the username and password 171 * from the module's shared state, using "javax.security.auth.login.name" 178 * <dd> if <code>true</code>, this module retrieve [all...] |
H A D | KeyStoreLoginModule.java | 26 package com.sun.security.auth.module; 74 * Provides a JAAS login module that prompts for a key store alias and 282 throw new LoginException("The login module is not initialized"); 753 throw new LoginException("The login module is not initialized"); 846 ("The login module is not initialized");
|
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/transport/http/server/ |
H A D | ServerContainer.java | 42 private final Module module = new Module() { field in class:ServerContainer 52 return spiType.cast(module);
|
/openjdk7/jdk/src/windows/native/sun/windows/ |
H A D | DllUtil.h | 46 DllUtil(const char * name) : name(name), module(NULL) {} 72 HMODULE module; member in class:DllUtil
|
/openjdk7/jdk/test/javax/management/mxbean/ |
H A D | MXBeanRefTest.java | 54 mbs.registerMBean(module, moduleName); 68 ProductMXBean product2Proxy = module.getProduct(); 75 ProductMXBean productProxyAgain = module.getProduct(); 157 private static final ModuleMXBean module = new ModuleImpl(product); field in class:MXBeanRefTest 158 private static final ModuleMXBean[] modules = new ModuleMXBean[] {module};
|
/openjdk7/jdk/src/share/native/sun/security/pkcs11/ |
H A D | j2secmod.h | 62 PRBool loaded; /* Set to true if module has been loaded */ 63 PRBool isFIPS; /* Set to true if module is finst internal */ 65 * this module */ 66 char *commonName; /* name of the module to display to the user */ 82 SECMODModule *module; member in struct:SECMODModuleListStr
|
H A D | j2secmod.c | 83 SECMODModule *module; local 97 dprintf("-module list is null\n"); 111 module = list->module; 112 // assert module != null 113 dprintf1("-commonname: %s\n", module->commonName); 114 dprintf1("-dllname: %s\n", (module->dllName != NULL) ? module->dllName : "NULL"); 115 dprintf1("-slots: %d\n", module->slotCount); 116 dprintf1("-loaded: %d\n", module [all...] |
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/ |
H A D | SymtabEntry.java | 122 /** @return the concatenation of the module and the name, delimited by '/'. */ 128 /** Get the name of this entry's module. If there are modules within 129 modules, each module name is separated by '/'. 130 @returns this entry's module name. */ 131 public String module () method in class:SymtabEntry 134 } // module 136 /** Set the module for this entry. 137 @param newName the new name of the module. */ 138 public void module (String newName) method in class:SymtabEntry 144 } // module [all...] |
/openjdk7/jdk/src/share/classes/javax/security/auth/login/ |
H A D | LoginContext.java | 589 // module invoked in doPrivileged with creatorAcc 593 // module invoked in doPrivileged 640 // module invoked in doPrivileged with creatorAcc 643 // module invoked in doPrivileged 741 if (moduleStack[i].module != null) { 742 methods = moduleStack[i].module.getClass().getMethods(); 756 moduleStack[i].module = constructor.newInstance(args); 758 methods = moduleStack[i].module.getClass().getMethods(); 771 methods[mIndex].invoke(moduleStack[i].module, initArgs); 785 (moduleStack[i].module, arg 989 Object module; field in class:LoginContext.ModuleInfo [all...] |
/openjdk7/jdk/src/share/back/ |
H A D | log_messages.c | 117 const char *module, 134 module, 150 const char *module; local 172 module = "jdwp"; /* FIXUP? */ 192 module, 113 standard_logging_format(FILE *fp, const char *datetime, const char *level, const char *product, const char *module, const char *optional, const char *messageID, const char *message) argument
|
/openjdk7/hotspot/src/share/vm/shark/ |
H A D | sharkContext.hpp | 50 llvm::Module* module() const { function in class:SharkContext 64 return new llvm::ExistingModuleProvider(module()); 68 module()->getFunctionList().push_back(function); 72 return module()->getOrInsertFunction(name, sig);
|
/openjdk7/jdk/test/sun/security/pkcs11/KeyStore/ |
H A D | Basic.java | 50 import com.sun.security.auth.module.*; 238 } else if ("module".equals(test)) { 239 Basic.module(); 368 private static void module() throws Exception { method in class:Basic
|
/openjdk7/hotspot/src/os/solaris/vm/ |
H A D | dtraceJSDT_solaris.cpp | 65 static jint dof_register(jstring module, uint8_t* dof, void* modaddr) { argument 73 JNIHandles::resolve_non_null(module)); 91 void* moduleBaseAddress, jstring module, 444 // Register module 445 return dof_register(module, dof, moduleBaseAddress); 644 void* baseAddress, jstring module, 90 pd_activate( void* moduleBaseAddress, jstring module, jint providers_count, JVM_DTraceProvider* providers) argument 643 pd_activate( void* baseAddress, jstring module, jint provider_count, JVM_DTraceProvider* providers) argument
|