com.ibm.websphere.security

Uses of Class WSSecurityException

Packages that use WSSecurityException

Package Description
com.ibm.websphere.security
com.ibm.websphere.security.auth
com.ibm.wsspi.security.registry

Uses of WSSecurityException in com.ibm.websphere.security

Modifier and Type Class and Description
  1. class
CertificateMapFailedException
Thrown to indicate that a error occurred while mapping the specified certificate.
  1. class
CertificateMapNotSupportedException
Thrown to indicate that the certificate mapping for the specified certificate is not supported.
  1. class
CustomRegistryException
Thrown to indicate that a error occurred while using the specified custom registry.
  1. class
EntryNotFoundException
Thrown to indicate that the specified entry is not found in the custom registry.
  1. class
NotImplementedException
Thrown to indicate that the method is not implemented.
  1. class
PasswordCheckFailedException
Thrown to indicate that the userId/Password combination does not exist in the specified custom registry.

Uses of WSSecurityException in com.ibm.websphere.security.auth

Modifier and Type Class and Description
  1. class
InvalidTokenException
This exception is thrown whenever authentication fails.
  1. class
TokenCreationFailedException
This exception is thrown whenever authentication fails.
  1. class
TokenExpiredException
This exception is thrown when a token is no longer valid.
Modifier and Type Method and Description
  1. static
  2. javax.security.auth.Subject
WSSubject.getCallerSubject()
This method returns a Subject contains the principal of the J2EE caller and the J2EE caller credential.
  1. static
  2. javax.security.auth.Subject
WSSubject.getRunAsSubject()
This method returns a Subject contains the principal of the J2EE run as identity and the J2EE run as credential.
  1. static
  2. void
WSSubject.setRunAsSubject(javax.security.auth.Subject subject)
This method set the Subject as the J2EE run as identity on the current execution thread.

Uses of WSSecurityException in com.ibm.wsspi.security.registry

Modifier and Type Method and Description
  1. static
  2. java.util.List<java.lang.String>
RegistryHelper.getInboundTrustedRealms(java.lang.String realmName)
The getInboundTrustedRealms method returns the list of inbound trusted realms corresponding to the active user registry that matches this realm.
  1. static
  2. UserRegistry
RegistryHelper.getUserRegistry(java.lang.String realmName)
Gets the UserRegistry object for the given realm.