Searched refs:mechanisms (Results 1 - 5 of 5) sorted by relevance

/glassfish-3.1.2/verifier/verifier-impl/src/main/java/com/sun/enterprise/tools/verifier/tests/connector/
H A DAuthMechType.java91 Set mechanisms =
93 if (mechanisms.isEmpty()) {
104 Iterator mechIterator = mechanisms.iterator();
H A DCredentialInterface.java94 Set mechanisms =
96 if (mechanisms.isEmpty()) {
107 Iterator mechIterator = mechanisms.iterator();
/glassfish-3.1.2/security/ejb.security/src/main/java/com/sun/enterprise/iiop/security/
H A DCSIV2TaggedComponentInfo.java335 * Create the security mechanisms. Only 1 such mechanism is created
336 * although the spec allows multiple mechanisms (in decreasing order
521 byte[][] mechanisms = {};
539 priv, mechanisms,
547 mechanisms = new byte[1][upm.length];
549 mechanisms[0][i] = upm[i];
561 priv, mechanisms,
762 * This method determines if all the mechanisms defined in the
789 * @return the array of compound security mechanisms.
H A DSecurityMechanismSelector.java547 byte[][] mechanisms = sas.supported_naming_mechanisms;
553 if (mechanisms == null) {
557 for (int i = 0; i < mechanisms.length; i++) {
558 if (Arrays.equals(mechSupported, mechanisms[i])) {
645 // mechanisms and the identity token supported
999 * mechanisms.
1003 // We should choose from list of compound security mechanisms
1018 " target's supported mechanisms");
/glassfish-3.1.2/security/webservices.security/src/main/java/com/sun/enterprise/security/jmac/provider/
H A DBaseAuthConfig.java753 // mechanisms are temporarily encapsulated here, until a method that
754 // returns the list of supported mechanisms is added to
757 return mechanisms;
761 private static QName mechanisms[] = new QName[] { field in class:BaseAuthConfig

Completed in 25 milliseconds