- getCertificates() - Method in class org.apache.activemq.jaas.CertificateCallback
-
Getter for certificate chain.
- getDistinguishedName(X509Certificate[]) - Method in class org.apache.activemq.jaas.CertificateLoginModule
-
- getName() - Method in class org.apache.activemq.jaas.GroupPrincipal
-
- getName() - Method in class org.apache.activemq.jaas.UserPrincipal
-
- getPropertyName() - Method in class org.apache.activemq.jaas.LDAPLoginProperty
-
- getPropertyValue() - Method in class org.apache.activemq.jaas.LDAPLoginProperty
-
- getProps() - Method in class org.apache.activemq.jaas.ReloadableProperties
-
- getRoles(DirContext, String, String, List<String>) - Method in class org.apache.activemq.jaas.LDAPLoginModule
-
- getUserGroups(String) - Method in class org.apache.activemq.jaas.CertificateLoginModule
-
Should return a set of the groups this user belongs to.
- getUserGroups(String) - Method in class org.apache.activemq.jaas.TextFileCertificateLoginModule
-
Overriding to allow for group discovery based on text files.
- getUserNameForCertificates(X509Certificate[]) - Method in class org.apache.activemq.jaas.CertificateLoginModule
-
Should return a unique name corresponding to the certificates given.
- getUserNameForCertificates(X509Certificate[]) - Method in class org.apache.activemq.jaas.TextFileCertificateLoginModule
-
Overriding to allow DN authorization based on DNs specified in text
files.
- GroupPrincipal - Class in org.apache.activemq.jaas
-
- GroupPrincipal(String) - Constructor for class org.apache.activemq.jaas.GroupPrincipal
-
- GuestLoginModule - Class in org.apache.activemq.jaas
-
Always login the user with a default 'guest' identity.
- GuestLoginModule() - Constructor for class org.apache.activemq.jaas.GuestLoginModule
-