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 SidKerbValidationInfo. getLogonDomainId()SidKerbValidationInfo. getResourceGroupDomainSid()SidKerbSidAndAttributes. getSid()SidUpnDnsInfo. 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 SidSid. ANONYMOUS_SIDstatic SidSid. NULL_SIDMethods in net.sf.michaelo.tomcat.realm that return Sid Modifier and Type Method Description SidSid. append(long relativeId)SidActiveDirectoryPrincipal. getSid()Returns the security identifier (SID) of the principal.SidActiveDirectoryRealm.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)
-