|
|||||||||
Home >> All >> gnu >> javax >> print >> ipp >> attribute >> [ supported overview ] | PREV NEXT |
Uses of Class
gnu.javax.print.ipp.attribute.supported.UriAuthenticationSupported
Uses of UriAuthenticationSupported in gnu.javax.print.ipp.attribute.supported |
Fields in gnu.javax.print.ipp.attribute.supported declared as UriAuthenticationSupported | |
static UriAuthenticationSupported |
UriAuthenticationSupported.NONE
Supports no authentication - assumes anonymous process |
static UriAuthenticationSupported |
UriAuthenticationSupported.REQUESTING_USER_NAME
The authenticated user assumed is the value of the "requesting-user-name" operation attribute supplied with the operation. |
static UriAuthenticationSupported |
UriAuthenticationSupported.BASIC
Supports HTTP basic authentication (RFC 2617) |
static UriAuthenticationSupported |
UriAuthenticationSupported.DIGEST
Supports HTTP digest authentication (RFC 2617) |
static UriAuthenticationSupported |
UriAuthenticationSupported.CERTIFICATE
Supports authentication through a client provided certificate |
private static UriAuthenticationSupported[] |
UriAuthenticationSupported.enumValueTable
|
|
|||||||||
Home >> All >> gnu >> javax >> print >> ipp >> attribute >> [ supported overview ] | PREV NEXT |