Uses of Class
net.sf.michaelo.tomcat.realm.Sid
-
Packages that use Sid Package Description net.sf.michaelo.tomcat.pac Implementation to parse and process structures from MS-PAC according to protocol revision 26.0.net.sf.michaelo.tomcat.realm Active Directory components for Apache Tomcat. -
-
Uses of Sid in net.sf.michaelo.tomcat.pac
Methods in net.sf.michaelo.tomcat.pac that return Sid Modifier and Type Method Description Sid
KerbValidationInfo. getLogonDomainId()
Sid
KerbValidationInfo. getResourceGroupDomainSid()
Sid
KerbSidAndAttributes. getSid()
Sid
UpnDnsInfo. getSid()
Constructors in net.sf.michaelo.tomcat.pac with parameters of type Sid Constructor Description KerbSidAndAttributes(Sid sid, long attributes)
-
Uses of Sid in net.sf.michaelo.tomcat.realm
Fields in net.sf.michaelo.tomcat.realm declared as Sid Modifier and Type Field Description static Sid
Sid. ANONYMOUS_SID
static Sid
Sid. NULL_SID
Methods in net.sf.michaelo.tomcat.realm that return Sid Modifier and Type Method Description Sid
Sid. append(long relativeId)
Sid
ActiveDirectoryPrincipal. getSid()
Returns the security identifier (SID) of the principal.Sid
ActiveDirectoryRealm.User. getSid()
Constructors in net.sf.michaelo.tomcat.realm with parameters of type Sid Constructor Description ActiveDirectoryPrincipal(GSSName gssName, Sid sid, List<String> roles, GSSCredential gssCredential, Map<String,Object> additionalAttributes)
Constructs a new principal for the given parameters.ActiveDirectoryPrincipal(GSSName gssName, Sid sid, GSSCredential gssCredential)
Constructs a new principal for the given parameters.User(GSSName gssName, Sid sid, List<String> roles, Map<String,Object> additionalAttributes)
-