|
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Deprecated. please use new WS Security API
public interface UsernameToken
| Method Summary | |
|---|---|
abstract long |
getCreatedTimeInMillis()Deprecated. returns the Created in milliseconds time format |
abstract String |
getNonce()Deprecated. returns the nonce, as encoded in the token |
abstract String |
getPassword()Deprecated. Returns the token's password, if available. |
abstract String |
getPasswordDigest()Deprecated. returns the password digest, as encoded in the token |
abstract String |
getPasswordType()Deprecated. returns the password type for the token. |
abstract UserInfo |
getUserInfo()Deprecated. Returns the UserInfo contained in the UsernameToken |
abstract String |
getUsername()Deprecated. Returns the tokens username. |
abstract void |
setGenerateNonce(boolean nonce)Deprecated. |
abstract void |
setId(String id)Deprecated. Sets the ID attribute of the UsernameToken. |
abstract boolean |
verifyDigest(String password)Deprecated. If the token contains a digest, this method will verify the digest against the provided password |
| Methods inherited from interface weblogic.xml.security.wsse.Token |
|---|
getCertificate, getCertificateChain, getId, getPrivateKey, getPublicKey, getSecretKey |
| Method Detail |
|---|
String getUsername()
String getPassword()
String getPasswordDigest()
String getPasswordType()
void setId(String id)
throws SecurityProcessingException
id -SecurityProcessingException
boolean verifyDigest(String password)
throws NoSuchAlgorithmException
password -NoSuchAlgorithmExceptionUserInfo getUserInfo()
void setGenerateNonce(boolean nonce)
String getNonce()
long getCreatedTimeInMillis()
|
Copyright 1996, 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||