|
Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.6) Part Number E13941-06 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UsernameToken
Method Summary | |
---|---|
long |
getCreatedTimeInMillis()
Deprecated. returns the Created in milliseconds time format |
String |
getNonce()
Deprecated. returns the nonce, as encoded in the token |
String |
getPassword()
Deprecated. Returns the token's password, if available. |
String |
getPasswordDigest()
Deprecated. returns the password digest, as encoded in the token |
String |
getPasswordType()
Deprecated. returns the password type for the token. |
UserInfo |
getUserInfo()
Deprecated. Returns the UserInfo contained in the UsernameToken |
String |
getUsername()
Deprecated. Returns the tokens username. |
void |
setGenerateNonce(boolean nonce)
Deprecated. |
void |
setId(String id)
Deprecated. Sets the ID attribute of the UsernameToken. |
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
-
NoSuchAlgorithmException
UserInfo getUserInfo()
void setGenerateNonce(boolean nonce)
String getNonce()
long getCreatedTimeInMillis()
|
Copyright 1996, 2011, 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 Oracle WebLogic Server API Reference 11g Release 1 (10.3.6) Part Number E13941-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |