|
Oracle | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
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()
|
Documentation is available at http://download.oracle.com/docs/cd/E12839_01/web.1111 Copyright 1996,2009, 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. Part Number E13941-01 Oracle WebLogic Server 10.3.1 API Reference |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |