|
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 Security
| Field Summary | |
|---|---|
static boolean |
WSSE_VERBOSEDeprecated. |
static String |
WSSE_VERBOSE_PROPDeprecated. |
| Method Summary | |
|---|---|
abstract EncryptedKey |
addEncryption(Token token, EncryptionSpec spec)Deprecated. Adds an encrypted key to the security token. |
abstract EncryptedKey |
addEncryption(X509Certificate cert, EncryptionSpec spec)Deprecated. Adds an encrypted key to the security token. |
abstract Signature |
addSignature(Token token, SignatureSpec spec)Deprecated. Adds a XML Signature to the Security element. |
abstract Timestamp |
addTimestamp()Deprecated. adds a timestamp to the security element, with the created time as the current time and no expiry |
abstract Timestamp |
addTimestamp(Calendar created)Deprecated. adds a timestamp to the security element, using the provided time as the created time. |
abstract Timestamp |
addTimestamp(Calendar created, Calendar expires)Deprecated. add a timestamp to the security element, using times provided as args. |
abstract 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 |
abstract Token |
addToken(Token token)Deprecated. Adds a token to the Security element. |
abstract Token |
addToken(UserInfo user)Deprecated. Adds a token for the username/password in the UserInfo. |
abstract Token |
addToken(X509Certificate cert, PrivateKey key)Deprecated. Adds an X509certificate as a token in the Security element. |
abstract boolean |
expired()Deprecated. returns true if any timestamp in the message has an Expires element whose time is in the past. |
abstract 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. |
abstract String |
getRole()Deprecated. Returns the role for which this security element was targeted. |
abstract 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 |
|---|
Signature addSignature(Token token,
SignatureSpec spec)
throws SecurityProcessingException
token -spec -SecurityProcessingException
EncryptedKey addEncryption(Token token,
EncryptionSpec spec)
throws SecurityProcessingException
token -spec -SecurityProcessingException
EncryptedKey addEncryption(X509Certificate cert,
EncryptionSpec spec)
throws SecurityProcessingException
cert -spec -SecurityProcessingExceptionToken addToken(Token token)
token -
Token addToken(X509Certificate cert,
PrivateKey key)
cert -key -Token addToken(UserInfo user)
user -Token getTokenById(String id)
id -String getRole()
Timestamp addTimestamp()
Timestamp addTimestamp(long expires)
expires -Timestamp addTimestamp(Calendar created)
created -
Timestamp addTimestamp(Calendar created,
Calendar expires)
created -expires -boolean expired()
boolean expired(long maxAge)
maxAge -
|
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 | |||||||||