Skip navigation links
oracle.wsm.security.jps.cbhandler
Class WssTokenCallbackHandler
java.lang.Object
oracle.wsm.security.jps.cbhandler.WssTokenCallbackHandler
- All Implemented Interfaces:
- CallbackHandler
-
public class WssTokenCallbackHandler
- extends Object
- implements CallbackHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WssTokenCallbackHandler
public WssTokenCallbackHandler()
setUsername
public void setUsername(String username)
setPassword
public void setPassword(char[] password)
setDigest
public void setDigest(byte[] digest)
setNonce
public void setNonce(byte[] nonce)
setCreated
public void setCreated(oracle.security.xmlsec.wss.WSUCreated created)
setNoPassword
public void setNoPassword(boolean noPassword)
setJpsContextName
public void setJpsContextName(String jpsCtxName)
setAssertIdentity
public void setAssertIdentity(boolean assertIdentity)
setSessionCookie
public void setSessionCookie(String coreidToken)
getSessionCookie
public String getSessionCookie()
setTokenType
public void setTokenType(String tokenType)
getTokenType
public String getTokenType()
setIdentityStoreService
public void setIdentityStoreService(oracle.security.jps.service.idstore.IdentityStoreService idStore)
getSamlAssertion
public oracle.security.xmlsec.saml.Assertion getSamlAssertion()
setSamlAssertion
public void setSamlAssertion(oracle.security.xmlsec.saml.Assertion samlAssertion)
getClockSkew
public long getClockSkew()
setClockSkew
public void setClockSkew(long clockSkew)
handle
public void handle(Callback[] callbacks)
throws UnsupportedCallbackException
-
- Specified by:
handle
in interface CallbackHandler
-
- Throws:
UnsupportedCallbackException
getJpsContextName
public String getJpsContextName()
getAssertIdentity
public boolean getAssertIdentity()
getUsername
public String getUsername()
getPassword
public char[] getPassword()
getNoPassword
public boolean getNoPassword()
setSigner
public void setSigner(X509Certificate signer)
getSigner
public X509Certificate getSigner()
getDigest
public byte[] getDigest()
getNonce
public byte[] getNonce()
getCreated
public oracle.security.xmlsec.wss.WSUCreated getCreated()
getIdentityStoreService
public oracle.security.jps.service.idstore.IdentityStoreService getIdentityStoreService()
setKeyStore
public void setKeyStore(KeyStore ks)
getKeyStore
public KeyStore getKeyStore()
setPublicKey
public void setPublicKey(PublicKey pKey)
getPublicKey
public PublicKey getPublicKey()
Skip navigation links
Copyright © 2007, 2009, Oracle and/or its affiliates. All rights reserved.