|
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.1.3) Part Number E41849-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object weblogic.xml.security.wsse.SecurityElementFactory
public abstract class SecurityElementFactory
Constructor Summary | |
---|---|
SecurityElementFactory()
Deprecated. |
Method Summary | |
---|---|
abstract Security |
createSecurity(String role)
Deprecated. Creates a Security element targeted to the designated actor/role. |
abstract Token |
createToken(String username,
String password)
Deprecated. Create a token for the username/password provided, using the default password type. |
abstract Token |
createToken(String username,
String password,
String type)
Deprecated. Creates a Token for the username/password using the given password type. |
abstract Token |
createToken(UserInfo userInfo)
Deprecated. Creates a token for the given userInfo using the default password type. |
abstract Token |
createToken(X509Certificate cert,
PrivateKey key)
Deprecated. Creates a Token for the provided certificate. |
static SecurityElementFactory |
getDefaultFactory()
Deprecated. Returns the SecurityElementFactory, i.e. |
static SecurityElementFactory |
newInstance(String namespace)
Deprecated. Creates a new SecurityElementFactory. |
static void |
setDefaultFactory(SecurityElementFactory factory)
Deprecated. sets the defaultFactory to the provided factory. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SecurityElementFactory()
Method Detail |
---|
public static final SecurityElementFactory getDefaultFactory()
public static final void setDefaultFactory(SecurityElementFactory factory)
factory
- public static final SecurityElementFactory newInstance(String namespace)
namespace
- public abstract Security createSecurity(String role)
role
- a string
public abstract Token createToken(String username, String password, String type)
username
- password
- type
- public abstract Token createToken(String username, String password)
username
- password
- public abstract Token createToken(UserInfo userInfo)
userInfo
- public abstract Token createToken(X509Certificate cert, PrivateKey key)
cert
- key
-
|
Copyright 1996, 2014, 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.1.3) Part Number E41849-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |