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 Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    doCredentialsMatch(org.apache.shiro.authc.AuthenticationToken token, org.apache.shiro.authc.AuthenticationInfo info)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apache.shiro.authc.credential.CredentialsMatcher

    createSimulatedCredentials
  • 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