Package | Description |
---|---|
net.sf.michaelo.tomcat.realm |
Active Directory components for Apache Tomcat.
|
Modifier and Type | Field and Description |
---|---|
static Sid |
Sid.ANONYMOUS_SID |
static Sid |
Sid.NULL_SID |
Modifier and Type | Method and Description |
---|---|
Sid |
ActiveDirectoryPrincipal.getSid()
Returns the security identifier (SID) of the principal.
|
Sid |
ActiveDirectoryRealm.User.getSid() |
Constructor and Description |
---|
ActiveDirectoryPrincipal(GSSName gssName,
Sid sid,
GSSCredential gssCredential)
Constructs a new principal for the given parameters.
|
ActiveDirectoryPrincipal(GSSName gssName,
Sid sid,
List<String> roles,
GSSCredential gssCredential,
Map<String,Object> additionalAttributes)
Constructs a new principal for the given parameters.
|
User(GSSName gssName,
Sid sid,
List<String> roles,
Map<String,Object> additionalAttributes) |
Copyright © 2013–2020 Michael Osipov. All rights reserved.