|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface HttpAuthenticationFeature.Builder
Builder that creates instances of HttpAuthenticationFeature
.
Method Summary | |
---|---|
HttpAuthenticationFeature |
build()
Build the feature. |
HttpAuthenticationFeature.Builder |
credentials(String username,
byte[] password)
Set credentials. |
HttpAuthenticationFeature.Builder |
credentials(String username,
String password)
Set credentials. |
Method Detail |
---|
HttpAuthenticationFeature.Builder credentials(String username, byte[] password)
username
- Username.password
- Password as byte array.
HttpAuthenticationFeature.Builder credentials(String username, String password)
username
- Username.password
- Password as String
.
HttpAuthenticationFeature build()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |