PHP 인터페이스 Elcodi\Store\ConnectBundle\Entity\Interfaces\AuthorizationInterface

저자: Berny Cantos ([email protected])
상속: extends Elcodi\Component\Core\Entity\Interfaces\IdentifiableInterface
파일 보기 프로젝트 열기: elcodi/bamboo

공개 메소드들

메소드 설명
getAuthorizationToken ( ) : string Get the OAuth authorization token for this user in that resource owner
getExpirationDate ( ) : DateTime Get the token expiration date
getResourceOwnerName ( ) : string Get the name of resource owner
getUser ( ) : Symfony\Component\Security\Core\User\UserInterface Get the related user in our system
getUsername ( ) : mixed Get the user name in the resource owner service

메소드 상세

getAuthorizationToken() 공개 메소드

Get the OAuth authorization token for this user in that resource owner
public getAuthorizationToken ( ) : string
리턴 string

getExpirationDate() 공개 메소드

Get the token expiration date
public getExpirationDate ( ) : DateTime
리턴 DateTime

getResourceOwnerName() 공개 메소드

Get the name of resource owner
public getResourceOwnerName ( ) : string
리턴 string

getUser() 공개 메소드

Get the related user in our system
public getUser ( ) : Symfony\Component\Security\Core\User\UserInterface
리턴 Symfony\Component\Security\Core\User\UserInterface

getUsername() 공개 메소드

Get the user name in the resource owner service
public getUsername ( ) : mixed
리턴 mixed