C# Class Waaz.PrincipalExtensions

ファイルを表示 Open project: pmhsfelix/Waaz

Public Methods

Method Description
IfAnonymous ( this rb ) : OperPredAndRuleBuilder
IfAuthenticated ( this rb ) : OperPredAndRuleBuilder
IfInRoles ( this rb, Pred p ) : OperPredAndRuleBuilder
Role ( this rb, string role ) : OperPredAndRuleBuilder
User ( this rb, string name ) : OperPredAndRuleBuilder

Method Details

IfAnonymous() public static method

public static IfAnonymous ( this rb ) : OperPredAndRuleBuilder
rb this
return OperPredAndRuleBuilder

IfAuthenticated() public static method

public static IfAuthenticated ( this rb ) : OperPredAndRuleBuilder
rb this
return OperPredAndRuleBuilder

IfInRoles() public static method

public static IfInRoles ( this rb, Pred p ) : OperPredAndRuleBuilder
rb this
p Pred
return OperPredAndRuleBuilder

Role() public static method

public static Role ( this rb, string role ) : OperPredAndRuleBuilder
rb this
role string
return OperPredAndRuleBuilder

User() public static method

public static User ( this rb, string name ) : OperPredAndRuleBuilder
rb this
name string
return OperPredAndRuleBuilder