Searched defs:contextName (Results 1 - 23 of 23) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/internal/
H A DSnmpDecryptedPdu.java45 public byte[] contextName = null; field in class:SnmpDecryptedPdu
H A DSnmpAccessControlSubSystem.java47 * @param contextName The access control context name.
55 byte[] contextName,
66 * @param contextName The access control context name.
74 byte[] contextName,
50 checkPduAccess(int version, String principal, int securityLevel, int pduType, int securityModel, byte[] contextName, SnmpPdu pdu) argument
69 checkAccess(int version, String principal, int securityLevel, int pduType, int securityModel, byte[] contextName, SnmpOid oid) argument
H A DSnmpAccessControlModel.java45 * @param contextName The access control context name.
53 byte[] contextName,
64 * @param contextName The access control context name.
72 byte[] contextName,
48 checkAccess(int version, String principal, int securityLevel, int pduType, int securityModel, byte[] contextName, SnmpOid oid) argument
67 checkPduAccess(int version, String principal, int securityLevel, int pduType, int securityModel, byte[] contextName, SnmpPdu pdu) argument
H A DSnmpSecurityModel.java50 * @param contextName The context name.
64 byte[] contextName,
82 * @param contextName The context name.
96 byte[] contextName,
113 * @param contextName The context name or null if encrypted.
129 byte[] contextName,
145 * @param contextName The context name or null if encrypted.
160 byte[] contextName,
56 generateRequestMsg(SnmpSecurityCache cache, int version, int msgID, int msgMaxSize, byte msgFlags, int msgSecurityModel, SnmpSecurityParameters params, byte[] contextEngineID, byte[] contextName, byte[] data, int dataLength, byte[] outputBytes) argument
88 generateResponseMsg(SnmpSecurityCache cache, int version, int msgID, int msgMaxSize, byte msgFlags, int msgSecurityModel, SnmpSecurityParameters params, byte[] contextEngineID, byte[] contextName, byte[] data, int dataLength, byte[] outputBytes) argument
121 processIncomingRequest(SnmpSecurityCache cache, int version, int msgID, int msgMaxSize, byte msgFlags, int msgSecurityModel, byte[] params, byte[] contextEngineID, byte[] contextName, byte[] data, byte[] encryptedPdu, SnmpDecryptedPdu decryptedPdu) argument
152 processIncomingResponse(SnmpSecurityCache cache, int version, int msgID, int msgMaxSize, byte msgFlags, int msgSecurityModel, byte[] params, byte[] contextEngineID, byte[] contextName, byte[] data, byte[] encryptedPdu, SnmpDecryptedPdu decryptedPdu) argument
H A DSnmpSecuritySubSystem.java64 * @param contextName The context name.
78 byte[] contextName,
95 * @param contextName The context name.
109 byte[] contextName,
126 * @param contextName The context name or null if encrypted.
142 byte[] contextName,
158 * @param contextName The context name or null if encrypted.
173 byte[] contextName,
70 generateRequestMsg(SnmpSecurityCache cache, int version, int msgID, int msgMaxSize, byte msgFlags, int msgSecurityModel, SnmpSecurityParameters params, byte[] contextEngineID, byte[] contextName, byte[] data, int dataLength, byte[] outputBytes) argument
101 generateResponseMsg(SnmpSecurityCache cache, int version, int msgID, int msgMaxSize, byte msgFlags, int msgSecurityModel, SnmpSecurityParameters params, byte[] contextEngineID, byte[] contextName, byte[] data, int dataLength, byte[] outputBytes) argument
134 processIncomingRequest(SnmpSecurityCache cache, int version, int msgID, int msgMaxSize, byte msgFlags, int msgSecurityModel, byte[] params, byte[] contextEngineID, byte[] contextName, byte[] data, byte[] encryptedPdu, SnmpDecryptedPdu decryptedPdu) argument
165 processIncomingResponse(SnmpSecurityCache cache, int version, int msgID, int msgMaxSize, byte msgFlags, int msgSecurityModel, byte[] params, byte[] contextEngineID, byte[] contextName, byte[] data, byte[] encryptedPdu, SnmpDecryptedPdu decryptedPdu) argument
H A DSnmpMsgProcessingModel.java73 * This method is called to encode a full scoped pdu that has not been encrypted. <CODE>contextName</CODE>, <CODE>contextEngineID</CODE> and data are known.
82 * @param contextName The context name.
95 byte[] contextName,
100 * This method is called to encode a full scoped pdu that as been encrypted. <CODE>contextName</CODE>, <CODE>contextEngineID</CODE> and data are known.
121 * This method returns a decoded scoped pdu. This method decodes only the <CODE>contextEngineID</CODE>, <CODE>contextName</CODE> and data. It is needed by the <CODE>SnmpSecurityModel</CODE> after decryption.
128 * This method returns an encoded scoped pdu. This method encode only the <CODE>contextEngineID</CODE>, <CODE>contextName</CODE> and data. It is needed by the <CODE>SnmpSecurityModel</CODE> for decryption.
88 encode(int version, int msgID, int msgMaxSize, byte msgFlags, int msgSecurityModel, SnmpSecurityParameters params, byte[] contextEngineID, byte[] contextName, byte[] data, int dataLength, byte[] outputBytes) argument
H A DSnmpMsgProcessingSubSystem.java91 * This method is called to encode a full scoped pdu that as not been encrypted. <CODE>contextName</CODE>, <CODE>contextEngineID</CODE> and data are known. It will be routed to the dedicated model according to the version value.
100 * @param contextName The context name.
113 byte[] contextName,
120 * This method is called to encode a full scoped pdu that as been encrypted. <CODE>contextName</CODE>, <CODE>contextEngineID</CODE> and data are not known. It will be routed to the dedicated model according to the version value.
142 * This method returns a decoded scoped pdu. This method decodes only the <CODE>contextEngineID</CODE>, <CODE>contextName</CODE> and data. It is needed by the <CODE>SnmpSecurityModel</CODE> after decryption. It will be routed to the dedicated model according to the version value.
152 * This method returns an encoded scoped pdu. This method encodes only the <CODE>contextEngineID</CODE>, <CODE>contextName</CODE> and data. It is needed by the <CODE>SnmpSecurityModel</CODE> for decryption. It will be routed to the dedicated model according to the version value.
106 encode(int version, int msgID, int msgMaxSize, byte msgFlags, int msgSecurityModel, SnmpSecurityParameters params, byte[] contextEngineID, byte[] contextName, byte[] data, int dataLength, byte[] outputBytes) argument
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/
H A DSnmpScopedPduPacket.java90 public byte[] contextName = null; field in class:SnmpScopedPduPacket
H A DSnmpSecurityException.java55 public byte[] contextName = null; field in class:SnmpSecurityException
H A DUserAcl.java64 * @param contextName The context name associated with the user.
68 public boolean checkReadPermission(String user, String contextName, int securityLevel); argument
73 * @param contextName The context name to check.
77 public boolean checkContextName(String contextName); argument
92 * @param contextName The context name associated with the user.
96 public boolean checkWritePermission(String user, String contextName, int securityLevel); argument
H A DSnmpV3Message.java136 public byte[] contextName = null; field in class:SnmpV3Message
192 contextName = bdec.fetchOctetString();
223 .append("contextName : ").append(contextName)
310 .append("contextName : ").append(pdu.contextName)
325 contextName = pdu.contextName;
444 pdu.contextName = contextName;
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/agent/
H A DSnmpMibHandler.java80 * @param contextName The MIB context name. If null is passed, will be registered in the default context.
88 public SnmpMibHandler addMib(SnmpMibAgent mib, String contextName) argument
95 * @param contextName The MIB context name. If null is passed, will be registered in the default context.
104 public SnmpMibHandler addMib(SnmpMibAgent mib, String contextName, SnmpOid[] oids) argument
135 * @param contextName The context name used at registration time.
142 public boolean removeMib(SnmpMibAgent mib, String contextName); argument
147 * @param contextName The context name used at registration time.
154 public boolean removeMib(SnmpMibAgent mib, String contextName, SnmpOid[] oids); argument
H A DSnmpMibAgentMBean.java187 * @param contextName The MIB context name. If null is passed, will be
194 public void setSnmpAdaptor(SnmpMibHandler stack, String contextName); argument
202 * @param contextName The MIB context name. If null is passed, will be
210 String contextName,
264 * @param contextName The MIB context name. If null is passed, will be
274 public void setSnmpAdaptorName(ObjectName name, String contextName) argument
283 * @param contextName The MIB context name. If null is passed, will be
295 String contextName,
209 setSnmpAdaptor(SnmpMibHandler stack, String contextName, SnmpOid[] oids) argument
294 setSnmpAdaptorName(ObjectName name, String contextName, SnmpOid[] oids) argument
H A DSnmpMibRequestImpl.java69 byte[] contextName,
79 this.contextName = contextName;
121 return contextName;
240 private byte[] contextName = null; field in class:SnmpMibRequestImpl
61 SnmpMibRequestImpl(SnmpEngine engine, SnmpPdu reqPdu, Vector<SnmpVarBind> vblist, int protocolVersion, Object userData, String principal, int securityLevel, int securityModel, byte[] contextName, byte[] accessContextName) argument
H A DSnmpMibAgent.java285 * @param contextName The MIB context name. If null is passed, will be registered in the default context.
291 public void setSnmpAdaptor(SnmpMibHandler stack, String contextName) { argument
293 adaptor.removeMib(this, contextName);
297 adaptor.addMib(this, contextName);
306 * @param contextName The MIB context name. If null is passed, will be registered in the default context.
313 String contextName,
316 adaptor.removeMib(this, contextName);
320 adaptor.addMib(this, contextName, oids);
428 * @param contextName The MIB context name. If null is passed, will be registered in the default context.
437 public void setSnmpAdaptorName(ObjectName name, String contextName) argument
312 setSnmpAdaptor(SnmpMibHandler stack, String contextName, SnmpOid[] oids) argument
484 setSnmpAdaptorName(ObjectName name, String contextName, SnmpOid[] oids) argument
581 newMibRequest(SnmpEngine engine, SnmpPdu reqPdu, Vector<SnmpVarBind> vblist, int version, Object userData, String principal, int securityLevel, int securityModel, byte[] contextName, byte[] accessContextName) argument
[all...]
H A DSnmpMib.java249 byte[] contextName = null; field in class:AcmChecker
272 contextName = req.getAccessContextName();
282 .append("; contextName : ").append(contextName);
333 contextName,
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/mpm/
H A DSnmpMsgTranslator.java87 public void setContextName(SnmpMsg req, byte[] contextName); argument
/openjdk7/jdk/src/share/classes/com/sun/jndi/toolkit/dir/
H A DContextEnumerator.java47 private String contextName = ""; field in class:ContextEnumerator
59 protected ContextEnumerator(Context context, int scope, String contextName, argument
73 this.contextName = contextName;
87 String contextName, boolean returnSelf) throws NamingException {
88 return new ContextEnumerator(ctx, scope, contextName, returnSelf);
141 if(oldBinding.isRelative() && !contextName.equals("")) {
143 Name newName = parser.parse(contextName);
86 newEnumerator(Context ctx, int scope, String contextName, boolean returnSelf) argument
H A DHierMemDirCtx.java848 String contextName, boolean returnSelf) throws NamingException {
849 super(context, scope, contextName, returnSelf);
858 String contextName, boolean returnSelf) throws NamingException {
859 return new HierContextEnumerator(ctx, scope, contextName,
847 HierContextEnumerator(Context context, int scope, String contextName, boolean returnSelf) argument
857 newEnumerator(Context ctx, int scope, String contextName, boolean returnSelf) argument
/openjdk7/jdk/src/macosx/native/jobjc/src/generator/java/com/apple/internal/jobjc/generator/model/coders/
H A DCoderDescriptor.java66 public String getPopStatementFor(final String contextName, final String returnValueType, final String returnValueName, final String transform) { argument
68 + "(" + getCoderInstanceName() + "." + popName + "(" + contextName + "));";
71 public final String getPushStatementFor(final String contextName, final String argumentName) { argument
72 return getCoderInstanceName() + "." + pushName + "(" + contextName + ", " + argumentName + ");";
/openjdk7/jdk/src/macosx/native/jobjc/src/generator/java/com/apple/internal/jobjc/generator/model/types/
H A DJType.java67 public String createDeclareBuffer(String contextName) { argument
68 return "final " + NativeArgumentBuffer.class.getName() + " " + contextName + " = getRuntime().getThreadLocalState();";
71 public String createInit(final String contextName, final String functionIdentifier, final String initWithObj) { argument
72 return functionIdentifier + ".init(" + contextName + (initWithObj != null ? ", " + initWithObj : "") + ");";
75 public String createInvoke(final String contextName, final String functionIdentifier) { argument
76 return functionIdentifier + ".invoke(" + contextName + ");";
79 public String createPop(final String contextName) { argument
80 return getCoderDescriptor().getPopStatementFor(contextName, getJavaTypeName(), "returnValue", null);
112 @Override public String createPop(final String contextName){ return ""; } argument
127 @Override public String createPop(final String contextName) { argument
137 createPop(final String contextName) argument
197 createInvoke(final String contextName, final String functionIdentifier) argument
201 createPop(final String contextName) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DAttribute.java280 public static String contextName(int ctype) { method in class:Attribute
553 String str = contextName(ctype)+"."+name+"["+layout+"]";
559 return contextName(ctype)+"."+name+Arrays.asList(elems);
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/daemon/
H A DSnmpAdaptorServer.java1121 * <CODE>contextName</CODE> is useless and this method
1125 * @param contextName The MIB context name.
1132 public SnmpMibHandler addMib(SnmpMibAgent mib, String contextName) argument
1139 * <CODE>contextName</CODE> is useless and this method
1143 * @param contextName The MIB context. If null is passed, will be
1154 String contextName,
1162 * In SNMP V1 and V2 the <CODE>contextName</CODE> is useless and this
1166 * @param contextName The context name used at registration time.
1174 public boolean removeMib(SnmpMibAgent mib, String contextName) { argument
1211 * @param contextName Th
1153 addMib(SnmpMibAgent mib, String contextName, SnmpOid[] oids) argument
1219 removeMib(SnmpMibAgent mib, String contextName, SnmpOid[] oids) argument
[all...]

Completed in 759 milliseconds