Uses of Class
com.sun.identity.authentication.spi.HttpCallback.Builder
Packages that use HttpCallback.Builder
Package
Description
AM Authentication Service Provider Interface callbacks
-
Uses of HttpCallback.Builder in com.sun.identity.authentication.spi
Methods in com.sun.identity.authentication.spi that return HttpCallback.BuilderModifier and TypeMethodDescriptionstatic HttpCallback.Builder
HttpCallback.builder()
Returns a newHttpCallback.Builder
object to use for construction of aHttpCallback
.HttpCallback.Builder.withErrorCode
(int errorCode) Set the error code for the newHttpCallback
object.HttpCallback.Builder.withNegoHeader
(String negoHeader) Set the negotiation header for the newHttpCallback
object.HttpCallback.Builder.withNegoValue
(String negoValue) Set the negotiation value for the newHttpCallback
object.HttpCallback.Builder.withTokenHeader
(String tokenHeader) Set the authorization header for the newHttpCallback
object.