Class MustUnderstandAuthentication

java.lang.Object
com.mulesoft.modules.wss.internal.auth.MustUnderstandAuthentication
All Implemented Interfaces:
Serializable, org.mule.runtime.api.security.Authentication

public class MustUnderstandAuthentication extends Object implements org.mule.runtime.api.security.Authentication
See Also:
  • Constructor Details

    • MustUnderstandAuthentication

      public MustUnderstandAuthentication()
  • Method Details

    • getCredentials

      public Object getCredentials()
      Specified by:
      getCredentials in interface org.mule.runtime.api.security.Authentication
    • getPrincipal

      public Object getPrincipal()
      Specified by:
      getPrincipal in interface org.mule.runtime.api.security.Authentication
    • getProperties

      public Map<String,Object> getProperties()
      Specified by:
      getProperties in interface org.mule.runtime.api.security.Authentication
    • setProperties

      public org.mule.runtime.api.security.Authentication setProperties(Map<String,Object> props)
      Specified by:
      setProperties in interface org.mule.runtime.api.security.Authentication