Searched defs:authContextID (Results 1 - 10 of 10) sorted by relevance

/glassfish-3.1.2/security/core/src/main/java/com/sun/enterprise/security/jmac/
H A DAuthMessagePolicy.java348 String authContextID) {
349 if (Boolean.valueOf(authContextID)) {
347 getHttpServletPolicies( String authContextID) argument
/glassfish-3.1.2/security/core/src/main/java/com/sun/enterprise/security/jmac/config/
H A DGFServerConfigProvider.java967 getModuleInfo(String authContextID, Map properties) argument
978 (authContextID);
983 (binding, authContextID, onePolicy);
1027 String authContextID, Subject serviceSubject, Map properties)
1030 ModuleInfo moduleInfo = getModuleInfo(authContextID,properties);
1058 public ClientAuthContext getAuthContext(String authContextID, argument
1062 ModuleInfo moduleInfo = getModuleInfo(authContextID, properties);
1026 getAuthContext( String authContextID, Subject serviceSubject, Map properties) argument
/glassfish-3.1.2/security/jaspic-provider-framework/src/main/java/com/sun/jaspic/config/delegate/
H A DMessagePolicyDelegate.java53 public MessagePolicy getRequestPolicy(String authContextID, Map properties); argument
55 public MessagePolicy getResponsePolicy(String authContextID, Map properties); argument
/glassfish-3.1.2/security/jaspic-provider-framework/src/main/java/com/sun/jaspic/config/helper/
H A DAuthConfigHelper.java116 String authContextID, Map properties) {
118 HashMap<Integer, M> internalMap = contextMap.get(authContextID);
124 logIfLevel(Level.FINE, null, "AuthContextID found in Map: ", authContextID);
131 HashMap<String, HashMap<Integer, M>> contextMap, String authContextID,
139 rvalue = getContextFromMap(contextMap, authContextID, properties);
149 rvalue = getContextFromMap(contextMap, authContextID, properties);
152 rvalue = (M) createAuthContext(authContextID, properties);
154 HashMap<Integer, M> internalMap = contextMap.get(authContextID);
157 contextMap.put(authContextID, internalMap);
208 protected abstract <M> M createAuthContext(final String authContextID, argument
115 getContextFromMap(HashMap<String, HashMap<Integer, M>> contextMap, String authContextID, Map properties) argument
130 getContext( HashMap<String, HashMap<Integer, M>> contextMap, String authContextID, Subject subject, Map properties) argument
[all...]
H A DAuthContextHelper.java107 public <M> boolean isProtected(M[] template, String authContextID) throws AuthException { argument
110 return hasModules(template, authContextID);
123 * @param authContextID
127 public abstract <M> boolean hasModules(M[] template,String authContextID) throws AuthException; argument
133 * @param authContextID
137 public abstract <M> M[] getModules(M[] template,String authContextID) throws AuthException; argument
H A DClientAuthConfigHelper.java84 protected ClientAuthContext createAuthContext(final String authContextID, argument
87 if (!acHelper.isProtected(new ClientAuthModule[0], authContextID)) {
99 m = acHelper.getModules(new ClientAuthModule[0], authContextID);
102 "ClientAuthContext: ", authContextID,
109 mpDelegate.getRequestPolicy(authContextID, properties);
111 mpDelegate.getResponsePolicy(authContextID, properties);
118 "ClientAuthContext: ", authContextID,
130 "CLientAuthContext: ", authContextID,
145 "ClientAuthContext: ", authContextID,
167 "ClientAuthContext: ", authContextID,
199 getAuthContext(String authContextID, Subject subject, final Map properties) argument
[all...]
H A DServerAuthConfigHelper.java85 protected ServerAuthContext createAuthContext(final String authContextID, argument
88 if (!acHelper.isProtected(new ServerAuthModule[0], authContextID)) {
101 m = acHelper.getModules(new ServerAuthModule[0], authContextID);
104 "ServerAuthContext: ", authContextID,
111 mpDelegate.getRequestPolicy(authContextID, properties);
113 mpDelegate.getResponsePolicy(authContextID, properties);
120 "ServerAuthContext: ", authContextID,
132 "ServerAuthContext: ", authContextID,
147 "ServerAuthContext: ", authContextID,
169 "ServerAuthContext: ", authContextID,
200 getAuthContext(String authContextID, Subject subject, final Map properties) argument
[all...]
/glassfish-3.1.2/security/jaspic-provider-framework/src/main/java/com/sun/jaspic/config/jaas/
H A DJAASAuthContextHelper.java125 private <M> void loadConstructors(M[] template, String authContextID) throws AuthException { argument
173 * this implementation does not depend on authContextID
176 * @param authContextID (ignored by this context system)
180 public <M> boolean hasModules(M[] template, String authContextID) throws AuthException { argument
181 loadConstructors(template, authContextID);
191 * this implementation does not depend on authContextID
194 * @param authContextID (ignored by this context system)
198 public <M> M[] getModules(M[] template, String authContextID) throws AuthException { argument
199 loadConstructors(template, authContextID);
/glassfish-3.1.2/security/javax.security.auth.message/src/main/java/javax/security/auth/message/config/
H A DClientAuthConfig.java78 * with the given <i>authContextID</i>.
81 * object with the argument <i>authContextID</i> to determine the
91 * @param authContextID An String identifier used to index
116 * <i>authContextID</i>,
122 getAuthContext(String authContextID, Subject clientSubject, Map properties) argument
H A DServerAuthConfig.java78 * with the given <i>authContextID</i>.
81 * object with the argument <i>authContextID</i> to determine the
91 * @param authContextID An identifier used to index
116 * <i>authContextID</i>,
122 getAuthContext(String authContextID, Subject serviceSubject, Map properties) argument

Completed in 39 milliseconds