Class UsernameTokenImpl

java.lang.Object
org.projecthusky.xua.wssecurity.impl.UsernameTokenImpl
All Implemented Interfaces:
SecurityHeaderElement, SecurityObject<org.opensaml.soap.wssecurity.UsernameToken>, UsernameToken

public class UsernameTokenImpl extends Object implements UsernameToken, SecurityObject<org.opensaml.soap.wssecurity.UsernameToken>
Implementation class of interfaces UsernameToken and SecurityObject
Implementations Klasse der Interfaces UsernameToken und SecurityObject
  • Constructor Summary

    Constructors
    Constructor
    Description
    UsernameTokenImpl(org.opensaml.soap.wssecurity.UsernameToken aInternalObject)
    Instantiates a new UsernameTokenImpl.
  • Method Summary

    Modifier and Type
    Method
    Description
    Method to get the nonce. Methode um den Nonce zu erhalten
    Method to get the password. Methode um das Passwort zu erhalten.
    Method to get the username. Methode um den Usernamen zu erhalten.
    org.opensaml.soap.wssecurity.UsernameToken
    Method to get the wrapped object. Methode um das gewrappte Objekt zu erhalten.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • UsernameTokenImpl

      public UsernameTokenImpl(org.opensaml.soap.wssecurity.UsernameToken aInternalObject)
      Instantiates a new UsernameTokenImpl.
      Parameters:
      aInternalObject - the UsernameToken
  • Method Details