|
BEA Systems, Inc. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Security
Field Summary | |
---|---|
static boolean |
WSSE_VERBOSE
Deprecated. |
static String |
WSSE_VERBOSE_PROP
Deprecated. |
Method Summary | |
---|---|
weblogic.xml.security.encryption.EncryptedKey |
addEncryption(Token token,
EncryptionSpec spec)
Deprecated. Adds an encrypted key to the security token. |
weblogic.xml.security.encryption.EncryptedKey |
addEncryption(X509Certificate cert,
EncryptionSpec spec)
Deprecated. Adds an encrypted key to the security token. |
weblogic.xml.security.signature.Signature |
addSignature(Token token,
SignatureSpec spec)
Deprecated. Adds a XML Signature to the Security element. |
weblogic.xml.security.wsu.Timestamp |
addTimestamp()
Deprecated. adds a timestamp to the security element, with the created time as the current time and no expiry |
weblogic.xml.security.wsu.Timestamp |
addTimestamp(Calendar created)
Deprecated. adds a timestamp to the security element, using the provided time as the created time. |
weblogic.xml.security.wsu.Timestamp |
addTimestamp(Calendar created,
Calendar expires)
Deprecated. add a timestamp to the security element, using times provided as args. |
weblogic.xml.security.wsu.Timestamp |
addTimestamp(long expires)
Deprecated. adds a timestamp to the security element, with the created time as the current time and an expiration 'expires' milliseconds in the future |
Token |
addToken(Token token)
Deprecated. Adds a token to the Security element. |
Token |
addToken(UserInfo user)
Deprecated. Adds a token for the username/password in the UserInfo. |
Token |
addToken(X509Certificate cert,
PrivateKey key)
Deprecated. Adds an X509certificate as a token in the Security element. |
boolean |
expired()
Deprecated. returns true if any timestamp in the message has an Expires element whose time is in the past. |
boolean |
expired(long maxAge)
Deprecated. returns trus if any timestamp in the message has a Created time older than the maxAge or an Expires element that has passed. |
String |
getRole()
Deprecated. Returns the role for which this security element was targetted. |
Token |
getTokenById(String id)
Deprecated. retrieves the token with the specified ID from the Security element. |
Field Detail |
---|
static final String WSSE_VERBOSE_PROP
static final boolean WSSE_VERBOSE
Method Detail |
---|
weblogic.xml.security.signature.Signature addSignature(Token token, SignatureSpec spec) throws SecurityProcessingException
token
- spec
-
SecurityProcessingException
weblogic.xml.security.encryption.EncryptedKey addEncryption(Token token, EncryptionSpec spec) throws SecurityProcessingException
token
- spec
-
SecurityProcessingException
weblogic.xml.security.encryption.EncryptedKey addEncryption(X509Certificate cert, EncryptionSpec spec) throws SecurityProcessingException
cert
- spec
-
SecurityProcessingException
Token addToken(Token token)
token
-
Token addToken(X509Certificate cert, PrivateKey key)
cert
- key
-
Token addToken(UserInfo user)
user
-
Token getTokenById(String id)
id
-
String getRole()
weblogic.xml.security.wsu.Timestamp addTimestamp()
weblogic.xml.security.wsu.Timestamp addTimestamp(long expires)
expires
-
weblogic.xml.security.wsu.Timestamp addTimestamp(Calendar created)
created
-
weblogic.xml.security.wsu.Timestamp addTimestamp(Calendar created, Calendar expires)
created
- expires
-
boolean expired()
boolean expired(long maxAge)
maxAge
-
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs92 Copyright 2006 BEA Systems Inc. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |