|
Oracle Fusion Middleware Oracle WebLogic Server API Reference 12c Release 1 (12.1.1) Part Number E24391-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.xml.crypto.wss.api.WSSecurityFactory
public class WSSecurityFactory
Method Summary | |
---|---|
static WSSecurityFactory |
getInstance()
|
static Security |
newSecurity(WSSecurityContext secCtx)
|
static Timestamp |
newTimestamp(String id,
boolean useCreated,
int expires)
|
static Timestamp |
newTimestamp(String id,
Calendar created,
Calendar expires)
|
static UsernameToken |
newUsernameToken(String id,
String username)
|
static UsernameToken |
newUsernameToken(String id,
String username,
String password,
String passwordType,
String nonce,
String nonceEncodingType,
Calendar created,
List content)
|
static Security |
unmarshalAndProcessSecurity(SOAPMessageContext ctx)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static WSSecurityFactory getInstance()
public static Security newSecurity(WSSecurityContext secCtx)
public static UsernameToken newUsernameToken(String id, String username)
public static UsernameToken newUsernameToken(String id, String username, String password, String passwordType, String nonce, String nonceEncodingType, Calendar created, List content)
public static Timestamp newTimestamp(String id, Calendar created, Calendar expires)
public static Timestamp newTimestamp(String id, boolean useCreated, int expires)
public static Security unmarshalAndProcessSecurity(SOAPMessageContext ctx) throws weblogic.xml.dom.marshal.MarshalException
weblogic.xml.dom.marshal.MarshalException
|
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 12c Release 1 (12.1.1) Part Number E24391-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |