Class SamlRealm.STSCredentialsMatcher

java.lang.Object
ddf.security.realm.sts.SamlRealm.STSCredentialsMatcher
All Implemented Interfaces:
org.apache.shiro.authc.credential.CredentialsMatcher
Enclosing class:
SamlRealm

protected static class SamlRealm.STSCredentialsMatcher extends Object implements org.apache.shiro.authc.credential.CredentialsMatcher
Credentials matcher class that ensures the AuthInfo received from the STS matches the AuthToken
  • Constructor Details

    • STSCredentialsMatcher

      protected STSCredentialsMatcher()
  • Method Details

    • doCredentialsMatch

      public boolean doCredentialsMatch(org.apache.shiro.authc.AuthenticationToken token, org.apache.shiro.authc.AuthenticationInfo info)
      Specified by:
      doCredentialsMatch in interface org.apache.shiro.authc.credential.CredentialsMatcher