Uses of Class
com.randomcoder.security.cardspace.CardSpaceCredentials

Packages that use CardSpaceCredentials
com.randomcoder.cardspace CardSpace helper classes. 
com.randomcoder.security.cardspace CardSpace authentication classes. 
com.randomcoder.security.userdetails Acegi UserDetails implementation and support classes. 
com.randomcoder.user User-management classes. 
 

Uses of CardSpaceCredentials in com.randomcoder.cardspace
 

Methods in com.randomcoder.cardspace with parameters of type CardSpaceCredentials
static String CardSpaceUtils.calculateIssuerHash(CardSpaceCredentials credentials)
          Calculates an SHA-1 hash of the given credentials' issuer public key.
 

Uses of CardSpaceCredentials in com.randomcoder.security.cardspace
 

Methods in com.randomcoder.security.cardspace with parameters of type CardSpaceCredentials
 UserDetails CardSpaceUserDetailsService.loadUserByCardSpaceCredentials(CardSpaceCredentials credentials)
          Obtains the granted authorities for the specified user.
 void CardSpaceOneTimeUseValidator.validate(CardSpaceCredentials credentials)
          Validates the given credentials by insuring that a given assertion is only presented once.
 void CardSpaceMaximumAgeValidator.validate(CardSpaceCredentials credentials)
          Validates the expiration dates on the given credentials using the issueInstant claim.
 void CardSpaceDateConstraintValidator.validate(CardSpaceCredentials credentials)
          Validates the expiration dates on the given credentials using the notBefore and notOnOrAfter claims.
 void CardSpaceCredentialsValidator.validate(CardSpaceCredentials credentials)
          Validates a given CardSpaceCredentials token.
 

Constructors in com.randomcoder.security.cardspace with parameters of type CardSpaceCredentials
CardSpaceAuthenticationToken(CardSpaceCredentials credentials)
          Creates an un-authenticated token.
CardSpaceAuthenticationToken(Object principal, CardSpaceCredentials credentials, GrantedAuthority[] authorities)
          Creates an authenticated token.
 

Uses of CardSpaceCredentials in com.randomcoder.security.userdetails
 

Methods in com.randomcoder.security.userdetails with parameters of type CardSpaceCredentials
 UserDetails UserDetailsServiceImpl.loadUserByCardSpaceCredentials(CardSpaceCredentials credentials)
          Retrieves the user with the given CardSpace credentials.
 

Uses of CardSpaceCredentials in com.randomcoder.user
 

Methods in com.randomcoder.user that return CardSpaceCredentials
 CardSpaceCredentials UserProfileCommand.getXmlToken()
          Gets the CardSpaceCredentials posted to this form.
 CardSpaceCredentials AccountCreateCommand.getXmlToken()
          Gets the CardSpaceCredentials posted to this form.
 

Methods in com.randomcoder.user with parameters of type CardSpaceCredentials
 void UserBusinessImpl.associateCardSpaceCredentials(Long userId, CardSpaceCredentials credentials)
           
 void UserBusiness.associateCardSpaceCredentials(Long userId, CardSpaceCredentials credentials)
          Associates the given CardSpaceCredentials with the given user.
 void UserBusinessImpl.auditCardSpaceLogin(CardSpaceCredentials credentials)
           
 void UserBusiness.auditCardSpaceLogin(CardSpaceCredentials credentials)
          Marks a user as having logged in as of a particular date and time and marks the associated CardSpaceToken as used.
 void UserProfileCommand.setXmlToken(CardSpaceCredentials xmlToken)
          Sets the CardSpaceCredentials posted to this form.
 void AccountCreateCommand.setXmlToken(CardSpaceCredentials xmlToken)
          Sets the CardSpaceCredentials posted to this form.
 



Copyright © 2006-2010 Craig Condit. All Rights Reserved.