Uses of Interface
se.sj.stina.domain.model.SjAuthenticationInfo

Packages that use SjAuthenticationInfo
se.sj.stina.domain.model   
se.sj.stina.domain.model.impl.plain   
se.sj.stina.domain.model.impl.standard   
 

Uses of SjAuthenticationInfo in se.sj.stina.domain.model
 

Methods in se.sj.stina.domain.model that return SjAuthenticationInfo
 SjAuthenticationInfo SjStinaModelFactoryInterface.createAuthenticationInfo()
           
 SjAuthenticationInfo SjProfileSecurityToken.getAuthenticationInfo()
          Field authenticationInfo is defined as part of xor.
 SjAuthenticationInfo SjLoginSpecification.getLDAPLoginInfo()
          Field lDAPLoginInfo is defined as part of xor.
 SjAuthenticationInfo SjLoginSpecification.getRACFLoginInfo()
          Field rACFLoginInfo is defined as part of xor.
 SjAuthenticationInfo SjLDAPUserChangePassword.getUserInfo()
          Field userInfo is defined as mandatory.
 SjAuthenticationInfo SjLDAPAdminChangePassword.getUserInfo()
          Field userInfo is defined as mandatory.
 SjAuthenticationInfo SjProfileSecurityToken.lookupAuthenticationInfo()
          Field authenticationInfo is defined as part of xor.
 SjAuthenticationInfo SjLoginSpecification.lookupLDAPLoginInfo()
          Field lDAPLoginInfo is defined as part of xor.
 SjAuthenticationInfo SjLoginSpecification.lookupRACFLoginInfo()
          Field rACFLoginInfo is defined as part of xor.
 SjAuthenticationInfo SjLDAPUserChangePassword.lookupUserInfo()
          Field userInfo is defined as mandatory.
 SjAuthenticationInfo SjLDAPAdminChangePassword.lookupUserInfo()
          Field userInfo is defined as mandatory.
 

Methods in se.sj.stina.domain.model with parameters of type SjAuthenticationInfo
 void SjProfileSecurityToken.setAuthenticationInfo(SjAuthenticationInfo inData)
          Field authenticationInfo is defined as part of xor.
 void SjLoginSpecification.setLDAPLoginInfo(SjAuthenticationInfo inData)
          Field lDAPLoginInfo is defined as part of xor.
 void SjLoginSpecification.setRACFLoginInfo(SjAuthenticationInfo inData)
          Field rACFLoginInfo is defined as part of xor.
 void SjLDAPUserChangePassword.setUserInfo(SjAuthenticationInfo inData)
          Field userInfo is defined as mandatory.
 void SjLDAPAdminChangePassword.setUserInfo(SjAuthenticationInfo inData)
          Field userInfo is defined as mandatory.
 

Uses of SjAuthenticationInfo in se.sj.stina.domain.model.impl.plain
 

Classes in se.sj.stina.domain.model.impl.plain that implement SjAuthenticationInfo
 class SjAuthenticationInfoPlain
          Innehåller ett användarnamn samt tillhörande lösenord.
 

Methods in se.sj.stina.domain.model.impl.plain that return SjAuthenticationInfo
 SjAuthenticationInfo SjStinaModelFactory.createAuthenticationInfo()
           
 SjAuthenticationInfo SjProfileSecurityTokenPlain.getAuthenticationInfo()
          Field authenticationInfo is defined as part of xor.
 SjAuthenticationInfo SjLoginSpecificationPlain.getLDAPLoginInfo()
          Field lDAPLoginInfo is defined as part of xor.
 SjAuthenticationInfo SjLoginSpecificationPlain.getRACFLoginInfo()
          Field rACFLoginInfo is defined as part of xor.
 SjAuthenticationInfo SjLDAPUserChangePasswordPlain.getUserInfo()
          Field userInfo is defined as mandatory.
 SjAuthenticationInfo SjLDAPAdminChangePasswordPlain.getUserInfo()
          Field userInfo is defined as mandatory.
 SjAuthenticationInfo SjProfileSecurityTokenPlain.lookupAuthenticationInfo()
          Field authenticationInfo is defined as part of xor.
 SjAuthenticationInfo SjLoginSpecificationPlain.lookupLDAPLoginInfo()
          Field lDAPLoginInfo is defined as part of xor.
 SjAuthenticationInfo SjLoginSpecificationPlain.lookupRACFLoginInfo()
          Field rACFLoginInfo is defined as part of xor.
 SjAuthenticationInfo SjLDAPUserChangePasswordPlain.lookupUserInfo()
          Field userInfo is defined as mandatory.
 SjAuthenticationInfo SjLDAPAdminChangePasswordPlain.lookupUserInfo()
          Field userInfo is defined as mandatory.
 

Methods in se.sj.stina.domain.model.impl.plain with parameters of type SjAuthenticationInfo
 void SjProfileSecurityTokenPlain.setAuthenticationInfo(SjAuthenticationInfo inData)
          Field authenticationInfo is defined as part of xor.
 void SjLoginSpecificationPlain.setLDAPLoginInfo(SjAuthenticationInfo inData)
          Field lDAPLoginInfo is defined as part of xor.
 void SjLoginSpecificationPlain.setRACFLoginInfo(SjAuthenticationInfo inData)
          Field rACFLoginInfo is defined as part of xor.
 void SjLDAPUserChangePasswordPlain.setUserInfo(SjAuthenticationInfo inData)
          Field userInfo is defined as mandatory.
 void SjLDAPAdminChangePasswordPlain.setUserInfo(SjAuthenticationInfo inData)
          Field userInfo is defined as mandatory.
 

Uses of SjAuthenticationInfo in se.sj.stina.domain.model.impl.standard
 

Classes in se.sj.stina.domain.model.impl.standard that implement SjAuthenticationInfo
 class SjAuthenticationInfoStandard
          Innehåller ett användarnamn samt tillhörande lösenord.
 

Methods in se.sj.stina.domain.model.impl.standard that return SjAuthenticationInfo
 SjAuthenticationInfo SjStinaModelFactory.createAuthenticationInfo()
           
 SjAuthenticationInfo SjProfileSecurityTokenStandard.getAuthenticationInfo()
          Field authenticationInfo is defined as part of xor.
 SjAuthenticationInfo SjLoginSpecificationStandard.getLDAPLoginInfo()
          Field lDAPLoginInfo is defined as part of xor.
 SjAuthenticationInfo SjLoginSpecificationStandard.getRACFLoginInfo()
          Field rACFLoginInfo is defined as part of xor.
 SjAuthenticationInfo SjLDAPUserChangePasswordStandard.getUserInfo()
          Field userInfo is defined as mandatory.
 SjAuthenticationInfo SjLDAPAdminChangePasswordStandard.getUserInfo()
          Field userInfo is defined as mandatory.
 SjAuthenticationInfo SjProfileSecurityTokenStandard.lookupAuthenticationInfo()
          Field authenticationInfo is defined as part of xor.
 SjAuthenticationInfo SjLoginSpecificationStandard.lookupLDAPLoginInfo()
          Field lDAPLoginInfo is defined as part of xor.
 SjAuthenticationInfo SjLoginSpecificationStandard.lookupRACFLoginInfo()
          Field rACFLoginInfo is defined as part of xor.
 SjAuthenticationInfo SjLDAPUserChangePasswordStandard.lookupUserInfo()
          Field userInfo is defined as mandatory.
 SjAuthenticationInfo SjLDAPAdminChangePasswordStandard.lookupUserInfo()
          Field userInfo is defined as mandatory.
 

Methods in se.sj.stina.domain.model.impl.standard with parameters of type SjAuthenticationInfo
 void SjProfileSecurityTokenStandard.setAuthenticationInfo(SjAuthenticationInfo inData)
          Field authenticationInfo is defined as part of xor.
 void SjLoginSpecificationStandard.setLDAPLoginInfo(SjAuthenticationInfo inData)
          Field lDAPLoginInfo is defined as part of xor.
 void SjLoginSpecificationStandard.setRACFLoginInfo(SjAuthenticationInfo inData)
          Field rACFLoginInfo is defined as part of xor.
 void SjLDAPUserChangePasswordStandard.setUserInfo(SjAuthenticationInfo inData)
          Field userInfo is defined as mandatory.
 void SjLDAPAdminChangePasswordStandard.setUserInfo(SjAuthenticationInfo inData)
          Field userInfo is defined as mandatory.
 



Copyright © 2012. All Rights Reserved.