Uses of Enum
waffle.windows.auth.PrincipalFormat
Packages that use PrincipalFormat
Package
Description
Waffle JNA Servlet Package.
Waffle JNA Windows Authorization Package.
-
Uses of PrincipalFormat in waffle.servlet
Methods in waffle.servlet that return PrincipalFormatModifier and TypeMethodDescriptionNegotiateSecurityFilter.getPrincipalFormat()Principal format.NegotiateSecurityFilter.getRoleFormat()Principal format.Constructors in waffle.servlet with parameters of type PrincipalFormatModifierConstructorDescriptionAutoDisposableWindowsPrincipal(IWindowsIdentity windowsIdentity, PrincipalFormat principalFormat, PrincipalFormat roleFormat) Instantiates a new auto disposable windows principal.WindowsPrincipal(IWindowsIdentity windowsIdentity, PrincipalFormat principalFormat, PrincipalFormat roleFormat) A windows principal. -
Uses of PrincipalFormat in waffle.windows.auth
Subclasses with type arguments of type PrincipalFormat in waffle.windows.authMethods in waffle.windows.auth that return PrincipalFormatModifier and TypeMethodDescriptionstatic PrincipalFormatReturns the enum constant of this type with the specified name.static PrincipalFormat[]PrincipalFormat.values()Returns an array containing the constants of this enum type, in the order they are declared.